body {
    margin: 0px;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6vh;
    width: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    z-index: 1;
}

.Logo {
    height: 40%;
}

.Card1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    width: auto;
    margin-top: 6vh;
    padding: 25px;
}

.Card1-1 {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: baseline;
    height: 60vh;
    width: 100%;
    max-width: 1350px;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 84%),
        url(Hero1.2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    color: white; 
    text-align: baseline; 
    padding: 40px; 
    padding-left: 90px;
    box-sizing: border-box;
    gap: 25px;
}

.labelwhite {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    background-color: white;
    color: black;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    border-radius: 8px;
}


.h2c1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-size: 1.8rem;
    font-weight: 500;
}

.textwhite{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    font-size: 1rem;
    font-weight: 100;
}

.buttonwhite {
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid white;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.buttonwhite:hover {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
}

#coockie-banner {
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid white;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

#coockie-banner:hover {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
} {
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid white;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.buttonwhite:hover {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
}


  @media (max-width: 1200px) {

  }

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

  @media (max-width: 768px) {
 
    .Card1-1 {
        justify-content: end;
        align-items: center;
        text-align: center;
        padding: 25px;
        gap: 10px;
        background-image: 
        linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 84%),
        url(Hero1.2.jpg);
        padding-bottom: 50px;
    }

    .h2c1 {
        font-size: 1.3rem;
    }

  }

  @media (max-width: 440px) {

    .Card1 {
        height: 80vh;
    }

    .Card1-1 {
        height: 80vh;
        padding-bottom: 75px;
    }
  }

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup {
    background: white;
    padding: 40px;
    border-radius: 24px;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
  }

  .popup h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .popup ul {
    padding-left: 20px;
    margin: 16px 0;
  }

  .popup ul li {
    margin-bottom: 10px;
  }

  .popup .close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.2s;
  }

  .popup .close-btn:hover {
    color: #000;
  }

  .Card2-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    gap: 25px;
    margin-top: 25px;
}

.Card2 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    height: 40vh;
    width: 1350px;
    background-image: 
        linear-gradient(0, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 84%),
        url(Card2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    border-radius: 24px;    
    box-sizing: border-box;
    padding: 25px;
    padding-left: 50px;
    color: white;
    gap: 15px;
}

.Card3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    height: 40vh;
    width: 1350px;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 84%),
        url(Card3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    border-radius: 24px;    
    box-sizing: border-box;
    padding: 25px;
    padding-left: 50px;
    color: white;
    gap: 10px;
}

.h3c2-3 {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.textwhite{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    font-size: 0.8rem;
    font-weight: 100;
}

.open-popup-btn {
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid white;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.open-popup-btn:hover {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 12px;
}





@media (max-width: 1200px) {
    body {
        margin: 0px;
    }

    .Card2-3 {
        flex-direction: row;
        padding: 0px 25px 0px 25px;
        box-sizing: border-box;
        width: 100%;
        height: 40vh;
    }

    .Card2 {
        width: 100%;
        height: 40vh;
    }

    .Card3 {
        width: 100%;
        height: 40vh;
    }

    .h3c2-3 

    .textwhite
}

@media (max-width: 992px) {
    .Card2-3 {
        flex-direction: column;
        padding: 0px 25px 0px 25px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    .Card2 {
        height: 40vh;
    }

    .Card3
    {
        height: 40vh;
    }
    .h3c2-3
    .textwhite
}

@media (max-width: 768px) {

    .Card2-3 {
        flex-direction: column;
        padding: 0px 25px 0px 25px;
        box-sizing: border-box;
        width: px;
        height: auto;
    }
    .Card2
    .Card3
    .h3c2-3
    .textwhite

}

@media (max-width: 440px) {

}

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup {
    background: white;
    padding: 40px;
    border-radius: 24px;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
  }

  .popup h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #000;
  }

  .popup ul {
    padding-left: 20px;
    margin: 16px 0;
    color: #000;
  }

  .popup ul li {
    margin-bottom: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }

  .popup .close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.2s;
  }

  .popup .close-btn:hover {
    color: #000;
  }

  .ppopup {

    color: #000;
    font-family: 'Montserrat', sans-serif;

  }

  .card4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 1350px;
    gap: 25px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

.layers {
    display: flex;
    flex-direction: column;
    height: 80vh;
    width: 100%;
    margin-top: 25px;
    gap: 25px;
}

.rows {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 24px;
    background-image: 
    linear-gradient(110deg,rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.513) 56%),
        url(Card4.1.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 50px;
        text-align: center;
        gap: 15px;
}

.rows2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 24px;
    background-image: 
    linear-gradient(110deg,rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.513) 56%),
        url(Card4.3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 50px;
        text-align: center;
        gap: 15px;
}

