header {
    background-color: #000000;
    padding: 20px;
    display: flex;
    height: 100px;
    position: relative;
    box-shadow: 0px 0px 100px #303030;
    justify-content: space-between;
    align-items: center;

}


header img {
    height: 100px;
    width: auto;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex-wrap: wrap;
    font-size: 18px;
}

nav li {
    margin-left: 30px;
    flex-wrap: wrap;
}

nav a {
    color: white;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    margin: 40px;
    flex-wrap: wrap;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

nav a:hover {
    color: #ffffff;
}

nav a:hover::after {
    width: 100%;
    transition-delay: 0.1s;
}

a {
    color: #000000;
    text-decoration: none;
}



.button {
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: solid white;
}

/* CSS für das Hamburger-Menü */
.menu-icon {
    display: none;
}
.menu.showing {
    display: none;
}

.menu {
    display: none;
}


.header {
    justify-content: space-between;
    align-items: center;
}

.header {
    justify-content: space-between;
    align-items: center;
}

.hamburger {
    display: none;
}

h1 {
    font-size: 60px;
    font-family: montserrat;
    right: 50%;
    left: 50%;
    margin: 0;
}

h4{
    margin-left: 200px;
    text-align: start;
    margin-left: 450px;
    font-family: montserrat;
    font-weight: bold;
    font-size: 30px;
}



h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: montserrat;
    text-align: center;
}
h3{
    text-align: start;
    font-family: montserrat;
    font-weight: bold;
    font-size: 30px;
}

h5 {
    font-size: 30px;
    font-weight: bold;
    font-family: montserrat;
    text-align: center;
    margin: 0;
}

.buchungspolitik p{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 100px;
}

.buchungspolitik p2{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 100px;
}


h6{
    font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
}

body {
    padding: 0;
    font-family: montserrat;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #000000;
    max-width: 100%;
}





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


    .card {
        margin-left: 0;
        margin-right: 0;
    }

}

/* Für Geräte mit einer Bildschirmbreite von weniger als 600px */
@media (max-width: 768px) {


    .button {
        font-size: 14px;
        padding: 8px 16px;
    }

    /* Ändere das Styling für das Hauptinhalt-Element */
    main {
        padding: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .card {
        width: 100%;
        margin: 0;
    }

    .card img {
        width: 100%;
        margin: 20px 0;
        float: none;
    }

}
/* mobile Geräte */
@media only screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: auto;
        width:auto;
    }

    header img {
        height: 50px;
        margin-right: auto;
        margin-left: 10px;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        padding: 10px 0;
        text-align: center;
        z-index: 1;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        font-size: 14px;
        margin: 0;
        color: white;
        display: block;
        padding: 10px 0;
    }


    .menu-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .menu-icon .navicon {
        width: 18px;
        height: 2px;
        background-color: white;
        display: block;
        position: relative;
        transition: background-color 0.3s ease;
    }

    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        width: 100%;
        height: 100%;
        background-color: white;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        transition: transform 0.3s ease;
    }

    .menu-icon .navicon:before {
        top: -6px;
    }

    .menu-icon .navicon:after {
        top: 6px;
    }

    .menu-icon.active .navicon {
        background-color: transparent;
    }

    .menu-icon.active .navicon:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-icon.active .navicon:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu-icon.active ~ nav {
        display: block;
    }
}



#TitelbildL {
    position: relative;
    margin-bottom: 100px;
    height: 600px;
}

#TitelbildL h1 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 10px grey;
}

#TitelbildL .titelbildunterschrift {
    position: relative;
    top: 45%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    text-shadow: 0px 0px 200px burlywood;
}



#TitelbildL .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("shutterstock_1158042901.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
    filter: brightness(50%);
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
    #TitelbildL {
        height: 250px;
        margin: 0 auto 50px auto; /* top margin auf 0 setzen */
        padding: 0;
    }

    #TitelbildL h1 {
        font-size: 20px;
        text-align: center;
        text-shadow: 0px 0px 0px white;
    }

    #TitelbildL .titelbildunterschrift {
        font-size: 14px;

        text-align: center;
        text-shadow: 0px 0px 0px white;
    }

    #TitelbildL .background-img {
        background-size: 100% auto;
        background-position: center center;
        background-attachment: scroll;
        padding: 0;
        margin: 0;
    }
}


h1 {
    margin: 0;
}

section {
    padding: 2em;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 0.5em 0;
}


blockquote {
    border-left: 5px solid white;
    padding-left: 20px;
    margin-top: 200px;
    margin-left: 0;
    font-size: 40px;
    font-family: montserrat;
}
blockquote p {
    text-shadow: 0px 0px 100px white;
    color: #ffffff;

}


@media only screen and (max-width: 768px) {
    blockquote{
        padding-left: 10px;
        margin-left: 0;
        font-size: 20px;

    }
}


