﻿@media (max-width: 575.98px) {

    html, body {
        overflow-x: hidden; /* Verberg horizontale scroll */
        width: 100%; /* Zorg dat body niet breder wordt dan viewport */
    }

    .mobile-hide {
        display: none;
    }


    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .btnHeight {
        height: 30px;
    }

    .logo-img {
        margin-top: 0;
        max-width: 300px;
        min-width: 100px;
        height: auto;
    }

    .hero-section {
        aspect-ratio: 375 / 700;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .hero-text {
        position: relative;
        z-index: 2; /* ← Belangrijk: hoger dan de achtergrondlaag */
        margin-top: 56vh;
        padding: 15px;
        color: white;
    }

    .intro-hoehetwerkt {
        margin-top: 5vh;
        color: var(--lila-maanlicht);
    }

    .hero-text-col-1 {
        text-align: center;
    }

    .section-home-avontuur {
        background-image: url('/img/whw-6.png');
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        color: white;
        padding-top: 350px;
    }

    .appstore-button {
        max-width: 130px;
    }

footer .appstore-button {
        max-width: 130px !important;
    }

    .badge {
        margin-left: 50px;
    }

    .mySwiper2 .swiper-wrapper {
        padding: 0 0 100px 0;
    }


    /* Image fills the entire slide */
    .mySwiper2 .swiper-slide img {
        display: block;
        min-width: 70%;
        max-width: 70%;
        object-fit: contain;
        border-radius: 12px;
    }

    .samenwerken-header {
        background-image: url('/img/header_woods_mobile.png');
        aspect-ratio: 375 / 700;
    }

        .samenwerken-header .col-vw {
            width: 80vw;
        }

    .samenwerken-text {
        margin-top: 60vh;
        padding: 40px;
        width: 100vw;
    }

    .intro-samenwerken {
        margin-top: 10vh;
    }


.samenwerken-column {
    max-width: 400px;
}

    .samenwerken-werkwijze-container {
        padding: 16px;
        background-color: var(--middernacht-mysterie);
        border-radius: 40px;
        z-index: 10;
    }

    .ingoedgezelschap {
        padding: 30px;
    }

    .swiper-div {
        padding: 40px;
        border-radius: 20px;
        max-width: 70vw;
        margin: 0 auto;
    }


    .slide-description {
        width: 300px; /* same width as active slide */
        margin: -180px auto 0 auto;
        color: white;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
        font-family: Inter, Arial;
    }


    .overmagictrailz-header {
        background-image: url('/img/header_history_mobile.png');
        aspect-ratio: 375 / 700;
    }

        .overmagictrailz-header .col-vw {
            width: 80vw;
        }

    .overmagictrailz-text {
        margin-top: 60vh;
        padding: 40px;
        width: 100vw;
    }

    .intro-overmagictrailz {
        margin-top: 2vh;
        color: var(--orakel-paars);
        padding: 20px 20px 0 20px;
    }

    .intro2-overmagictrailz {
        padding: 20px;
    }

    .intro-overmagictrailz img {
        margin-top: -90px;
    }

    #overmagictrailz-avontuur {
        background-color: var(--middernacht-mysterie);
    }

    .klantenservice-header {
        background-image: url('/img/header_nature_mobile.png');
        aspect-ratio: 375 / 700;
    }

        .klantenservice-header .col-vw {
            width: 80vw;
        }

    .klantenservice-text {
        margin-top: 65vh;
        padding: 30px;
        width: 100vw;
    }

    .contact-intro {
        margin-top: 60px;
    }

    .contactformulier-button {
        width: 80%;
    }

    #offcanvasMenu .footer-logo {
        margin-top: -80px;
        max-width: 340px;
    }

    #offcanvasMenu .btn-close {
        margin-right: 10px;
    }


    .footer-logo {
        max-width: 300px;
    }
}
