@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1100px) {
    .tabelletje {
	font-size: 1.1em;
	}
	
	.zoekkader {
	font-size: 1.1em;
	}

	.zoek_tabel_links {
	font-size: 1.1em;
	}
	
	.button {
	font-size: 1.1em;
	line-height: 32px;
	}
	
	.grotefoto{

	width: 100%;
	max-width: 650px
	height:100%;
	}

}

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

	
.grotefoto{

	width: 100%;
	max-width: 400px
	height:100%;	
	
	}

}