/* DEFAULT PAGE SETUP */
.wrapper {
	min-width: 1170px;
}

	.container {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 1170px;
	}
	
	.container_full {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-width: 1570px;
		min-width: 1170px;
	}

	.block.width_10 {		width: 10%;			}
	.block.width_20 {		width: 20%;			}
	.block.width_30 {		width: 30%;			}
	.block.width_40 {		width: 40%;			}
	.block.width_50 {		width: 50%;			}
	.block.width_60 {		width: 60%;			}
	.block.width_70 {		width: 70%;			}
	.block.width_80 {		width: 80%;			}
	.block.width_90 {		width: 90%;			}
	.block.width_100 {		width: 100%;		}
	
	
	
body {
	background: #fff;
}



#topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 190px;
}
	#topbar .first_row {
		height: 130px;
		background: #fff;
	}
		#topbar .first_row .logo {
			height: 130px;
		}
			#topbar .first_row .logo a {
				display: inline-block;
				width: auto;
				height: auto;
				margin: 32px 40px 0 0;
				-webkit-transition: none;
				-moz-transition: none;
				-ms-transition: none;
				-o-transition: none;
				transition: none;
			}
		#topbar .first_row .title {
			height: 130px;
			width: 200px;
		}
			#topbar .first_row .title h1 {
				
				font-size: 15px;
				line-height: 18px;
				color: #53534f;
				font-weight: normal;
				margin: 41px 0 0;
			}
		#topbar .first_row .search {
			height: 130px;
			float: right;
		}
			#topbar .first_row .search form {
				position: relative;
				float: right;
				width: 365px;
				height: 46px;
				background: #f2f2f2;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-webkit-box-shadow:inset 0 2px 7px 0 rgba(0,0,0,0.15);
				box-shadow:inset 0 2px 7px 0 rgba(0,0,0,0.15);
				margin-top: 42px;
			}
				#topbar .first_row .search form input[type="submit"] {
					position: relative;
					float: left;
					width: 30px;
					height: 30px;
					margin-top: 8px;
					background: url('../images/topbar_search_icon.png') no-repeat top left;
					margin-left: 15px;
					cursor: pointer;
					opacity: 1;
				}
					#topbar .first_row .search form input[type="submit"]:hover {
						opacity: 0.7;
					}
				#topbar .first_row .search form input[type="text"] {
					position: relative;
					float: left;
					width: 300px;
					height: 30px;
					margin-top: 8px;
					background: none;
					padding: 0 10px;
					line-height: 30px;
					font-size: 20px;
					font-weight: 700;
					color: #000;
				}
		#topbar .first_row .mobilemenu {
			display: none;
		}
			
	#topbar .second_row {
		height: 60px;
		background: #737370;
		-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
		#topbar .second_row.rounded {
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
		#topbar .second_row .left_menu {
			height: 60px;
		}
			#topbar .second_row .left_menu ul {
				position: relative;
				float: left;
				width: auto;
				height: 40px;
				list-style: none;
				margin-top: 10px;
			}
				#topbar .second_row .left_menu ul li {
					position: relative;
					float: left;
					width: auto;
					height: 40px;
				}
					#topbar .second_row .left_menu ul li a {
						display: inline-block;
						width: auto;
						height: 40px;
						font-weight: bold;
						color: #faeb05;
						text-decoration: none;
						line-height: 40px;
						font-size: 18px;
						margin-right: 5px;
						padding: 0 15px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}
						#topbar .second_row .left_menu ul li a:hover {
							background: #3c3c3a;
						}
						#topbar .second_row .left_menu ul li a.active {
							background: #3c3c3a;
						}
		#topbar .second_row .right_menu {
			height: 60px;
			float: right;
		}
			#topbar .second_row .right_menu span {
				position: relative;
				float: left;
				display: block;
				width: auto;
				height: 40px;
				font-weight: lighter;
				color: #fff; 
				text-decoration: none;
				line-height: 40px;
				font-size: 15px;
				margin-top: 10px;
				margin-right: 10px;
			}
			#topbar .second_row .right_menu ul {
				position: relative;
				float: left;
				width: auto;
				height: 40px;
				list-style: none;
				margin-top: 10px;
			}
				#topbar .second_row .right_menu ul li {
					position: relative;
					float: left;
					width: auto;
					height: 40px;
				}
					#topbar .second_row .right_menu ul li a {
						display: block;
						float: left;
						width: auto;
						height: 40px;
						font-weight: bold;
						color: #fff;
						text-decoration: none;
						line-height: 40px;
						font-size: 15px;
						padding: 0 15px;
						margin-right: 5px;
					}
						#topbar .second_row .right_menu ul li a:hover {
							background: #3c3c3a;
							-webkit-border-radius: 4px;
							border-radius: 4px;
						}
						#topbar .second_row .right_menu ul li a.active {
							background: #3c3c3a;
							height: 60px;
							line-height: 60px;
							padding-top: 4px;
							margin-top: -14px;
							-webkit-border-radius: 4px 4px 0 0;
							border-radius: 4px 4px 0 0;
						}
	#topbar .third_row {
		height: 50px;
		background: #3c3c3a;
		-webkit-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
		#topbar .third_row .left_menu {
			height: 50px;
			float: left;
		}
			#topbar .third_row .left_menu ul {
				position: relative;
				float: left;
				width: auto;
				height: 40px;
				list-style: none;
				margin-top: 5px;
			}
				#topbar .third_row .left_menu ul li {
					position: relative;
					float: left;
					width: auto;
					height: 40px;
				}
					#topbar .third_row .left_menu ul li a {
						display: block;
						float: left;
						width: auto;
						height: 40px;
						font-weight: bold;
						color: #fff;
						text-decoration: none;
						line-height: 40px;
						font-size: 15px;
						padding: 0 15px;
						margin-right: 5px;
					}
						#topbar .third_row .left_menu ul li a:hover {
							background: #737370;
							-webkit-border-radius: 4px;
							border-radius: 4px;
						}
						#topbar .third_row .left_menu ul li a.active {
							background: #eaeaea;
							height: 50px;
							line-height: 50px;
							padding-top: 4px;
							margin-top: -9px;
							-webkit-border-radius: 4px 4px 0 0;
							border-radius: 4px 4px 0 0;
							color: #4f9767;
						}
