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

    .header {
        height: 500px;
    }
}


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

    .logo-rij {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .innertekst {
        padding-right: 0;
    }

        .header {
        height: 350px;
    }

    span.ondertitel-h3 {
    font-size: 23px;
}

    .innerwit-blok {
        margin-bottom: 50px;
    }

    .innerafbeelding-3 {
        display: none;
    }

    .innerafbeelding-2 {
        display: none;
    }

    .innerafbeelding-1 {
        height: 330px;
    }

    .hero .map-image {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    h3.h3-titel {
        font-weight: 800;
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    section.hero {
        position: relative;
        overflow: hidden;
        background-color: var(--hoofdkleur);
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0 !important;
    }

    section.hero h2 {
        margin-top: 60px;
        font-size: clamp(25px, 4.6vw + 1rem, 45px);
     }

     span.ondertitel-h2 {
        display: flex;
        font-size: clamp(16px, 4.6vw + 1rem, 22px)!important;
        font-weight: 300;
        margin-top: 0;
    }

    .hero .buttongroep {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
    }

    .hero .map-image {
        margin-top: 30px !important;
    }

    .map-wrapper {
        position: inherit;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: transparent;
    }

    .menu-toggle {
        display: flex;
        z-index: 9999;
    }

    .menu-fixed span.ondertitel {
        display: flex;
        font-weight: 200;
    }

    .menu-toggle {
        top: 25px;
    }

    ul.menu-wrap {
        display: none;
    }
}

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


.divider {
    height: 300px;
}


    a.knop {
        padding-top: 15px;
        display: flex;
        font-size: 15px;
        width: 100%;
        text-align: center;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 35px;
    }

    .gasselternijveen {
        padding-top: 60px;
        padding-bottom: 80px;
    }

}

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