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


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

    .innerteksten {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px dotted #dadada;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-top: 2px dotted #dadada;
        padding-top: 25px;
        flex-direction: column;
    }
}

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




    .bg-usp .innerwit {
        margin-bottom: 50px;
    }
    .afbeelding-usp {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .bg-usp::before {
        height: 90%;
    }

    .innerblauw {
        padding: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 80px;
        padding: 40px;
    }

    

    a.knop-interesse {
        margin-bottom: 0;
        display: inline-block;
    }

    .blokrechts {
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

    .bloklinks {
        width: 100%;
        font-size: 19px;
        text-align: center;
    }

    .menu-overlay {
        z-index: 800;
    }

    .overlay-menu {
        z-index: 800;
    }

    img.logo {
        width: 190px;
    }

.innerteksten {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #dadada;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-top: 2px dotted #dadada;
    padding-top: 25px;
    flex-direction: column;
}

}

@media only screen and (max-width : 850px) {
    img.logo {
        width: 162px;
    }

    .menu li a {
        font-size: 19px;
    }

    .menu-overlay .menu li a {
        font-size: 22px;
    }
}

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



        .menu-overlay .current-menu-item a {
        color: #fff!important;
    }

    .page-template-woningen .slider-top img {
        aspect-ratio: inherit;
    }

    img.logo {
        z-index: 90;
        top: 0;
        position: absolute;
    }

    .menu ul {
        visibility: hidden;
    }
    .locatiekaart {
        border-radius: 5px;
        margin-top: 40px;
    }

    .menu-btn {
        display: flex;
    }

    ul.menu-blok {
        display: none;
    }

    .menu-overlay .menu {
        display: flex;
        list-style: none;
        flex-direction: column;
    }

    .menu-overlay .interesse a {
        padding: 17px !important;
        width: 100% !important;
        color: #000 !important;
        background: #fff !important;
    }

    .menu li a:hover {
        color: #000;
    }
}

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