#bg_images {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1080px;
	overflow: hidden;
}
	#bg_images ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		list-style: none;
	}
		#bg_images ul li {
			position: absolute;
			top: 0;
			left: 50%;
			width: 1960px;
			height: 100%;
			text-align: center;
			margin-left: -980px;
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			transition: none;
		}
			#bg_images ul li img {
				position: relative;
			}

#header {
	height: 617px;
	margin-top: 190px;
}
	#header .overlay {
		height: 617px;
		background: url('../images/header_overlay.png') no-repeat top center;
	}
		#header .overlay .container {
			height: 100%;
		}
	#header .slider {
		width: 650px;
		height: auto;
		margin: 135px 0 0;
	}
		#header .slider ul {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
			list-style: none;
		}
			#header .slider ul li {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: auto;
				-webkit-transition: none;
				-moz-transition: none;
				-ms-transition: none;
				-o-transition: none;
				transition: none;
			}
				#header .slider ul li span.subtitle {
					display: block;
					float: left;
					width: 100%;
					height: auto;
					text-transform: uppercase;
					font-size: 26px;
					line-height: 60px;
					font-weight: 800;
					color: #218565;
					font-family: 'Dosis', sans-serif;
					
				}
				#header .slider ul li span.title {
					display: block;
					float: left;
					width: 100%;
					height: auto;
					font-size: 68px;
					line-height: 70px;
					font-weight: bold;
					color: #fff;
				}
				#header .slider ul li .button {
					margin-top: 20px;
				}
	#header .nav {
		position: absolute;
		width: auto;
		height: auto;
		margin: 0;
		bottom: 70px;
	}
		#header .nav ul {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
			list-style: none;
		}
			#header .nav ul li {
				position: relative;
				float: left;
				width: 24px;
				height: 24px;
			}
				#header .nav ul li a {
					display: inline-block;
					width: 10px;
					height: 10px;
					border: 3px solid #eded11;
					-webkit-border-radius: 10px;
					border-radius: 10px;
					margin: 4px;
				}
					#header .nav ul li.active a, #header .nav ul li a:hover {
						background: #eded11;
					}
					
					
					
					
