.nav-toggle {
    display: none;
}

html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

.sticky-area {
    margin-top: 50rem;
    margin-bottom: 20rem;
}

/* ────────────────
   ≥1200px
──────────────── */
@media (min-width: 1200px) {

    .scene.one {
        height: 100vh !important;
    }

    .services,
    .about,
    .values,
    footer {
        height: auto !important;
        min-height: auto !important;
        overflow: visible;
    }

    .landing-img {
        height: 300vh !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
}

/* ────────────────
   ≤1024px
──────────────── */
@media (max-width: 1024px) {

    .navbar {
        padding: .75rem 1.5rem;
    }

    .menu {
        gap: 1.5rem;
    }


    .scene.one {
        height: 100vh !important;
    }

    .landing-img,
    .scene.two,
    .scene.three,
    .services,
    .about,
    .values {
        height: auto !important;
        min-height: 200vh;
        padding: 2rem 1rem;
    }

    .landing-img {
        height: auto;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center !important;
        aspect-ratio: auto !important;
    }

    .home-intro-block,
    .about-intro-block {
        width: 100% !important;
        margin: 1rem 0 !important;
        padding: 0 1rem !important;
    }

    /*ipad */
    .home-intro-text, .about-intro-text {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 5vh;
    }

    .values {
        height: auto !important;
        padding: 2rem 1rem;
    }

    .marquee-content li {
        font-size: 3rem;
    }

    .scene.one {
        background-color: #ede2de;
    }

    footer {
        height: auto !important;
        padding: 2rem 1rem !important;
    }
}

/* ────────────────
   ≤768px
──────────────── */
@media (max-width: 768px) {

    .navbar {
        position: relative;
    }

    .navbar-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: .5rem 1rem;
        border-radius: 0;
        margin: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
        transform: translateY(50px);
        transition: opacity 0.4s cubic-bezier(0.5, 1.2, 0.5, 1),
        transform 0.4s cubic-bezier(0.5, 1.2, 0.5, 1);
    }

    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 2rem;
        height: 2rem;
        background: transparent;
        border: none;
        cursor: pointer;
        margin-left: auto;
        padding: 0;
    }

    .nav-toggle span {
        width: 100%;
        height: 2px;
        background: var(--soft-black);
        border-radius: 2px;
        display: block;
    }

    .menu {
        position: absolute;
        top: 115%;
        right: 0;
        width: clamp(120px, 0.5vw, 200px);
        border-radius: 2.2rem;
        box-shadow: 0 4px 24px rgba(180, 160, 160, 0.08);
        z-index: 999;
        padding: 2.2rem 0;
        display: none;
        flex-direction: column;
        align-items: center;
        transition: all 0.25s cubic-bezier(0.5, 1.2, 0.5, 1);
        background-color: rgba(238, 226, 223, 0.5);
        backdrop-filter: blur(1px);
    }

    .menu.active {
        display: flex !important;
    }

    .menu a {
        font-size: .9rem;
    }

    .scene.one {
        height: 100vh !important;
    }

    .landing-img,
    .services,
    .about,
    .values {
        height: auto !important;
        min-height: 70vh;
        padding: 1.5rem 1rem;
    }

    .marquee-content li {
        font-size: 2.5rem;
    }

    .home-intro-text, .about-intro-text {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 5vh;
    }

    .container-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.5rem;
    }

    .sticky-area {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0;
    }

    .container-wrapper {
        align-items: center !important;
        width: 100%;
    }

    .head-shot {
        margin-bottom: 1.5rem;
    }


    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 2.5rem 0 1.7rem 0.5rem;
        gap: 1.2rem;
        margin-bottom: 0;
    }

    .footer-left {
        font-size: 1.17rem;
        margin-left: 0.7rem;
        text-align: left;
        margin-bottom: 0.7rem;
    }

    .logo-text {
        font-size: 15vw;
        padding: 0.5rem 0;
        line-height: 0.95;
        transform: none;
        white-space: normal;
    }

    .footer-bottom {
        width: 100%;
        margin-top: 1.7rem;
        justify-content: right;
        gap: 2.1rem;
        font-size: 1rem;
    }

}

/* ────────────────
   ≤480px
──────────────── */
@media (max-width: 480px) {
    body {
        line-height: 1.4;
    }

    main {
        margin: 20px auto;
        padding: 0 10px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.1rem;
    }

    .navbar-wrapper {
        padding: .5rem 1rem;
    }

    .menu a {
        font-size: .85rem;
        padding: .25rem .5rem;
    }

    .services,
    .about,
    .values {
        height: auto !important;
        min-height: 70vh;
        padding: 1rem .5rem;
    }

    .landing-img {
        height: 100vh !important;
    }


    .home-intro-text,
    .about-intro-text {
        width: 90vw !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 5vh;
    }

    .container-wrapper,
    .head-shot {
        width: 90vw !important;
    }

    .btn,
    .btn-black {
        display: block;
        width: 100%;
    }

    .marquee-content li {
        font-size: 2rem;
    }

/*Todo : about main text noch groesser?*/

    .service-main-text, .about-main-text {
        font-size: 1.75rem;
        margin-top: 20rem;
        margin-bottom: 2rem;
    }

    .accordion-header h2 {
        font-size: 1.75rem;
    }

    .footer-content {
        padding: 1.1rem 0 1rem 0.2rem;
    }

    .footer-left {
        font-size: 0.97rem;
        margin-left: 0.1rem;
    }

    .logo-text {
        font-size: 15vw;
    }

    .footer-bottom {
        gap: 1.1rem;
        font-size: 0.96rem;
    }

    .impressum-wrapper {
        margin-top: 20vh;
    }

    .datenschutz-wrapper {
        margin-top: 20vh;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1366px) {
    .landing-img {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        min-height: 100vh !important;
    }
}