

*{
margin: 0;
padding: 0;

font-family:   Arial, Helvetica, sans-serif;
font-size: 16px;

.light { 
    font-weight: 300;
}
.regular { 
    font-weight: 400;
}
.semibold { 
    font-weight: 600;
}
}
p{
    color: rgb(94, 94, 94);
    line-height: 1.5;
}
.mb-15{
    margin-bottom: 40px;
}

footer p{
    color: white;
}

h2{
    font-size: 30px;
    letter-spacing: 1px;
}

.subheadline{
    padding: 50px 0 25px 0;
    text-align: center;
    color: rgb(94, 94, 94);
}
.underline{
    width: 80px;
    height: 4px;
    background:  rgb(255, 217, 0);
}

body, html{
    height: 100%;
}
.space{
    height: 20px;
}
.outer{
    width: 100%;
    max-width: 90rem;
    margin: 0 auto 0 auto;
}
.topbar{
    width: 100%;
    height: 60px;
    background-color: rgb(166, 255, 193);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.flex{
    width: 100%;
    display: flex;
}
.js-center{
    justify-content: center;
}
nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 80px;
    padding: 0 20px 0 20px;
    background-color: white;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

.logo{
    height: 60px;
}

.nav-links{
    display: flex;
    gap: 35px;
    list-style-type: none;
    height: 30px;
    align-items: center;
    padding: 20px 0;
}



.nav-links a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #00869f;
    transition: width 0.3s ease;
}

.nav-links a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #00869f;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-links a :hover::before {
    width: 100%;
  }
  
.nav-links a:hover::after {
    transform: scaleX(1);
}

.nav-links a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(27, 27, 27);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0;
}

.active-page, 
.nav-links li:hover{
    color: black;
    font-weight: bold;
}


/*     HERO Bereich    */
.hero{
    position: relative;
    top: 0;
    left: 0;
}

.hero-flex-container{
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex-wrap: wrap;
}

.hero-item{
    width: 460px;
    min-width: 320px;
    height: 380px;
    position: relative;
    margin: 50px 0;
    border-bottom: #00354d solid 4px;
    text-decoration: none;
}

.hero-sh-item-1:hover,
.hero-sh-item-2:hover{
    background-size: 180%;
    transition: background-size 0.5s ease-in-out;
}

.hero-sh-item-3:hover{
    background-size: 140%;
    transition: background-size 0.5s ease-in-out;
}

.hero-subhead{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min-content;
    background: rgba(255, 255, 255, 0.7);
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
}

.hero-subhead p{
    font-weight: bold;
    color: black;
}

.hero-sh-item-1{
    background-image: url(../img/energie/vecteezy_air-source-heat-pump-installed-in-a-residential-building-ai_28095688.webp);
    background-position: top center;
    background-size: 170%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in-out;
}

.hero-sh-item-2{
    background-image: url(../img/energie/wärmepumpencheck.webp);
    background-position: top right;
    background-size: 170%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in-out;
}

.hero-sh-item-3{
    background-image: url(../img/energie/Bafa-Foerderservice.webp);
    background-position: top right;
    background-size: 130%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in-out;
}

.circle{
    width: 30%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #feda00;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 15;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.circle p{
    color: black;
    text-align: center;
    line-height: 1.2;
}

.wärmepumpe-aktion{
    width: 220px;
    height: 70px;
    background-image: url(../img/backgrounds/yellow-price.webp);
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px;
}

.wärmepumpe-aktion p{
    color: black;
    text-decoration: none;
    line-height: 1;
}

.subhead-text{
    font-size: 32px;
    font-weight: bold;
}


@media (max-width:880px){
    .subhead-text{
        font-size: 26px;
    }
    .circle p, 
    .wärmepumpe-aktion p{
        font-size: 12px;
    }
    .wärmepumpe-aktion{
        width: 180px;
    }
    .hero-flex-container{
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-right: 10px;
        padding-left: 10px;
    }
    .hero-item{
        width: 300px;
    }

.hero-subhead{
    background: white;
}
}

/*.video-container {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-bg {
    width: 100%;
    min-height: 70vh;
    object-fit: cover;
    object-position: center;
    /*transform: translate(-50%, -50%);X
}

.overlay{   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.45),transparent) /* Hier kannst du die Farbe und Transparenz des Overlays anpassen 
}*/

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 12%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 40px;
    
}

.content-headline h1{
    font-size: 5vw;
}

.content-headline{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.content-headline span{
    font-size: 5vw;
    color: rgb(255, 217, 0);
}

.content-list{
    list-style-type: none;
}

.content-list ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 0 5px;
}

.content-list li{
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: start;
    text-align: left;
}