/* OVER */
#over {
	height: auto;
	margin-top: 190px;
}
	#over .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg1.png') no-repeat bottom center;
	}
	#over .pagetitle {
		margin: 70px 0;
	}
		#over .pagetitle h1 {
			font-size: 60px;
			line-height: 70px;
			color: #4f9767;
		}
	#over .textblock {
		width: 100%;
		margin: 0 0 70px;
		background: #fff;
		padding: 70px 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
	}
		#over .textblock .full {
			width: 100%;
			padding-right: 180px;
			padding-left: 180px;
			box-sizing: border-box;
		}
		#over .textblock .left {
			width: 50%;
			padding-right: 25px;
			padding-left: 100px;
			box-sizing: border-box;
		}
		#over .textblock .right {
			float: right;
			width: 50%;
			padding-left: 25px;
			padding-right: 100px;
			box-sizing: border-box;
		}
		#over .textblock p {
			font-size: 16px;
			line-height: 24px;
			color: #393939;
			margin-bottom: 24px;
		}
			#over .textblock p.intro {
				font-size: 21px;
				line-height: 29px;
				text-align: center;
				margin-bottom: 50px;
			}
			#over .textblock p a {
				color: #393939;
			}
		#over .textblock ul {
			margin-left: 20px;
			margin-bottom: 24px;
		}
			#over .textblock ul li {
				font-size: 16px;
				line-height: 24px;
				color: #393939;
			}
		#over .textblock .button {
			margin-top: 50px;
		}
					
					
/* KENNIS OVERZICHT */
#kennis_overzicht {
	height: auto;
	margin-top: 240px;
}
	#kennis_overzicht .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg1.png') no-repeat bottom center;
	}
	#kennis_overzicht .pagetitle {
		margin: 70px 0;
	}
		#kennis_overzicht .pagetitle h1 {
			font-size: 60px;
			line-height: 70px;
			color: #4f9767;
		}
	#kennis_overzicht .textblock {
		margin: 0 0 70px;
		background: #fff;
		padding: 70px 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
	}
		#kennis_overzicht .textblock .full {
			width: 100%;
			padding-right: 180px;
			padding-left: 180px;
			box-sizing: border-box;
		}
		#kennis_overzicht .textblock .left {
			width: 50%;
			padding-right: 25px;
			padding-left: 100px;
			box-sizing: border-box;
		}
		#kennis_overzicht .textblock .right {
			float: right;
			width: 50%;
			padding-left: 25px;
			padding-right: 100px;
			box-sizing: border-box;
		}
		#kennis_overzicht .textblock p {
			font-size: 16px;
			line-height: 24px;
			color: #393939;
			margin-bottom: 24px;
		}
			#kennis_overzicht .textblock .full p {
				font-size: 21px;
				line-height: 34px;
				text-align: center;
				margin-bottom: 50px;
			}
		#kennis_overzicht .textblock ul {
			margin-left: 20px;
			margin-bottom: 24px;
		}
			#kennis_overzicht .textblock ul li {
				font-size: 16px;
				line-height: 24px;
				color: #393939;
			}
	#kennis_overzicht .overzicht_items {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
		#kennis_overzicht .overzicht_items .item {
			width: 350px;
			margin: 0 15px;
			background: #f5f5f5;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
			box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		}
			#kennis_overzicht .overzicht_items .item .image {
				width: 100%;
				height: 215px;
			}
				#kennis_overzicht .overzicht_items .item .image img {
					position: relative;
					float: left;
					max-width: 100%;
					max-height: 100%;
				}
			#kennis_overzicht .overzicht_items .item .title {
				width: 100%;
				height: 60px;
				line-height: 60px;
				font-weight: bold;
				font-size: 18px;
				padding-left: 20px;
				box-sizing: border-box;
				color: #393939;
			}
			
			