/* === SERVICE SECTION STYLES === */

/* ===== SERVICE SECTION DESKTOP STYLES ===== */
#service {
    padding: 0;
    margin: 20px auto;
    max-width: 1350px;
    color: white;
    font-family: Montserrat, sans-serif;
}

#service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#service li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 1000px;
    position: relative;

}

#service .price-category {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row; /* Das hier ist entscheidend */
    justify-content: center;
    gap: 80px;
}


.price-category strong {
    display: inline; /* Stellt sicher, dass strong als Inline-Element behandelt wird */
}


#service .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
    flex-wrap: wrap;
}

#service .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    align-items: center;
}

#service .service-prices {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 45px;
    width: 165%;
    align-items: center;
}

#service .service-price {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}


#service .appointment-button {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    right: 50px;
    margin-left: 50px;
}

#service .appointment-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

.service-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 350px;
    width: auto;
    filter: contrast(120%);
    margin-top: 20px;
}
.service-imageMakeUp {
    display: flex;
    justify-content: center;
    float: right;
    height: 350px;
    width: auto;
    filter: contrast(120%);
}

.service-image img {
    max-width: 100%;
    height: auto;
    filter: contrast(100%);
    box-shadow: 0 0 50px #a69488;
    border-radius: 20px;
}


.service-imageMakeUp img {
    max-width: 100%;
    height: auto;
    filter: contrast(110%);
    box-shadow: 0 0 50px #a69488;
    border-radius: 20px;
}
/* Mobil-Version standardmäßig versteckt */
.mobile-layout {
    display: none;
}

/* Nur auf Mobilgeräten anzeigen */
@media (max-width: 768px) {
    .mobile-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        color: white;
        font-family: Montserrat, sans-serif;
        background-color: black;
        border-radius: 20px;
    }

    .mobile-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 0 30px lightgray;
    }

    .mobile-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -20px;
    }

    .mobile-desc {
        text-align: center;
        font-size: 14px;
        opacity: 0.9;
        margin-bottom: 20px;
        font-weight: normal;

    }

    .mobile-price-categories {
        display: flex;
        justify-content: center;
        gap: 50px;
        font-weight: bold;
        font-size: 16px;
    }

    .mobile-prices {
        display: flex;
        justify-content: center;
        gap: 30px;
        font-size: 16px;
    }

    .mobile-prices .price {
        background: rgba(255, 255, 255, 0.1);
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 14px;
    }

    .mobile-layout button, .mobile-button {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 50px;
        font-family: Montserrat;
    }

    .mobile-layout button, .mobile-button {
        font-family: Montserrat;
        padding: 10px 24px;
        border: 1px solid white;
        border-radius: 50px;
        background-color: white;
        color: black;
        font-size: 14px;
        transition: 0.3s ease;
        font-weight: bold;
    }

    .mobile-layout button:hover {
        background-color: black;
        color: white;
    }

    /* Desktop-Ansicht ausblenden */
    #service > ul,
    #service > li,
    .service-row,
    .service-rowEx,
    .service-image,
    .service-imageMakeUp{
        display: none;
    }

    #service .price-category {
        display: none;
    }

    #service2 {
        display: none;
    }

    #service3 {
        display: none
    }

    #serviceMen {
        display: none
    }

    .buchungspolitik p {
        text-align: center;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 100px;
    }

    .buchungspolitik p2 {
        text-align: center;
        font-size: 18px;
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 100px;
    }


    .popup-content {
        padding: 20px;
        font-size: 16px;

    }

}
#menu-container{
    display: none;
}







#service2 {
    margin: 100px auto;
    max-width: 1350px;
    padding-top: 100px;
    color: white;
    font-family: Montserrat, sans-serif;
}
#service2 ul {
    padding: 0;
    margin: 0;
}

#service2 li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 1000px;
    position: relative;

}

#service2 .price-category {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row; /* Das hier ist entscheidend */
    justify-content: center;
    gap: 80px;
    left: 15px;
}


#service2 .price-category strong {
    display: inline; /* Stellt sicher, dass strong als Inline-Element behandelt wird */
}


#service2 .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
    flex-wrap: wrap;
}

#service2 .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    align-items: center;
}

#service2 .service-prices {
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 45px;
    row-gap: 0;
    width: 113%;
}

#service2 .service-price {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
    height: 30px;
    align-items: center;
}


#service2 button {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    margin-left: 80px;
    width: 200px;
    float: right;
}

#service2 .appointment-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

#service2 .service-image {
    display: flex;
    justify-content: center;
    float: left;
    height: 350px;
    width: auto;
    filter: contrast(110%) brightness(0.9) grayscale(10%);
    margin-right: 50px;
}

#service2 .service-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 50px #a69488;
    border-radius: 20px;
}