.content-list img{
    width: 20px;
    margin: 3px 5px 0 0;
}



.btn{
    width: 100%;
    max-width: 400px;
    height: 50px;
    background: rgb(255, 217, 0);
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover{
    background: black;
    color: rgb(255, 217, 0);
}
#contact{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    height: min-content;
    background: #ebebeb;
}


.partner-logos{
    display: flex;
    justify-content: space-around;
    padding: 30px 8;
}
.partner-logos img{
    height: 45px;
}

/*++++++++++++++++++++++++++++++++*/
/*            Über Uns            */
/*++++++++++++++++++++++++++++++++*/

.ueber_uns_content,
.vorteile_content{
    margin: 40px 10%;
}
.ueber_uns_content h1{
    font-size: 2.5vw;
    padding: 0 0 15px 0;
    text-align: center;
}
.ueber_uns_content span{
    padding: 0 0 40px 0;
}

 /*+++++++++     Services     ++++++++*/

 #Leistungen{
  width: 100%;
  margin: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
 }

 .services{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-evenly;
    padding: 1rem 0 0 0;
    margin: 2rem 0 0 0;
  }

  .services-offer{
    display: flex;
  }

  .services-item{
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: black;
    width: 360px;
    padding: 30px 0 0;
    background: white;
    box-shadow: 0 0 10px rgba(74, 74, 74, 0.5);
    /*border-radius: 25px;*/
    transition: 0.3s;
    margin-bottom: 3rem;
    border-radius: 15px;
  }

  .info{
    width: 1rem;
    height: 1rem;
  }
  .services-icon{
    height: 40px;
    padding-left: 1rem;
  }

  .services-item h3{
    display: flex;
    align-items: flex-start;
    padding: 0rem 0rem 0 1rem;
    margin-bottom: 0;
    width: 100%;
  }

  .services-item small{
    text-align: left;
    color: grey;
    width: 100%;
    padding: 0 1rem 0 74px;
  }

  .services-pic{
    width: 90%;
    padding: 1rem;
  }

  .services-item ul{
    list-style: none;
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    width: 100%;
  }

  .services-item li{
    font-size: 14px;
    font-weight: 550;
    display: flex;
    align-items: center;
  }

  .services-item li::before{
    content: ""; 
    background-image: url(../img/icons/haken.png); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block; 
    margin-right: 5px; 
  }
  .services-price{
    margin: 0.75rem 0;
    color: #ff1158;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  #info-button{
    height: 100%;
    display: ruby-text-container;
    transition: 0.3s ease;
  }
  #info-button:hover{
    transform: scale(1.05);
    transition: 0.3s ease;
    cursor: pointer;
  }
  .small-price{
    font-size: 12px;    
  }
  .big-price{
    font-size: 30px;
  }
  .arrow {
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
    display: inline-block;
    height: 20px;
  }
  /* Stil für den Pfeil, wenn das <details>-Element geöffnet ist */
  details[open] .arrow {
    transform: rotate(90deg);
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary::marker {
    display: none;
  }
  details summary {
    list-style: none;
  }
  details{
    width: 100%;
    padding: 0 1rem;

  }
summary p:hover{
  text-decoration: underline;
  color: #ff1158;
}
summary{
  display: flex;
  gap: 10px;
}
#sani-muster{
  width: 150px;
}
.isfp-muster label{
  font-size: 8px;
}
.isfp-muster a{
  display: flex;
  flex-direction: column;
}

.Förderstopp{
  position: absolute;
  top: 145px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: red;
  font-weight: 600;
  font-size: 1.5rem;
  background: rgba(255,255,255,0.7);
}

.btn-offer{
    padding: 8px 20px;
  width: 100%;
  max-width: 250px;
  color: white;
  text-decoration: none;
  background-color: rgb(149, 238, 17);
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  margin: 1rem auto 1rem auto;
}

/*+++++++++    Hinweisfenster  ++++++++++*/  
@media (min-width:568px){
  #hinweis, #hinweis-2{
    display: none;
    width: 100%;
    max-width: 600px;
    z-index: 900;
    position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    background: white;
    overflow-y: scroll;
    border-radius: 30px;
    box-shadow: 0 0 8px rgba(74, 74, 74, 0.5);
  }
  #close-window,
  #close-window-2{
    padding: 25px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
  .row{
    flex-direction: row;
  }
  
  .space-between{
    justify-content: space-between;
  }
   .balken{
    display: flex;
    width: 100%;
    padding: 5px 1rem 1rem 1rem ;
    color: white;
    font-size: 1rem;
   }

  .Einfamhaus p, 