/* KENNIS DETAIL */
#kennis_detail {
	height: auto;
	margin-top: 240px;
}
	#kennis_detail .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg1.png') no-repeat bottom center;
	}
	#kennis_detail .pagetitle {
		margin: 70px 0;
		width: 100%;
	}
		#kennis_detail .pagetitle h1 {
			font-size: 60px;
			line-height: 70px;
			color: #4f9767;
		}
	#kennis_detail .textblock {
		margin: 0;
		background: #fff;
		padding: 70px;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		width: 100%;
		box-sizing: border-box;
	}
		#kennis_detail .textblock .left {
			width: 470px;
		}
			#kennis_detail .textblock .left h2 {
				text-align: left;
			}
			#kennis_detail .textblock .left p {
				font-size: 16px;
				line-height: 24px;
				color: #393939;
				margin-bottom: 24px;
			}
		#kennis_detail .textblock .right {
			width: 530px;
			float: right;
		}
			#kennis_detail .textblock .right .slider {
				width: 100%;
				height: 360px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
				box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
			}
				#kennis_detail .textblock .right .slider ul {
					width: 100%;
					height: 100%;
					list-style: none;
					margin: 0;
				}
					#kennis_detail .textblock .right .slider ul li {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						-webkit-transition: none;
						-moz-transition: none;
						-ms-transition: none;
						-o-transition: none;
						transition: none;
					}
				#kennis_detail .textblock .right .slider .nav {
					position: absolute;
					top: 250px;
					left: -10px;
					background: #fff;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
					box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
					width: 360px;
					height: 60px;
				}
					#kennis_detail .textblock .right .slider .nav ul {
						width: auto;
						height: 60px;
						list-style: none;
					}
						#kennis_detail .textblock .right .slider .nav ul li {
							position: absolute;
							width: 230px;
							height: 60px;
							line-height: 60px;
							font-size: 16px;
							color: #393939;
							font-weight: bold;
							padding-left: 20px;
						}
				#kennis_detail .textblock .right .slider .nav .arrows {
					width: auto;
					height: 46px;
					float: right;
					margin: 7px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
					box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
					overflow: hidden;
				}
					#kennis_detail .textblock .right .slider .nav .arrows .left {
						display: inline-block;
						width: 50px;
						height: 46px;
						background: #4f9767 url('../images/kennis_slider_left.png') no-repeat top center;
					}
					#kennis_detail .textblock .right .slider .nav .arrows .right {
						display: inline-block;
						width: 50px;
						height: 46px;
						background: #4f9767 url('../images/kennis_slider_right.png') no-repeat top center;
					}
	#kennis_detail .textblock_bottom {
		margin: 0 0 70px;
		background: #f5f5f5;
		padding: 0 70px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		width: 100%;
		box-sizing: border-box;
		height: 60px;
	}
		#kennis_detail .textblock_bottom a {
			display: inline-block;
			color: #393939;
			text-decoration: none;
			font-size: 16px;
			line-height: 30px;
			margin: 15px 0;
		}
		#kennis_detail .textblock_bottom a.right {
			float: right;
		}
		
		
/* KENNIS OVERZICHT */
#deelnemer_overzicht {
	height: auto;
	margin-top: 190px;
}
	#deelnemer_overzicht .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg1.png') no-repeat bottom center;
	}
	#deelnemer_overzicht .pagetitle {
		margin: 70px 0;
	}
		#deelnemer_overzicht .pagetitle h1 {
			font-size: 60px;
			line-height: 70px;
			color: #4f9767;
		}
	#deelnemer_overzicht .introtext {
		box-sizing: border-box;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
	}
		#deelnemer_overzicht .introtext p {
			color: #393939;
			font-size: 16px;
			line-height: 24px;
			margin-bottom: 24px;
		}
	#deelnemer_overzicht .textblock {
		width: 100%;
		margin: 0 0 70px;
		background: #fff;
		padding: 70px 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
	}
		#deelnemer_overzicht .textblock .full {
			width: 100%;
			padding-right: 180px;
			padding-left: 180px;
			box-sizing: border-box;
		}
		#deelnemer_overzicht .textblock .left {
			width: 50%;
			padding-right: 25px;
			padding-left: 100px;
			box-sizing: border-box;
		}
		#deelnemer_overzicht .textblock .right {
			float: right;
			width: 50%;
			padding-left: 25px;
			padding-right: 100px;
			box-sizing: border-box;
		}
		#deelnemer_overzicht .textblock p {
			font-size: 16px;
			line-height: 24px;
			color: #393939;
			margin-bottom: 24px;
		}
			#deelnemer_overzicht .textblock p.intro {
				font-size: 21px;
				line-height: 29px;
				text-align: center;
				margin-bottom: 50px;
			}
		#deelnemer_overzicht .textblock .overzicht_items {
			width: 100%;
			padding: 0 15px;
			box-sizing: border-box;
			margin-top: 30px;
		}
			#deelnemer_overzicht .textblock .overzicht_items .info {
				width: 350px;
				margin: 0 15px;
				background: #f4e80e;
				-webkit-border-radius: 4px;
				border-radius: 4px;
			}
				#deelnemer_overzicht .textblock .overzicht_items .info p {
					margin: 62px 35px;
					font-size: 20px;
					line-height: 30px;
					color: #393939;
				}
				#deelnemer_overzicht .textblock .overzicht_items .info .button {
					margin: 0 35px 40px;
				}
				#deelnemer_overzicht .textblock .overzicht_items .info p a {
					color: #393939;
				}
			#deelnemer_overzicht .textblock .overzicht_items .item {
				width: 350px;
				margin: 0 15px;
				margin-bottom: 30px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				background: #f0f0f0;
			}
				#deelnemer_overzicht .textblock .overzicht_items .item .image {
					width: 100%;
					height: 120px;
					text-align: center;
					-webkit-transform-style: preserve-3d;
					-moz-transform-style: preserve-3d;
					transform-style: preserve-3d;
					background-repeat: no-repeat;
					background-position: center center;
					background-color: #f0f0f0;
					background-blend-mode: multiply;
				}
					#deelnemer_overzicht .textblock .overzicht_items .item .image img {
						position: relative;
						top: 50%;
						transform: translateY(-50%);
						max-width: 80%;
						max-height: 90%;
					}
				#deelnemer_overzicht .textblock .overzicht_items .item .text {
					width: 100%;
					height: auto;
				}
					#deelnemer_overzicht .textblock .overzicht_items .item .text p {
						font-size: 16px;
						line-height: 24px;
						color: #393939;
						margin: 10px 30px;
					}
						#deelnemer_overzicht .textblock .overzicht_items .item .text p strong {
							font-size: 20px;
							line-height: 50px;
							font-family: 'Dosis', sans-serif;
							font-weight: 800;
							text-transform: uppercase;
						}
					#deelnemer_overzicht .textblock .overzicht_items .item .text .button {
						margin: 20px 30px 50px;
						background: #fff;
					}
			
			
