:root{
  --height-header: 80px;
  --logo-rot:#d50c3c;
  --mont-100: "Montserrat-Thin", sans-serif;
  --mont-200: "Montserrat-ExtraLight", sans-serif;
  --mont-300: "Montserrat-Light", sans-serif;
  --mont-400: "Montserrat-Regular", sans-serif;
  --mont-500: "Montserrat-Medium", sans-serif;
  --mont-600: "Montserrat-SemiBold", sans-serif;
  --mont-700: "Montserrat-Bold", sans-serif;
}

body{
  font-family: var(--mont-400);
  font-size: 16px;
}
a{
  text-decoration: none;
  color: white;
}
#section-1{
    height: 100vh;
}


/* Hamburger Menu */
.McButton {
    position: fixed;
    right: 40px;
    top: 51px;
    width: 44px;
    height: 27px;
    cursor: pointer;
    display: block;
    z-index: 9999999;
  }
@media all and (min-width: 1024px){
  .McButton{
    display: none;
  }
}
  .McButton b {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: white;
  }
  .McButton b.active-small{
    background-color: black;
  }
  .McButton b:nth-child(1) {
    top: 0;
  }
  .McButton b:nth-child(2) {
    top: 50%;
  }
  .McButton b:nth-child(3) {
    top: 100%;
  }
  .McButton.active{
    top: 54px;
  }
  /* McButton */

  .arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .arrow i{
    color: white;
    font-size: 2rem;
    animation-name: arrowMove;
    animation-duration: 700ms;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    display: inline-block;
  }
/*
  @keyframes arrowMove {
    from {
      margin-bottom: 0px;
    }
    to {
      margin-bottom: 6px;
    }
  }*/


  .icons-container{
    position: absolute;
    width: 18vw;
    bottom:80px;
    height: 60vw;
    opacity: 0;
  }
  .icons{
    width: 18vw;
    height: 18vw;
  }
  .icon{
    height: 9vw;
    width: 9vw;
    margin: 0 4.5vw;
  }
  .icon-text{
    display: table;
    width: 18vw;
    height: 4vw;
    color:white;
    font-size: 0.8rem;
    text-align: center;
  }
  .icon-text span{
    display: table-cell;
    vertical-align: middle;
  }
  .icon-text b{
    font-family: var(--mont-700);
  }


  @media all and (min-width: 1024px){
    .icons-container{
      opacity: 1;
    }
    .icons-container{
      width: 66vw;
      bottom:80px;
      height: 5vw;
    }
    .icons{
      width: 22vw;
      height: 5vw;
      float: left;
    }
    .icon{
      float:left;
      height: 5vw;
      padding:10px;
      width: 5vw;
      margin:0;
    }
    .icon-text{
      float:left;
      height: 5vw;
      display: table;
      width: 10vw;
      text-align: left;
    }
  }
  @media all and (min-width: 1424px){
    .icons-container{
      width: 48vw;
      bottom:40px;
    }
    .icons{
      width: 16vw;      
    }
    .icon-text{
      font-size: 0.9rem;
    }
  }

/************************************************************/
/***              MODAL                                   ***/
/************************************************************/