.Einfamhaus h3,
.Mehrfamhaus p,
.Mehrfamhaus h3{
  margin: 0;
  padding-left: 1rem;
}

.Mehrfamhaus{
  margin-top: 1rem;
}
.Einfamhaus small{
  color: black;
  padding: 0 10px;
}

.column{
  display: flex;
  flex-direction: column;
  width: 100%;
}
  .eigenanteil{
    width: 27%;
    height: 40px;
    background: rgb(20, 1, 63);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
   }
   .eigenanteil-1{
    width: 29%;
    height: 40px;
    background: rgb(20, 1, 63);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
   }
   .eigenanteil-2{
    width: 50%;
    height: 40px;
    background: rgb(20, 1, 63);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
   }
   .Zuschuss{
    width: 73%;
    height: 40px;
    background: linear-gradient(to right, green, yellowgreen);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 15px 15px;
   }
   .Zuschuss-1{
    width: 71%;
    height: 40px;
    background: linear-gradient(to right, green, yellowgreen);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 15px 15px;
   }
   .Zuschuss-2{
    width: 71%;
    height: 40px;
    background: linear-gradient(to right, green, yellowgreen);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 15px 15px;
   }
}
@media (max-width: 567px){

 #hinweis, 
 #hinweis-2{
  display: none;
  width: 100%;
  max-width: 600;
  height: 200vh;
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  overflow-y: scroll;
}
#close-window,
#close-window-2{
  padding: 25px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.Einfamhaus p, 
.Einfamhaus h3,
.Mehrfamhaus p,
.Mehrfamhaus h3{
  margin: 0;
  padding-left: 1rem;
}

.Mehrfamhaus{
  margin-top: 1rem;
}
.Einfamhaus small{
  color: black;
  padding: 0 10px;
}

.column{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row{
  display: flex;
  flex-direction: column;
}

.space-between{
  justify-content: space-between;
}
 .balken{
  display: flex;
  width: 100%;
  padding: 5px 1rem 1rem 1rem ;
  color: white;
  font-size: 0.8rem;
 }

 .eigenanteil{
  width: 38%;
  height: 40px;
  background: rgb(20, 1, 63);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
 }
 .eigenanteil-1{
  width: 41%;
  height: 40px;
  background: rgb(20, 1, 63);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
 }
 .eigenanteil-2{
  width: 70%;
  height: 40px;
  background: rgb(20, 1, 63);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
 }
 .Zuschuss{
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, green, yellowgreen);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 15px 15px;
 }
 .Zuschuss-1{
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, green, yellowgreen);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 15px 15px;
 }
 .Zuschuss-2{
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, green, yellowgreen);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 15px 15px;
 }
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid #ddd;
}

th, td {
  padding: 8px;
  text-align: left;
}


@media (max-width:767px){
    .services{
      margin: 1rem 0 0 0
    }
    #Leistungen{
      width: 100%;
    }
}


/*++++++++++++++++++++++++++++++++*/
/*          Background            */
/*++++++++++++++++++++++++++++++++*/

#background{
    width: 100%;
    height: 620px;
    background-image: url('../img/startseite/Effizienz.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    object-fit: cover;
    overflow: hidden;
    margin: 30px 0 0 0;
}

/*++++++++++++++++++++++++++++++++*/
/*            Vorteile            */
/*++++++++++++++++++++++++++++++++*/

.vorteile_content h1{
    font-size: 2.5vw;
    padding: 0 0 15px 0;
    text-align: center;
}