/* DEELNEMER DETAIL */
#deelnemer_detail {
	height: auto;
	margin-top: 190px;
}
	#deelnemer_detail .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg1.png') no-repeat bottom center;
	}
	#deelnemer_detail .pagetitle {
		margin: 70px 0;
		width: 100%;
	}
		#deelnemer_detail .pagetitle h1 {
			font-size: 60px;
			line-height: 70px;
			color: #4f9767;
		}
	#deelnemer_detail .textblock {
		margin: 0 0 70px 0;
		background: #fff;
		padding: 45px 30px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		width: 100%;
		box-sizing: border-box;
	}
		#deelnemer_detail .textblock .left {
			width: 275px;
		}
			#deelnemer_detail .textblock .left .back {
				display: inline-block;
				margin: 10px 20px 24px;
				font-size: 20px;
				line-height: 24px;
				color: #4f9767;
				text-decoration: none;
			}
			#deelnemer_detail .textblock .left ul {
				width: 100%;
				height: auto;
				list-style: none;
				margin-left: 0;
			}
				#deelnemer_detail .textblock .left ul li {
					width: 100%;
					height: auto;
				}
					#deelnemer_detail .textblock .left ul li a {
						display: inline-block;
						width: 200px;
						height: 48px;
						line-height: 48px;
						font-size: 16px;
						color: #4f9767;
						text-decoration: none;
						padding-left: 20px;
						text-transform: uppercase;
						font-family: 'Dosis', sans-serif;
						font-weight: 800;
					}
						#deelnemer_detail .textblock .left ul li a:hover {
							color: #000;
						}
						#deelnemer_detail .textblock .left ul li a.active {
							color: #000;
							background: url('../images/deelnemer_menu_bg.png') no-repeat top left;
						}
		#deelnemer_detail .textblock .right {
			width: 835px;
			float: right;
		}
			#deelnemer_detail .textblock .right .right_top {
				width: 100%;
				height: auto;
			}
			#deelnemer_detail .textblock .right .right_left {
				width: 430px;
				height: auto;
				margin-top: 40px;
			}
				#deelnemer_detail .textblock .right .right_left h2 {
					text-align: left;
				}
				#deelnemer_detail .textblock .right .right_left p {
					font-size: 16px;
					line-height: 24px;
					color: #393939;
					margin-bottom: 24px;
				}
					#deelnemer_detail .textblock .right .right_left p.diensten a {
						display: inline-block;
						margin-left: 10px;
						color: #4f9767;
					}
			#deelnemer_detail .textblock .right .right_right {
				width: 355px;
				height: auto;
				float: right;
			}
				#deelnemer_detail .textblock .right .right_right .item {
					width: 100%;
					background: #f0f0f0;
					border-bottom: 2px solid #d4d4d4;
				}
					#deelnemer_detail .textblock .right .right_right .item.logo {
						height: 125px;
						margin-top: 40px;
						text-align: center;
						-webkit-transform-style: preserve-3d;
						-moz-transform-style: preserve-3d;
						transform-style: preserve-3d;
						background-repeat: no-repeat;
						background-position: center center;
						background-color: #f0f0f0;
						background-blend-mode: multiply;
					}
						#deelnemer_detail .textblock .right .right_right .item.logo img {
							position: relative;
							top: 50%;
							transform: translateY(-50%);
							max-width: 80%;
							max-height: 90%;
						}
					#deelnemer_detail .textblock .right .right_right .item.adres {
						height: auto;
						padding: 40px 0;
					}
						#deelnemer_detail .textblock .right .right_right .item.adres p {
							margin: 0 35px;
							font-size: 16px;
							line-height: 24px;
							color: #393939;
						}
							#deelnemer_detail .textblock .right .right_right .item.adres p strong {
								font-family: 'Dosis', sans-serif;
								font-weight: 800;
								text-transform: uppercase;
								font-size: 20px;
								line-height: 30px;
							}
							#deelnemer_detail .textblock .right .right_right .item.adres p a {
								color: #4f9767;
							}
			







