@media only screen and (max-width: 40em) {

	div.keuzepanel {
  	margin-bottom: .35rem;
  }

	header h1 {
		font-size: 1rem;
		margin-top: 0.5rem;

	}

	header h2, header h2 a {
		font-size: 0.8rem;

	}

	#reserverenbutton, #mainImg {
		display: none;
	}

	#thumbsKolom {
		overflow: auto;
		height: auto;
	}



}