@font-face {
	font-family: 'dinbold';
	src: url('fonts/dinbold-webfont.eot');
	src: url('fonts/dinbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinbold-webfont.woff') format('woff'), url('fonts/dinbold-webfont.ttf') format('truetype'), url('fonts/dinbold-webfont.svg#dinregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinlight';
	src: url('fonts/dinlight-webfont.eot');
	src: url('fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinlight-webfont.woff') format('woff'), url('fonts/dinlight-webfont.ttf') format('truetype'), url('fonts/dinlight-webfont.svg#dinlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinregular';
	src: url('fonts/dinreg-webfont.eot');
	src: url('fonts/dinreg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinreg-webfont.woff') format('woff'), url('fonts/dinreg-webfont.ttf') format('truetype'), url('fonts/dinreg-webfont.svg#dinregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body,
html {
	font-size: 100%;
	line-height: 1.4;
	margin: 0 ;
	padding: 0;
}
body {
	font-family: 'dinregular', helvetica, arial, sans-serif;
	color: #888888;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
.page-header {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 18px;
}
h2 {
	margin: 0 0 20px 0;
	font-size: 22px;
}
h4 {
	margin: 0.5em 0 1.5em 0;  
}
a {
	color: #f17e0a;
}
a:hover {
	color: #622181;
	text-decoration: none;
}
.page-header {
	border: none;
}
.page-header h2 {
	color: #622181;
}

#wrapper {
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

#register {
	/*display: none;*/
	position: absolute;
	left:0;
	right:0;
	top:50%;
	z-index: 110;
	margin: auto;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	text-align: center;
}
#register a {
	box-shadow: 0 .1em .3em rgba(0,0,0,0.5);
	background: #C8D215;
	color: white;
	display: inline-block;
	font-size: 1.1rem;
	margin-top: -1.7em;
	padding: 1em;
	line-height: 1.4;
	border-radius: 3em;
	transition: all .4s ease;
}
#register a:hover {
	background: #F1BB36;
	box-shadow: 0 0 .2em rgba(0,0,0,0.5);
}

#logo {
	padding: 40px 0 0 27px;
}
#header {
	position: relative;
}
#header .span9 {
	position: relative;
}

#headertekst {
  position: relative;
  float:left;
  width: 70%;
  padding: 20px 20px;
}

#actielink {
  position: absolute;
  /*float:right;*/
  width: 20%;
  bottom: 20px;
  /*left:150px;*/
  left: 360px;
  z-index: 109;
}

#headerlink {
  position: absolute;
  /*float:right;*/
  width: 40%;
  bottom: -1px;
  right: 0;
  z-index: 110;
}

#subheader{
  position: absolute;
  left: 0;
  width: 100%;
}

.headerbox {
	position: absolute;
	top: 42px;
	z-index: 110;
}

.headerbol1 {
	position: absolute;
  	background: url('../img/line3.png') no-repeat;
  	width: 458px;
	height: 42px;
	top: 0;
	right: 0;
	z-index: 110;
}

.headerbol2 {
	position: absolute;
	background: url('../img/line1.png') no-repeat;
	width: 458px;
	height: 42px;
	bottom: -1px;
	left: -20px;
	z-index: 110;
}
.headerbol3 {
	position: relative;
	background: url('../img/line1.png') no-repeat;
	width: 458px;
	height: 42px;
	top: 40px;
 	z-index: 110;
}

.bannergroupslider {
	position: relative;
}
#menu h3 {
  color :#622181;
  text-transform: uppercase;
  font-family: 'dinbold';
  padding-left:1em;
  font-size: 16px;
}
#menu ul li {
	padding: 0.5em 0 0 1.5em;
}
#menu ul li.active a {
	color: #f17e0a;/*#622181;*/
}
#menu ul li a {
	color: #c8d215;
	font-size: 16px;
	font-family: 'dinbold';
	letter-spacing: 1px;
}
#menu ul li a:hover {
	color: #69B1C7;/*#f17e0a;*/
}

#submenu {
	display: table;
	/*margin-bottom: 2em;*/
	table-layout: fixed;
  	border-left:#d7d7d7 solid 1px;
	width: 100%;
}

#submenu > div {
	padding-left: 1.5em;
  	padding-top: 1.5em;
}
/*
#submenu > div:first-child {
	padding-left: 0;
}*/

.customklaar,
.customprojecten,
.customzoektzon,
.customduurzaam {
  	/*border-left: #d7d7d7 solid 1px;*/
	display: table-cell;
}
.customklaar h3,
.customprojecten h3,
.customzoektzon h3,
.customduurzaam h3 {
	text-transform: uppercase;
}
.customklaar a,
.customprojecten a,
.customzoektzon a,
.customduurzaam a {
	font-family: 'dinbold';
	font-size: 18px;
}

