
@media only screen and (min-width: 1850px) {
    .dashboard-activiteiten{width:calc(75% - 6px);}
    .dashboard-agenda{display: block;}
}

@media only screen and (max-width: 1500px) {
    main{border-left:80px solid transparent !important;}
    .sidebar{width:80px;}
    .sidebar .resize-btn { display: none !important; }
    .header { left: 104px; }
}

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

    .tablet-reverse { flex-direction: column-reverse; }

    .page .w-50 { width: 100% !important; }
}


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

    .key-value { width: 100% !important; }

    main { border-left: 0 !important; }
    .header { left: 12px !important; right: 12px; }
    .header .open-menu { display: flex !important; }
    main .page { padding: 94px 12px 12px; min-width: 0; }
    .sidebar{ transform: translate(-100%); width:0; }
    .sidebar .resize-btn { display: none !important; }

    .show-mobile .sidebar{ transform: translate(0); width:260px; }

    .registratie .sticky-block{min-width: 233px;}
    .uren_per_maand .box > .column{width:100% !important;}
    .registratie .uren-totaal{z-index:11;}
    .registratie .titel{width:130px !important;}

    
}