.modal-content{
  background-color: black;
}
.modal-body{
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%,-50%);
}
.modal-body ul{
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.modal-body ul li{
  margin-bottom: 20px;
}
.modal-body ul li a{
  color: white;
  text-decoration: none;
  font-family: var(--mont-600);
  font-size: 1.4rem;
}
.modal-footer{
  position: absolute;
  bottom: 30px;
  color: white;
  text-align: center;
  border: 0;
  padding: 0 50px;
  font-size: 0.6rem;
}

/************************************************************/
/***              HEADER                                  ***/
/************************************************************/

#logo{
  position: fixed;
  margin-left: 40px;
  margin-top: 40px;
  font-size: 2.2rem;
  color: white;
  font-family: var(--mont-700);
  z-index: 9999999;
}
#logo::before{
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background:white;
  border-radius: 50%;
  left: 33.5px;
  top: 22px;
}
#logo.active-small{
  color:black;
}
#logo.active-small::before{
  background:black;
}
nav{
  display: none;
}
@media all and (min-width: 1024px){
  nav{
    display: block;
    position: fixed;
    height: 40px;
    width: 50vw;
    left:50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 1;
  }
  nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav ul li{
    float: left;
    width: 8.33vw;
    text-align: center;
    line-height: 40px;
  }
  
  nav ul li a{
    height: 100%;
    width: 100%;
    display: inline-block;
  }
  nav > ul a{
    text-decoration: none;
    font-family: var(--mont-300);
    font-size: 0.8rem;
    transition: all linear 400ms;
    color:white;
  }
  nav ul a.black{
    color: black;
  }
  @media all and (min-width: 1024px){
    ul span{
      position: absolute;
      display: block;
      height: 2px;
      width: 7.5%;
      background:white;
      bottom: 0;
      left: 4.75%;
      transition: all 200ms linear;
    }
  }


}
@media all and (min-width: 1300px){

}
#angebot{
  position: absolute;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: white;
  border: solid white 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  bottom: 100px;
}
#angebot:hover{
  background: white;
  color: black;
}
@media all and (min-width: 1024px){
  #angebot{
    position: fixed;
    transform: translateX(0%);
    transition: all linear 200ms;
    padding: 10px 25px;
    left: auto;
    bottom:auto;
    right: 40px;
    top: 40px;
    z-index: 1;
  }
}

/************************************************************/
/***              DROPDOWN                                ***/
/************************************************************/
@media all and (min-width: 1024px){
  .unter-1 li{
    position: relative;
    animation-duration: 200ms;
    animation-name: dropdown-raus;
    animation-fill-mode: forwards;
  }
  .unter-1 li a{
    color: black;
    font-size: 0.7rem;
  }
  .unter-1 li.active-dropdown{
    animation-duration: 200ms;
    animation-name: dropdown-rein;
  }
  .unter-2 li{
    position: relative;
  }
  .unter-2 li a{
    color: black;
    font-size: 0.7rem;
  }
  .unter-2 li.active-dropdown{
    animation-duration: 200ms;
    animation-name: dropdown-rein;
  }
}
@keyframes dropdown-raus{
  0%{
    display: block;
    opacity: 1;
    transform: translateY(0%);
  }
  99%{
    display: block;
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    display: none;
    opacity: 0;
    transform: translateY(100%);
  }

}
@keyframes dropdown-rein{
  0%{
    display: none;
    opacity: 0;
    transform: translateY(100%);
  }
  1%{
    display: block;
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    display: block;
    opacity: 1;
    transform: translateY(0%);
  } 
}


/************************************************************/
/***              SECTION 1                               ***/
/************************************************************/
#section-1{
  background-image: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center center;
}
#section-1 h1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  font-family: var(--mont-700);
  font-size: 1.6rem;
  text-align: center;
}
/************************************************************/
/***              SECTION 2                           ***/
/************************************************************/
  /*#section-2{
    height: 98vh;
  }*/
  

.section-2-bg{
  height: 45vh;
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-position: 50% 80%;
}

.section-2-text{
  padding: 30px 40px;
}
.section-2-text h1{
  font-family: var(--mont-600);
  font-size: 1.6rem;
}
.section-2-text h2{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
.section-2-text p{
  margin-top: 20px;
  font-size: 0.8rem;
}
.section-2-text .text-alternativ{
  font-size: 1rem;
}
#section-2 .angebot{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}
#angebot:hover{
  background: white;
  color: black;
}
@media all and (min-width: 576px){
  .section-2-bg{
    height: 65vh;
    background-position: 50% 65%;
  }
}
@media all and (min-width: 768px){
  .section-2-text .text-alternativ{
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1024px){
  .section-2-bg{
    height: 75vh;
    background-position: 50% 65%;
  }
  #section-2 .angebot{
    left: 0;
    transform: translate(0);
  }
  .section-2-text{
    margin-top: 20px;
  }
  .section-2-text p{
    margin-top: 0px;
    font-size: 0.8rem;
  }
}

