/********************************************* 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:scroll;
	background-color:#FFFFFF;

	/* default font */
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#333;
	line-height:24px;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


h1{ 
	margin:0; 
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	
	font-size:40px;
	line-height:40px;
	color:#009ddc;
	padding-bottom:25px;
	margin-bottom:25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


h2{ 
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:24px;
	line-height:28px;
	color:#333;
	padding-bottom:25px;
	margin-bottom:0px;
}


h3{ 
margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:24px;
	line-height:28px;
	color:#333;
	padding-bottom:25px;
	margin-bottom:0px;
}


/***** NORMALE LINK *****/
a,
a:link,
a:visited,
a:active{
	color:#e30613;
	text-decoration:underline;
}
a:hover{
	color:#e30613;
	text-decoration:none;
}


/***** MENULINK *****/
a.menulink,
a.menulink:link,
a.menulink:visited,
a.menulink:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size:17px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	
	background-image:url(../images/streep.png);
	background-position:left;
	background-repeat:no-repeat;
	
	padding:10px 8px 10px 10px;
	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: #CCC;
	text-shadow: none;
}

/***** MENULINK ACTIEF *****/
.actief{
	color:#e30613 !important;
}

.nobg{
	background-image:none !important;
}


/***** VET *****/
.vet, strong{font-weight:700 !important;}
/***** SUB *****/
.klein{font-size:12px;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:1px solid #FFF !important; box-shadow:1px 1px 15px #CCC; margin:15px 30px 15px 0px;}
/***** 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;}
.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%; 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, .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:#e30613;
	width:100%;
	height:100%;
	position:fixed;
	z-index:95;
	display:none;
	opacity:0.85;
}

.twee_links{margin-right:2.5%;}
.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;
}


/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header{
	width:100%;
	height:115px;
	top:0;
	background-color:#FFF;
	position: fixed;
	z-index:99;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

#navigatie{
	max-width:1400px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	float:left;
	width:200px;
	height:115px;

	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	
	position:relative;
	z-index:98;
}

#soc{
	top: 129px;
	right: 15px;
	position: absolute;
	width:25px;
	height: 25px;
	/*background-color: #FF0000;*/
	
	z-index: 90;
	font-size: 20px;
	letter-spacing: 0px;
}


.rood{
	color: #db4437;
}

#menu{
	padding-top:34px;
	text-align:right;
	z-index:97;	
}

#container{
	
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	box-sizing:border-box;
	background-color:#FFFFFF;
	top:600px;
	position:absolute;
}

#container_detail{
	
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	box-sizing:border-box;
	background-color:#FFFFFF;
	top:355px;
	position:absolute;
}

.content_small{
	max-width:1400px;
	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;
}


#banner{
	top:115px;
	position:absolute;
	
}

#banner_detail{
	top:115px;
	position:absolute;
	height:230px;
	
}

.rsABlock h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size:52px;
	color:#FFFFFF;
	line-height:56px;
	margin:0;
	padding:0;
}




#intro{
	text-align:center;
	max-width:960px;
	padding:50px 25px;
	box-sizing:border-box;
	background-image: url(../images/lijn_fade.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;

}

#intro h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:32px;
	color:#666;
	line-height:42px;
	margin:0;
	padding:0;
	text-shadow:none;
}

.rood{
	color:#e30613;
}


#inhoud{
	padding:50px 25px;
	box-sizing:border-box;
	margin-bottom:50px;
}

#inhoud_detail{
	padding:50px 25px;
	box-sizing:border-box;
	margin-bottom:50px;
}

#inhoud h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:32px;
	color:#e30613;
	line-height:42px;
	margin:0;
	padding:0;
	text-shadow:none;
	padding-bottom:25px;
	
}

#inhoud_detail h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:32px;
	color:#e30613;
	line-height:42px;
	margin:0;
	padding:0;
	text-shadow:none;
	padding-bottom:25px;
	margin-bottom:50px;
	border-bottom:1px dashed #CCC;
}


#inhoud_detail h2{

background-image: url(../images/stippels.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:25px;
}


#inhoud_detail h3{

background-image: url(../images/stippels.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:25px;
}




#end{
	background-image: url(../images/bg_end.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	
	display:block;
	position: relative;
	top:0px;
	height:auto;
	
	z-index:0;
	border-top:50px solid #FFFFFF;

	
	
}

#interlinks{
	background-image: url(../images/bg_rood.png);

	top:0;
	left:0;
	z-index:9;	
	
	height:auto;
	padding:20px 0px 20px 0px;
}

#footer{
	background-image: url(../images/bg_zwart.png);
	left:0;
	z-index:9;	
	min-height:200px;
	color:#FFFFFF;
	padding:50px 0 0 0;
}