/* FOOTER */
			
#footer_sub_1 {
	
}
	#footer_sub_1 .bg {
		background: #eaeaea url('../images/homepage_vervolg_bg2.png') no-repeat top center;
		height: auto;
		-webkit-border-radius: 4px 0 4px 4px;
		border-radius: 4px 0 4px 4px;
	}
		#footer_sub_1.homepage .bg {
			background: url('../images/homepage_vervolg_bg.png') no-repeat top center;
		}
	#footer_sub_1 .homepage_zekerheid .text_left {
		margin-top: 10px;
	}
		#footer_sub_1.homepage .homepage_zekerheid .text_left {
			margin-top: 80px;
		}
		#footer_sub_1 .homepage_zekerheid .text_left p {
			color: #393939;
			font-size: 19px;
			line-height: 24px;
		}
	#footer_sub_1 .homepage_zekerheid .arrow_right {
		margin-top: 20px;
		float: right;
	}
		#footer_sub_1.homepage .homepage_zekerheid .arrow_right {
			margin-top: 90px;
		}
		#footer_sub_1 .homepage_zekerheid .arrow_right p {
			color: #f4e80e;
			font-size: 26px;
			line-height: 26px;
			font-family: 'Dosis', sans-serif;
			font-weight: 800;
			text-transform: uppercase;
		}
		#footer_sub_1 .homepage_zekerheid .arrow_right img {
			position: absolute;
			top: 40px;
			left: 20px;
		}
	#footer_sub_1 .homepage_zekerheid .zekerheid_container {
		width: 100%;
		height: 160px;
		background: #fff;
		margin-top: 75px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
	}
		#footer_sub_1 .homepage_zekerheid .zekerheid_container ul {
			position: relative;
			float: left;
			width: 100%;
			height: 60px;
			list-style: none;
			margin-top: 50px;
		}
			#footer_sub_1 .homepage_zekerheid .zekerheid_container ul li {
				position: relative;
				float: left;
				width: 25%;
				height: 60px;
				box-sizing: border-box;
				padding: 0 0 0 100px;
				font-size: 20px;
				line-height: 24px;
				color: #393939;
				font-weight: bold;
				background: url('../images/zekerheid_container_li.png') no-repeat 60px 10px;
			}
	#footer_sub_1 .homepage_zekerheid .subs_text {
		margin-top: 80px;
	}
		#footer_sub_1 .homepage_zekerheid .subs_text p {
			color: #393939;
			font-size: 19px;
			line-height: 24px;
		}
	#footer_sub_1 .homepage_zekerheid .subs_container {
		margin-top: 80px;
		margin-bottom: 80px;
	}
		#footer_sub_1 .homepage_zekerheid .subs_container .item {
			width: 370px;
			background: #fff;
			margin-right: 30px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
			box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
		}
			#footer_sub_1 .homepage_zekerheid .subs_container .item:last-child {
				margin-right: 0;
			}
			#footer_sub_1 .homepage_zekerheid .subs_container .item .image {
				width: 100%;
				height: 170px;
			}
				#footer_sub_1 .homepage_zekerheid .subs_container .item .image img {
					position: relative;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					max-width: 100%;
					max-height: 100%;
				}
			#footer_sub_1 .homepage_zekerheid .subs_container .item .text {
				width: 100%;
				padding: 50px;
				box-sizing: border-box;
			}
				#footer_sub_1 .homepage_zekerheid .subs_container .item .text h3 {
					font-family: 'Dosis', sans-serif;
					font-weight: 700;
					text-transform: uppercase;
					font-size: 20px;
					line-height: 24px;
					color: #393939;
				}
				#footer_sub_1 .homepage_zekerheid .subs_container .item .text p {
					font-size: 16px;
					line-height: 24px;
					color: #393939;
					margin-top: 10px;
				}
				#footer_sub_1 .homepage_zekerheid .subs_container .item .text .button {
					margin-top: 20px;
				}
				
				
