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


/* CONTENT */

#content {
	float: left;
	width: 100%;
}

/* IMAGESLIDER */
 #imageslider {
	width: 100%;
	margin-top: 20px;
	float: left;
	position: relative;
}

#imageslider #imageslidermenu {
	width: 40%;
	float: left;
	position: relative;
	background-color: #8b4f60;
	height: 242px;
}

#imageslidermenu ul {
	margin:0;
	width:  100%;
	margin-top: 7px;
	padding: 0;
	list-style-type: none;
}

#imageslidermenu ul li {
	height: 45px;
	display: block;
	z-index: 10;
	
}

#imageslidermenu ul li a:link, #imageslidermenu ul li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 20px;
	display: block;
	padding-top:12px;
	padding-left: 30px;
	height: 34px;
	font-size: 20px;
	text-decoration: none;
}

#imageslidermenu ul li:hover {
	background: url('') white;
}

#imageslidermenu ul li.activeLi {
	background: url('') white;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}
#imageslidermenu ul li.activeLi a {
	color: #8b4f60;
}

#imageslidermenu ul li:hover a {
	color: #8b4f60;
}

#images {
	float: left;
	position: relative;
	width:60%;
	background-color: white;
}

#images a {
	display: block;
	line-height: 0px;
	width: 100%;
}

#images a img {
	width: 100%;
	height: auto;
}

.mobile-imageslidermenu {
	width: 100%;
	float: left;
	background-color: #8b4f60;
	height: 40px;
}
.mobile-imageslidermenu .arrowleft, .mobile-imageslidermenu .arrowright {
	
	width: 50px;
}.mobile-imageslidermenu .arrowleft {
	padding-left: 1%;float: left;
}.mobile-imageslidermenu .arrowright {
	padding-right: 1%;float: right;
}.mobile-imageslidermenu .imagecontent{
	float: left;
}
.mobile-imageslidermenu a {
	padding-top: 5px;
	padding-bottom: 8px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.mobile-imageslidermenu .imagecontent a{
	padding-top: 9px;
}
.mobile-imageslidermenu img {
	width: 100%;
	height: auto;
}
.dontshowvalues {display:none;}

/*BLOKMENU*/
#blokmenu {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}

.blokmenuitem {
	position: relative;
	float: left;
	width: 23.5%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	background-color: #bf6854;
}

.insidewrapper {
	margin-top: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	width: 96%;
	overflow:hidden;
	position: relative;
}
.blokmenuitem a{
	display:block;
	line-height: 0px;
	height: auto;
}
.blokmenuitem img{
	position: relative;
	width: 100%;
	height: 100%;
}

#blokmenu .first {
	margin-left: 0;
}
#blokmenu .last {
	margin-right: 0;
}

.blokmenu-overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	background-color: #000;
	opacity: 0.7;
}
.blokmenu-overlay a:link, .blokmenu-overlay a:visited {
	display: block;
	width: 100%;
	padding-top: 50%;
	padding-bottom: 50%;
	text-decoration: none;
	position: relative;
	text-align: center;
	font-family:  'day_romanregular';
	color: #fff;
}

/*HOOFDKOPPEN*/
#hoofdkoppen {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#kwaliteit, #volgen {
	width: 50%;
	float: left;
	position: relative;
}
#hoofdkoppen img {
	width: 8%;
	height: auto;
	float: left;
}
#hoofdkoppen h2 {
	font-family: 'day_romanregular';
	color: #211c40;
	float: left;
	font-size: 20px;
	margin:0;
	margin-top:5px;
	margin-left: 15px;
}
#hoofdkoppen p {
	float: left;
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}
#hoofdkoppen a:link, #hoofdkoppen a:visited {
	
	color: #211c40;
}
#hoofdkoppen a:hover {
	color: rgb(139, 79, 96);
}