﻿:root {
    --services-text-color: #453786;
    --main-text-color: #d9eded;
    --highlight-color: #d9eded;
    --box-shadow-dark: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

* {
    -webkit-overflow-scrolling: touch
}

html {
    width: 100%;
    scroll-behavior: smooth;
    background-size: contain;
}

body {
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #d9eded;
    background: #b703c38a;
    -webkit-transform: none !important;
    transform: none !important;
    background-size: contain;
    min-width: 360px;
    -webkit-overflow-scrolling: touch;
}

a.phone-link {
    text-decoration: none;
    color: #7c1a82d1;
}


    a.phone-link:hover {
        color: #17A9CA;
    }


.loading-text {
    display: none;
}

#loading-overlay {
    display: none;
}

.info-text-form {
    font-size: small;
}

.contact-data-buttons {
    margin-top: 1em;
}

.book-now-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #e94b9eb2, #a855f7);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

    .book-now-button:hover {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #f06ba8, #b465ff);
    }

    .book-now-button:active {
        transform: translate(-50%, -50%) scale(0.98);
    }


.select-group {
    display: flex;
    flex-direction: column;
    width: 98%;
}

     .select-group select {
        appearance: none;
        padding: 10px 40px 10px 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        cursor: pointer;
        transition: border 0.2s, box-shadow 0.2s;
        margin: 6px 0 15px 0;
    }

        .select-group select:focus {
            outline: none;
            border-color: #5b8cff;
            box-shadow: 0 0 0 3px rgba(91, 140, 255, 0.2);
        }

.service-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  /*  background: #e0e0e0;
    -webkit-backface-visibility: hidden;*/
    backface-visibility: hidden;
}

/*@media (max-width:976px) {
    .service-img {
        height: 300px
    }
}*/

header {
    color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(45deg, #f9f9f9, #b703c3e8);
}

.service-img {
    height: 20em;
    display: block;
    border-radius: 20px 20px 0px 0px !important;
    width: 100%;
    object-fit: cover;
}

.laniyaServices {
    font-family: Caveat, cursive;
    font-size: 1.5rem;
}

hr {
    color: #f6a;
}

a:hover {
    color: #C883D7 !important;
}

.beginning-highlight-container {
    padding: 15px 0;
    background: #b561c1a6;
}

.booking-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 12px 32px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

    .booking-btn:hover {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
        color: white !important;
    }

button {
    border-style: hidden;
}


.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 5px solid #f6a;
    border-bottom: 5px solid #f6a;
    padding: 30px 0;
    gap: 40px;
}

.text-side {
    /* flex: 1;*/
    border-right: 2px solid #f6a;
    padding-right: 40px;
    font-size: 1.2rem;
}

    .text-side > h3:nth-child(1) {
        margin-top: 0;
    }

.image-side {
    display: flex;
    align-items: start;
    gap: 20px;
    font-size: 1.2rem;
}

    .image-side img {
        /* width: 8vw;*/
        height: 20vh;
        border-radius: 6px;
    }

#service-packages > ul:nth-child(5) {
    margin-top: 0px;
}

.cta-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background: linear-gradient(45deg,#9340C1, #461384);
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

    .cta-btn:hover {
        background: #9D75C8;
    }

.font-bold {
    font-weight: bold;
}

.rm-margin-top {
    margin-top: 0px;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    align-items: center;
}

    .logo-container > h1:nth-child(2) {
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
        font-size: 1.7em;
        margin: 5px;
    }

.logo {
    width: 150px;
    height: 100px;
    border-radius: 70%;
    margin-right: 10px;
}

.grecaptcha-badge {
    display: none !important;
}

.nav .menu {
    white-space: nowrap;
}

.cookie-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dce8f2;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 1000;
    border: 2px solid #C883D7;
    color: #C883D7;
}

    .cookie-icon:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        border-color: #68ACDD;
    }


#saveCookieSettingsBtn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border-color: #68ACDD;
}

#cookie-icon img {
    width: 28px;
    height: 28px;
}