.rows3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 24px;
    background-image: 
    linear-gradient(110deg,rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.513) 56%),
        url(Card4.2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 50px;
        text-align: center;
        gap: 15px;
}

.rows4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 24px;
    background-image: 
    linear-gradient(110deg,rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.513) 56%),
        url(Card4.4.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 50px;
        text-align: center;
        gap: 15px;
}

.h2c4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: white;
    margin: 0px;
}

.story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 25px;
    background-color: aqua;
    border-radius: 24px;
    background-image: 
    linear-gradient(110deg,rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.513) 56%),
        url(Card4.5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    padding: 50px;    
    box-sizing: border-box;
    text-align: center;
}

.texthell {

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: white;
    margin: 0px;
}

.pwhite {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: white;
    margin: 0px;
}



@media (max-width: 1200px) {
    .card4 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 992px) {
    .texthell {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .card4 {
        flex-direction: column;
        height: auto;
    }

    .layers {
        flex-direction: row;
        height: auto;
        gap: 25px;
        margin-top: 0px;
    }

    .rows {
        height: 40vh;
        gap: 0px;
    }

    .rows2 {
        height: 40vh;
        gap: 0px;
    }

    .rows3 {
        height: 40vh;
        gap: 0px;
    }

    .rows4 {
        height: 40vh;
        gap: 0px;
    }
}

@media (max-width: 440px) {
    .layers {
        flex-direction: column;
        
    }
}

.Card5-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    gap: 25px;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

.Card5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgb(242, 242, 242);
    height: 40vh;
    width: 1350px;
    color: #000;
    border-radius: 24px;    
    box-sizing: border-box;
    color: white;
    padding-left: 200px;
    padding-right: 200px;
    gap: 15px;
}

