/* (large desktops, 1200px and up) */
@media (min-width: 1200px) {
nav.navbarms {
    width: 20vw;}

.vvp nav.navbarms, .vvp2k nav.navbarms{
    width: 25vw;}

/* -------------------- SLIDER NEWSSLIDER WRAPPER -------------------- */
a.naarbeneden {
    position: absolute;
    right: 2.5vw;
    left: auto;
    bottom: 2.5vw;}
    
.slins{
    background: none;
    width: 80vw;
    flex: 1;
    padding:0px;
    flex-direction: row;}
    
    #slider {
        margin-bottom: 7.5vh;
        border-radius: 0 0 5vw 0;
        height: auto;} 
    
    .newssliders {
        flex-wrap: nowrap;
        flex-shrink: 0;
        min-height: 785px;
        height: calc(92.5vh);
        flex-direction: column;
        width: 25vw;}
    
    .wg{
        display: block;}
    
.newssliders > section {
    height: 50%;}
    
.korteintro{
    position: absolute;
    width: calc(300px + 5vw);
    bottom:0px;
    left: calc(20vw + 7.5vh)} 
    
  .wg {
      height: 7.5vh;
      display: block;}  
    
.planbezoek {
   flex-direction: column;} 
    
    
/* -------------------- PLAN BEZOEK BLOCK -------------------- */
.planbezoekblock{
    width: 22vw;}
    
    
/* -------------------- SLIDER -------------------- */
.outroslider{
    width:calc(300px + 27.5vw + 7.5vh + 5vw)}   
    
    
/* -------------------- SIMPLE LIST -------------------- */
.sl-item{
    width:calc(100% / 3);
    padding: 2.5vw;} 
    
    
/* -------------------- FOOTER  --------------------*/    
footer > div:first-child{
    width: calc(100% / 4 - 10%);}
    
footer > div {
    padding: 5vw 3vw;
    width: calc(100% / 4);}
    
.planbezoek{
    width: calc(100% / 4);
    order: 4;}

.contactgegevens{
    order:1;}

.algemeen{
    padding-top: 5vw;
    width: calc(100% / 4);
    order:2;}

.openingstijden{
    width: calc(100% / 4);
    order:3;}    
    
}