#cookie-banner {
    color: #C883D7;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 0.9em;
    position: fixed;
    width: 90%;
    max-width: 600px;
    background: #e9dbf4;
    border-top: 1px solid #ccc;
    z-index: 9999;
    padding: 16px 16px 11px 16px;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    border-radius: 10px;
}


/* Toggle Slider*/
#slider-switch-statusText {
    margin: 0 0 10px 0;
    font-weight: bold;
}

    #slider-switch-statusText .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
        margin: 5px 5px 0 15px;
    }

        #slider-switch-statusText .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    #slider-switch-statusText .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 24px;
    }

        #slider-switch-statusText .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: 0.4s;
            border-radius: 50%;
        }


    #slider-switch-statusText input:checked + .slider {
        background-color: #C883D7;
    }

        #slider-switch-statusText input:checked + .slider:before {
            transform: translateX(16px);
        }

#cookie-status {
    color: #C883D7;
}

#more-info-link > b:nth-child(1) {
    font-size: 1em;
}

#more-info-link {
    margin: 0 0 0 15px;
    color: #C883D7;
}


#cancelCookieBannerBtn {
    background-color: #ce4d4d;
}

    #cancelCookieBannerBtn:hover {
        background-color: #bb8e8e;
    }

h2 {
    color: var(--main-text-color);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    font-size: xx-large;
}

.image-wrapper {
    aspect-ratio: 16 / 9; /* oder 4/3, je nach Wunsch */
    width: 100%;
    overflow: hidden;
}

    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* oder: contain */
    }


nav ul {
    list-style: none;
    padding: 0;
}

    nav ul li {
        display: inline-block;
    }

        nav ul li a {
            color: rgb(0 151 179);
            text-decoration: none;
        }

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.about-image {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 180px;
    opacity: 0.9;
    overflow: hidden;
    position: relative;
}

    .about-image:hover img {
        transform: scale(1.1);
    }

    .about-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: var(--box-shadow-dark);
        transition: transform 0.4s ease;
    }

.about-description {
    flex: 1 1 50%;
    background-color: #e4f4f4;
    border-radius: 8px;
    padding: 15px;
}

main {
}

footer {
    color: #7c1a82d1;
    padding: 5px;
    font-weight: bold;
    background: linear-gradient(45deg, #f9f9f9, #b703c3d1);
    a

{
    text-decoration: none;
    color: #7c1a82d1;
}

}

footer p {
    margin-top: 1.7em;
}

.packages-subsections {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(3,1fr);
}

.package-title {
    font-size: large;
}

.tile {
    background: #ffc99b;
    color: var(--highlight-color);
    text-align: center;
    border-radius: 20px;
    transition: transform 0.2s ease-in-out;
    font-weight: bolder;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient( to right, #00ffff4f, #0000ff85, #ee82eebd );
    justify-content: center;
    align-items: center;
}

    .tile:hover {
        transform: scale(1.1);
    }

    .tile .tileHeader {
        padding: 0px;
    }

.tileHeader hr {
    color: #92EBFF;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 105%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

section {
    padding: 0px 10px 0px 10px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.scroll-section {
    margin: 20px 0;
    background-color: #dce8f2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    padding: 15px;
    background: #b561c1a6;
}

    .scroll-section.visible {
        opacity: 1;
        transform: translateY(0);
    }

.project {
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 15px;
    border-right: groove cadetblue;
    border-bottom: groove cadetblue;
}

.project-subsection {
    background-color: #e4f4f4;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px;
}

#contact {
    /*background-image: url("contact.webp");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;*/
    background: #b561c1a6;
}

#aboutme {
    background: #b561c1a6;
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
    margin-top: 10px;
}

    #contact-form label {
        margin-bottom: 5px;
    }

    #contact-form button {
        width: fit-content;
        background: linear-gradient(45deg,#9340C1, #461384);
        color: white;
        border-radius: 10px;
        font-weight: bold;
        padding: 10px 20px;
        font-size: 1.1em;
    }

        #contact-form button:hover {
            cursor: pointer;
            background: #9D75C8;
        }


    #contact-form input,
    #contact-form textarea {
        background-color: #ffffffc2;
        resize: vertical;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        font-size: 1rem;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    }

        #contact-form input:focus {
            outline: none;
            border: 2px solid #4C1384;
            box-shadow: 0 0 5px #4C1384;
        }

    #contact-form textarea {
        min-height: 200px;
    }


        #contact-form textarea:focus {
            outline: none;
            border: 2px solid #4C1384;
            box-shadow: 0 0 5px #4C1384;
        }


