/********************************************* RESET ************************************************/
/****************************************************************************************************/
html, body, form{ height: 100%; width:100%; padding:0;  margin:0;} 
ul{ margin:11px 0; padding:0 0 0 40px; list-style-type:square;}
ol{ margin:11px 0; padding:0 0 0 40px; list-style-type:decimal;}
p{ padding:0 0 11px 0; margin:0;}

/************************************** START STANDAARD CSS *****************************************/
/****************************************************************************************************/

body{
	height:100%; 
	min-width:320px;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#FFF;

	/* default font */
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#333;
	line-height:26px;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


h1{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:36px;
	line-height:44px;
	color:#FFF;
	padding-bottom:25px;
	margin-bottom:25px;
}


h2{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:28px;
	line-height:36px;
	color:#2f8b37;
	padding-bottom:25px;
	margin-bottom:25px;
	
	background-image: url(../images/lijh2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}


h3{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:19px;
	line-height:28px;
	color:#7fbb3c;
	padding-bottom:5px;
	margin-bottom:0px;
}


/***** NORMALE LINK *****/
a,
a:link,
a:visited,
a:active{
	color:#2f8b37;
	text-decoration:underline;
}
a:hover{
	color:#2f8b37;
	text-decoration:none;
}


/***** MENULINK *****/
a.menulink,
a.menulink:link,
a.menulink:visited,
a.menulink:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:16px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;

	background-image:url(../images/streep.png);
	background-position:left;
	background-repeat:no-repeat;
	
	padding:16px 12px 16px 16px;
	display:inline-block;

	/* Standaard fade rollover CSS3 */
	-webkit-transition-property:color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
	
	transition-property: color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function:  linear, ease-in;
	
}

/***** MENULINK ROLLOVER *****/
a.menulink:hover {
	color: #2f8b37;
	text-shadow: none;
}

/***** MENULINK ACTIEF *****/
.actief{
	color:#999 !important;
}


/***** VET *****/
.vet, strong{font-weight:700 !important;}
/***** SUB *****/
.klein{font-size:12px;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:6px solid #FFF !important; box-shadow:1px 1px 15px #CCC; margin-right: 15px; margin-bottom: 15px;}
/***** CURSOR ROLLOVER *****/
.rollover{cursor:pointer;}
/***** RESET UL + LI MENU *****/
#menu ul {list-style: none; margin:0 !important; padding:0 !important;}
#menu li {display: inline-block; margin:0 !important; padding:0 !important;}
#menu select { display: none;}
/***** CLEAR *****/
.clear{clear: both; width:100%;}
.nomargin{margin:0 !important;}
/* RESPONSIVE IMAGES */
.resp_img{ width:auto;height:auto;max-width:100%;}
/* COLUMS */
.section100{float:left; width:100%; height:auto; position:relative; box-sizing:border-box;}
.section75{float:left; width:75%; height:auto; position:relative; box-sizing:border-box;}
.section66{float:left; width:66%; height:auto; position:relative; box-sizing:border-box;}
.section60{float:left; width:60%; height:auto; position:relative; box-sizing:border-box;}
.section50{float:left; width:50%; height:auto; position:relative; box-sizing:border-box;}
.section45{float:left; width:47.5%; height:auto; position:relative; box-sizing:border-box;}
.section40{float:left; width:40%; height:auto; position:relative; box-sizing:border-box;}
.section35{float:left; width:35%; height:auto; position:relative; box-sizing:border-box;}
.section33{float:left; width:33.26%; height:auto; position:relative; box-sizing:border-box;}
.section30{float:left; width:30%; height:auto; position:relative; box-sizing:border-box;}
.section25{float:left; width:25%; height:auto; position:relative; box-sizing:border-box;}
.section23{float:left; width:23%; height:auto; position:relative; box-sizing:border-box;}
.section20{float:left; width:20%; height:auto; position:relative; box-sizing:border-box;}
.section100 img, .section75 img, .section66 img, .section60 img, .section50 img, .section45 img, .section40 img, .section35 img, .section33 img, .section30 img, .section25 img, .section23 img, .section20 img{width:auto;height:auto;max-width:100%;}
/* QUOTE */
.quote{background-color:#C00; color: #FFF; padding:20px; border:6px solid #FFF; box-shadow:0px 0px 20px #999; border-radius:4px;}
.quote h2{color: #FFF; font-weight:700;}
.quote a{color: #FFF;}

#menu-layer{
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:95;
	display:none;
	opacity:0.85;
}

.twee_links{margin-right:2.5%; padding: 25px; background-color: #F7F7F7;}
.twee_rechts{margin-left:2.5%;}

.drie_links{margin-right:2.5%;}
.drie_mid{margin-right:2.5%; margin-left:2.5%;}
.drie_rechts{margin-left:2.5%;}

.vier_links{margin-right:2.7%;}
.vier_mid_links{margin-right:1.3%;}
.vier_mid_rechts{margin-left:1.3%;}
.vier_rechts{margin-left:2.7%;}

/* VB BOX */

.il{
	border:0px solid #FF0004;
	text-align: left;
}



/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header{
	width:100%;
	height:163px;
	top:0;
	
	position: absolute;
	z-index:99;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.25);
	
	background-image: url(../images/bg_head.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigatie{
	max-width:1200px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	margin-left: auto;
	margin-right: auto;
	width:260px;
	height:150px;
	
	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	
	position:relative;
	z-index:98;
}

#menu{
	
	text-align:center;
	z-index:97;
	margin-top: -63px;
}

#buffer{
	width: 250px;
	display: inline-block;
	margin-right: 50px;
}

#container{
	/*max-width: 1200px;*/
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 0px 0;
	box-sizing: border-box;
	text-align: left;
	

}

#intro{
		display: flex;
	flex-flow: row wrap;
}

.content_small{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px 25px 0px 25px;
	box-sizing:border-box;
	position:relative;
}


.content_wide{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	position:relative;
	background-color:#FFFFFF;
}

#sidebar, .sidebar{
	background-color: #fafafa;
	padding: 25px;
	box-sizing: border-box;
	
	font-size: 18px;
	color:#666;
}

#sidebar img, .sidebar img{
	border:1px solid #FFF;
	box-shadow: 1px 0px 15px rgba(0,0,0,0.25);
	margin-bottom: 17px;
}


