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


@media only screen and (max-width : 979px) {
       .menu-btn {
        display: flex;
    }

        ul#menu-hoofdmenu-1 {
            display: none;
        }

        ul#menu-hoofdmenu-2 {
            display: none;
        }

        .inhoud h2 {
            margin-top: 50px;
        }
        .witblok {
            margin-bottom: 40px;
        }

        .blok-partijen {
            display: flex;
            justify-content: center;
        }
}

@media only screen and (max-width : 767px) {
    img.binnenkort {
    width: 140px;
    position: absolute;
    left: 0;
}

.innertekst-left {
    padding-left: 0;
}
.footer h5 {
    font-size: 27px;
    color: #393939;
    margin-right: 35px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 30px;
}

.footer {
    padding: 20px 0 50px 0;
    background: #f5f5f5;
    color: #fff;
}

}

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