@charset "UTF-8";
.wrapper-content.boeken {
	max-width: 900px;
}
.container-boek {
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
.boeken .kolom-links {
	position: relative;
	width: 100%;
	float:none;
}
.boeken .kolom-rechts {
	position: relative;
	width: 100%;
	float:none;
}
@media only screen and (min-width: 7680px) {
	.wrapper-content.boeken {
		max-width: 1400px;
	}
	.boeken .kolom-links {
		width: 65%;
		float: left;
	}
	.boeken .kolom-rechts {
		width: 30%;
		float: right;
	}
}