/************************************************************/
/***              SECTION 3                               ***/
/************************************************************/
.section-3-text h1{
  font-family: var(--mont-600);
  font-size: 1rem;
}
.section-3-text h2{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
.section-3-text p{
  margin-top: 20px;
  font-size: 0.8rem;
}

.section-3-bg{
  background-image: url(../img/bg-2.jpg);
  background-size: cover;
  height: 45vh;
  background-position:50% 50%;
}

.section-3-text-container{
  padding: 30px 20px;
}

.updates{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}
@media all and (min-width: 576px){
  .section-3-bg{
    height: 50vh;
    background-position: 80% 0%;
  }
}
@media all and (min-width: 768px){
  .section-3-bg{
    height: 60vh;
    background-position: 80% 0%;
  }
  .section-3-text p{
    font-size: 1rem;
  }
}

@media all and (min-width: 1024px){
  #section-3 .container-fluid, #section-3 .container-fluid .row{
    height: 100vh;                                                                                             
  }
  .section-3-bg{
    height: auto;
    background-position: 50% 50%;
  }
  .updates{
    margin-top: 40px;
  }
  .section-3-text{
    display: flex;
    align-items: center;
  }
  .section-3-text-container{
    padding: 30px 20px;
  }
}
/************************************************************/
/***              SECTION 4                           ***/
/************************************************************/
  /*#section-4{
    height: 98vh;
  }*/
.section-4-bg{
  height: 45vh;
  background-image: url(../img/bg-3.jpg);
  background-size: cover;
  background-position: 50% 80%;
}
.section-4-text{
  padding: 30px 40px;
}
.section-4-text h1{
  font-family: var(--mont-600);
  font-size: 1.6rem;
}
.section-4-text h2{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
.section-4-text p{
  margin-top: 20px;
  font-size: 0.8rem;
}
.section-4-text .text-alternativ{
  font-size: 1rem;
}
#section-4 .angebot{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}
@media all and (min-width: 576px){
  .section-4-bg{
    height: 65vh;
    background-position: 50% 65%;
  }
}
@media all and (min-width: 768px){
.section-4-text .text-alternativ{
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1024px){
  .section-4-bg{
    height: 75vh;
    background-position: 50% 65%;
  }
#section-4 .angebot{
    left: 0;
    transform: translate(0);
  }
  .section-4-text{
    margin-top: 20px;
  }
  .section-4-text p{
    margin-top: 0px;
    font-size: 0.8rem;
  }
}
/************************************************************/
/***              SECTION   5                           ***/
/************************************************************/
/*
#section-5{
    height: 110vh;
  }*/

.section-5-bg{
  height: 45vh;
  background-image: url(../img/bg-4.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.section-5-text{
  padding: 30px 40px;
}
.section-5-text h1{
  font-family: var(--mont-600);
  font-size: 1.6rem;
}
.section-5-text h2{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
.section-5-text p{
  margin-top: 20px;
  font-size: 0.8rem;
}
.section-5-text .text-alternativ{
  font-size: 1rem;
}
#section-5 .angebot{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}
@media all and (min-width: 576px){
  .section-5-bg{
    height: 65vh;
    background-position: 50% 65%;
  }
}
@media all and (min-width: 768px){
  .section-5-text .text-alternativ{
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1024px){
  .section-5-bg{
    height: 75vh;
    background-position: 50% 65%;
  }
  #section-5 .angebot{
    left: 0;
    transform: translate(0);
  }
  .section-5-text{
    margin-top: 20px;
  }
}
/************************************************************/
/***              SECTION 6                               ***/
/************************************************************/
#section-6{
  background-color: black;
  color:white;
}
.section-6-bg{
  background-image: url(../img/bg-5.png);
  background-size: 26%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 55vh;
}
.section-6-alt{
  margin-top: 120px;
}
.section-6-alt h1{
  font-family: var(--mont-600);
  font-size: 1.4rem;
  margin-top: 60px;
  text-align: center;
}
.section-6-alt h2{
  font-family: var(--mont-200);
  font-size: 1.2rem;
  text-align: center;
}
.section-6-text{
  margin-top: 50px;
}
.section-6 h1{
  font-family: var(--mont-600);
  font-size: 0.9rem;
}
.section-6 h2{
  font-family: var(--mont-200);
  font-size: 0.9rem;
}
.section-6-info{
  text-align: center;
  margin-top: 40px;
}
.section-6-info h2{
  font-size: 0.7rem;
}



@media all and (min-width: 576px){
}
@media all and (min-width: 768px){
  .section-6-bg{
    background-size: 30%;
    background-position: 50% 50%;
    height: 100vh;
  }
  .section-6 .row{
    display: flex;
    align-items: center;
  }
  .section-6-info{
    text-align:left;
  }
}
@media all and (min-width: 1024px){
  .section-6 .row{
    display: flex;
    align-items: center;
  }
  .section-6 h1{
    font-family: var(--mont-600);
    font-size: 1.4rem;
    margin-top: 60px;
  }
  .section-6 h2{
    font-family: var(--mont-200);
    font-size: 1.2rem;
  }
}
/************************************************************/
/***              SECTION 7                               ***/
/************************************************************/
#section-7{
  background: black;
  color: white;
  height: 100vh;
}
.section-7-text{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60vw;
}
#section-7 h1{
  font-family: var(--mont-600);
  font-size: 1.6rem;
  text-align: center;
}
.section-7-info{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 85vw;
  text-align: center;
  top: calc( 100vh - 280px);
}
.section-7-info h2{
  font-family: var(--mont-600);
  font-size: 1.2rem;
}
.section-7-info h3{
  font-family: var(--mont-200);
  font-size: 0.8rem;
}
@media all and (min-width: 576px){
  .section-7-text{
    font-size: 2rem;
    width: 70vw;
  }
  
}
@media all and (min-width: 768px){
  .section-7-info{
    top: calc( 100vh - 280px);
  }
}
@media all and (min-width: 1024px){
  .section-7-text{
    width: 30vw;
  }
}
section, #section-1, #section-2, #section-3, #section-4, #section-5, #section-6, #section-7{
      min-height: 100vh;
  }

