/* (desktops, 992px and up) */
@media (min-width: 992px) {



/* -------------------- THEMA GEBIED -------------------- */
.themablok{
    width:calc(100% / 3 - 60px);
    max-width: calc(100% / 3 - 60px);}

    .themaimg img{
        height: 120px;}

     .agendawrap{
        padding: 30px;}

.maincontent {
    padding: 60px 30px;}

.sidebar {
    min-width: 320px;}

    .sidebar__inner{
        max-width: 320px!important;}

.nieuwsblok{
    min-width: auto;
    flex-direction: column;    }

    .nb-img{
        height: auto;
        min-height: 150px;
        width: 100%;}

    .nb-cont{
        width: 100%;
        flex:1;
        border-radius: 0 0 10px 10px;}

    .nieuwsblok + .nieuwsblok {
        margin-top: 30px!important;}

        .nieuwswrap{
            width: calc(100% / 3 * 2);}

        .agendawrap {
            width: calc(100% / 3);}




/* -------------------- DATUM TRAININGS BLOKKEN -------------------- */
.db-table{
    flex-direction: row;}


}