#footer_sub_2 {

}
	#footer_sub_2 .logos {
		width: 100%;
		height: auto;
		margin-top: 80px;
		margin-bottom: 80px;
	}
		#footer_sub_2 .logos ul {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
			list-style: none;
		}
			#footer_sub_2 .logos ul li {
				position: relative;
				float: left;
				width: 20%;
				height: auto;
				text-align: center;
			}
				#footer_sub_2 .logos ul li a {
					display: inline-block;
					width: auto;
					height: auto;
					max-width: 90%;
					max-height: 90%;
				}
					#footer_sub_2 .logos ul li a img {
						max-width: 100%;
						max-height: 100%;
					}
	#footer_sub_2 .info {
		width: 100%;
		height: auto;
		margin-bottom: 80px;
		background: #f4e80e;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		#footer_sub_2 .info .text {
			margin: 50px 100px;
		}
			#footer_sub_2 .info .text p {
				font-size: 20px;
				line-height: 36px;
			}
		#footer_sub_2 .info .link {
			float: right;
			margin: 60px 70px 0 0;
		}
			
#footer .bg {
	background: #5a5a56;
	height: 180px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
	#footer .bg .adres {
		position: absolute;
		top: 60px;
		left: 0;
	}
		#footer .bg .adres p {
			font-weight: lighter;
			font-size: 15px;
			line-height: 20px;
			color: #fff;
		}
	#footer .bg .logo {
		margin: 0 auto;
		float: none;
		width: 60px;
	}
		#footer .bg .logo img {
			margin-top: 60px;
		}
	#footer .bg .links {
		position: absolute;
		top: 55px;
		right: 0;
	}
		#footer .bg .links ul {
			list-style: none;
		}
			#footer .bg .links ul li {
				text-align: right;
			}
				#footer .bg .links ul li a {
					font-weight: lighter;
					font-size: 15px;
					line-height: 20px;
					color: #fff;
					text-align: right;
					text-decoration: none;
				}
				#footer .bg .links ul li a:hover {
					color: rgba(255,255,255,0.7);
				}
				
				
#search_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,38,38,0.97);
	z-index: 10;
	display: none;
}
	#search_container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -585px;
		z-index: 11;
		height: auto;
		display: none;
	}
#search_overlay.open {
	animation-name: searchOverlay;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	display: block;
	opacity: 1;
}
#search_container.open {
	animation-name: searchOverlay;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	display: block;
	opacity: 1;
}
	@keyframes searchOverlay {
		0% {
			display: block;
			opacity: 0
		}
		100% {
			opacity: 1
		}
	}
	
	
	#search_container .search_topbar {
		height: 130px;
	}
		#search_container .search_topbar .logo {
			height: 130px;
		}
			#search_container .search_topbar .logo a {
				display: inline-block;
				width: auto;
				height: auto;
				margin: 32px 40px 0 0;
			}
		#search_container .search_topbar .search {
			height: 130px;
			float: right;
		}
			#search_container .search_topbar .search form {
				position: relative;
				float: right;
				width: 620px;
				height: 46px;
				background: #f2f2f2;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-webkit-box-shadow:inset 0 2px 7px 0 rgba(0,0,0,0.15);
				box-shadow:inset 0 2px 7px 0 rgba(0,0,0,0.15);
				margin-top: 42px;
			}
				#search_container .search_topbar .search form input[type="submit"] {
					position: relative;
					float: left;
					width: 30px;
					height: 30px;
					margin-top: 8px;
					background: url('../images/topbar_search_icon.png') no-repeat top left;
					margin-left: 15px;
					cursor: pointer;
					opacity: 1;
				}
					#search_container .search_topbar .search form input[type="submit"]:hover {
						opacity: 0.7;
					}
				#search_container .search_topbar .search form input[type="text"] {
					position: relative;
					float: left;
					width: 555px;
					height: 30px;
					margin-top: 8px;
					background: none;
					padding: 0 10px;
					line-height: 30px;
					font-size: 20px;
					font-weight: 700;
					color: #000;
				}
	#search_container .search_result_top {
		height: 130px;
		border-bottom: 3px solid #898989;
		display: none;
	}
		#search_container .search_result_top .top_title {
			width: auto;
			height: 130px;
			line-height: 130px;
			font-size: 48px;
			color: #fff;
			font-weight: bold;
		}
		#search_container .search_result_top .top_close {
			width: auto;
			height: 88px;
			float: right;
			padding-top: 42px;
		}
	#search_container .search_result_content {
		height: auto;
		display: none;
	}
		#search_container .search_result_content .item {
			display: inline-block;
			height: auto;
			width: 100%;
			border-bottom: 1px solid #4c4c4c;
			padding: 40px 0;
		}
			#search_container .search_result_content .item .title {
				width: 100%;
				margin-bottom: 20px;
				font-size: 28px;
				line-height: 30px;
				color: #f8e701;
				font-weight: bold;
				text-decoration: underline;
			}
			#search_container .search_result_content .item .text {
				width: 100%;
				font-size: 16px;
				line-height: 24px;
				color: #a1a1a1;
				width: 915px;
				height: 74px;
				overflow: hidden;
			}
			#search_container .search_result_content .item:hover .text {
				color: #fff;
			}
			
			#search_container .search_result_noresults {
				display: none;
			}
			#search_container .search_result_content .item .arrow {
				position: absolute;
				top: 106px;
				right: 80px;
				width: auto;
				height: auto;
			}
			
			