.anfahrtspreise-header {
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.anfahrtspreise-list {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    display: none;
}

    .anfahrtspreise-list.show {
        display: block;
    }

/*button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
    margin-bottom: 5px;
    color: white;
    border: 1px solid #5cc8e2;
    background: #5cd0db;
}

    button:hover {
        background-color: #a0ebe7;
    }
    */

.services-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 32px;
    cursor: pointer;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    background: linear-gradient(45deg,#9340C1, #461384);
}

    .services-button:hover {
        background: #9D75C8;
        box-shadow: 0 0 12px ##9db5cc;
    }




.scroll-section {
    animation: fadeIn 1s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.menu-toggle {
    background: none;
    border: none;
    color: var(--highlight-color);
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    justify-content: flex-end;
    margin-left: 5px;
}

.nav {
    display: flex;
}

.menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
}

    .menu li {
        display: inline-block;
    }

        .menu li a {
            color: var(--highlight-color);
            text-decoration: none;
            font-size: 1.7rem;
            font-weight: bold;
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
        }

.highlight .highlight-title-discover > p:nth-child(1) {
    margin-top: 200px;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, #461384f5 50%, rgba(0,0,0,0) 100%);
    border-radius: 30px;
    padding: 20px;
    letter-spacing: 0.4em;
}


.highlight {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    box-shadow: var(--box-shadow-dark);
/*background-image: url(laniya_highlight.webp);*/
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    height: 73vh;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background-size: cover;*/
    background-size: 100% auto;
    background-position: center;
    flex-direction: column;
}

    .highlight .subtitle {
        font-size: 2rem;
        font-weight: bold;
    }

    .highlight h2 {
        margin-bottom: 24px;
    }

:target {
    scroll-margin-top: 165px;
}

#content {
    display:flex;
   /* display: none; */
}

.news-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg,#EF00E0, #70007a);
    margin-bottom: 15px;
}

.news-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 15s linear infinite;
    font-weight: bold;
    font-size: 1.8em;
    color: white;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.am {
    display: flex;
    flex-direction: row;
    margin: 5px;
}

    .am .subsections {
        padding-left: 15px;
    }

        .am .subsections .subsection {
            align-content: center;
            text-align: center;
            background: linear-gradient(45deg,#29C0D9, #46b5b5);
            padding: 20px;
            border-radius: 8px !important;
            transition: background 0.5s ease;
            width: 32%;
        }

            .am .subsections .subsection:hover {
                transform: scale(1.05);
            }

#service-packages > h2:nth-child(1) {
    color: var(--highlight-color);
    border-radius: 8px;
    padding: 15px;
    width: fit-content;
}

#service-packages {
    background: #b561c1a6;
}

#services {
    background: #61b0c1a6;
}

    #services > h2:nth-child(1) {
        color: var(--highlight-color);
        border-radius: 8px;
        padding: 15px;
        width: fit-content;
    }


#aboutme > h2:nth-child(1) {
    color: var(--highlight-color);
    border-radius: 8px;
    width: fit-content;
}


#contact > h2:nth-child(1) {
    color: var(--highlight-color);
    border-radius: 8px;
    width: fit-content;
}

a {
    color: #713b8a;
    text-decoration: none;
}

#highlight-personal-contact {
    margin: 5px;
}

.more-info-button {
    width: fit-content;
    padding: 10px;
    font-size: 0.9em;
    border-radius: 10px;
    margin-right: 1em;
    cursor: pointer;
    color: white;
    background: #9D75C8;
    font-weight: bold;
}

/* Services*/
.services-popup-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.services-popup {
    width: 90%;
    max-width: 50vw;
    background: white;
    border-radius: 15px;
    position: relative;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: var(--services-text-color);
}