/************************************************************/
/***              SECTION 8                               ***/
/************************************************************/
#section-8{
  background-color: black;
  color:white;
  height: 100vh;
}
.section-8 .container-fluid > .row{
  display: flex;
  align-items: center;
  height: 100vh;
}
.section-8 h1{
  font-family: var(--mont-600);
  font-size: 1.6rem;
}
.section-8 p, .section-8 label{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
form div{
  position: relative;
}
form .row{
  margin-top: 50px;
}

input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
}

.custom-radio {
  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  /*border: 0.1rem solid #fff;*/
  border-radius: 50%;
  cursor: pointer;
}
.custom-radio:focus-visible {
  outline-offset: 0;
}
.outline {
  outline: 1px solid white;
  transition: 300ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.outline + label{
  color: rgba(255,255,255,0.3);
}
.outline:hover {
  outline-color: white;
}
.outline:checked {
  transform: scale(0.4);
  background-color: rgba(255,255,255,0.75);
  transition: 300ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.outline + label:before{
  position: absolute;
  content: " ";
  height: 2px;
  width: 0px;
  background:white;
  margin: 28px 0 0 8px;
  transition: 200ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.outline:checked + label:before{
  width: 20px;
  transition: 200ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.outline:checked + label{
  color: rgba(255,255,255,1);
  transition: 200ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
/************************************************************/
/***              FORM                               ***/
/************************************************************/
.result{
  margin-top: 40px;
}
#angebot_btn{
  position: relative;
  background-color: transparent;
  border: solid 1px white;
  color: white;
  padding: 10px 20px;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}

#angebot_btn:after{
  content: '';
  position: absolute;
  height: 46px;
  width: 0px;
  background-color: rgba(255,255,255,1);
  margin: -35px 0 0 -86px;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}
#angebot_btn:hover{
  color:black;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}
#angebot_btn:hover:after{
  width: 171px;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}
.result div{
  position: relative;
  z-index: 1;
}

p.kein_angebot{
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 20px;
  color: lightgray
}
.senden{
  position: relative;
  background-color: transparent;
  color: black;
  padding: 10px 20px;
  background:white;
  border: none;
  border-radius:0;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}
.senden:hover{
  border-radius: 10px;
  transition: all 400ms cubic-bezier(.98,0,.17,1);
}





















































/************************************************************/
/***              SECTION 10                               ***/
/************************************************************/
#section-10{
  background-image: url(../img/bg-10.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#section-10 .h1-container{
  position: absolute;
  bottom: 10%;
}
#section-10 .h1-container h1{
  font-size: 10vw;
  color: white;
  text-transform: uppercase;
  font-family: var(--mont-200);
  font-style: italic;
}
#section-10 .h1-container h1 span{
  font-family: var(--mont-700);
  font-style: normal;
}