.vorteile_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.item_vorteil{
    width: 330px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.item_vorteil img{
    height: 35px;
    padding: 25px 0;
}

.item_vorteil h2{
    text-align: center;
}

.item_vorteil p{
    padding: 20px;
}

/*++++++++++++++++++++++++++++++++*/
/*         Kontaktformular        */
/*++++++++++++++++++++++++++++++++*/

.container {
    max-width: 40%;
    min-width:330px;
    background: #ebebeb;
    padding: 10px 20px;
    color: rgb(94, 94, 94);
    border-radius: 0 30px 30px 0;
}
.container h2{
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}
.container p{
    padding: 10px 0;
    letter-spacing: 1px;
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.contact-img{
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('../img/startseite/kontakt.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 45%;
    height: 630px;
}

.kontaktmethode{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.kontaktmethode span{
    display: flex;
}
.methode-group{
    justify-content: space-around;
    width: 100%;
}
.radio-group{
    display: flex;
}

label {
    display: block;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select[type="topic"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}

input[type="radio"] {
    margin-right: 10px;
}

input[type="checkbox"]{
    margin-bottom: 35px;
}

.contact-form-submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    width: 100%;
    max-width: 330px;
}

.contact-form-submit-btn:hover {
    background-color: #0056b3;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++       FOOTER      +++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/

footer{
    background: #00354d;
}
.footer-logo{
    margin: 0 5%;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-logo img{
    width: 300px;
}
.adress{
    color: white;
    padding: 15px 0;
    display: flex;
    align-items: start;
    flex-direction: column;

}
.contact{
    color: white;
    padding: 15px 0;
}
.contact a{
    color: rgb(255, 217, 0);
}
.contact a:hover{
    color: rgb(0, 68, 255);
}

.bottom-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    padding: 15px 0;
    margin: 0 5%;
    border-top: solid darkgray 3px;
    color: white;
}

.rechtliches{
    display: flex;
    padding: 15px 0;
}

.rechtliches a{
    color: white;
    text-decoration: none;
}

.rechtliches a:hover{
    color: blue;
}


/*++++++++++++++++++++++++++++*/
/*       Cookie Banner        */
/*++++++++++++++++++++++++++++*/

.cookie-banner{
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 999;
    position: fixed;
    top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    width: 360px;
    background: white;
    border: solid 2px rgb(60, 199, 18);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3), 
                  0 -10px 15px rgba(0, 0, 0, 0.1),
                  -10px 10px 15px rgba(0, 0, 0, 0.2), 
                  10px -10px 15px rgba(0, 0, 0, 0.2);
    }
}

.cookie-banner p{
    letter-spacing: 1px;
    color: rgb(7, 7, 7);
}

.cookiebtn{
    padding: 4px 10px;
    background: rgb(255, 217, 0);
    color: black;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0 3px;
    border: none;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 20;
    list-style-type: none;
    padding: 30px 10px;
    border-radius: 0 0 20px 20px ;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-weight: 100;
    font-size: 1rem;
    transition: 0.4 ease;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: green;
    font-weight:700;
    transition: 0.4 ease;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover a {
    background-color: white;
}

/* Optional: Styling für das aktive Dropdown */
.show {
    display: block;
}


@media (max-width: 1024px){
    #contact{
        flex-direction: column-reverse;
    }
    .container{
        max-width: 80%;
    }
    .contact-img{
        width: 90%;
        margin-top: 25px;
        height: 280px;
    }
    .ueber_uns_content h1,
    .vorteile_content h1{
        font-size: 4vw;
    }
    #background{
        height: 400px;
    }
}

@media (max-width: 768px){
    .nav-links{
        display:none;
    }
    .content-headline h1,
    .content-headline span{
        font-size: 10vw;
    }
    .content{
        padding: 0 5%;
    }
    .logo{
        height: 50px;
    }
    .content-list li{
        font-size: 22px;
    }
    .btn{
        font-size: 1.2rem;
    }
    .menu-toggle {
        display: flex;
        width: 23px;
        height: 25px;
        flex-direction: column;
        position: absolute;
        top: 19px;
        right: 25px;
        z-index: 3;
    }
    .menu{
        position: absolute;
        top: 80px;
        left: 0;
        background: white;
        width: 100%;
        height: min-content;
        z-index: 20;
        align-items: center;
        flex-direction: column;
    }
    .menu li{
        padding: 20px 0;
    }
    .menu li:hover{
        border: none;
    }
    .active-page{
        border: none;
        color: rgb(255, 217, 0);
    }
    .footer-logo img{
        width: 250px;
    }
    .cookie-banner{
        flex-direction: column;
        gap: 25px;
        background: rgb(10, 0, 62);
    }
    .cookie-banner p{
        color: white;
    }
    #background{
        height: 350px;
    }
    input[type="checkbox"]{
        margin-bottom: 0;
    }

    .dropdown-content {
        position: relative; /* Relative Positionierung, damit es unter dem Förderservice-Button angezeigt wird */
        width: 100%; /* Volle Breite des Bildschirms */
        box-shadow: none; /* Box-Shadow entfernen, damit es natürlich aussieht */
    }

    .dropdown-content a {
        text-align: center; /* Zentrieren der Links */
        padding: 15px 0; /* Etwas mehr Padding für bessere Berührbarkeit auf mobilen Geräten */
    }
}

@media (max-width: 480px){
    .content-headline h1,
    .content-headline span{
        font-size: 10vw;
    }

    nav{
        padding: 0 10px
    };
    .content-list li{
        font-size: 21px;
    }
    .footer-logo{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo img{
        width: 170px;
    }
    .contact-img{
        background-position: left left;
    }
    .form-group{
        flex-direction: column;
    }
    .ueber_uns_content h1,
    .vorteile_content h1{
        font-size: 7vw;
        text-align: left;
    }
    #background{
        height: 200px;
    }
}