/* Header bleibt stehen */
.services-popup-header {
    position: sticky;
    top: 0;
    z-index: 5;
    background: linear-gradient( to right, #00dbff5c, #0000ff85, #ee82eebd );
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    margin: -20px;
}

#special-spa-event-popup > div:nth-child(1) {
    margin: -20px -20px 0 -20px;
}


/* Dieser Bereich scrollt */
.services-popup-body {
    overflow-y: auto;
    padding: 20px;
    flex: 1; /* WICHTIG: nimmt Resthöhe ein */
    margin-top: 20px;
}

/* Scrollbar (optional nicer look) */
.services-popup::-webkit-scrollbar {
    width: 6px;
}

.services-popup::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
}

.popup-button {
    background: linear-gradient(45deg,#9340C1, #461384);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.1em;
}

    .popup-button:hover {
        background: #896FA4;
    }

.spa-day-button {
    background: linear-gradient(45deg,#9340C1, #461384);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.1em;
}

    .spa-day-button:hover {
        background: #896FA4;
    }


.services-booking-button {
    font-size: 1.4em;
    background: linear-gradient(45deg,#9340C1, #461384);
    border-radius: 5px;
    font-weight: bold;
    color: #e6f0f2;
    cursor: pointer;
    min-width: 1.4em;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.popup-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    box-shadow: 0 0 0.4rem rgba(0,0,0,.15);
    transition: background .2s, transform .15s;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #333;
    padding: 0;
    line-height: 1;
    z-index: 10;
}

    .close-btn:hover {
        opacity: 0.7;
        cursor: pointer;
        background: #9D75C8;
    }


.services-contact-popup-input, .services-contact-popup-textarea {
    width: 96%;
    padding: 8px;
    margin: 6px 0 15px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.services-contact-popup-textarea {
    max-width: 96%;
    height: 20%;
}

.services-popup-footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.selected-services-box {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    width: 96%;
}

    .selected-services-box ul {
        margin: 0;
        padding-left: 20px;
    }

.package-text {
    padding: 0 10px 0 0;
}

.package-service-name {
    font-family: Caveat, cursive;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 5px;
}

#additionalServices .service-add {
    display: flex;
    justify-content: space-between;
    background: #c8f0ec;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 97%;
}

h2 {
    margin-bottom: 0px;
}

#saveCookieSettingsBtn {
    background-color: #C883D7 !important;
    color: aliceblue;
}

/*#servicePopupMessage {
    top: 20%;
}*/

.popup-message {
    display: none;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #B388DEA6;
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 18px;
    z-index: 1000;
    width: 50%;
    max-width: 85vw;
    font-weight: bold;
}

.social-links-row {
    display: none;
    gap: 10px;
    margin: 5px;
    padding: 5px;
    font-size: xx-large;
    justify-content: end;
}
    .social-links-row a {
        color: #BA3AD6;
    }    

    .social-links-row a:hover i {
        color: #C883D7;
        cursor: pointer;
    }

.wait-overlay {
    display: none;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    z-index: 10000;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #e577e3;
    padding: 20px 10px 10px 10px;
    border-radius: 8px;
}


.kontaktanfrage-cb {
    appearance: auto !important;
}


.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
}

    .checkbox-label span {
        margin-top: 0.25em;
    }


input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: none !important;
    cursor: pointer;
    position: relative;
    border-radius: unset !important;
}

    input[type="checkbox"]:checked {
        color:#b703c3d1;
    }

        input[type="checkbox"]:checked::after {
            content: "✓";
            color: #b703c3d1;
            font-size: 16px;
            position: absolute;
            top: 0;
            left: 3px;
        }

/*Spa Ad*/
.welcome-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}


    .welcome-overlay.hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

.welcome-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: scaleIn 0.4s ease;
}

.welcome-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #b703c38a;
    color: #b703c38a;
}

    .welcome-close:hover {
        background: #ff6b9d;
        color: white;
        transform: rotate(90deg) scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
    }

    .welcome-close:active {
        transform: rotate(90deg) scale(0.95);
    }


