html {
}
body {
	background-image: url('./../img/background.jpg');
	background-attachment: fixed;
	background-size: cover;
	font-family: calibri, sans;
	margin: 0;
	background-color: #f4e8fd;
	color: #26202f;
	overflow-x: hidden;
}
td {
	vertical-align:top;
}
* {
	box-sizing: border-box;
}
#productname {
	float: left;
	width: 70%;
	font-weight: lighter;
	font-size: 300%;
	color: #26202f;
	text-align: center;
	background-color: #dfdadde0;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	background-clip: padding-box;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 5px; 
	padding-bottom: 5px; 
	text-decoration: none;
}
#productname:hover {
	background-color: #cfcacde0;
}
#productname .logo {
	height:1.2em;
	display:inline-block;
	position:relative;
	vertical-align:bottom;
}
.left {
	float: left;
	width: 15%;
}
.menu {
	float: left;
	width: 15%;
}
.main {
	background-color: #fffafde0;
	border: 2px solid transparent;
	background-clip: padding-box;
	padding: 20px;
	float: left;
	width: 40%;
}
.main > div {
	float: left;
	width: 100%;
}
.news {
	float: left;
	width: 15%;
}
.right {
	float: left;
	width: 15%;
}
.tiles {
	float: left;
	width: 100%;
}
.tile {
	float: left;
	width: 50%;
	background-color: #dfdade70;
	border: 5px solid transparent;
	background-clip: padding-box;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #26202f;
}
.tile:hover {
	background-color: #dfdaded0;
	color: #308020;
}
.img-wrapper {
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.img-wrapper > img,
.img-wrapper > div {
	transition: all .2s ease;
}
.tile:hover > .img-wrapper > img,
.tile:hover > .img-wrapper > div {
	transform: scale(1.1);
}
.tile:visited {
	color: #26202f;
}
.footer {
	background-color: #fffafda0;
	border: 2px solid transparent;
	background-clip: padding-box;
	display: inline-block;
	width: 40%;
	margin-left: 30%;
	padding: 10px;
	color: #56505f;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	.left, .right {
		width: 0;
	}
	.menu, .news {
		width: 20%;
	}
	.main {
		width: 60%;
	}
	.footer {
		width: 60%;
		margin-left: 20%;
	}
	#productname {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
}
@media screen and (max-width: 800px) {
	body {
		font-size: 80%;
	}
	.left, .right {
		width: 0;
	}
	.menu, .main, .news {
		width: 100%;
	}
	.footer {
		width: 100%;
		margin-left: 0%;
	}
	.menu > a {
		float: left;
		width: 33.33%;
	}
	.news > a {
		float: left;
		width: 50%;
	}
	#productname {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
}
@media screen and (max-width: 500px) {
	.tiles a {
		width: 100%;
	}
}
.menu > a {
	background-color: #fffafde0;
	border: 2px solid transparent;
	background-clip: padding-box;
	color: #50a040;
	padding: 10px;
	text-decoration: none;
	display: block;
	font-size: 120%;
}
.menu > a div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menuicon {
	float: left;
	height: 16pt;
	width: 28pt;
	vertical-align: bottom;
}
.menuicon img {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu > a:hover {
	background-color: #efeaedff;
	color: #308020;
}
.news > a {
	background-color: #fffafde0;
	border: 2px solid transparent;
	background-clip: padding-box;
	padding: 10px;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
.news > a:hover {
	background-color: #efeaedff;
	color: #308020;
}
ol {
	padding-left: 12pt;
}
ul {
	padding-left: 14pt;
}
a, a:visited {
	color: #50a040;
	font-weight: bold;
}
a:hover {
	color: #307020;
}
.grafiek {
	display: block;
	position: relative;
	width: 100%;
	height: 170px;
	background-image: radial-gradient(ellipse at 35% 35%, #d0e0ff, #4060d0);
}
.staaf {
	position: relative;
	float: left;
	background-color: #000000;
	opacity: 0.3;
	width: 9%;
	margin-left: 2%;
	height: 0%;
	top: 100%;
	transition: top 1000ms, height 1000ms, background-color 1000ms;
}
.tabel {
	display: block;
	position: relative;
	width: 100%;
	height: 170px;
	background-image: radial-gradient(ellipse at 35% 35%, #f0f0f0, #50c050);
	overflow: hidden;
	font-family: consolas, console, fixed;
	font-size: 25%;
	color: #607070;
}
.tabel table {
	transition: margin-top 1000ms, margin-left 1000ms, transform 2000ms;
}
.tabel td {
	text-align: right;
}
.broncode {
	display: block;
	position: relative;
	width: 100%;
	height: 170px;
	background-image: radial-gradient(ellipse at 35% 35%, #a0a0a0, #373737);
	font-family: consolas, console, fixed;
	font-size: 25%;
	color: #60f080;
	text-align: left;
	white-space: pre-wrap;
	overflow: hidden;
}
.broncode pre {
	transition: margin-top 1000ms, margin-left 1000ms, transform 2000ms;
}
.profilephoto_oud {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-color: transparent;
	float: left;
	display: block;
	position: relative;
	margin-right: 20px;
}
.profilephoto {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-color: transparent;
	margin-right: 10px;
}
.prijslijst th, .standaardlijst th {
	background-color: #dfdade70;
	border: 5px solid transparent;
	text-align: left;
}
.prijslijst td {
	background-color: #dfdade70;
	border: 5px solid transparent;
	text-align: right;
}
.standaardlijst td {
	background-color: #dfdade70;
	border: 5px solid transparent;
}
.waitanimation {
	width: 50px;
	height: 50px;
	animation: waitanimationframes 3s infinite;
	margin: 10px;
}
.center {
	width: 100%;
	text-align: center;
}
@keyframes waitanimationframes {
	33% { transform: rotate3d(1, 0, 0, 180deg); }
	66% { transform: rotate3d(0, 0, 1, 180deg); }
}
