@media screen and (max-width: 979px)
{
    
  #headerzone, #contentzone, #footer1zone, #footer2zone
  {
    min-width: 250px;
  }
    
  #sfeerfotos, #sfeerfotos .jsslideshow, #sfeerfotos .slideshowimageobject
  {
    height: 200px;
  }
  
  .menuzonemarking, #hoofdmenu, .contentmenulevel2, .contentmenulevel3, #footerlogo, .footermenulevel1 
  {
    display: none;
  }
  
  #showmenubutton
  {
    display: inline-block;
  }
 
  #maintitlelogo
  {
    display: none;
  }
  
  #alternativetitlelogo
  {
    height: auto;
    display: inline;
  }
  
  #headerblock
  {
    width: inherit;
  }
    
  #contentzone
  {
    padding: 0px;
  }
   
  #contentblock
  {
    width: 100%;
    min-height: 200px;
  }
    
  #breadcrums 
  {
    margin: 0px;
    padding: 10px 50px 0px 50px;
  }
  
  #content
  {
    margin: 0px;
    padding: 10px 50px 10px 50px;
  }

  #submenu
  {
    display: block;
  }

  .contentmenulevel1
  {
    width: 100%;
    box-sizing: border-box;
    background-color: #ece9e6;
    padding: 0px 10px;
    float: none;
  } 
  
  .contentmenulevel1 li
  {
    padding: 10px 0px;
  }  
  
  
  #breadcrums
  {
    font-size: 1.3em;
  }
  
  #breadcrums li
  {
    min-height:40px;
    line-height: 40px;
  }
  
  #content
  {
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
  }
    
  #content img
  {
    width: 100%;
    height: initial;
  }
  
  #footer1block
  {
    padding: 0px;
    min-height: 20px;
    width: 100%;
  }
  
  #footer2block
  {
    width: initial;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
  #copyright, #dealerlogin
  {
    float: none;
    height: auto;
    min-height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px)
{
  #sfeerfotos, #sfeerfotos .jsslideshow, #sfeerfotos .slideshowimageobject
  {
    height: 150px;
  }

  #showmenubutton
  {
    left: 25px;
  }
  
  #breadcrums 
  {
    margin: 0px;
    padding: 5px 25px 0px 25px;
  }
  
  #content
  {
    margin: 0px;
    padding: 5px 25px 5px 25px;
  }
}

@media screen and (max-width: 360px)
{
  #sfeerfotos, #sfeerfotos .jsslideshow, #sfeerfotos .slideshowimageobject
  {
    display: none;
    height:0px;
    min-height:0px;
  }
  
  #showmenubutton
  {
    left: 15px;
  }
  
  #breadcrums 
  {
    margin: 0px;
    padding: 5px 15px 0px 15px;
  }
  
  #content
  {
    margin: 0px;
    padding: 5px 15px 5px 15px;
  }
}