.special-spa-checkout-close {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #b703c38a;
    color: #b703c38a;
}

    .special-spa-checkout-close:hover {
        background: #ff6b9d;
        color: white;
        transform: rotate(90deg) scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
    }

    .special-spa-checkout-close:active {
        transform: rotate(90deg) scale(0.95);
    }

.welcome-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}


#stripe-checkout-step {
    max-height: 75vh;
    overflow-y: auto;
    padding: 1rem;
}

    #stripe-checkout-step::-webkit-scrollbar {
        width: 6px;
    }

    #stripe-checkout-step::-webkit-scrollbar-thumb {
        background: #C883D7;
        border-radius: 3px;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 976px) {
    .welcome-content {
        max-width: 95%;
        max-height: 85vh;
        border-radius: 15px;
    }

    .welcome-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .welcome-image {
        max-height: 85vh;
    }

    .book-now-button {
        font-size: inherit;
    }

@media (max-width: 480px) {
    .welcome-content {
        max-width: 98%;
        border-radius: 10px;
    }

    .welcome-close {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}


@media (max-width: 1610px) {
    .subsection {
        width: 32.6%;
    }

    .content-wrapper {
        display: block;
        padding: 20px 0;
    }

    .text-side {
        padding-bottom: 20px;
        border-right: none;
    }
}

@media (max-width: 1500px) {
    #contact {
        background-size: 100% auto;
        background-position: center;
    }

    .highlight {
        background-size: contain;
        background-position: center;
        font-size: 2rem;
    }
}

@media (max-width: 1395px) {
    .subsection {
        width: 32.5%;
    }
}

@media (max-width: 1300px) {
    #cookie-banner {
        top: 35%;
    }

    .about-image {
        padding: 0 15px 0 0;
    }

    .menu li a {
        font-size: 1.5rem;
    }

    .scroll-section {
        width: auto;
        height: auto;
    }

    .packages-subsections {
        gap: 40px;
        grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    }

    .project-details {
        top: 0%;
        transform: translate(-50%, 0%);
    }
}


@media (max-width: 1230px) {
    .subsection {
        width: 32.4%;
    }
}

@media (max-width: 1100px) {
    .subsection {
        width: 32.3%;
    }
}

@media (max-width: 1040px) {
    .subsection {
        width: 32.2%;
    }
}

