@charset "utf-8";
@media (max-width: 1399px) {
    .container,
    .container-links-rechts {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .small {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #logo {
        width: 275px !important;
    }
    #topwrapper {
        height: 95px !important;
    }
    .small {
        width: 100% !important;
        margin: 0 auto;
    }
    .container {
        flex-direction: column;
        align-items: center;
    }
    .block {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-content {
        flex-direction: column;
        gap: 10px;
    }
    .footer-block {
        width: 100%;
    }
    .footer-block h3,
    .footer-block p {
        text-align: left !important;
    }
    .container-links-rechts .block {
        width: 100%;
        margin-bottom: 0;
    }
    .image-left {
        order: 1;
    }
    #tekstvak {
        margin-bottom: 40px;
    }
    .banner-container-volg {
        height: 195px;
    }
    .banner-container-volg .banner-content {
        min-height: inherit;
        padding: 0 0 30px;
    }
}
@media (max-width: 680px) {
    .banner-container {
        margin-top: -30px;
    }
    .banner-container-volg .banner-content h1 {
        font-size: 24px;
    }
}
