@charset "utf-8";
/* CSS Document */
@import 'w3.css';

body {
	background: SlateGrey;
}
div#vlag {
	max-width: 900px;
	width: 100%;
	margin: 16px auto;
	background-color: white;
}
div#logo {
	max-width: 900px;
	min-width: 370px;
	width: 100%;
	margin: 16px auto;
	background-color: white;
}
div#shopping-cart {
	max-width: 900px;
	width: 100%;
	margin: 16px auto;
	background-color: white;
}
div#main {
	max-width: 900px;
	width: 100%;
	margin: 16px auto;
	margin-top: 15px;
	clear: both;
}
.rechts {
	display: block;
	float: right;
}
div.ensemble {
	display: none;
}
h3.ensemble {
	background-color: darkgoldenrod;
	padding: 4px;
}
h4.categorie {
	background-color: lightgray;
	color: black;
	padding-left: 16px;
	margin-bottom: 0;
	margin-top: 30px;
}
div.artikelgroep {
	float: left;
	clear: both;
	width: 100%;
	background: white;
	margin: 0;
}
form.artikel:first-of-type {
	margin-top: 15px;
}
button.artikel {
	width: 180px !important;
	height: 180px;
	background-color: #FFFFFF;
	border: thin double #808080;
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 3px;
	float: left;
	color: #000000;
}
div.artikel-text {
	padding-top: 10px;
	font-size: x-small;
	text-align: center;
	white-space: normal;
	color: black;
}
button.video {
	background-color: #EFFFE0;
}
button.audio {
	background-color: #FFD4E9;
}
button.bundel {
	background-color: #FFEECB;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

