body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  width: 500px;
  height: 500px;
  margin: 0px auto 19px;
  padding-top: 130px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 53px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header {
  background-color: white;
  background-image: none;
}
.bild {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  height: 730px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url(../images/picturestuff.jpg);
  background-position: 100% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .bild {
    height: 700px;
    background-position: 100% 50%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  h1 {
    width: 430px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 45px;
  }
  .bild {
    height: 600px;
    background-image: url(../images/picturestuff.jpg);
    background-position: 84% 50%;
    background-size: auto;
  }
}
@media (max-width: 479px) {
  h1 {
    width: 265px;
    font-size: 39px;
    line-height: 48px;
  }
  .bild {
    background-image: url(../images/picturestuff.jpg);
    background-position: 72% 50%;
  }
}