/* Mobil-Version standardmäßig versteckt */
#service2 .mobile-layout {
    display: none;
}

/* Nur auf Mobilgeräten anzeigen */






.buchungspolitik p2{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 100px;
}

}


#menu-container{
    display: none;
}







#serviceMen {
    margin: 40px auto;
    max-width: 1450px;
    padding-top: 50px;
    color: white;
    font-family: Montserrat, sans-serif;
}
#serviceMen ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#serviceMen li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 1000px;
    position: relative;

}

#serviceMen .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    width: 100%;
    flex-wrap: wrap;
}

#serviceMen .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    align-items: center;
    margin-right: 20px;
}

#serviceMen .service-prices {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 0px;
    width: 200%;
}

#serviceMen .service-price {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
    height: 30px;
    align-items: center;
    margin-left: 50px;
}


#serviceMen .appointment-button {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    right: 50px;
    margin-left: 80px;
}

#serviceMen .appointment-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

#serviceMen .service-image {
    display: flex;
    justify-content: center;
    float: left;
    height: 450px;
    width: auto;
    filter: contrast(120%);
    margin-right: 50px;
}

#serviceMen .service-image img {
    max-width: 100%;
    filter: contrast(80%);
    filter: brightness(0.9);
    filter: shadow(0.5);
    filter: fade(80%);
    box-shadow: 2px 2px 30px white;
    border-radius: 20px;
}


#serviceMen .service-imageCos {
    display: flex;
    justify-content: center;
    float: left;
    height: 350px;
    width: auto;
    bottom: 20px;
    filter: contrast(120%);
    margin-right: 50px;
}

#serviceMen .service-imageCos img {
    max-width: 100%;
    filter: contrast(110%) brightness(0.9);

    box-shadow: 2px 2px 10px darkgray;
    border-radius: 20px;
}



/* Mobil-Version standardmäßig versteckt */
#serviceMen .mobile-layout {
    display: none;
}








#service3 {
    padding-top: 100px;
    margin: 20px auto;
    max-width: 1350px;
    color: white;
    font-family: Montserrat, sans-serif;
}

#service3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#service3 li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 1000px;
    position: relative;

}

#service3 .price-category {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row; /* Das hier ist entscheidend */
    justify-content: center;
    gap: 80px;
    left: 25px;
}


.price-category strong {
    display: inline; /* Stellt sicher, dass strong als Inline-Element behandelt wird */
}


#service3 .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
    flex-wrap: wrap;
}


#service3 .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    align-items: center;
    width: 250px;
}

#service3 .service-prices {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    column-gap: 40px;
    row-gap: 0;
    width: 120%;
    float: none;
}

#service3 .service-pricesEx {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    column-gap: 40px;
    row-gap: 0;
    width: 100%;
    float: none;
}

#service3 .service-price {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}

#service3 .service-priceEx {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}


#service3 .appointment-button {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    width: 180px;
    float: right;
    margin-left: 80px;
}


#service3 .service-rowEx .appointment-button{
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    right: 80px;
    margin-left: 80px;
}

#service3 span{
    width: 350px;
}

#service3 .appointment-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

#service3 .buttonEx {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    text-align: center;
    width: 140px;
    height: 18px;
    align-items: center;
    align-content: center;
    margin-left: 28px;
}

#service3 .buttonEx:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}


#service3 .service-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 650px;
    width: auto;
    filter: contrast(120%);
    margin-right: -60px;
    margin-top: 120px;

}

#service3 .service-image img {
    max-width: 100%;
    height: auto;
    filter: contrast(110%);
    box-shadow: 0 0 50px #a69488;
    border-radius: 20px;

}


/* Mobil-Version standardmäßig versteckt */
#service3 .mobile-layout {
    display: none;
}

/* Nur auf Mobilgeräten anzeigen */





img {
    max-width: 100%;
    height: auto;
}



.footer {
    background-color: #000;
    color: white;
    font-family: Montserrat;
    font-size: 16px;
    padding-top: 50px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 20px;
}

.logo-img {
    width: 220px;
    margin-bottom: 25px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a,
.footer-section p a {
    color: white;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.icon img {
    width: 20px;
    height: 20px;
}

.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 22px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.info-block {
    margin-bottom: 30px; /* Mehr Abstand zwischen Einträgen */
}

.info-link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: white;
}

.icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-top: 2px;
}

.icon img {
    width: 100%;
    height: auto;
}

.info-text {
    display: block;
    line-height: 1.6;
}

.footer-section a:hover {
    text-decoration: underline;
}





