*{
	padding: 0;
	margin: 0 ;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 


body{
    overflow-x: hidden; 
}


  .main-text{
    position: relative;
    width: 100%;
    margin:0px auto;
}


  .main-text-start{
    position: relative;
    width: 100%;
    margin:0px auto;
    z-index: 10;
}

.main-text-h1{
  position: relative;
  font-family: "Inter";
  font-size:1.7em;
  text-align: center;
  color:#252525;
  font-weight: 600;
  margin-top:1.5em;
}


#myVideo_div {
  position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 max-height: 700px;
 object-fit: cover;
}

#myVideo{
    position: relative;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.bg-img{
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 10;
}
.bg-img-i{
  position: absolute;
  width: 100%;
  height: 700px;
  object-fit: cover;
  z-index:10;
}

.wave_box{
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 999;
    margin-top:-6em;
}
  .wave {
    z-index: 999;
    display: block;
    height: 100px;
    will-change: transform;
    width: 400vw;
    background: linear-gradient(to right, #ffffff, #ffffff);
    --mask: radial-gradient(75.15px at 50% 101.5px, #000 99%, #0000 101%)
        calc(50% - 70px) 0/140px 100%,
      radial-gradient(75.15px at 50% -66.5px, #0000 99%, #000 101%) 50% 35px/140px
        100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    animation: wave 70s linear infinite alternate;
  }
  @keyframes wave {
    100% {
      transform: translate3d(-300vw, 0, 0.1px);
    }
  }

  @media only screen and (max-width: 770px) {
    .wave {
        animation: wave 50s linear infinite alternate;
    }
}
    @media only screen and (max-width: 580px) {
        .wave {
            animation: wave 40s linear infinite alternate;
        }
}
  

.main-text2{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ededed;
  margin:0px auto;
  padding-top:10px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.main-text-h4-m{
  position: relative;
  font-family: "Inter";
  font-size:23px;
  text-align: left;
  color:#252525;
  font-weight: 500;
  margin-top:80px;
  width:70%;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.makler-info-m{
  position: relative;
  font-family: "Inter";
  color:#252525;
  font-size:17px;
  font-weight: 400;
  line-height: 1.5;
  margin-top:1.2em;
  width:70%;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}












.anchor-link-box{
  position: relative;
  width: 100%;
  background-color: transparent;
  height: auto;
  padding-top: 1em;
  padding-bottom: 0em;
  margin-top:0em;
}

.anchor-link-box-div{
  position: relative;
  width: 96%;
  margin-left:2%;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.anchor-link-box-div-h2{
  position: relative;
  color:#000;
  font-size: 20px;
  font-family: "Inter";
}

.anchor-link-box-a{
  position: relative;
  font-size: 17px;
  font-family: "Inter";
  color:#043ba8;
  line-height: 1.5;
  transition: 0.5s;
  cursor: pointer;
  width: 100%;
  margin-left: 0%;
  text-decoration: none;
  font-weight: 500;
}
.anchor-link-box-a:hover{
  color:#d10303;
  font-weight: bold
}

.anchor-link-box-a2{
    position: relative;
    font-size: 17px;
    font-family: "Inter";
    color:#d10303;
    line-height: 1.5;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    margin-left: 0%;
    text-decoration: none;
    font-weight: 500;
    margin-top:0.5em;
  }
  .anchor-link-box-a2:hover{
    color:#043ba8;
    font-weight: bold
  }
  





@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

#thehero {
width: 100%;
    height: auto;
    padding-top:10vh;
    padding-bottom:10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(shutterstock_530221237-scaled-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.the-inner {
    background-color: rgba(256,256,256,0.8);
    width: 80%;
    max-width: 1000px;
    padding: 1rem;
}

.the-inner h1{
color: #000;
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-weight: 400;
line-height: 1.4;
font-size: 2.1rem;

}

.the-inner p {
color: #606061;
font-size: 1.2rem;  
}



.the-inner a {
color: #000000;
}

.the-inner .points p:before{
  content: url(https://chrislanejones.com/wp-content/uploads/2018/10/littlesquarebullet.png);
  padding: 0 1rem 0 0;
}

.info-img-h1{
    position: relative;
    max-width: 690px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    text-align: center;
}

.info-img-text{
    position: relative;
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin-top:15px;
    line-height: 1.3;
    font-weight: normal;
    font-family:"Inter";
}
.info-img-text-2{
    position: relative;
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin-top:15px;
    font-weight: normal;
}

.btn-immo-2{
    position: relative;
    width: auto;
    font-family: "Inter";
    color:#fff;
    background-color: #0288fd;
    transition:0.5s;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    border: none;
    margin-top:20px;
    border-radius: 10px;
  }
  .btn-immo-2:hover{
    background-color: #026ac5;
    cursor: pointer;
    border-radius: 17px;
  }


  .btn-vermieter-anfrage{
    position: relative;
    width: auto;
    font-family: "Inter";
    color:#fff;
    background-color: #3b7910;
    transition:0.5s;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    border: none;
    margin-top:20px;
    border-radius: 10px;
  }
  .btn-vermieter-anfrage:hover{
    background-color: #32650e;
    cursor: pointer;
    border-radius: 17px;
  }


  .main-text8{
    position: relative;
    width: 90%;
    margin-left:5%;
    margin:1em auto;
    max-width: 800px;
}

  .main-text4-m{
    position: relative;
    width: 90%;
    margin-left:5%;
    margin:50px auto;
    max-width: 800px;
}

.main-text-h5-m{
  position: relative;
  font-family: "Inter";
  font-size:23px;
  text-align: left;
  color:#161616;
  font-weight: 500;
  margin-top:20px;
  width:98%;
  margin-left:2%;
}
.makler-erkennen-div-m{
  position: relative;
  width:auto;
  width:100%;
  margin-top:30px;
  max-width:800px;
}

.makler-erkennen-div-t-m{
  position: relative;
  font-family: "Inter";
  line-height: 1.5;
  font-size:16px;
  font-weight: 400;
  margin-top:10px;
}







.text-box-info{
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: -2em;
}

.text-box-info-box1{
  position: relative;
  width: 49%;
  height: auto;
}


.text-box-info-box1-img{
  position: relative;
  width: 100%;
  height: auto;
}

.text-box-info-box2{
  position: relative;
  width: 49%;
  height: auto;
  margin-left: 2%;
}

.main-text-h6-m{
  position: relative;
  font-family: "Inter";
  font-size:22px;
  text-align: left;
  color:#252525;
  font-weight: 500;
  margin-top:0px;
  width:98%;
  margin-left: 2%;
}

.main-text-h6-m{
  position: relative;
  font-family: "Inter";
  font-size:22px;
  text-align: left;
  color:#252525;
  font-weight: 500;
  margin-top:0px;
  width:98%;
  margin-left: 2%;
}


.makler-info{
  position: relative;
  font-family: "Inter";
  color:#252525;
  font-size:17px;
  font-weight: 400;
  line-height: 1.5;
  margin-top:10px;
  width:94%;
  margin-left:3%;
}

.vermieter-werden{
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  border:1px solid black;
  transition: 0.5s;
  overflow: hidden;
}
.vermieter-werden:hover{
    border-radius: 14px;
}

.vermieter-werden-head{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#fff;
  background-color: #0d5cd9;
}

.vermieter-werden-head-p{
  position: relative;
  font-family: "Inter";
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
}
.vermieter-werden-body{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color:#fff;
  background-color: #efefef;
}

.vermieter-werden-body-p{
  position: relative;
  font-family: "Inter";
  font-size: 1em;
  text-align: center;
  width: 90%;
  margin-left:5%;
  color: #000;
  text-align: left;
}

.vermieter-werden-body-p2{
  position: relative;
  font-family: "Inter";
  font-size: 1em;
  text-align: center;
  width: 90%;
  margin-left:5%;
  color: #000000;
  text-align: left;
  margin-top: 0.5em;
}

.vermieter-werden-form{
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  border:1px solid black;
  background-color: #efefef;
  padding-bottom: 1em;
  transition:0.5s;
}

.vermieter-werden-form:hover{
    border-radius: 14px;
}


.vermieter-werden-form-h3{
  position: relative;
  font-size: 1.2em;
  font-family: "Inter";
  color:#000;
  text-align: center;
  margin-top: 0.3em;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  margin-top: 0.7em;
}

.vermieter-werden-form-inputbox{
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-top: 1.5em;
}

.vermieter-werden-form-inputbox2{
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-top: 1.3em;
}


.input-field{
  position: relative;
  font-family: "Inter";
}
.input-field input{
   width: 90%;
  height: 30px;
  border-radius: 3px;
  font-size: 1em;
  padding: 0 15px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  outline: none;
  font-family: "Inter";
}
.input-field label{
  position: absolute;
  top: 60%;
  left: 15px;
  transform: translateY(-70%);
  color: #000;
  font-size: 1em;
  pointer-events: none;
  transition: 0.3s;
}
input:focus{
  border: 2px solid #000;
}
input:focus ~ label,
input:valid ~ label{
  top: 0;
  left: 15px;
  font-size: 0.9em;
  padding-left:8px;
  padding-right:8px;
  padding-top:3px;
  padding-bottom:3px;
  background: #fff;
}

.vermieter-werden-form-btn{
  position: relative;
  width: 90%;
  margin-left: 5%;
  background-color: #0288fd;
  color:#fff;
  font-family: "Inter";
  margin-top:1.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: none;
  font-size: 0.9em;
  transition: 0.5s;
}
.vermieter-werden-form-btn:hover{
    position: relative;
    background-color: #026ac5;
    border-radius: 7px;
    cursor: pointer;
}

.vermieter-werden-form-inputbox3{
    position: relative;
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-top: 1.3em;
  }

  
.checkbox-bg{
    position: relative;
    background-color: transparent;
    width: 95%;
    margin-left: 5%;
    font-size:1em;
    font-family: "Inter";
}

@media screen and (max-width: 850px) {
.text-box-info{
  display: inline-block;
  width: 100%;
  } 
  .text-box-info-box1{
      position: relative;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      height: auto;
  }
  .vermieter-werden{
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .text-box-info-box2{
      position: relative;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      margin-top:20px;
  }
  .vermieter-werden-form{
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  #form_box_vermieten_1{
    position: relative;
    width: 90%;
  }
  #form_box_vermieten_2{
    position: relative;
    width: 90%;
  }
}





.main-text-h2{
    position: relative;
    font-family: "Inter";
    font-size:22px;
    text-align: center;
    color:#252525;
    font-weight: 600;
    margin-top:0px;
}

.main-text4-m{
    position: relative;
    width: 90%;
    margin-left:5%;
    margin:60px auto;
    max-width: 800px;
}


.makler-erkennen-div-m{
    position: relative;
    width:auto;
    width:100%;
    margin-top:30px;
    max-width:800px;
}

.makler-erkennen-div-h-m{
    position: relative;
    font-family: "Inter";
    font-size:20px;
    font-weight: 600;
    margin-top:0px;
    color:#0d5cd9;
}
.makler-erkennen-div-t-m{
    position: relative;
    font-family: "Inter";
    line-height: 1.5;
    font-size:16px;
    font-weight: 400;
    margin-top:10px;
}


.makler-erkennen-div2-m{
    position: relative;
    width:100%;
    margin-top:30px;
}

.makler-erkennen-div-h2-m{
    position: relative;
    font-family: "Inter";
    font-size:20px;
    margin-top:0px;
    text-align: right;
    font-weight: 600;
    color:#0d5cd9;
}
.makler-erkennen-div-t2-m{
    position: relative;
    font-family: "Inter";
    line-height: 1.5;
    font-size:16px;
    font-weight: 400;
    margin-top:5px;
    text-align: right;
}






.skills-div{
    position: relative;
    background-color: transparent;
    margin-top: -3em;
    z-index: 99;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
section {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
  }
  
  .service a {
    color: #5b7abb;
    display: block;
  }
  
  .service h4 {
    font-family: "Inter";
    font-weight: 600;
    color: #56ceba;
    font-size: 1.3em;
    margin-left: 0.7em;
    text-align: left;
  }
  
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  
  .service {
    background: #fff;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Inter";
  }
  
  .service:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  }
  
  .service i {
    font-size: 3.45rem;
    margin: 1rem 0;
  }
  
  .service1 i,
  .service1 h4,
  .service1 .cta {
    color: #42b7ca;
  }
  
  .service1:hover {
    border: 2px solid #42b7ca;
  }
  
  .service2 i,
  .service2 h4,
  .service2 .cta {
    color: #425fca;
  }
  
  .service2:hover {
    border: 2px solid #425fca;
  }
  
  .service3 i,
  .service3 h4,
  .service3 .cta {
    color: #9c42ca;
  }
  
  .service3:hover {
    border: 2px solid #9c42ca;
  }
  
  .service .cta span {
    font-size: 0.6rem;
  }
  
  .service > * {
    flex: 1 1 100%;
  }
  
  .service .cta {
    align-self: flex-end;
  }
  
  @media all and (max-width:900px) {
    .services-grid {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
    }
  }

  #vorschlag_bx_icon{
    position: relative;
    font-size: 2em;
  }

  .service-heading{
    position: relative;
    width: 100%;
    display: flex;
  }



  
.makler-info-m-check{
    position: relative;
    font-family: "Inter";
    color:#252525;
    font-size:18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top:0.7em;
    width:94%;
    margin-left:3%;
}

.checker{
    color: #248a1b;
    font-size:1.2em;
    font-weight: bold;
}


.main-text3{
    position: relative;
    width: 90%;
    margin-left:5%;
    margin:1em auto;
    max-width: 800px;
}

.main-text-h3-m{
    position: relative;
    font-family: "Inter";
    font-size:1.5em;
    text-align: left;
    color:#252525;
    font-weight: 500;
    margin-top:0em;
    width:100%;
    max-width: 700px;
    text-align: left;
  }

  
.main-text-h3-m2{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    text-align: left;
    color:#252525;
    font-weight: 500;
    margin-top:0em;
    width:100%;
    max-width: 700px;
    text-align: left;
  }

  .main-text-h3-m3{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    text-align: left;
    color:#252525;
    font-weight: 500;
    margin-top:1.2em;
    width:100%;
    max-width: 700px;
  }




  .info-img-text{
    position: relative;
    width: 100%;
    max-width: 800px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.info-img-text-bx1{
position: relative;
width: 48%;
height: auto;
}
.info-img-text-bx2{
position: relative;
width: 48%;
height: auto;
margin-left: 4%;
}
.info-img-text-bx1-img{
position: relative;
width: 100%;
height: auto;
}

.info-img-text-bx2-p{
position: relative;
font-family: "Inter";
font-size: 2.0em;
text-align: left;
font-weight: 600;
margin-top:40px;
}

@media only screen and (max-width: 805px) {
.info-img-text-bx1{
    display: none;
} 
.info-img-text-bx2{
    display: block;
    width: 100%;

} 
.info-img-text-bx2-p{
    text-align: center;
    margin-top: 0px;
}
}







.div-box-show{
    position: relative;
    width: 100%;
    margin:60px auto;
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.div-box-show-h3{
    position: relative;
    font-size: 1em;
    font-family: "Inter";
    text-align: center;
    color:#626262;
}
.div-box-show-h2{
    position: relative;
    font-size: 2em;
    font-family: "Inter";
    text-align: center;
    margin-top: 7px;
}

.div-box-show-box-div-img-btn{
    position: relative;
    width: 90%;
    margin-left: 0;
    font-family: "Inter";
    font-size: 1.0em;
    font-weight: normal;
    margin-top: 7px;
    color:#fff;
    background-color: #0288fd;
    transition: 0.5s;
    padding-top:0.5em;
    padding-bottom:0.5em;
    border:none;
}

.div-box-show-box-div-img-btn:hover{
    cursor: pointer;
    background-color: #026ac5;
}



  #thehero {
    width: 100%;
    max-width: none;
    }




    #header_nav{
        position: relative;
    }
    #header_nav_m{
        display: none;
       }
    
    @media (max-width: 1067px) {
       #header_nav{
        display: none;
       }
       #header_nav_m{
        display: block;
       }
      }





      .main-text-h3{
        position: relative;
        font-family: "Inter";
        font-size:3vh;
        text-align: center;
        color:#252525;
        font-weight: 500;
        margin-top:80px;
    }
    
    .wie-es-funktioniert-div{
        position: relative;
        width: 1000px;
        display: flex;
        height: auto;
        margin:30px auto;
    }
    
    .wie-es-funktioniert-div-m{
        position: relative;
        width: 100%;
        height: auto;
        margin:30px auto;
        margin-left:0%;
        padding-top:1.5em;
        padding-bottom:1.5em;
        background-color: #efefef;
    }
    
    .wie-es-funktioniert-div-box{
        position: relative;
        width: 300px;
        height: auto;
    }
    
    .wie-es-funktioniert-div-box-p{
        position: relative;
        font-family: "Inter";
        color:#252525;
        font-size:22px;
        font-weight: 600;
        line-height: 1.3;
    }
    
    .wie-es-funktioniert-div-box-text{
        position: relative;
        font-family: "Inter";
        color:#252525;
        font-size:16px;
        font-weight: 300;
        line-height: 1.5;
        margin-top:5px;
    }
    
    .wie-es-funktioniert-div-box-m{
        position: relative;
        width: 96%;
        margin-left:2%;
        height: auto;
    }
    
    .wie-es-funktioniert-div-box-p-m{
        position: relative;
        font-family: "Inter";
        color:#252525;
        font-size:22px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
    }
    
    .wie-es-funktioniert-div-box-text-m{
        position: relative;
        font-family: "Inter";
        color:#252525;
        font-size:16px;
        font-weight: 300;
        line-height: 1.5;
        margin-top:5px;
        text-align: center;
        max-width:600px;
    }
    
    .wie-es-funktioniert-div-box-row{
        position: relative;
        width: 50px;
        height: auto;
        font-size: 40px;
    }
    
    
    .wie-es-funktioniert-div-box-row-m{
        position: relative;
        width: 50px;
        height: auto;
        font-size: 40px;
        transform: rotate(90deg);
    }
    












    .scroll-container {
      height: auto;
      padding-top:0px;
      padding-bottom:0px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      background-color: #ebebeb;
    }
    
    .scroll-container:nth-of-type(1) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(2) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(3) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(4) {
      background-color: #fff;
    }
    
    .scroll-container:nth-of-type(even) {
      flex-direction: row-reverse;
    }
    
    .scroll-element,
    .scroll-caption {
      width: 100%;
    }
    
    .scroll-element {
      height: auto;
      height: 100%;
      background-color: #fff;
    }
    
    .scroll-caption {
      margin: 1rem;
    }
    
    
    
    
    
    .section2{
      position: relative;
      background-color: #d4effc;
      margin-top:40px;
      text-align: left;
    }
    .section2-h1{
      position: relative;
      color: black;
      font-size: 28px;
    }
    
    .section2-h1-4{
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: normal;
    }
    
    
    
    .section1-h2-vorschlag{
      position: relative;
      color: black;
      margin-top:35px;
      width: 90%;
      font-size: 1.8em;
      font-family: "Inter";
      font-weight: 600;
    }

    .leistung-splitter{
        position: relative;
        margin-top:1em;
        height: 2px;
        background-color: #515151;
        width: 80%;
        max-width: 700px;
        border-radius: 4px;
    }
    
    .section1-p-vorschlag{
      position: relative;
      color: black;
      font-family: "Inter";
      margin-top:12px;
      font-size: 1em;
      width: 90%;
      font-weight:500;
    }
    
    .section1-vorschlag-box{
      position: relative;
      width: 90%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      margin-top:30px;
      display: flex;
    
    }
    
    .section1-vorschlag-box-b1{
      position: relative;
      width: 33%;
      height: auto;
      padding-bottom:15px;
    }
    
    .section1-vorschlag-box-b2{
      position: relative;
      width: 33%;
      height: auto;
      padding-bottom:15px;
    }
    
    .section1-vorschlag-box-b3{
      position: relative;
      width: 33%;
      height: auto;
      padding-bottom:15px;
    
    }
    
    .vorschlag_bx_icon_bx{
      padding:10px;
      width: 120px;
      background-color: #fff;
      border:2px solid #aaaaaa;
    }
    .leistungen-img{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    #vorschlag_bx_icon{
      position: relative;
      font-size: 70px;
      color: #535353;
    }
    
    .section1-vorschlag-box-b1-h{
      position: relative;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin-top:5px;
    }
    .section1-vorschlag-box-b1-txt{
      position: relative;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin-top:7px;
      padding-left: 5px;
      padding-right: 5px;
    }
    
    .section1-vorschlag-btn{
        position: relative;
        width: 70%;
        max-width: 200px;
        height: 35px;
        color:#fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        transition:0.5s;
        background-color: #3b7911;
        cursor: pointer;
        border:none;
        margin-top:20px;
        border-radius: 5px;
    }
    
    .section1-vorschlag-btn:hover{
        background-color: #155013;
    }
    
    
    
    
    .section1-bx-splitter{
      position: relative;
      width: 80%;
      height: 2px;
      background-color: #656565;
      margin-top:7px;
    }
    
    #section1_bx_splitter{
      display: none;
    }
    
    @media only screen and (max-width: 450px) {
      #section1_bx_splitter{
        display: block;
      }
      .section1-vorschlag-box {
        width: 96%;
        display: block;
      }
     
      .section1-vorschlag-box-b1{
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom:15px;
      }
      
      .section1-vorschlag-box-b2{
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom:15px;
        margin-top:20px;
      }
      
      .section1-vorschlag-box-b3{
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom:15px;
        margin-top:20px;
      }
    }








    .gallery {
        display: grid;
        grid-gap: 10px;
        margin-top:1.5em;
      
        /* fill the page's width with columns, each having from about 200 to 400 px */
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        
        /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
        grid-auto-rows: 250px 150px;
        
        /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
        grid-auto-flow: dense;
      }
      
      .item {
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        
        /* for larger screens... */
        @media (min-width: 480px) {
          
          /* first item will have size 2x2 */
          &:first-child {
            grid-area: 1 / 1 / span 2 / span 2;
          }
      
          /* and every third item will have size 2x1 */
          &:nth-child(3n) {
            grid-column: span 2;
          }
       
        }
      }


















      
.start-div-box-ratgeber{
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}



#cCarousel {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  
  #cCarousel .arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    color: white;
    background: #00000072;
    cursor: pointer;
  }
  
  #cCarousel #prev {
    left: -20px;
    margin-top:-20px;
  }
  
  #cCarousel #next {
    right: 0px;
    margin-top:-20px;
  }
  
  #carousel-vp {
    width: 90%;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    left: -10px;
  }
  
  @media (max-width: 770px) {
    #carousel-vp {
      width: 510px;
    }
  }
  
  @media (max-width: 510px) {
    #carousel-vp {
      width: 290px;
      
    }
  }
  
  #cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 30px;
    left: 0px;
  }
  
  .cCarousel-item {
    width: 290px;
    height:auto;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding-bottom: 1em;
    background-color: #fff;
  }
  
  .cCarousel-item img {
    width: 100%;
    object-fit: cover;
    min-height: 246px;
    color: white;
  }
  
  .cCarousel-item .infos {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: white;
    color: black;
  }
  
  .cCarousel-item .infos button {
    background: #222;
    padding: 10px 30px;
    border-radius: 15px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
  }




  .card2-1{
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
}
.card2-header{
    position: relative;
    background-color: #ffffff;
    width:100%;
    padding-top:5px;
    padding-bottom: 5px;
    color: #000000;
    font-size: 18px;
    font-family: "Inter";
}

.card1-img{
    position: relative;
    width: 100%;
    height: auto;
}













.div-box-buttons{
    width: 100%;
    margin-left:0%;
    margin-top:20px;
    box-shadow: 0 0 7px 7px rgba(141, 141, 155, 0.192);
  }
  
  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    line-height: 25px;
    transition: 0.4s;
    border-bottom: 1px solid #303030;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
      display: none;
      background-color: #fcfcfc;
      overflow: hidden;
      padding: 0 18px;
    }
  .panel-p {
    padding: 0 0px;
    color:#000;
    font-family: "Inter";
    font-size: 1em;
    line-height: 1.2;
    padding-top:15px;
    padding-bottom:15px;
  }
  
  .panel-p-a {
      padding: 0 0px;
      text-decoration: none;
      transition: 0.5s;
      color:#043ba8;
    }
  
  .panel-p-a:hover {
      color: #d10303;
  }
  
  .accordion-span{
    float: right;
    right: 30px;
    font-weight: bold;
    font-size:20px;
  }
  
  #link{
    transition: 0.5s;
    color: #043ba8;
  }

  #link:hover {
    color:#d10303;
}
