/* 
@media screen and (max-width: 1300px) {
    #main-wrapper #main > *:not(.wide) {
        padding: 0 10px;
    }
    .f-6 , 
    .f-7 {
        padding: 30px 20px 0;
    }
    footer {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1100px) {
    #header .block-menu .menu {
        display: none;
    }
    .robben {
        display: inline-block;
        float: left;
        position: relative;
        top: 6px;
    }

}

@media screen and (max-width: 1000px) {
    #page #main-wrapper .content-top {
        flex-direction: column;
        width: 100%;
    }
    .f-6 .view.view-display-id-block_5 { flex-direction: column; }
    .f-6 .view.view-display-id-block_5 > .view-content ,
    .f-6 .attachment { width: 100%; margin-bottom: 15px; }
    .path-frontpage #sidebar-first, 
    .path-frontpage #sidebar-second ,
    .f-2 {margin-bottom: 15px;}
    .page-node-type-article #main .content-top #content { padding: 0; flex: 0 0 100%; }
}

@media screen and (max-width: 900px) {
    .f-5 { flex-basis: 49%; margin-bottom: 15px; }
    .f-7 .view-content .views-row {min-height: 240px;}
}
@media screen and (max-width: 800px) {
    .footer-logo { display: flex; justify-content: center;}
}

@media screen and (max-width: 700px) {
    .f-7 .view-content .views-row {flex: 0 0 49%;}
    .f-2 .view-content .views-row .image { max-width: 130px; }
    .f-2 .view-content .views-row .title a {font-size: var(--font13px);}
    .f-2 .view-content .views-row .lead {display: none;}
}
@media screen and (max-width: 600px) {
    .f-5 { flex-basis: 100%; }
}

@media screen and (max-width: 500px) {
    .f-7 .view-content .views-row {flex: 0 0 100%;min-height: unset;margin-bottom: 25px;}
} */
