/********************************************* 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:#FFFFFF;

	/* default font */
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	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: 'Open Sans', sans-serif;
	font-weight: 300;
	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: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:28px;
	line-height:28px;
	color:#009ddc;
	padding-bottom:25px;
	margin-bottom:0px;
}


h3{ 
	margin:0; 
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:20px;
	line-height:20px;
	color:#666;
	padding-bottom:25px;
	margin-bottom:0px;
}


/***** NORMALE LINK *****/
a,
a:link,
a:visited,
a:active{
	color:#009ddc;
	text-decoration:underline;
}
a:hover{
	color:#009ddc;
	text-decoration:none;
}


/***** MENULINK *****/
a.menulink,
a.menulink:link,
a.menulink:visited,
a.menulink:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	
	padding: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: #3CF;
	text-shadow: none;
}

/***** MENULINK ACTIEF *****/
.actief{
	color:#999 !important;
}


/***** VET *****/
.vet{font-weight:bold !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;}
/***** 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:45%; 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;}
.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, .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;}


/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header{
	width:100%;
	height:125px;
	top:0;
	background-color:#FFF;
	position: fixed;
	z-index:99;
	margin-left:auto;
	margin-right:auto;
}

#navigatie{
	max-width:1200px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	float:left;
	width:200px;
	height:125px;

	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #9C3;
	position:relative;
	z-index:98;
}

#menu{
	background-color:#333;
	text-align:right;
	z-index:97;	
}

#container{
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:10%;
	box-sizing:border-box;
}

.blok, .group{
	padding:40px;
	text-align:center;
}

.group img{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}



a.groen,
a.groen:link,
a.groen:visited,
a.groen:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background-color:#65bd24;
	border-radius:4px;

	
	padding:9px 14px 10px 14px;
	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;
	
}

/***** ROLLOVER *****/
a.groen:hover {
	background-color: #000;
	text-shadow: none;
}



a.blauw,
a.blauw:link,
a.blauw:visited,
a.blauw:active {
	outline: none;  
	overflow: hidden;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background-color:#17b1e2;
	border-radius:4px;

	
	padding:9px 14px 10px 14px;
	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;
	
}

/*****  ROLLOVER *****/
a.blauw:hover {
	background-color: #000;
	text-shadow: none;
}

.copy{
	font-size:11px;
	color:#878787;
}


.imaxx{
	opacity:0.2;
}

.imaxx:hover{
	opacity:0.5;
}


#footer{
	width:100%;
	position:absolute;
	bottom:10px;
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}


/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@media only screen and (max-width :1200px)   { 

}

@media only screen and (max-width :960px)   { 


.section100, .section75, .section60, .section50, .section45, .section40, .section35, .section33, .section30, .section25, .section20 {
	width:100%;
	margin-top:0px; 
}

	
}

@media only screen and (max-width :480px)   { 
	
}

@media only screen and (max-width :320px)   { 
	
}



