/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.logo {
	width:270px;
	height: 135px; 
	float: left;
	display: flex;
	justify-content: center; /* Horizontally center */
	align-items: center; /* Vertically center */
}

.logo img {
	padding: 0;
	margin: 0;
}

.webshop {
	display:flex;
	justify-content:center;
	padding:16px;
}

.webshop div {
	border:2px solid #21937D;
	padding:10px;
	line-height:32px;
	font-weight:bold;	
	color:#21937D;
	text-align: center;
}

.webshop div  img {
	float:right !important;
	margin:0 0 0 5px !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.inner_wrap {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}

a {
	color: #21937D;
	text-decoration: none;
}

a.more {
	font-style: italic;
	font-weight: 700;
	display: inline-block;
	clear: both;
	margin-top: .3em;
	text-align: left;
	padding: 5px 0px;
	transition: padding .5s, background-color .5s, color .5s;
}

a.more:after {
	content: ' »';
}

a.more:hover {
	padding: 5px 12px;
	background-color: #21937D;
	color: #FFF;
}

/* ===================================== */
/* >>>>>>>> MENU / NAV
/* ===================================== */

header#menu {
	padding: 15px 0px;;
	background-color: #FFF;
	/* overflow: hidden; */
	/* position: relative; */
	z-index: 1;
}

header#menu img#logo {
	float: left;
	margin-left: 32px;
	height: 60px;
	transition: height .5s;
}

header#menu nav {
	float: right;
	position: relative;
}

header#menu nav ul {
	margin: 0px;
}

header nav > ul > li > a {
	padding: 18px 23px 15px 23px;
	display: block;
}

header nav > ul > li > a::after{
    content: '';
    position: absolute;
    top: 26px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #85C3B7;
    clear: both;
    margin-left: 6px;
}


/* ===================================== */
/* >>>>>>>> YouTube video's in iframe
/* ===================================== */

.video > div > iframe 
{
    position:absolute;
    top:0;
    width:100%;
    height:100%;   
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    
    
}

.video > div 
{
    width:100%;
    position:relative;
    /*padding-bottom:56.25%;*/
}

.video .H270 { max-height: 270px; }
.video .H274 { max-height: 274px; }
.video .H306 { max-height: 306px; }
.video .H315 { max-height: 315px; }
.video .H360 { max-height: 360px; }
.video .H490 { max-height: 490px; }
.video .H630 { max-height: 630px; }

.video .H270 > div > iframe { max-height:270px; }
.video .H274 > div > iframe { max-height:274px; }
.video .H306 > div > iframe { max-height:306px; }
.video .H315 > div > iframe { max-height:315px; }
.video .H360 > div > iframe { max-height:360px; }
.video .H490 > div > iframe { max-height:490px; }
.video .H630 > div > iframe { max-height:630px; }

.video .W450 > div > iframe { max-width:450px; }
.video .W480 > div > iframe { max-width:480px; }
.video .W544 > div > iframe { max-width:544px; }
.video .W560 > div > iframe { max-width:560px; }
.video .W640 > div > iframe { max-width:640px; }
.video .W840 > div > iframe { max-width:840px; }

/* Chrome specific
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    header nav > ul > li > a#contact::after{margin-left: 108px;}
} */

header nav ul {
	float: left;
}

header nav li {
	display: block;
	float: left;
}

header nav li.active > a {
	font-weight: 800;
}

header nav > ul > li > a:nth-last-child(2) {
	padding-right: 40px;
}

header nav a#contact {
	border-left: 1px solid #21937D;
}

header nav a#contact span {
	display: inline-block;
	text-align: center;
	width: 100%;
}

header nav div#belOnsDesktop {
	float: right;
	padding-left: 16px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
}

header div#belOnsMobile {
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 24px;
	right: 6px;
	display: none;
}

