body {
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}

.menuButton {
	background-color: #de7c00;
}

.breadcrumbs {
	background-color: #de7c00;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}

.breadcrumbs a {
	color: #ffffff;
}

.offerteCounter {
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -5px;
}

.telefoon {
	position: absolute;
	right: 10px;
	top: 125px;
	text-align: right;
}

.telefoonicon {
	background-color: #de7c00;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 7px;
	display: inline-block;
	margin-right: -5px;
}

.telefoonnummer {
	background-color: #b14600;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 7px;
	display: inline-block;
	color: #ffffff;
}

.categorieAfbeelding {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	padding-right: 0px;
}

.categorieAfbeelding h3 {
	position: absolute;
	color: #ffffff;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	bottom: 0;
	right: 10px;
	z-index: 20;
	text-shadow: 0px 0px 4px #000000;
}

.categorieAfbeelding button {
	display: none;
}

.categorieAfbeelding:hover h3 {
	margin-bottom: 50px;
}

.categorieAfbeelding:hover button {
	display: block;
	position: absolute;
	text-align: right;
	margin-right: 10px;
	bottom: 0;
	margin-bottom: 10px;
	right: 10px;
	z-index: 20;
}

.categorieAfbeelding img {
	-webkit-transition: all .5s ease;
	transition: all 1s ease;
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
	position: relative;
}

.categorieAfbeelding:hover img {
	-webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	border: 2px solid #de7c00;
}

.categorieAfbeelding div {
	-webkit-transition: all .5s ease;
	background-color: #de7c00;
	opacity: 0.6;
	height: 120%;
	width: 100px;
	margin-top: -20px;
	position: absolute;
	right: -20px;
	z-index: 10;
	-webkit-transform: rotate(10deg);
	-webkit-filter: brightness(75%); /* Safari 6.0 - 9.0 */
	filter: brightness(75%);
}

.categorieAfbeelding:hover div {
	background-color: #FF8600;
	opacity: 0.5;
}

.tekst {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tekst h1 {
	font-weight: bold;
	font-size: 20px;
}

.tekst hr {
	background-color: #de7c00;
	height: 2px;
}

.tekst p {
	font-size: 14px;
}

.tekst a {
	color: #212529;;
}

.selectie {
	background-color: #de7c00;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	position: absolute;
	margin-top: -20px;
}

.terug {
	color: #de7c00;
}

.productinformatiebuttons a {
	padding: 10px;
	display: inline-block;
	padding: 10px;
	background-color: #ffffff; 
	z-index: 999;
}

.productinformatiebuttons .active {
	border: 2px solid #de7c00;
	border-bottom: 2px solid #ffffff;
	margin-bottom: -3px;
}

.productinformatie {
	border: 2px solid #de7c00;
	padding: 10px;
}

.offertemodule {
	background-color: #de7c00;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
}