body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  font-size: 16px;
  margin: 0; 
}

h1, h4, h6 {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif; 
}

h1 {
  font-size: 90px;
  line-height: 78px;
  margin-bottom: 24px; 
  color: #fff;
  }

h4 {
  line-height: 24px;
  font-size: 16px;
  color: #848491;
  margin-left: 5px;
}

h6 {
  font-weight: normal;
  font-size: 14px;
}

.impressum {
  position: absolute;
  color: #7c7c7c;
  bottom: 7px;
  right: 12px;
  z-index: 4;
}

.content {
  padding-top: 430px;
}

.container {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1000px;
}

.background {
  background-image: url("img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-overlay {
  position: relative; 
}

.section-overlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #171720;
  opacity: 0.85;
  z-index: 0; 
}

.full-height {
  height: 100vh;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.logo {
  position: absolute;
  z-index: 3;
  margin: 5px 0 0 5px;
}

.button {
  margin: 13px 0 0 5px;
  z-index: 3;
  position: absolute;
}

.button2 {
  margin: 13px 0 0 85px;
  z-index: 3;
  position: absolute;
}

.button3 {
  margin: 13px 0 0 165px;
  z-index: 3;
  position: absolute;
}

.button4 {
  margin: 13px 0 0 245px;
  z-index: 3;
  position: absolute;
}

@media screen and (max-width: 1200px) {

  .content {
  padding-top: 330px;
  }

}

@media screen and (max-width: 700px) {

  .content {
  padding-top: 230px;
  }

}

@media screen and (max-width: 450px) {

  .content {
  padding-top: 130px;
  }

  h1 {
  font-size: 60px;
  }

  .container {
  padding-left: 20px;
  padding-right: 20px;
}


}