.Card6 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 40vh;
    width: 1350px;
    background-image: 
    linear-gradient(rgba(245, 235, 220, 0.5), rgba(245, 235, 220, 0.5)), url('Card6.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    border-radius: 24px;    
    box-sizing: border-box;
    padding: 25px;
    padding-left: 50px;
    color: white;
    gap: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.h3dark {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 1.6rem;
    font-weight: 500;
}

.herobutton {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
    margin: 0px;
    border-radius: 8px;
}

.pdark {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    font-size: 0.8rem;
    font-weight: 100;
    color: black;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .h3dark {
        font-size: 1rem;
    }
    
    .Card5 {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 440px) {
    .Card5-6 {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .Card5 {
        width: 100%;
        height: 40vh;
        padding: 0px;
    }

    .Card6 {
        width: 100%;
        height: 40vh;
        padding: 0px;
    }
    
}

FAQ {
    display: flex;
}

.faq-container {
    background: white;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    margin-top: 25px;
    box-sizing: border-box;
}

.faq-container {
    font-size: 28px;
    margin-bottom: 24px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.faq-title {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    cursor: pointer;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 16px;
    color: #000000;
    margin-top: 8px;
    font-family: 'Source Sans Pro', sans-serif;
}

.faq-item.open .faq-answer {
    max-height: 200px; /* Hoch genug für die Antwort */
}

@media (max-width: 1200px) {

    .FAQ {
        padding-left: 25px;
        padding-right: 25px;
    }

}

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

@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
        margin-left: auto;
        margin-right: 0;
    }

    .faq-title {
        text-align: start;
        padding: 0px;
        justify-content: baseline;
        align-items: baseline;
    }
}


@media (max-width: 440px) {

}

.Card8B {
    display: flex;
}

.Card8 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-direction: column;
    text-align: start;
    max-width: 1250px;
    margin: 0 auto;
    height: auto;
    border-radius: 24px;
    margin-top: 25px;
    background-color: rgba(241, 241, 241, 0.59);
    padding: 50px;
    gap: 25px;
}

.herocard8 {
    color: #000;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}

.Card8text {
    color: #eee;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}

.Card8base {
    display: flex;
    box-sizing: border-box;
    justify-content: start;
    align-items: baseline;
    text-align: start;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    margin-top: 25px;
    gap: 25px;
}

.Card8-1-1,
.Card8-1-2,
.Card8-1-3,
.Card8-1-4 {
    min-height: 60vh;
    width: 25%;
    background-color: red;
    box-sizing: border-box;
    flex-direction: column;
    padding: 25px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('Card8.1.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Background images für andere Cards (nur die URLs ändern) */
.Card8-1-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('Card8.2.jpg');
    background-size: cover;
    background-position: center;
}

.Card8-1-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('Card8.3.jpg');
    background-size: cover;
    background-position: center;
}

.Card8-1-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('Card8.4.jpg');
    background-size: cover;
    background-position: center;
}

.herobutton {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
    margin: 0px;
    border-radius: 8px;
}

.h2c8 {
    font-family: 'Montserrat', sans-serif;
    text-align: start;
    color: white;
}

.herocard8text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    max-width: 900px;
}




@media (max-width: 1200px) {

    .Card8B {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        box-sizing: border-box;
    }

    .Card8 {
        width: 100%;
        box-sizing: border-box;
    }

    .Card8base {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding: 16px;
        scroll-snap-type: x mandatory;
    }

    .Card8-1-1,
    .Card8-1-2,
    .Card8-1-3,
    .Card8-1-4 {
        flex: 0 0 40%; /* ca. 2,5 Cards sichtbar */
        scroll-snap-align: start;
        min-height: 320px; /* Rechteckig */
        padding: 20px;
        height: 60vh;
    }

    .Card8base::-webkit-scrollbar {
        display: none;
    }

    .Card8base {
        scrollbar-width: none;
    }

    .herocard8 {
        font-size: rem; /* Etwas kleiner für Tablet */
    }

    .Card8text {
        font-size: 1rem; /* Etwas kleiner für Tablet */
    }

}

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

@media (max-width: 768px) {

}

@media (max-width: 440px) {

    .Card8base {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 12px;
        scroll-snap-type: x mandatory;
    }

    .Card8 {
        gap: 15px;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .Card8-1-1,
    .Card8-1-2,
    .Card8-1-3,
    .Card8-1-4 {
        flex: 0 0 75%; /* ca. 1,2 Cards sichtbar */
        scroll-snap-align: start;
        min-height: 300px;
        padding: 16px;
        height: 50vh;
    }

    .Card8base::-webkit-scrollbar {
        display: none;
    }

    .Card8base {
        scrollbar-width: none;
    }

    .herocard8 {
        font-size: 1.6rem; /* Klein für Smartphone */
    }

    .Card8text {
        font-size: 0.9rem; /* Klein für Smartphone */
    }

    .herocard8text {
        font-size: 01rem; /* Klein für Smartphone */
    }
    }

    .cta {
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
    }
    
    .CTA {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1350px;
        align-items: center;
        flex-direction: column;
        padding: 40px;
        margin: 0px;
        background: #7347a1;
        background: #7347a1;
        background: linear-gradient(110deg, rgba(115, 71, 161, 1) 0%, rgba(186, 87, 199, 1) 56%, rgba(166, 58, 159, 1) 93%);
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        text-align: center;
        height: 40vh;
        margin: 0 auto;
        margin-top: 25px;
        border-radius: 24px;
        gap: 15px;
    }
    
    .info {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        color: white;
    }
    
    .h2c10 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        text-align: center;
        color: white;
        margin: 0px;
    }
    
    .buttonwhite {
        background-color: transparent;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: solid white;
        color: white;
        font-family: 'Source Sans Pro', sans-serif;
        border-radius: 12px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    
    .buttonwhite:hover {
        background-color: white;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
        font-family: 'Source Sans Pro', sans-serif;
        border-radius: 12px;
    }
    
    @media (max-width: 1200px) {
    
    }
    
    @media (max-width: 992px) {
      
    }
    
    @media (max-width: 768px) {
    
    }
    
    @media (max-width: 440px) {
        .CTA {
            height: 65vh;
        }
    }

    .FOOTER {
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 50px;
        background-color: #f9f9f9;
        color: #555;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9rem;
        border-radius: 12px;
        width: 100%;
        max-width: 1350px;
        margin: 50px auto 0 auto;
        box-sizing: border-box;
    }
    
    .footer a {
        color: #555;
        text-decoration: none;
        margin-left: 20px;
        transition: color 0.3s ease;
    }
    
    .footer a:hover {
        color: #000;
    }
    
    /* Responsive Anpassung für Tablet und Handy */
    @media (max-width: 768px) {
        .footer {
            padding: 20px 25px;
            font-size: 0.8rem;
        }
    
        .footer a {
            margin-left: 15px;
        }
    }
    
    @media (max-width: 440px) {
        .footer {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
    
        .footer-right a {
            margin-left: 10px;
            margin-right: 10px;
        }
    }
    
    
    
    
    /* Modal Grundstyle */
    .modal {
        display: none; 
        position: fixed; 
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7); /* Dunkler Hintergrund */
    }
    
    .modal-content {
        background-color: #fff;
        margin: 100px auto; 
        padding: 30px;
        border-radius: 16px;
        max-width: 1250px;
        width: 90%; /* Standard für Tablet */
        color: #333;
        position: relative;
    }
    
    .close {
        color: #aaa;
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close:hover {
        color: black;
    }
    
    /* Tablet (unter 768px) */
    @media (max-width: 768px) {
        .modal-content {
            width: 90%;
            margin: 50px auto;
        }
    }
    
    /* Handy (unter 440px) */
    @media (max-width: 440px) {
        .modal-content {
            width: 100%;
            height: 100%;
            margin: 0;
            border-radius: 0;
            padding: 20px;
            box-sizing: border-box;
            overflow-y: auto;
        }
    }
    
    .datenschutz-container {
        max-width: 1250px;
        margin: 50px auto;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        color: #333;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        box-sizing: border-box;
    }
    
    .datenschutz-container h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8rem;
        color: #000;
        margin-bottom: 30px;
    }
    
    .datenschutz-container h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        color: #444;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .datenschutz-container h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5rem;
        color: #555;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .datenschutz-container h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        color: #666;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .datenschutz-container p {
        margin-bottom: 20px;
        color: #333;
    }
    
    .datenschutz-container ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    
    .datenschutz-container ul li {
        margin-bottom: 10px;
    }
    
    .datenschutz-container a {
        color: #57c785;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .datenschutz-container a:hover {
        color: #3ea96a;
    }
    
    /* Responsive */
    
    @media (max-width: 768px) {
        .datenschutz-container {
            padding: 25px;
        }
    
        .datenschutz-container h1 {
            font-size: 2rem;
        }
    
        .datenschutz-container h2 {
            font-size: 1.6rem;
        }
    
        .datenschutz-container h3 {
            font-size: 1.3rem;
        }
    
        .datenschutz-container h4 {
            font-size: 1.1rem;
        }
    
        .datenschutz-container p {
            font-size: 0.95rem;
        }
    }
    
    @media (max-width: 440px) {
        .datenschutz-container {
            padding: 20px;
        }
    
        .datenschutz-container h1 {
            font-size: 1.8rem;
        }
    
        .datenschutz-container h2 {
            font-size: 1.4rem;
        }
    
        .datenschutz-container h3 {
            font-size: 1.2rem;
        }
    
        .datenschutz-container h4 {
            font-size: 1rem;
        }
    
        .datenschutz-container p {
            font-size: 0.9rem;
        }
    }
    
    .impressum-container {
        max-width: 1250px;
        margin: 50px auto;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        color: #333;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1rem;
        line-height: 1.7;
        box-sizing: border-box;
    }
    
    .impressum-container h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.8rem;
        color: #000;
        margin-bottom: 30px;
    }
    
    .impressum-container h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        color: #444;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .impressum-container p {
        margin-bottom: 20px;
        color: #333;
    }
    
    .impressum-container a {
        color: #57c785;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .impressum-container a:hover {
        color: #3ea96a;
    }
    
    /* Responsive */
    
    @media (max-width: 768px) {
        .impressum-container {
            padding: 25px;
        }
    
        .impressum-container h1 {
            font-size: 2rem;
        }
    
        .impressum-container h2 {
            font-size: 1.6rem;
        }
    
        .impressum-container p {
            font-size: 0.95rem;
        }
    }
    
    @media (max-width: 440px) {
        .impressum-container {
            padding: 20px;
        }
    
        .impressum-container h1 {
            font-size: 1.8rem;
        }
    
        .impressum-container h2 {
            font-size: 1.4rem;
        }
    
        .impressum-container p {
            font-size: 0.9rem;
        }
    }

    #cookie-banner {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #000000;
        color: white;
        text-align: center;
        padding: 15px;
        z-index: 1000;
      }
      
      .pcookie {
        font-family: 'Montserrat', sans-serif;
      }