/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


@media only screen and (max-width: 600px) {
  body {
   	width: 100vw;
    box-sizing:border-box;
    padding: 10px;
    
  }
  
  body div {
    max-width: 100vw;
  }
  
  body #main {
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0 15px 0 0;
  }
  body #main * {
    max-width: 98% !important;
  }

  
  body #nav,
  body #nav .menu,
  body #pagetop,
  body #wrap,
  body #footer,
  body #adres,
  body #header,
  body #header_bg{
    width: 100%;
    min-width: 0px !important;
    position: static;
    top: 0px !important;
    margin:0;
    padding:0;
  }
	
	body #header_bg {
		height: 70px;
	}
  
  body #main {
    background:none;
  }
	
	body #header img {
		display:	block;
		max-width: 90vw;
		position: static !important;
		top: 0px !important;
	}
	
	body #header img:first-of-type {
		display:	none;
	}
	
	body #header span {
		margin-top: 0px !important;
	}
   
  body #sidebar,
  body #header .smaller,
  {
    display: none;
  }
  
  body #header h1 {
    zoom: 0.8;
  }
	
	body #talen {
		top: 170px;
	}
}