a.bannerlink,
a.bannerlink:link,
a.bannerlink:visited,
a.bannerlink:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:24px;
	color:#FFF;
	text-decoration:none;

	
	background-image:url(../images/bg_rood.png);
	border-radius:4px;
	
	margin-top:18px;
	
	padding:10px 10px 10px 12px;
	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.bannerlink:hover {
	color: #FFF;
	text-shadow: none;
	background-image:url(../images/bg_rood85.png);
}

.rsABlock {
 top:150px !important;
 width:1100px; 
 left:50%; 
 margin-left:-570px;
 padding-left:20px;

 z-index:999;
 display:block;
 position: absolute;
 box-sizing:border-box;
 padding-right:25px;

}

#banner_detail .rsABlock {
 top:85px !important;
 width:1100px; 
 left:50%; 
 margin-left:-570px;
 padding-left:20px;

 z-index:999;
 display:block;
 position: absolute;
 box-sizing:border-box;
 padding-right:25px;

}

#banner_detail .rsNav{
	display:none;
}


.icon{
	width:14.3%;
	display:inline-block;
	box-sizing: border-box;
	padding:10px;
	text-align:center;
	margin-left:-4px;
	border-left:1px dotted #FFF;
}

.icon img{
	max-width:85px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-bottom:10px;
}

.icon a{
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}

.icon a:hover{
	color:#000;

}




.nobor{
	border: none !important;
}

.adres{
	font-family: 'Roboto Condensed', sans-serif;
	color:#CCC;
}

.adres a{
	
	color:#CCC;
}

#sig{
	float:right;
}

#infooter{
	width:100%;
	height:50px;
	background-image: url(../images/bg_zwart.png);
	margin-top:40px;
	font-size:10px;
	color:#666;
	box-sizing:border-box;
	padding:14px 25px 5px 25px;
}

#submenu{
	text-align:right;
}

#submenu a{
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	
	background-image:url(../images/streep.png);
	background-position:left;
	background-repeat:no-repeat;
}

#submenu a:hover{
	color:#e30613;
}


.doel{
	font-size:12px;
	color:#666;
	padding:10px;
	background-color:#F7F7F7;
	margin-bottom:16px;
	border-radius:3px;
}

.soort{
	color:#FFF;
	padding:0px 7px 1px 7px;
	background-color:#e30613;
	background-color:#CCC;
	border-radius:3px;
	display:inline-block;
}


#foto_rechts{
	padding-top:50px;
}

.foto{
	float:left; margin:0 25px 25px 0; 
}

.tekst{
	overflow:hidden;
	padding-top:15px;
}


.spacer{
	height: 85px;
	padding-top: 65px;

}

hr{
	opacity: 0.25;

}

a.offlink,
a.offlink:link,
a.offlink:visited,
a.offlink:active {
	outline: none;  
	overflow: hidden;
	
	
	
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	background-color: #e20613;
	border-radius: 2px;
	
	
	padding:8px 10px 8px 10px;
	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;
	
}

/***** MENULINK ROLLOVER *****/
a.offlink:hover {
	background-color: #333;
	text-shadow: none;
}


/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@media only screen and (max-width :1160px)   { 

.rsABlock {
 top:150px !important;
 width:100%; 
 left:0; 
 margin-left:0;

 z-index:999;
 display:block;
 position: absolute;

}

#banner_detail .rsABlock {
 top:85px !important;
width:100%; 
 left:0; 
 margin-left:0;

 z-index:999;
 display:block;
 position: absolute;

}

.icon .lin{
	display:none;
}

#submenu{
	display:none;
}

}

@media only screen and (max-width :960px)   { 

#header{
	position: absolute;
}


.section100, .section75, .section60, .section50, .section45, .section40, .section35, .section33, .section30, .section25, .section23, .section20 {
	width:100%;
	margin-top:20px; 
}

.adres{
	margin-top:0px;
}

.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;}


#intro h1{
	font-size:28px;
	line-height:36px;

}

.rsABlock {
	text-align:center;
}

#foto_rechts{
	padding-top:25px;
}




}

@media only screen and (max-width :720px)   { 

.rsABlock h4{
	font-size:40px;
	line-height:48px;
}

a.bannerlink,
a.bannerlink:link,
a.bannerlink:visited,
a.bannerlink:active {
	font-size:24px;
}

	
}

@media only screen and (max-width :560px)   { 
	
	.rsABlock h4{
	font-size:28px;
	line-height:32px;
	
}

a.bannerlink,
a.bannerlink:link,
a.bannerlink:visited,
a.bannerlink:active {
	font-size:18px;
}

.foto{
	float:left; margin:0 25px 0px 0;
	width:100%;
}
	
	.tekst{
	overflow: visible;
	padding-top:15px;
}
	
}