@media all and (min-width: 576px){
  #section-10 .h1-container h1{
    font-size: 8vw;
  }
}
@media all and (min-width: 768px){

}
@media (min-width: 992px) { 
  #section-10 .h1-container h1{
    font-size: 7vw;
  }
}

@media (min-width: 1200px) {
  #section-10 .h1-container h1{
    font-size: 4vw;
  }
}

/************************************************************/
/***              SECTION 11                           ***/
/************************************************************/
.section-11{
  padding: 140px 0px;
  min-height: auto;
}

.section-11-text h1{
  font-family: var(--mont-200);
  font-size: 6vw;
  text-transform: uppercase;
  font-style: italic;
}
.section-11-text h1 span{
  font-family: var(--mont-700);
  font-style: normal;
}
.section-11-text p{
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}
@media all and (min-width: 768px){
  .section-11-text h1{
    font-size: 5vw;
  }
}

@media (min-width: 1200px) {
  .section-11-text h1{
    font-size: 4vw;
  }
}

  #section-11 .angebot{
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    color: black;
    border: solid black 1px;
    cursor: pointer;
    transition: all linear 200ms;
    display: inline-block;
    margin-top: 40px;
  }
  #angebot:hover{
    background: white;
    color: black;
  }

/************************************************************/
/***              SECTION 12                               ***/
/************************************************************/
#section-12 p.text-block{
  margin-top: 100px;
  font-size: 4vw;
}
#section-12 p.text-block span{
  font-family: var(--mont-700);
}

@media all and (min-width: 768px){
  #section-12 p.text-block{
    font-size: 3vw;
  }
}
@media (min-width: 992px) { 
  #section-12 p.text-block{
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  #section-12 p.text-block{
    font-size: 1.4vw;
  }
}

.section-12-bg{
  background-image: url(../img/bg-12.png);
  background-size: cover;
  height: 100vh;
  background-position:50% 50%;
}

.updates{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}

/************************************************************/
/***              SECTION 13                           ***/
/************************************************************/
.section-13{
  padding: 140px 0px;
  min-height: auto;
}

.section-13-text h1{
  font-family: var(--mont-300);
  font-size: 8vw;
  text-transform: uppercase;
}

.section-13-text h1 span{
  font-family: var(--mont-700);
}

.section-13-text p{
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}

#section-13 .angebot{
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  display: inline-block;
  margin-top: 40px;
}
#angebot:hover{
  background: white;
  color: black;
}
@media all and (min-width: 576px){
  .section-13-text h1{
    font-size: 6vw;
  }
}  
@media (min-width: 1200px) {
  .section-13-text h1{
    font-size: 4vw;
  }
}
/************************************************************/
/***              SECTION 20                               ***/
/************************************************************/
#section-20{
  background-image: url(../img/bg-20.png);
  background-size: cover;
  background-position: 25% center;
  position: relative;
}
#section-20 .h1-container{
  position: absolute;
  bottom: 20%;
  color: white;
  text-transform: uppercase;
  font-family: var(--mont-200);
  font-style: italic;
}
#section-20 .h1-container h1{
  font-size: 12vw;
}
#section-20 .h1-container h1 span{
  font-style: normal;
  font-family: var(--mont-700);
}
@media (min-width: 768px) {
  #section-20{
    background-image: url(../img/bg-20.png);
    background-size: cover;
    background-position: 40% center;
  }
  #section-20 .h1-container h1{
    font-size: 8vw;
  }
}

@media (min-width: 992px) {
  #section-20 .h1-container h1{
    font-size: 7vw;
  }
}

@media (min-width: 1200px) {
  #section-20 .h1-container h1{
    font-size: 6vw;
  }
}