.customzoektzon .bol1 {
	position: absolute;
	margin-top: -40px;
	margin-left: 12px;
	background: url('../img/bolpurple.png') no-repeat;
	width: 82px;
	height: 78px;
    z-index: -1;
}
.customzoektzon .arrow1 {
	position: absolute;
	margin-top: -5px;
  	margin-left: -46px;
	background: url('../img/arrowpurple.png') no-repeat;
	width: 41px;
	height: 55px;
	z-index: -1;
}
.customzoektzon a {
	color: #f17e0a;
}
.customduurzaam .bol2 {
	position: absolute;
	margin-left: 0px;
	background: url('../img/boloranje.png') no-repeat;
	width: 82px;
	height: 78px;
	z-index: -1;
}
.customduurzaam .arrow2 {
	position: absolute;
	margin-top: -5px;
  	margin-left: -46px;
	background: url('../img/arroworange.png') no-repeat;
	width: 41px;
	height: 55px;
	z-index: -1;
}
.customduurzaam a {
	color: #622181;
}
.customduurzaam {
	border: none;
}
.customprojecten .bol3 {
	position: absolute;
	margin-top: -28px;
	margin-left: 24px;
	background: url('../img/bolblue.png') no-repeat;
	width: 82px;
	height: 78px;
	z-index: -1;
}
.customprojecten .arrow3 {
	position: absolute;
	margin-top: -5px;
  	margin-left: -46px;
	background: url('../img/arrowblue.png') no-repeat;
	width: 41px;
	height: 55px;
	z-index: -1;
}

.customprojecten a {
	color: #c8d215;
}
#menu .customprojecten{
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 2em;
  border:none;
}
.customklaar .bol4 {
	position: absolute;
	margin-top: 12px;
  	margin-left: 24px;
	background: url('../img/bolgreen.png') no-repeat;
	width: 82px;
	height: 78px;
	z-index: -1;
}
.customklaar .arrow4 {
	position: absolute;
	margin-top: -5px;
  	margin-left: -46px;
	background: url('../img/arrowgreen.png') no-repeat;
	width: 41px;
	height: 55px;
	z-index: -1;
}
.customklaar a {
	color: #69B1C7;
}

.artframe {
  position: relative;
  float:right;
}

#article {
	border-left: #d7d7d7 solid 1px;
	padding: 2em 2em 1em 2em;
    min-height: 700px;
}
section {
	/*background: url('../img/bg_img.png') no-repeat;*/
	/*background-position: top right;*/
	/*min-height: 700px;*/
}
#Rframe {  
  		width: 130%;
        /*height: 3600px;*/
        overflow: hidden;
}
#Rframe iframe {  
        -ms-zoom: 0.5;
        -ms-transform-origin: 0 0;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0px 75px;
        -o-transform: scale(0.70);
        -o-transform-origin: 0px 75px;
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
}

#Rframe iframe {
        width: 110%;
        height: 3600px;
        overflow-x: hidden;
  		overflow-y: auto;
}

.span1 {
  position: relative;
  width: 25%;
}

#footer {
	position: relative;
	float: left;
  	bottom: 0;
}

.footer2 {
	position: absolute;
  	left: 0;
	top: 0;
}
.footer1 {
	position: absolute;
  	left: 0;
	top: 0;
}