.googlemaps {
	width: 100%;
	height: 200px;
	background: #f00;
	display: none;
}

.contact_form {
	width: 100%;
}
	.contact_form label {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		line-height: 40px;
		margin-bottom: 10px;
	}
		.contact_form label input, .contact_form label textarea {
			height: 20px;
			padding: 10px 20px;;
			width: 60%;
			border: 1px solid #ccc;
			float: right;
			line-height: 20px;
			font-size: 14px;
		}
			.contact_form label textarea {
				height: 80px;
				resize: none;
			}
			.contact_form label input:focus, .contact_form label textarea:focus {
				border-color: #000;
			}
			.contact_form label input.error, .contact_form label textarea.error {
				border-color: #f00;
			}
	.contact_form .button {
		position: relative;
		float: right;
		margin-top: 0!important;
	}
	
	
.textblock h2 {
	font-size: 28px;
	line-height: 29px;
	text-align: center;
	color: #4f9767;
	margin-bottom: 15px;
}
.textblock h3 {
	font-size: 20px;
	line-height: 24px;
	color: #4f9767;
	margin-bottom: 12px;
}
.textblock ul {
	margin-left: 20px;
	margin-bottom: 24px;
}
	.textblock ul li {
		font-size: 16px;
		line-height: 24px;
		color: #393939;
	}
				
				
#menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background: rgba(38,38,38,0.97);
	z-index: 10;
	display: none;
}
	#menu_container {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		height: auto;
		width: 100%;
		display: none;
	}
#menu_overlay.open {
	animation-name: menuOverlay;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	display: block;
	opacity: 1;
}
#menu_container.open {
	animation-name: menuOverlay;
	animation-iteration-count: 1;
	animation-duration: 500ms;
	display: block;
	opacity: 1;
}
	@keyframes menuOverlay {
		0% {
			display: block;
			opacity: 0
		}
		100% {
			opacity: 1
		}
	}
	
	#menu_container .mobilemenu_top {
		width: 100%;
		height: 80px;
		background: #fff;
	}
		#menu_container .mobilemenu_top .logo {
			height: 80px;
		}
			#menu_container .mobilemenu_top .logo a {
				display: inline-block;
				width: auto;
				height: auto;
				margin: 15px;
			}
				#menu_container .mobilemenu_top .logo a img {
					position: relative;
					float: left;
					height: 50px;
				}
		#menu_container .mobilemenu_top .mobilemenu {
			display: block;
			width: 80px;
			height: 80px;
			float: right;
		}
			#menu_container .mobilemenu_top .mobilemenu a {
				display: inline-block;
				width: 40px;
				height: 40px;
				margin: 20px;
			}
				#menu_container .mobilemenu_top .mobilemenu a img {
					position: relative;
					float: left;
					width: 34px;
					height: 27px;
					margin: 7px 0 0 3px;
				}
	#menu_container .mobilemenu_content {
		height: auto;
	}
		#menu_container .mobilemenu_content ul {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
			list-style: none;
			margin: 15px 0;
			overflow-y: scroll;
		}
			#menu_container .mobilemenu_content ul li {
				position: relative;
				float: left;
				width: 100%;
				height: auto;
			}
				#menu_container .mobilemenu_content ul li a.normal {
					display: inline-block;
					width: 100%;
					height: auto;
					font-weight: bold;
					color: #faeb05;
					text-decoration: none;
					line-height: 40px;
					font-size: 18px;
					padding: 0 15px;
					box-sizing: border-box;
				}
				#menu_container .mobilemenu_content ul li a.kennis {
					display: inline-block;
					width: 100%;
					height: auto;
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					line-height: 40px;
					font-size: 15px;
					padding: 0 15px;
					box-sizing: border-box;
				}
.contact_form_wait, .contact_form_success {
	display: none;
}