.banner{
	position: relative;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.banner_detail{
	position: relative;
	top:0;
	width: 100%;
	height: 40%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


#home{
	background-image: url(../images/bg_home.jpg);
}

#diba{
	background-image: url(../images/bg_diba.jpg);
}

#producten{
	background-image: url(../images/bg_producten.jpg);
}

#realisaties{
	background-image: url(../images/bg_realisaties.jpg);
}

#offerte{
	background-image: url(../images/bg_offerte.jpg);
}

#contact{
	background-image: url(../images/bg_contact.jpg);
}






#wat{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:-600px;
	left:50%;
	margin-right:auto;
	padding:25px;
	box-sizing:border-box;
	position: absolute;
	top: 250px;

	/*color:#FFF;
	/*font-size: 30px;
	font-weight: 600;
	line-height: 38px;*/
	text-align: center;
	text-shadow: 1px 3px 0px rgba(0,0,0,0.35);
}


#interlinks{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:-600px;
	left:50%;
	
	padding:0px;
	box-sizing:border-box;
	position: absolute;
	bottom: 50px;	
}

.int{
	background-image: url(../images/bg_int.png);
	padding: 25px;
	color:#FFF;
}

.int img{
	border:1px solid #7fbb3c;
	box-shadow: 1px 0px 15px rgba(0,0,0,0.5);
	margin-bottom: 17px;
}

.int h3{
	color:#fde944;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	line-height: 26px;
}

.mid{
	margin-right: 1px;
	margin-left: 1px;
}



#inhoud{
	box-sizing: border-box;
	padding-left: 25px;
	padding-bottom: 75px;
	
}

.inhoud{
	box-sizing: border-box;
	padding-left: 25px;
	padding-bottom: 75px;
	
}

#extra{
	background-color: #333;	
	padding: 75px 50px 0px 50px;
	color: #999;
	
	background-image:url(../images/bg_extra.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	

}



#extra h3{
	padding-left: 36px;
	padding-bottom: 15px;
	display: block;
	color: #FFF;
	margin: 0;
	line-height: 24px;
	
}

.inner{
	margin-bottom: 25px;
	display: block;
	min-height: 150px;
}

#off{
	padding: 0px;
	background-color: #e7e7e7;
	padding-bottom: 0px;
	
	background-image: url(../images/bg_hek.svg);
	background-position: bottom right !important
		;
	background-repeat: no-repeat;
	background-size: 50%;
}


#inf_off{
padding-top: 50px;
	color:#666;
	background-color: #f1f1f1;
	padding-bottom: 25px;
	
	display: flex;
	flex-flow: row wrap;
	
}

#inf_off h3{
	font-weight: 600;
	font-size: 28px;
	color:#333;
	line-height: 32px;
}

#off_left{
	box-sizing: border-box;
	padding-right: 25px;
}


#off_inhoud{
	padding-left: 25px;
	box-sizing: border-box;
	border-left: 1px solid #b8d696;
}


.inner h3{
	background-position: top left !important;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

#in_poorten{
	background-image: url(../images/poorten.svg);
}
#in_kwal{
	background-image: url(../images/kwaliteit.svg);
}
#in_maat{
	background-image: url(../images/maatwerk.svg);
}
#in_correct{
	background-image: url(../images/correct.svg);
}
#in_regio{
	background-image: url(../images/regio.svg);
}
#in_keuze{
	background-image: url(../images/keuze.svg);
}