@media all and (max-width: 1018px) {
	header div#belOnsMobile {
		display: block;
	}
	header nav div#belOnsDesktop {
		display: none;
	}
}

	div#overlay {
		visibility: hidden;
		opacity: 0;
		transition: opacity .5s;
		pointer-events: none;
		position: fixed;
		width: 100%;
		height: 100%;
	}


	header a#close {
		display: none;
	}

	header a#menu {
		display: none;
	}

	/* BREADCRUMB */


	ul#breadcrumb {
		float: left;
		clear: both;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		list-style-type: none;
		background-color: #FFF;
		overflow: hidden;
		top: 80px;
		position: absolute;
		z-index: 99;
		font-size: 13px;
	}

		ul#breadcrumb li {
			float: left;
		}

			ul#breadcrumb li a {
				padding: 5px 8px;
				display: block;
				font-weight: 700;
			}

				ul#breadcrumb li a:hover {
					color: #97D5CB;
				}

				ul#breadcrumb li a:after {
					content: ' »';
					margin-left: 15px;
				}

			ul#breadcrumb li:last-child a {
				font-weight: 400;
				color: #5c6d7a;
			}

				ul#breadcrumb li:last-child a:after {
					content: '';
					margin-left: 4px;
				}

	/* END BREADCRUMB */

	/* DROPDOWN STYLES */

	header nav ul.sub {
		display: none;
		position: absolute;
		z-index: 2;
		background-color: #FFF;
		padding: 22px 0px 12px 0px;
		margin: 0px;
		font-weight: 300;
	}

		header nav ul.sub.right {
			width: 230px;
			left: -46px;
		}

	header nav > ul > li:hover a {
		color: #21937D;
	}

	header nav > ul > li:hover ul.sub a:hover {
		color: #FFF;
		background-color: #21937D;
		padding-left: 17px;
	}

	header nav > ul > li:hover {
		color: #5c6d7a;
		background-color: #FFF;
		position: relative;
		z-index: 999;
		-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
		-moz-filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
		-ms-filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
		-o-filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
		filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
	}

	header nav li:hover ul.sub {
		display: block;
	}

	header nav ul.sub li {
		float: left;
		clear: left;
		width: 290px;
	}

	header nav ul li.emphasize {
		font-weight: 700;
		background-color: #EFEFEF;
	}

	header nav ul.sub li.emphasize a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	header nav ul.sub.right li {
		width: 230px;
	}

	header nav ul.sub li a {
		padding: 2px 23px 3px 23px;
		display: block;
		transition: padding-left .5s;
	}

	/* END DROPDOWN */


	@media all and (max-width: 1030px) {

		header nav > ul > li > a {
			padding: 18px 12px 15px 12px;
		}

		header#menu img#logo {
			margin-left: 0px;
		}
	}



	@media all and (max-width: 950px) {


		header#menu {
			width: 100%;
			top: 0px;
			z-index: 9999;
			transition: padding .5s;
		}

		body.scrolling header#menu {
			padding: 10px 0px;
		}

			body.scrolling header#menu img#logo {
				height: 40px;
			}


		header .inner_wrap {
			padding: 0px;
			width: 100%;
		}

		header nav {
			display: none;
			position: static;
			width: 100%;
			left: 0px;
			background-color: #FFF;
		}

			header nav.open {
				display: block;
				overflow: hidden;
			}

				header nav.open > ul {
					margin: 0px;
					padding: 0px;
					width: 100%;
				}

					header nav.open > ul > li {
						float: left;
						clear: left;
						margin: 0px;
						padding: 0px;
						display: block;
						width: 100%;
					}

						header nav.open > ul > li > a {
							width: 88%;
							padding: 12px 4%;
							display: block;
						}

							header nav.open > ul > li > a::after {
								content: '';
								position: absolute;
								top: auto;
								width: 0;
								height: 0;
								border-left: 9px solid transparent;
								border-right: 9px solid transparent;
								border-top: 9px solid #85C3B7;
								clear: both;
								margin-left: 6px;
								margin-top: 9px;
							}

							/*header nav.open > ul > li > a#contact::after {
        margin-left: 108px;
        margin-top: -14px;
	}*/
							header nav.open > ul > li > a#close::after {
								display: none;
							}

		header#menu img#logo {
			margin: 0px auto;
			float: none;
			display: block;			
		}

		header a#menu {
			display: block;
			position: absolute;
			left: 4%;
			top: 35px;
			width: 35px;
			height: 35px;
			transition: top .5s;
		}


			header a#menu img {
				width: 100%;
			}

		header#menu nav ul.sub {
			position: static;
			padding-top: 0px;
			margin-left: 4%;
			border-left: 1px solid #5c6d7a;
			overflow: hidden;
		}

		header nav ul.sub li {
			width: 100%;
		}

		header nav > ul > li.show-sub {
			position: relative;
			z-index: 999;
		}

		header nav > ul > li:hover {
			-webkit-filter: none;
			-moz-filter: none;
			-ms-filter: none;
			-o-filter: none;
			filter: none;
		}

			header nav > ul > li:hover ul.sub {
				display: none;
			}

		header nav li.show-sub ul.sub,
		header nav li.show-sub:hover ul.sub {
			display: block;
		}

		header nav a#contact {
			border-left: none;
			padding-left: 4%;
		}

			header nav a#contact span {
				text-align: left;
				display: inline;
			}

				header nav a#contact span#phone {
					display: none;
				}

		header nav a#close {
			display: block;
		}

		/*
	header nav a {
		display: block;
		width: 92%;
		padding: 12px 4%;
	}
	
	div#overlay.open {
		visibility: visible;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: #000;
		opacity: .3;
		z-index: 90;
	}
	*/
	}

	@media all and (max-width: 490px) {
		header#menu img#logo {
			margin-left: 60px;
		}
	}


	/* ===================================== */
	/* >>>>>>>> HOME CARROUSEL
/* ===================================== */

	section#splash {
		width: 100%;
		/*height: 252px;*/
		background-color: #EFEFEF;
		position: relative;
		z-index: 0;
		overflow: hidden;
		top: 15px;
	}

	section#carrousel {
		width: 100%;
		height: 320px;
		background-color: #EFEFEF;
		position: relative;
		z-index: 0;
		overflow: hidden;
		top: 15px;
	}

	body > h1, body > .h1 {
		width: 100%;
		background-color: #21937D;
		color: #FFF;
		text-align: center;
		padding: 12px 0 14px 0;
		font-weight: 300;
		font-size: 2em;
		margin: 0;				
	}

	body > h1 a, body > .h1 a {
		display: inline-block;
		line-height: 30px;
		font-weight: 500;
		color: #97D5CB;
		border-bottom: 2px solid #97D5CB;
	}

	body > h1 a.white, body > .h1 a.white {
		color: #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
	}

	section#carrousel div#image_container {
		position: absolute;
		top: 0px;
		width: 9000px;
		transition: left 1s, right 1s;
		z-index: 1;
	}

		section#carrousel div#image_container > img {
			float: left;
		}

	section#carrousel ul {
		margin: 0px auto;
		padding: 0px;
		position: relative;
		z-index: 2;
		text-align: center;
		top: 280px;
	}

		section#carrousel ul li {
			cursor: pointer;
			display: inline-block;
			width: 6px;
			height: 6px;
			border-radius: 7px;
			background-color: #FFF;
			margin: 0px 6px 0px 6px;
			border: 2px solid rgba(255, 255, 255, 0);
			transition: border 1s, background-color 1s, width .5s, height .5s;
			box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
			vertical-align: middle;
		}

			section#carrousel ul li.active {
				border: 2px solid #FFF;
				background-color: #21937D;
				width: 10px;
				height: 10px;
			}

	@media all and (max-width: 1200px) {
		body > h1, body > .h1 {
			font-size: 28px;
		}
	}

	@media all and (max-width: 1040px) {
		body > h1, body > .h1 {
			font-size: 22px;
			width: 94%;
			padding-left: 3%;
			padding-right: 3%;
		}
	}

	/* ===================================== */
	/* >>>>>>>> DETAIL SPLASH / HEADER
/* ===================================== */
	section#splash {
		position: relative;
		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(left, #e5e5e5 0%, #f4f4f4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, #e5e5e5 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #e5e5e5 0%,#f4f4f4 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #e5e5e5 0%,#f4f4f4 100%); /* IE10+ */
		background: linear-gradient(to right, #e5e5e5 0%,#f4f4f4 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
	}

		section#splash .inner_wrap {
			display: table;
			width: 100%;
		}

		section#splash h1 {
			display: block;
			float: left;
			vertical-align: middle;
			/*height: 252px;
			display: table-cell;*/
			color: #21937D;
			font-size: 40px;
			font-weight: 400;
			padding-left: 100px;
		}

		section#splash img {
			display: block;
			float: right;
			max-height: 225px;
		}



	/* ===================================== */
	/* >>>>>>>> SUBNAV HOMEPAGE
/* ===================================== */

	aside#diensten nav {
		width: 100%;
	}

		aside#diensten nav div,
		aside#diensten nav ul {
			float: left;
			width: 21.5%;
			margin: 0px 2% 0px 0px;
			padding: 0px 1%;
		}

			aside#diensten nav ul:last-child {
				margin-right: 0px;
			}

		aside#diensten nav div {
			text-align: center;
			padding-top: 20px;
			font-size: 28px;
			color: #21937D;
			font-style: italic;
		}

	aside#diensten a {
		font-weight: 200;
	}

		aside#diensten a:hover {
			text-decoration: underline;
		}

		aside#diensten a:after {
			content: ' »';
		}

	aside#diensten ul:first-of-type li:first-child a {
		font-weight: 700;
	}

	aside#diensten nav {
		float: left;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	section#spotlight a {
		display: block;
		float: left;
		width: 23.5%;
		background-color: #CCC;
		color: #FFF;
		height: 125px;
		margin-right: 2%;
		text-align: center;
		padding-top: 80px;
		font-size: 27px;
		position: relative;
		overflow: hidden;
		background-color: #000;
		font-style: italic;
		transition: color .5s;
	}

		section#spotlight a span {
			position: relative;
			z-index: 3;
			display: inline-block;
			padding: 0px 20px;
		}

		section#spotlight a.multiline {
			padding-top: 75px;
			height: 130px;
			line-height: 26px;
		}

		section#spotlight a:last-child {
			margin-right: 0px;
		}

		section#spotlight a img {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: auto;
			opacity: .65;
			transition: opacity .5s;
		}

		section#spotlight a:hover img {
			opacity: 1;
		}

		section#spotlight a:hover {
			color: #000;
		}

	@media all and (max-width: 1200px) {
		aside#diensten nav ul {
			font-size: 13px;
			margin-top: 1em;
		}
	}

	@media all and (max-width: 980px) {
		aside#diensten nav ul {
			font-size: 15px;
			width: 47%;
			float: right;
			margin-top: 0px;
			margin-right: 0px;
			clear: right;
		}

		aside#diensten nav div {
			width: 47%;
			margin-top: 50px;
		}

		aside#diensten nav ul:last-child {
			margin-right: 0px;
		}
	}

	@media all and (max-width: 912px) {
		section#spotlight a img {
			height: 100%;
			width: auto;
		}

		section#spotlight a {
			font-size: 21px;
		}
	}

	@media all and (max-width: 800px) {
		section#spotlight a img {
			width: 100%;
			height: auto;
		}

		section#spotlight a {
			width: 49%;
			margin-right: 2%;
			font-size: 28px;
			margin-bottom: 14px;
		}

			section#spotlight a:nth-child(2n+0) {
				margin-right: 0px;
			}
	}

	@media all and (max-width: 560px) {
		section#spotlight a {
			width: 48.5%;
			margin-right: 3%;
		}

		aside#diensten nav ul {
			width: 100%;
			text-align: center;
		}

		aside#diensten nav div {
			width: 100%;
			text-align: center;
			margin-top: 0px;
			margin-bottom: 15px;
		}


		aside#diensten nav ul li {
			padding: 8px 0px;
			font-size: 17px;
		}
	}

	@media all and (max-width: 490px) {
		section#spotlight a {
			width: 100%;
			margin-right: 0px !important;
		}

			section#spotlight a.multiline {
				padding-top: 80px;
				height: 125px;
				line-height: 39px;
			}
	}


	/* ===================================== */
	/* >>>>>>>> HOME CONTENT BLOCKS
/* ===================================== */

	#tempMessage {
		margin-bottom: 0px !important;
	}

		#tempMessage div {
			width: 100% !important;
			font-size: 18px !important;
			border: 3px solid #21937D !important;
			padding-bottom: 20px !important;
		}

			#tempMessage div a {
				text-decoration: underline !important;
				font-weight: bold !important;
			}

				#tempMessage div a:after {
					content: none !important;
				}

	section#content {
		/*margin-top: 30px;*/
		float: left;
		min-width: 100%;
	}

		section#content article {
			position: relative;
			overflow: hidden;
			float: left;
		}

			section#content article h1, section#content article .h1 {
				font-size: 23px;
				color: #21937D;
				transition: color .5s;
				font-weight: bold;
			}

			section#content article a:hover h1, section#content article a:hover .h1 {
				color: #97D5CB;
			}

				section#content article a:hover h1:after section#content article a:hover .h1:after {
					content: ' »';
				}

			section#content article > div.content {
				position: relative;
				padding: 14px 40px 40px 40px;
				overflow: hidden;
				z-index: 5;
				width: 35%;
				margin-top: 30px;
				/*margin-top: 40px;*/
				/*margin-bottom: 40px;*/
			}

	div.content ul {
		padding: 0px;
		overflow: hidden;
	}

		div.content ul li {
			position: relative;
			/*left: 40px;*/
			margin-left: 40px;
		}

	section#content article.opaque {
		width: 100%;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 98%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 98%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 98%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 98%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 98%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	}


	section#content article.right > div.content {
		float: right;
		margin-right: 40px;
	}

	section#content article.right.opaque > div.content {
		padding: 14px 0px;
		width: 45%;
	}

	section#content article.left > div.content {
		margin-left: 40px;
	}

	section#content article.white > div.content {
		background-color: #FFF;
	}

	section#content article.loose > div.content {
		/* margin-top: 100px;
       margin-bottom: 100px;*/
		margin-top: 50px;
		margin-bottom: 50px;
	}

	section#content article.very_loose > div.content {
		margin-top: 200px;
		margin-bottom: 200px;
	}

	section#content article > div.content p:not(.no_scale):nth-of-type(1) {
		font-size: 21px;
		font-weight: 200;
	}

	section#content article > .image_wrapper img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
	}

	section#content article.fifty-fifty img {
		float: left;
		margin-right: 5%;
		margin-bottom: 20px;
	}

	section#content article.fifty-fifty.right img {
		float: right;
		margin-right: 0px;
		margin-left: 5%;
	}

	@media all and (max-width: 1000px) {
		section#content article.fifty-fifty img {
			max-width: 50%;
			height: auto;
			margin-bottom: 12px;
		}
	}

	@media all and (max-width: 760px) {
		section#content article.fifty-fifty img {
			width: 100%;
			max-width: 100%;
			height: auto;
			margin-bottom: 20px;
		}
	}

	section#content article.fifty-fifty > div.content {
		width: 90%;
		padding: 14px 5%;
	}

	@media all and (max-width: 1200px) {
		section#content > article.left img {
			right: 0px;
			left: auto;
		}

		section#content > article.right img {
			left: 0px;
			right: auto;
		}
	}

	@media all and (max-width: 980px) {
		/*section#content > article div.content {
		width: 50% !important;
	}*/

		section#content > article.white div.content {
			background-color: rgba(255,255,255, .7);
		}
	}

	@media all and (max-width: 880px) {
		section#content > article.left div.content,
		section#content > article.right div.content {
			width: 74% !important;
			/*margin: 180px auto 0px auto;*/
			margin: 40px auto 0px auto;
			float: none;
			background-color: rgba(255,255,255, .7);
		}

		section#content > article {
			padding-bottom: 40px;
		}

			section#content > article.fifty-fifty {
				padding-bottom: 0px;
			}
	}

	@media all and (max-width: 800px) {
		section#splash .inner_wrap {
			display: block;
		}

		/*section#splash {
			height: 420px;
		}*/

			section#splash img {
				position: absolute;
				top: 20px;
				left: 50%;
				max-width: 60%;
				height: auto;
				transform: translate(-50%, 0%);
			}

			section#splash h1 {
				display: block;				
				width: 100%;
				text-align: center;
				padding: 0px;
				/*margin: 290px auto 0px auto;*/
			}
	}

	@media all and (max-width: 650px) {
		section#content > article img {
			height: 100%;
			width: auto;
		}
	}

	@media all and (max-width: 500px) {

		section#splash {
			/*height: 400px;*/
			height: auto;
			padding-bottom: 30px;
		}
			section#splash div.inner_wrap {
				text-align: center;
			}
			
			section#splash h1 {
				/*margin-top: 240px;*/
				margin-top: 30px;
				font-size: 24px;
				height: auto;
			}

			section#splash img {
				float: none;
				display: inline;
				left: 0;
				position: relative;
				transform: none;
			}

		section#content p {
			background-color: transparent;
		}

		section#content > article div.image_wrapper {
			width: 100%;
			position: relative;
			/*overflow: hidden;
			 top: 0px;
			 height: 230px;
			 position: absolute;*/						
		}

		section#content > article .image_wrapper img {
			/*position: absolute;
			  opacity: .8;
			*/
			position: relative;
			width: 100%;
			height: auto;			
			left: 0px;
			right: auto;
		}

		section#content > article.left .image_wrapper img {
			right: 0px;
			left: auto;
		}

		/*section#content > article .image_wrapper.wide img {
		width: auto;
		height: 100%;
	}*/

		section#content > article .image_wrapper.wide img {
			width: 100%;
			height: auto;
		}

		section#content > article:not(.fifty-fifty)::before {
			content: " ";
			display: block;
			position: absolute;
			width: 100%;
			height: 230px;
			left: 0px;
			top: 0px;
			background-color: #000;
		}


		section#content > article.left div.content,
		section#content > article.right div.content {
			margin: 0px auto;
			/*margin-top: 221px;
			background-color: transparent;*/
			background-color: white !important;
			width: 88% !important;
			padding: 0px 6%;
		}


		section#content article div.content > a:first-of-type {
			display: table;
			width: 100%;
		}

		section#content article a:hover h1:after section#content article a:hover .h1:after {
			content: '';
		}

		section#content article:not(.fifty-fifty) a:hover h1, section#content article:not(.fifty-fifty) a:hover .h1 {
			color: #000;
		}

		section#content article:not(.fifty-fifty) h1, section#content article:not(.fifty-fifty) .h1 {
			display: table-cell;
			vertical-align: middle;
			width: 100%;
			/*height: 230px;
			font-size: 32px;
			color: #FFF;*/
			text-align: center;						
			font-weight: bold;
			margin-top: 30px;
			font-size: 24px;
			height: auto;
		}

		section#content article.fifty-fifty h1, section#content article.fifty-fifty .h1 {
			font-size: 32px;
			text-align: center;
		}
	}


	/* ===================================== */
	/* >>>>>>>> FOOTER
/* ===================================== */

	footer {
		padding-top: 20px;
		font-size: 12px;
		padding-bottom: 45px;
		overflow: hidden;
		width: 100%;
		color: #5c6d7a;
	}

		footer .inner_wrap {
			max-width: 1040px;
		}

		footer a {
			color: #5c6d7a;
			font-weight: 200;
		}

			footer a:hover {
				color: #21937D;
				text-decoration: underline;
			}

				footer a:hover:after {
					content: ' »';
				}

		footer span#copyright {
			width: 45%;
			display: block;
			float: right;
			text-align: right;
			padding: 15px 0px 35px 0px;
			color: #5c6d7a;
		}

		footer div#sitemap {
			width: 70%;
			float: left;
		}

		footer div.fb-like-box {
			float: left;
			margin-left: -10px;
		}


		footer div#contact {
			width: 24%;
			float: left;
			border-left: 1px solid #5c6d7a;
			padding-left: 5%;
		}

		footer ul {
			width: 25%;
			margin: 0px;
			padding: 0px;
			float: left;
			list-style-type: none;
		}

			footer ul li.title {
				font-weight: 700;
				color: #5c6d7a;
			}

		footer div#contact span {
			font-weight: 700;
			display: inline-block;
			float: left;
			clear: left;
		}

		footer div#contact > div {
			float: left;
			overflow: hidden;
			padding-left: 30px;
			padding-bottom: 4px;
			clear: left;
			margin-bottom: 1.5em;
			background-position: left top;
			background-repeat: no-repeat;
		}

		footer hr {
			border-top: 1px solid #5c6d7a;
		}

	div#contact a:hover:after {
		content: '';
	}

	div.erkenningfooter a img {
		margin: 0 0 20px 20px;
	}

	div.erkenningfooter a:hover:after {
		content: '';
	}

	@media all and (max-width: 880px) {
		div.erkenningfooter {
			text-align: center;
		}

			div.erkenningfooter a img {
				margin-bottom: 10px;
				margin-top: 10px;
			}
	}

	@media all and (max-width: 590px) {
		footer hr {
			display: none;
		}

		div.erkenningfooter {
			border-bottom: 1px solid #ccc;
			margin-bottom: 20px;
		}

			div.erkenningfooter a {
				display: block;
				text-align: center;
			}
	}

	div#contact div#visit {
		background-image: url('../img/location.jpg');
	}

	div#contact div#phone {
		background-image: url('../img/phone.jpg');
	}

	div#contact div#email {
		background-image: url('../img/mail.jpg');
	}

	div#social span {
		display: block;
		float: left;
		width: 100%;
	}

	div#social img {
		float: none;
	}

	footer div#social br {
		display: none;
	}

	@media all and (max-width: 970px) {
		footer div#social br {
			display: inline;
		}
	}

	@media all and (max-width: 770px) {
		footer div#contact {
			width: 28%;
		}

		footer div#sitemap {
			width: 66%;
		}

		footer ul {
			width: 50%;
			margin-bottom: 1em;
		}

			footer ul:nth-of-type(1),
			footer ul:nth-of-type(3) {
				float: left;
			}

			footer ul:nth-of-type(2),
			footer ul:nth-of-type(4) {
				float: right;
			}
	}

	@media all and (max-width: 590px) {
		footer .inner_wrap {
			display: table;
			border-top: 1px solid #CCC;
		}

		footer span#copyright {
			display: table-header-group;
			float: none;
			line-height: 50px;
			text-align: center;
		}

		footer div.fb-like-box {
			width: 100%;
			text-align: center;
			margin-bottom: 25px;
		}

		footer div#contact {
			display: table-header-group;
			float: none;
			width: 100%;
		}

			footer div#contact > div {
				float: left;
				clear: none;
				width: 40%;
				padding-left: 10%;
			}

				footer div#contact > div.fb-page {
					padding-left: 31%;
				}

				footer div#contact > div#social {
					width: 100%;
					text-align: center;
					border-top: 1px solid #CCC;
					border-bottom: 1px solid #CCC;
					padding: 25px 0px;
				}


				footer div#contact > div#privacy span {
					float: none;
				}


				footer div#contact > div#social br {
					display: none;
				}

		footer div#sitemap {
			display: table-footer-group;
			float: none;
			width: 100%;
		}
	}


	/* ==========================================================================
Media Queries
========================================================================== */

	@media only screen and (min-width: 35em) {
	}

	@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	}

	/* ==========================================================================
Helper classes
========================================================================== */

	.ir {
		background-color: transparent;
		border: 0;
		overflow: hidden;
		*text-indent: -9999px;
	}

		.ir:before {
			content: "";
			display: block;
			width: 0;
			height: 150%;
		}

	.hidden {
		display: none !important;
		visibility: hidden;
	}

	.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

		.visuallyhidden.focusable:active,
		.visuallyhidden.focusable:focus {
			clip: auto;
			height: auto;
			margin: 0;
			overflow: visible;
			position: static;
			width: auto;
		}

	.invisible {
		visibility: hidden;
	}

	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}

	.clearfix:after {
		clear: both;
	}

	.clearfix {
		*zoom: 1;
	}

	/* ==========================================================================
Print styles
========================================================================== */

	@media print {
		* {
			background: transparent !important;
			color: #000 !important;
			box-shadow: none !important;
			text-shadow: none !important;
		}

		a,
		a:visited {
			text-decoration: underline;
		}

			a[href]:after {
				content: " (" attr(href) ")";
			}

		abbr[title]:after {
			content: " (" attr(title) ")";
		}

		.ir a:after,
		a[href^="javascript:"]:after,
		a[href^="#"]:after {
			content: "";
		}

		pre,
		blockquote {
			border: 1px solid #999;
			page-break-inside: avoid;
		}

		thead {
			display: table-header-group;
		}

		tr,
		img {
			page-break-inside: avoid;
		}

		img {
			max-width: 100% !important;
		}

		@page {
			margin: 0.5cm;
		}

		p,
		h2,
		h3 {
			orphans: 3;
			widows: 3;
		}

		h2,
		h3 {
			page-break-after: avoid;
		}
	}

	/* ==========================================================================
Form styles
========================================================================== */
	input[type=checkbox] {
		margin-right: 5px;
	}

	input[type=radio] {
		margin-right: 5px;
		margin-left: 10px;
	}


	/* ==========================================================================
Form styles
========================================================================== */

	.contentTopImage {
		margin-top: 30px;
		margin-right: 141px;
	}

	@media all and (max-width: 500px) {
		.contentTopImage {
			margin-top: -10px;
			margin-right: 0;
		}
	}