.footer {
	font-family: 'dinlight';
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	background-color: #622181;
	padding: 24px 24px 24px 200px;
}
.footer a {
	color: inherit;
}
.contact-form {
	margin-top: 20px;
}
#jform_contact_email_copy {
	float: left;
	margin: 3px 5px 0 0;
}
.formulier {
	margin: 30px 0 20px 45px;
}
#contact-info {
	float: left;
	margin-top: -42px;
	margin-left: 67px;
}
.dl-horizontal dt {
	width: 70px;
	float: left;
	text-align: left;
}
.dl-horizontal dd {
	margin-left: 75px;
}
#deel1 {
	margin: 0 0 0 -20px;
}
#deel2 {
	padding: 0 0 0 35px;
}
#jform_contact_message {
	width: 136%;
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f17e0a;
	background-image: -moz-linear-gradient(top, #f17e0a, #f17e0a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f17e0a), to(#f17e0a));
	background-image: -webkit-linear-gradient(top, #f17e0a, #f17e0a);
	background-image: -o-linear-gradient(top, #f17e0a, #f17e0a);
	background-image: linear-gradient(to bottom, #f17e0a, #f17e0a);
	background-repeat: repeat-x;
	border: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-primary:hover {
	color: white;
	background-color: #f17e0a;
	background-image: -moz-linear-gradient(top, #c8d215, #c8d215);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c8d215), to(#c8d215));
	background-image: -webkit-linear-gradient(top, #c8d215, #c8d215);
	background-image: -o-linear-gradient(top, #c8d215, #c8d215);
	background-image: linear-gradient(to bottom, #c8d215, #c8d215);
}
.partners .page-header h2 {
	text-decoration: underline;
}

ul.menu img {
	height: auto;
	max-width: 100% !important;
}

#mod-search-searchword {
	background: white;
	border: 1px solid white;
	border-radius: 1em 0 0 1em;
	color: black;
	float:left;
	width: 6.25em;
}

#search {
	margin: .4em .5em 0 0;
	float: right;
}
#search .button {
	/*background: #C8D215;*/
	color: white;
	border-radius: 0 .8em .8em 0;
	padding: 2px 1px;
}
#search .button:hover {
	/*background: #b7c111;*/
}
.element-invisible {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: none !important;
}
#searchForm {
	margin: 20px;
}
.search-results {
	margin: 20px;
}
.label-info,
.badge-info {
	background: #f17e0a;
}
h1.page-title {
	margin: 20px;
	color: #622181;
	font-size: 32px;
}

.banneritem {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.banneritem img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* ---------------   RESPONSIVE -  --------------------  */
@media screen and (min-width: 1200px) {
	.custom img {
		width: 100%;
	}
	#logo {
		padding: 85px 0 0 54px;
	}
}
@media screen and (max-width: 979px) {
	.customprojecten {
		padding: 30px 0 0 30px;
		border: none;
	}
	.customduurzaam {
		padding: 30px 30px 0 30px;
	}
	.customzoektzon {
		padding: 30px 30px 0 30px;
	}
	.customfooterinfo {
		/*margin-left: 244px;*/
		padding: 24px;
	}
	#jform_contact_name,
	#jform_contact_email,
	#jform_contact_emailmsg,
	#jform_contact_message,
	.control-label {
		width: 400px;
	}
	#deel1 {
		width: 400px;
		margin: 0;
	}
	#deel2 {
		margin: 0 0 55px -35px;
	}
}
@media screen and (max-width: 767px) {
	#toggler {
		position: absolute;
		top: 279px;
		left: 217px;
		z-index: 999;
	}
	#logo {
		margin: 30px 15px;
	}
	.nav {
		/*margin-bottom: -58px;
		margin-left: 0;
		list-style: none;
		margin-top: 80px;*/
		/*text-align: center;*/
	}
	.bol1,
	.bol2,
	.bol3,
  	.bol4 {
		display: ;
	}
	.customzoektzon {
		padding: 30px 40px 0 80px;
	}
	.customzoektzon .bol1 {
		position: absolute;
		margin-top: 5px;
		margin-left: -19px;
		background: url('../img/bolpurple.png') no-repeat;
		width: 82px;
		height: 78px;
		z-index: -10;
	}
	.customduurzaam {
		padding: 30px 40px 0 80px;
	}
	.customduurzaam .bol2 {
		position: absolute;
		margin-left: -20px;
		background: url('../img/boloranje.png') no-repeat;
		width: 82px;
		height: 78px;
		z-index: -10;
	}
	.customprojecten {
		padding: 30px 0 0 60px;
		border: none;
	}
	.customprojecten .bol3 {
		position: absolute;
		margin-top: -8px;
		margin-left: -16px;
		background: url('../img/bolblue.png') no-repeat;
		width: -8px;
		height: -16px;
		z-index: -10;
	}
	.bannergroupslider {
		display: none;
	}
  	#headertekst {
    	display:none;
  	}
	.headerbol1 {
		position: absolute;
		background: url('../img/line3.png') no-repeat;
		width: 458px;
		height: 42px;
		top: -4px;
		right: 45px;
		z-index: 110;
	}
	.headerbol2 {
		position: relative;
		background: url('../img/line1.png') no-repeat;
		width: 458px;
		height: 42px;
		bottom: -1px;
		left: -200px;
		margin-top: 20px;
		z-index: 99;
	}
	.headerbol3 {
		display: none;
	}
	.headerbol4 {
		display: none;		
      /*position: relative;
		background: url('../img/line3.png') no-repeat;
		width: 458px;
		height: 42px;
		bottom: -85px;
		left: -259px;*/
	}
	#submenu .customprojecten,
	.customduurzaam {
		padding: 20px 130px 0 30px;
		border: none;
	}
	#submenu .customzoektzon {
		padding: 100px 130px 0 30px;
		border: none;
	}
	.customfooterinfo {
		margin-left: 0;
	}
	#headerimages {
		display: none;
	}
	section {
		background: none;
	}
	.wrap {
		background: url('../img/bg_img.png') no-repeat;
		opacity: 0.5;
	}
  	
  	#menu ul li {
		padding: 30px 0 0 2em;
	}
	#contact-info {
		float: left;
		margin: 0;
	}
	#jform_contact_name,
	#jform_contact_email,
	#jform_contact_emailmsg,
	#jform_contact_message,
	.control-label {
		width: 200px;
	}
	#deel1,
	#deel3 {
		width: 100%;
		padding: 0;
	}
	.formulier {
		margin: 0;
		padding: 50px 20px 0 20px;
	}
}