@media (min-width: 1400px) {

}
/************************************************************/
/***              SECTION 21                           ***/
/************************************************************/
#section-21{
  padding: 140px 0px;
  min-height: auto;
  background:black;
  color:white;
}

.section-21-text h1{
  font-family: var(--mont-200);
  font-size: 5vw;
  text-transform: uppercase;
  font-style: italic;
}

.section-21-text h1 span{
  font-style: normal;
  font-family: var(--mont-700);
}
.section-21-text p{
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}
@media (min-width: 768px) {

  
}

@media (min-width: 992px) {

  
}

@media (min-width: 1200px) {
  .section-21-text h1{
    font-size: 4vw;
  }
}

#section-21 .angebot{
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  border: solid white 1px;
  cursor: pointer;
  transition: all linear 200ms;
  display: inline-block;
  margin-top: 40px;
}
#angebot:hover{
  background: white;
  color: black;
}

/************************************************************/
/***              SECTION 22                              ***/
/************************************************************/
.section-22{
  background:black;
  color: white;
  padding: 140px 0;
  min-height: auto;
}
.section-22 h1{
  font-family: var(--mont-200);
  font-size: 8vw;
  text-transform: uppercase;
  font-style: italic;
}
.section-22 h1 span{
  font-family: var(--mont-700);
  font-style: normal;
}
.section-22 .bg-img{
  height: 50vh;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
}

@media (min-width: 768px) {
  .section-22 .bg-img{
    height: 60vh;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
  }
  
}

@media (min-width: 992px) {
  .section-22{
    padding: 50px 0;
  }
  .section-22 .bg-img{
    height: 60vh;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
  }
}

@media (min-width: 1200px) {

}

.updates{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}

@media all and (min-width: 1024px){
  .updates{
    margin-top: 40px;
  }
}
/************************************************************/
/***              SECTION 23                              ***/
/************************************************************/
#section-23{
  padding: 140px 0px;
  background:black;
  color:white;
  min-height: auto;
}

.section-23-text h1{
  font-family: var(--mont-200);
  font-size: 12vw;
  text-transform: uppercase;
}
.section-23-text h1 span{
  font-family: var(--mont-700);
}

.section-23-text p{
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}

#section-23 .angebot{
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  border: solid white 1px;
  cursor: pointer;
  transition: all linear 200ms;
  display: inline-block;
  margin-top: 40px;
}

#angebot:hover{
    background: white;
    color: black;
  }
  @media all and (min-width: 576px){
    .section-23-text h1{
      font-size: 8vw;
    }
  }
  @media all and (min-width: 1200px){
    .section-23-text h1{
      font-size: 5vw;
    }
    #section-23{
      min-height: 100vh;
    }
  }
/************************************************************/
/***              SECTION 30                               ***/
/************************************************************/
#section-30{
  background-image: url(../img/bg-30.png);
  background-size: cover;
  background-position: 60% center;
}
#section-30 h1{
  position: absolute;
  color: white;
  bottom: 25%;  
  text-transform: uppercase;
  font-size: 10vw;
  font-family: var(--mont-200);
  font-style: italic;
}
#section-30 h1 span{
  font-style: normal;
  font-family: var(--mont-700);
}
@media (min-width: 576px) { }

@media (min-width: 768px) { 
  #section-30 h1{
    font-size: 6vw;
  }

}

@media (min-width: 992px) { 
  #section-30 h1{
    bottom: 10%;
  }
}

@media (min-width: 1200px) {
  #section-30{
    background-image: url(../img/bg-30.png);
    background-size: cover;
    background-position: center center;
  }
}


/************************************************************/
/***              SECTION 31                           ***/
/************************************************************/
.section-31{
  padding: 140px 0px;
  min-height: auto;
}
.section-31-text h1{
  font-family: var(--mont-200);
  font-size: 9vw;
  text-transform: uppercase;
  font-style: italic;
}

.section-31-text h1 span{
  font-style: normal;
  font-family: var(--mont-700);
}

.section-31-text p{
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}

@media (min-width: 768px) { 
  .section-31-text h1{
    font-size: 6vw;
  }
}