a.offlink,
a.offlink:link,
a.offlink:visited,
a.offlink:active {
	outline: none;  
	overflow: hidden;
	
	
	
	border-radius: 4px;
	color:#FFF;
	font-weight: 500;
	text-decoration:none;
	background-color: #2f8b37;

	
	margin-top: 20px;
	padding:12px 16px 12px 16px;
	display:inline-block;

	/* Standaard fade rollover CSS3 */
	-webkit-transition-property:background-color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
	
	transition-property: background-color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function:  linear, ease-in;
	
}



#footer{
	padding-top: 75px;
	font-size: 13px;
	line-height: 22px;
}

/***** offlink ROLLOVER *****/
a.offlink:hover {
	background-color: #7fbb3c;
	text-shadow: none;
}


#sig{
	float:right;
	
}


#sub_footer{
	background-image: url(../images/bg_subfooter.png);
	
	height: 50px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	padding-top: 14px;
	margin-top: 50px;
	color:#999;
	font-size: 11px;
}

.nobg{
	background-image: none !important;
}

#fotot{
	float: right;
	border:1px solid #FFF;
	box-shadow: 1px 0px 15px rgba(0,0,0,0.25);
	margin-bottom: 10px;
	margin-left: 40px;
}

#fotot img{
	
}


#adres{
	background-color: #FFF;
	padding-top: 0px;
}

#formulier{
	padding-top: 50px;
}

/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@media only screen and (max-width :1217px)   { 
	
	
#wat{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:0;
	left:0;
	padding:25px;
	position: absolute;
	top: 250px;	
	font-size: 30px;
	line-height: 34px;
	
}

	
	
	
#interlinks{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:0;
	left:0;
	
	padding:0px;
	box-sizing:border-box;
	position: absolute;
	bottom: 50px;	
}
	

}

@media only screen and (max-width :960px)   { 
	
	#header{
		position: absolute;
	}
	
	.banner{
		height: 110% !important;
	}
	
	
	.int h3{
		padding-bottom: 4px;
	}
	
	
#inhoud, .inhoud{
	
	padding-left: 0px;

	
}
	
	.content_wide{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	
	#footer{
		padding-top: 35px;
	}
	
	
#off_inhoud{
	padding-left: 0px;
	box-sizing: border-box;
	border-left: 0px solid #b8d696;
}
	
	
.inner{
	margin-bottom: 25px;
	display: block;
	min-height: 0px;
}
	
#wat{
	top: 175px;	
	font-size: 30px;
	line-height: 36px;
}
	
	#container{
		padding-top: 20px;
	}

	
#interlinks{
	top: 45%;	
}
	
	.inhoud{
		padding-bottom: 25px;
	}
	
	.int img{
		float: left;
		margin-right: 25px;
		width: 25%;
		height: auto;
	}
	
	.int{
		padding: 20px;
		line-height: 22px;
		margin-top: 1px !important;
	}


.section100, .section75, .section66, .section60, .section50, .section45, .section40, .section35, .section33, .section30, .section25, .section23, .section20 {
	width:100%;
	margin-top:25px; 
}
	
	.drie_links, .drie_mid, .drie_rechts{
		margin-top: 0px;
	}
	
	.drie_rechts{
		padding-bottom: 25px;
	}

.twee_links, .twee_rechts{margin-right:0; margin-left:0;}
.drie_links, .drie_mid, .drie_rechts{margin-right:0;margin-left:0;}
.vier_links, .vier_mid_links, .vier_mid_rechts, .vier_rechts{margin-right:0; margin-left:0;}

	.mid{
		margin-left: 0px;
	}

}

@media only screen and (max-width :700px)   { 
	
	#wat{
	/*font-size: 22px;
	line-height: 28px;
	text-shadow: 1px 3px 0px rgba(0,0,0,0.35);*/
		display: none;
}
	
	.int h3{
		font-size: 18px;
		padding-bottom: 0;
	}
	
	.int {
		font-size: 14px;
		line-height: 20px;
	}
	
		
h1{ 
	font-size:22px;
	line-height:28px;
}
	
}

@media only screen and (max-width :480px)   { 
	
	#fotot{
display: none;
}
	
	#interlinks{
	top: 163px;	
}
	
	
#off{
	
	background-image: none;
}
	
	.int img{
		display: none;
	}
	/*
	#wat{
	font-size: 18px;
	line-height: 24px;
	text-shadow: 1px 3px 0px rgba(0,0,0,0.35);
}*/
	
	h1{ 
	font-size:18px;
	line-height:24px;
}
	
}


@media only screen and (max-height :720px)   { 
	#wat{
		display: none;
	}
	
	
}



/** iPad in portrait & landscape **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

/* STYLES GO HERE */

}


/** iPad in landscape **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

/* STYLES GO HERE */

}


/** Retina iPad in portrait **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 

/* STYLES GO HERE */ 

}


/** iPad 1 & 2 in portrait & landscape **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){ 

/* STYLES GO HERE */

}


/** iPad 1 & 2 in landscape **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 

/* STYLES GO HERE */

}


/** iPad 1 & 2 in portrait **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	
/* STYLES GO HERE */

}
