@media only screen and (max-width : 1300px) {
    .header {
        height: 70vh;
    }
}

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

    .innertekst p {
        font-size: 18px;
    }

    .witblok-inner {
    margin-bottom: 30px;
}

    .hamburger {
        display: flex;
        opacity: 1;
    }

    .menu-balk {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .menu-blok ul {
        display: none;
    }

    .header {
        height: 500px;
    }

    .kaart {
        margin-top: 30px;
    }

    h1.hoofdtitel {
        margin-bottom: 30px;
        font-size: 35px;
    }

    .innertekst {
        padding-right: 0;
    }

    .menu-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blokkenrij img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .interesse-wrap h3 {
        font-size: 30px;
    }

    .interesse-wrap p {
        text-wrap-style: inherit;
        font-size: 18px;
    }
}

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

    .logowrap {
        padding: 20px;
    }

      img.logo {
        width: 80px;
    }
    
    .visible img.logo {
        width: 80px;
    }

     .header {
        height: 250px;
        background-position: left;
    }
}

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