@media (max-width: 768px) {

    .footer {
        height: auto;
        padding-bottom: 250px;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin: 20px 0;
        align-items: center;
    }

    .logo-img {
        width: 220px;
        margin-bottom: 30px;
    }

    .info-link {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon {
        margin: 0 0 8px 0;
    }

    .info-text {
        padding: 0;
        font-size: 16px;
    }

    .footer-section h3 {
        font-size: 18px;
        text-align: center;
    }

    .footer-bottom {
        padding-top: 30px;
        font-size: 13px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}








@media only screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: auto;
        width:auto;
    }

    header img {
        height: 50px;
        margin-right: auto;
        margin-left: 10px;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        padding: 10px 0;
        text-align: center;
        z-index: 1;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        font-size: 14px;
        margin: 0;
        color: white;
        display: block;
        padding: 10px 0;
    }

    .button {
        margin-top: 10px;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .menu-icon .navicon {
        width: 18px;
        height: 2px;
        background-color: white;
        display: block;
        position: relative;
        transition: background-color 0.3s ease;
    }

    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        width: 100%;
        height: 100%;
        background-color: white;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        transition: transform 0.3s ease;
    }

    .menu-icon .navicon:before {
        top: -6px;
    }

    .menu-icon .navicon:after {
        top: 6px;
    }

    .menu-icon.active .navicon {
        background-color: transparent;
    }

    .menu-icon.active .navicon:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-icon.active .navicon:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu-icon.active ~ nav {
        display: block;
    }
    .header {
        position: relative;
        display: block;
        margin-bottom: -100px;

    }

    .menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }


    #welcome-section.menu-open {
        transform: translateY(50%);

    }



    .menu.showing {
        display: block;
        background-color: #000000;
        z-index: 999;
        left: 0;
        right: 0;
        text-shadow: 0px 0px 20px white;
    }



    .menu.showing a {
        display: block;
        font-size: 10px;
        color: white;
        text-shadow: 0px 0px 0px white;
    }


    .menu li {
        flex-grow: 1;
        text-align: center;
    }

    .menu hr{
        width: 200px;
        margin: 0 auto;
    }

    .hr hr{
        width: 100%;
    }
    .menu a {
        display: block;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
    }


    .menu.showing + .welcome-area {
        margin-bottom: 200px;
        transform: translate(-50%, -50%);
    }


    #welcome-area {
        display: block;
        filter: brightness(60%) contrast(120%);

    }

    .welcome-areaText {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 1;
        width: 80%;
        max-width: 600px;
    }

    .welcome-areaText h1 {
        font-size: 14px;
    }

    .welcome-areaText p {
        font-size: 8px;
    }

    .buttonWM {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 120%;
        background-color: #ffffff;
        font-size: 8px;
        color: #000000;
        padding: 5px 10px;
        border-radius: 50px;
        transition: all 0.3s ease;
    }



    .Willkommen:not(.menu-showing) {
        margin-bottom: 100px;
    }



    .menu li {
        display: block;

    }

    .menu li a {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        margin-bottom: 0;
    }

    /* Desktop-Navigation ausblenden */
    nav ul {
        display: none;
    }
    .navmobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 80px; / Platz für das Logo */
    margin-bottom: 0;
    }
    .button {
        display: none;
    }

    /* Hamburger-Menü-Links */
    .navmobile a {
        display: block;
        font-size: 1.25em;
        margin: 1em 0;
        color: #fff;
        text-decoration: none;
    }

    /* Hamburger-Menü-Links beim Hover */
    .navmobile a:hover {
        color: #fff;
    }

    /* Hamburger-Icon bei Hover */
    .menu-icon:hover i {
        color: #fff;
    }

    /* Desktop-Logo im Hamburger-Menü ausblenden */
    .navmobile .logo {
        display: none;
    }

    /* Logo im Hamburger-Menü */
    .navmobile .logo-mobile {
        display: block;
        margin-bottom: 2em;
        font-size: 1.5em;
        color: #fff;
        text-align: center;
    }

    /* Navigation anzeigen, wenn das Hamburger-Menü geöffnet ist */
    nav.showing ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }

    nav.showing ul li {
        margin: 1em 0;
    }
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    nav li {
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    header {
        height: auto;
        padding: 10px;
    }

    header img {
        height: 50px;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        flex-direction: column;
        text-align: center;
        z-index: 1;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        margin: 0;
        font-size: 24px;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid white;
    }

    .button {
        font-size: 14px;
        padding: 8px 16px;
    }
}








.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content h2{
    font-size: 32px;
}

.popup-content {
    background-color: #111;
    color: white;
    font-family: Montserrat, sans-serif;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    margin: 15% auto;
    padding: 30px;
    text-align: center;
}

.popup-prices {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.popup-buttons button {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    background-color: white;
    color: black;
    border: 1px solid white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 15px;
}

.popup-buttons button:hover {
    background-color: black;
    color: white;
}


.close-button {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}


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

    .popup-content h2{
        font-size: 22px;
    }

    .popup-buttons button {
        font-size: 12px;
        margin: 10px;
    }
    .popup-content {
        font-size: 12px;
    }
}