@media (min-width: 992px) { 
  .section-31-text h1{
    font-size: 5vw;
  }
}

@media (min-width: 1200px) {

}

.tuv{
  margin-top: 60px;
  font-family: var(--mont-500);
}
.tuv-logo{
  background-image: url(../img/tüv.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15vh;
  transform: translateY(-40%);
}
  #angebot:hover{
    background: white;
    color: black;
  }
/************************************************************/
/***              SECTION 32                               ***/
/************************************************************/
.section-32-bg{
  background-image: url(../img/bg-32.png);
  background-size: cover;
  height: 100vh;
  background-position:50% 50%;
}
.section-32-text h1{
  font-family: var(--mont-600);
  font-size: 1.5rem;
}
.section-32-text h2{
  font-family: var(--mont-200);
  font-size: 1.4rem;
}
.section-32-text p{
  margin-top: 20px;
  font-size: 1rem;
  text-align: justify;
}

.section-32-text-container{
  padding: 30px 20px;
}

.updates{
  position: relative;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 30px;
  color: black;
  border: solid black 1px;
  cursor: pointer;
  transition: all linear 200ms;
  left: 50%;
  display: inline-block;
  margin-top: 10px;
}

@media all and (min-width: 1024px){
  #section-32 .container-fluid, #section-32 .container-fluid .row{
    height: 100vh;                                                                                             
  }
  .updates{
    margin-top: 40px;
  }
  .section-32-text{
    display: flex;
    align-items: center;
  }
  .section-32-text-container{
    padding: 30px 20px;
  }
}
/************************************************************/
/***              SECTION 33                           ***/
/************************************************************/
.section-33{
  min-height: auto;
}
.section-33-bg{
  height: 45vh;
  background-image: url(../img/bg-33.png);
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
}
@media (min-width: 576px) { }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) { }

@media (min-width: 1400px) { }
.section-33-text{
  padding: 80px 0px;
}
.section-33-text span{
  font-family: var(--mont-700);
}

.section-33-text p{
  margin-top: 60px;
  font-size: 1.1rem;
  font-family: var(--mont-200);
  text-align: justify;
}

  #section-33 .angebot{
    position: relative;
    padding: 10px 10px;
    border-radius: 30px;
    color: black;
    border: solid black 1px;
    cursor: pointer;
    transition: all linear 200ms;
    display: inline-block;
    margin-top: 10px;
  }
  #angebot:hover{
    background: white;
    color: black;
  }

/************************************************************/
/***              SECTION 40                               ***/
/************************************************************/
.gewerbe{
  color:black;
}
.gewerbe b{
  background-color:black;
}
#logo.black{
  color: black;
}
#logo.black::before{
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background:black;
  border-radius: 50%;
  left: 33.5px;
  top: 22px;
}

#section-40{
  background-image: url(../img/bg-40.png);
  background-size: cover;
  background-position: center center;
}
#section-40 h1{
  position: absolute;
  color: white;
  bottom: 25%;  
  text-transform: uppercase;
  font-size: 9vw;
}

#section-40 h1 span{
  font-family: var(--mont-700);
}
@media (min-width: 768px) { 
  #section-40 h1{
    font-size: 6vw;
  }
  #section-40 h1{
    bottom: 20%;  
  }
}

@media (min-width: 992px) { 
  #section-40 h1{
    font-size: 6vw;
    bottom: 10%;
  }
}

@media (min-width: 1200px) {
  #section-40 h1{
    font-size: 6vw;
  }
}
/************************************************************/
/***              SECTION 50                               ***/
/************************************************************/
#section-50{
  height: 100vh;
  background-image: url(../img/bg-50.png);
  background-size: cover;
  background-position: 55% top;
  background-repeat: no-repeat;
}
#section-50 > div{
  position: absolute;
  display: inline-block;
  color: white;
  bottom: 25%;  
  text-transform: uppercase;
  font-size: 6vw;
  width: 80vw;
  line-height: 30px;
}
#section-50 > div span{
  font-family: var(--mont-700);
}
@media (min-width: 768px) { 
  #section-50 > div{
    font-size: 4vw;
  }
  #section-50 > div{
    bottom: 20%;  
  }
}