@media (max-width: 976px) {
    .logo-container > h1:nth-child(2) {
        font-size: 1.2em;
    }

    input, textarea, select {
        font-size: 1rem;
    }

    header {
        display: none;
    }

    main {
        display: none;
    }

    footer {
        display: none;
    }

    #loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(45deg, #f9f9f9, #b703c3e8);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 10000;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }

        #loading-overlay.hide {
            opacity: 0;
            pointer-events: none;
        }

    .rainbow-spinner {
        width: 100px;
        height: 100px;
        aspect-ratio: 1 / 1;
        border: 10px solid transparent;
        border-top-color: #ff6b6b;
        border-right-color: #4ecdc4;
        border-bottom-color: #45b7d1;
        border-left-color: #f9ca24;
        border-radius: 50%;
        animation: rainbow-spin 1.5s linear infinite;
        flex-shrink: 0;
    }

    @keyframes rainbow-spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .loading-text {
        color: white;
        font-size: 1.8rem;
        font-weight: bold;
        font-family: 'Caveat', cursive;
        margin-top: 5%;
        display: flex;
    }

    #contact-form button {
        font-size: 0.9em;
    }


    #contact-form button {
        font-size: 0.9em;
    }

    .logo {
        width: 75px;
        height: 50px;
    }


   /*/ span {
        font-size: 0.9em;
    }

    .anfahrtspreise-header {
        font-size: 1em;
    }

    .cta-btn {
        font-size: 0.8em;
    }

    .logo {
        width: 150px;
        height: 100px;
    }

    .more-info {
        font-size: 0.9em;
    }

    .popup-button {
        font-size: 0.8em;
    }

    .package-title {
        font-size: 1em;
    } */

      .popup-button {
        font-size: 0.8em;
    }

    div.contact-data-buttons:nth-child(1) > button:nth-child(1) {
        font-size: 1.1em;
    }


    .services-popup-overlay {
        top: 24%;
    }

    .impressum {
        font-size: 1rem;
    }

    .tile:hover {
        transform: none;
    }

    .package-service-name {
        font-family: Fredoka, sans-serif;
        font-size: large;
    }

    .laniyaServices {
        font-family: Fredoka, sans-serif;
    }

    .highlight-title-discover {
        font-size: 1.5rem;
        margin-bottom: 24em;
    }

    .services-popup {
        max-width: none;
    }


    .am .subsections {
        padding-left: 0px;
    }

        .am .subsections .subsection {
            width: 100%;
        }

    #aboutme {
        background: #b561c1a6;
    }


    #service-packages > h2:nth-child(1) {
        text-align: center;
        color: var(--highlight-color);
        border-radius: 8px;
        width: auto;
        font-size: xx-large;
    }

    #services > h2:nth-child(1) {
        text-align: center;
        color: var(--highlight-color);
        border-radius: 8px;
        width: auto;
        font-size: xx-large;
    }

    #aboutme > h2:nth-child(1) {
        text-align: center;
        color: var(--highlight-color);
        border-radius: 8px;
        width: auto;
        font-size: xx-large;
    }

    #contact > h2:nth-child(1) {
        text-align: center;
        color: var(--highlight-color);
        border-radius: 8px;
        width: auto;
        font-size: xx-large;
    }

    #contact {
        background-size: contain;
        background-position: center;
    }

    .menu-toggle {
        display: block !important;
        text-align: right;
        font-size: 2.2em;
    }  

    header h1 {
        font-size: 1.3em;
    }

    .scroll-section {
        padding: 20px;
    }

    nav ul {
        text-align: center;
    }

        nav ul li {
            display: block;
            margin: 5px;
        }

    .packages-subsections {
        flex-direction: column;
        width: auto;
        height: auto;
    }

    #contact-form {
        width: 100%;
    }

    button {
        width: auto;
    }

    section {
        padding: 15px;
    }

    .about-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-description {
        flex: 1 1 100%;
    }



    .nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0.5rem 0;
        background: linear-gradient(45deg,#EF00E0, #70007a);
    }

        .nav.active {
            display: flex !important;
        }

    .menu {
        flex-direction: column;
        gap: 0.1rem;
    }

        .menu li {
            text-align: center;
            border-bottom-style: outset;
            padding: 0 5px 5px 5px;
            border-width: thin;
        }
}




@media (max-width: 669px) {
    .services-popup-overlay {
        top: 16%;
    }
}



    @media (max-width: 600px) {
        #popupMessage {
            font-size: 16px;
            width: 90%;
            padding: 15px;
        }
    }


    @media(max-width: 470px) {
        .contact-data-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
    }

    @media(max-width: 510px) and (max-height: 405px) {
        .menu {
            flex-direction: unset;
            gap: 0.5rem;
            align-self: center;
        }

            .menu li {
                text-align: center;
                border-right-style: ridge;
                padding: 10px;
                border-width: thin;
                border-bottom-style: unset;
            }
    }


    @media(max-width: 430px) {
        .text-side {
            font-size: 1.1rem;
        }

        .image-side {
            font-size: 1.1rem;
        }

        /*.text-side {
            font-size: 1.1rem;
        }

        .image-side {
            font-size: 1.1rem;
        }

        .more-info-button {
            font-size: 0.9em;
        }

        label {
            font-size: 0.9em;
        }

        .package-service-name {
            font-size: 1em;
        }*/

        .am {
            display: block;
        }

        .logo-container {
            display: contents;
        }

        .about-image {
            margin: 10px;
            width: auto;
            opacity: unset;
        }

            .about-image img {
                height: auto;
                width: 50%;
                object-fit: contain;
            }

        #aboutme > h3:nth-child(2) {
            margin-top: -10px;
            margin-bottom: -10px;
        }
    }
      