@media (min-width: 992px) { 
  #section-50 > div{
    font-size: 4vw;
    line-height: 40px;
    bottom: 10%;
  }
}

@media (min-width: 1200px) { 
  #section-50 > div{
    font-size: 2.8vw;
  }
}

@media (min-width: 1400px) { }
/************************************************************/
/***              SECTION 51                           ***/
/************************************************************/
.section-51{
  padding: 140px 0px;
  min-height: auto;
  background:black;
}

.section-51-text h1{
  color:white;
  font-family: var(--mont-200);
  font-size: 8vw;
  text-transform: uppercase;
}
.section-51-text h1 span{
  font-family: var(--mont-700);
}

.section-51-text p{
  color:white;
  margin-top: 60px;
  font-size: 1.4rem;
  font-family: var(--mont-200);
  text-align: justify;
}
@media (min-width: 768px) { 
  .section-51-text h1{
    font-size: 6vw;
  }
}
@media (min-width: 1200px) { 
  .section-51-text h1{
    font-size: 4vw;
  }
}
  #section-51 .angebot{
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    border: solid white 1px;
    cursor: pointer;
    transition: all linear 200ms;
    display: inline-block;
    margin-top: 40px;
  }
  #angebot:hover{
    background: white;
    color: black;
  }

/************************************************************/
/***              SECTION 52                               ***/
/************************************************************/
#section-52{
  position: relative;
  background-image: url(../img/bg-52.png);
  background-size: cover;
  background-position: 40% 50%;
  background-repeat: no-repeat;
}
#section-52 h1{
  position: absolute;
  color: white;
  bottom: 10%;
  text-transform: uppercase;
  font-size: 7vw;
}
#section-52 h1 span{
  font-family: var(--mont-700);
}
@media (min-width: 768px) { 
  #section-52 h1{
    font-size:5vw;
  }
}
@media (min-width: 1200px) { 
  #section-52{
    position: relative;
    background-image: url(../img/bg-52.png);
    background-size: cover;
    background-position: 10% 50%;
    background-repeat: no-repeat;
  }
  #section-52 h1{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size:2.5vw;
    color: black;
    width: 40vw;
  }
}
/************************************************************/
/***              SECTION 53                               ***/
/************************************************************/
#section-53{
  background: black;
  min-height: auto;
  padding: 0px 0px 200px 0px;
}

#section-53 .text-block{
  text-align: center;
  color: white;
}
#section-53 h1{
  text-transform: uppercase;
  font-size: 6vw;
}
.partner div{
  height: 200px;
  position: relative;
}
.partner div img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}
@media (min-width: 768px) { 
  #section-53 h1{
    font-size: 4vw;
  }
}
@media (min-width: 1200px) { 
  #section-53 h1{
  }
}
/************************************************************/
/***              FOOTER                                  ***/
/************************************************************/
footer{
  background:#343333;
  padding: 100px 0;
  color:white;
}
#logo-footer{
  position: relative;
  font-size: 2.2rem;
  color: white;
  font-family: var(--mont-700);
  z-index: 0;
}
#logo-footer::before{
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background:white;
  border-radius: 50%;
  left: 33.9px;
  top: 22.5px;
}

footer .container-1 div:nth-of-type(2), footer .container-1 div:nth-of-type(3){
  font-style: italic;
}
footer .container-1 div:nth-of-type(2){
  font-size: 0.9rem;
  font-family: var(--mont-300);
}
footer .container-1 div:nth-of-type(3){
  font-size: 0.8rem;
  font-family: var(--mont-200);
  margin-top: 50px;
}

footer .container-2{
  font-size: 0.8rem;
  margin-top: 50px;
}
footer .container-2 div:nth-of-type(2), footer .container-2 div:nth-of-type(3){
  margin-top: 10px;
}
footer .container-2 div:nth-of-type(1){
  font-family: var(--mont-600);
}
footer .container-2 div:nth-of-type(2){
  font-style: italic;
}

footer .container-2 div:nth-of-type(3){
  font-family: var(--mont-500);
  font-style: italic;
}





@media (min-width: 576px) { }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) { }

@media (min-width: 1400px) { }