html {
	overflow-y: scroll;
	height: 100%;
}

body,html {
	margin:0px;
	padding: 0px;
	background-color:#991717;
}

.nav {
	/*
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	*/
}


/* page layout - don't show in large */

header_image_small_screen,
#div_menu_holder_small {
	display:none;
}

#dyn_illustrations,
#header_illus_overlay {
	top:50px;
	position:relative;
	width:100%;
	min-width:1000px;
	min-height:400px;
	z-index:1;
	
	border-bottom: solid 1px #EA7200;
}
#header_illus_overlay {
	position:absolute;
	border:none;
	z-index:2;
}
#holder_header_illus_overlay {
	position:relative;
	width:100%;
	min-width:1000px;
	height:100%;
}
#header_illus_overlay_inner {
	position: relative;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	height:100%;
	margin:0 auto;
	left: 0;
	top: 0px;
}
#header_illus_overlay_inner_left {
	position: relative;
	float:left;
	width:50%;
	height:100%;
	margin:0 auto;
	left: 0;
	top: 0px;
	
	display:flex;
	align-items:center;
}
#header_illus_overlay_inner_right {
	position: relative;
	float:right;
	width:50%;
	height:100%;
	margin:0 auto;
	right: 0;
	top: 0px;
}
.header_speech_ballons{
	width:70%;
	height:auto;
	margin: 6% 0% 0% 5%;
}

header_bg,
header_bg_logo,
header_bg_logo_small,
header_bg_submenu{
	position:fixed;
	top:0px;
	left:0px;
	z-index:15;
	
	width:100%;
	min-width:1000px;
	height:100px;
	
	overflow:hidden;

	/*
	background-color:#FFFFFF;
	border-bottom:#c3002f solid 2px;
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 3px rgba(0,0,0,0.4);
	*/
}
header_bg_logo_small{
	opacity: 0.0;
}

.header_bg_top{
	top:0px;
	left:0px;
	width:100%;
	min-width:1000px;
	height:60%;

	background-color:#ffffff;
	border-bottom:#ffffff solid 1px;
}
.header_bg_bottom{
	top:50%;
	left:0px;
	width:100%;
	min-width:1000px;
	height:40%;

	background-color: rgba(255,255,255,0.8);
}

header_bg_logo,
header_bg_logo_small{
	height:auto;
	min-height:120px;
}
#header_bg_logo_align,
#header_bg_logo_small_align {
	position:relative;
	width:100%;
	min-width:1000px;
	height:100%;
}

#header_logo_small_img {
	position:relative;
	left:0px;
	width: 191px;
}


#header_logo_holder {
	position: relative;
	width:auto;
	height:auto;
	margin: 15px 0px 0px 0px;
	left: 0;
	top: 0;
	display:block;
	float:left;
	z-index:999;
}
header_bg_submenu{
	top:100px;
	left:0px;
	width:100%;
	min-width:1000px;
	height:40px;

	background-color: rgba(23,23,26,0.75);
	display:none;
}


header_bg_logo_small{
	z-index:17;
}
#header_bg_logo_small_grad{
	position:absolute;
	left:-120px;
	width: 432px;
	height:120px;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 26%, rgba(255,255,255,0.9) 74%, rgba(255,255,255,0) 100%);
}

header {
	position:fixed;
	top:0px;
	left:0px;
	z-index:20;
	
	width:100%;
	min-width:1000px;
	height:auto;
	min-height:120px;
}

#holder_header_menu {
	position:relative;
	width:100%;
	min-width:1000px;
	height:100%;
}
#header_bg_logo_small_holder,
#header_menu_layer {
	position: relative;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	height:100%;
	margin:0 auto;
	left: 0;
	top: 0px;
	display:block;
}

#div_logo_holder,
#div_logo_text_holder,
#div_header_icons_holder {
	position:relative;
	width:auto;
	float:left;
	bottom:0px;
	margin:0px 0px 0px 10px;
}
#div_logo_holder {
	margin:0px 0px 0px 0px;
	/*
	background-color: rgba(255,255,255,0.9);
	*/
}
#div_logo_text_holder {
	margin:0px 0px 0px 0px;
	background-image: linear-gradient(180deg, rgba(255,255,255,0.9) 53%, rgba(255,255,255,0) 95%);
}

.header_logo,
.header_logo_text{
	width:380px;
	height:auto;
}
.header_logo2{
	width:191px;
	height:auto;
}

#header_tag_holder{
	position: absolute;
	width:auto;
	height:auto;
	margin:0;
	right: 0;
	top: 0;
	display:block;
}
#div_tag_holder{
	width:calc(100% - 15px);
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:42px;
	color:#ffffff;
	text-shadow: 3px 3px 3px #333333;

	text-align:right;
	line-height: 1.2;
	letter-spacing: 0.02em;

	padding-right:15px;;
}



#div_header_icons_holder {
	float:right;
	min-width:25px;
	margin:20px 5px 0px 0px;
}

#div_header_icon_lan_holder{
	float:right;
	width:auto;
	margin:12px 10px 0px 0px;
}

.header_lan_icon{
	width: 26px;
	height:auto;
}










page_holder,
page_top_holder {
	/* org situation with dynamic header
	top:150px;
	 */
	top:50px;
	display:table;
	width:100%;
	min-width:1000px;
	position:relative;
	z-index:10;
	left:0px;
	overflow:visible;
	text-align:left;
}
page_top_holder {
	top:100px;
	position: absolute;
}

.div_page_content_holder,
.div_page_top_content_holder {
	position:relative;
	width:100%;
}
.div_page_top_content_holder {
	/*
	border-bottom: solid 1px rgba(0,0,0,0.15);
	display:inline-block;
	*/
}

.div_page_content_holder_inner,
.div_page_top_content_holder_inner {
	position:relative;
	width:100%;
	min-width:970px;
	max-width:1200px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:table;
}
.div_page_content_top_holder_inner {

}

.div_page_content_top_row {
	position:relative;
	width:100%;
	display:table;
}

.div_page_text_holder,
.div_page_top_text_holder,
.div_page_text_holder_fw,
.div_top_page_content_fw{
	position:relative;
	width:62.2%;
	float:left;
	top:0px;
	padding:20px 2% 30px 0px;
	margin:0px 0px 0px 0px;
	
	/*
	background-color: rgba(0,68,135,0.85);

	border-left: 3px solid #003B71;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	box-shadow: 6px 6px 3px rgba(0,0,0,0.4);
	*/
}
.div_page_top_text_holder{
	width:100%;
	padding:0px 0px 0px 0px;
}
.div_page_text_holder_fw,
.div_top_page_content_fw{
	width:100%;
	padding:15px 0px 40px 0px;
	/*
	border-top: solid 1px #EA7200;
	*/
}

.div_top_page_content_fw{
	padding:25px 0px 10px 0px;
	border:none;
}


.div_page_text_holder_inner,
.div_page_top_text_holder_inner,
.div_page_text_holder_fw_inner,
.div_top_page_content_fw_inner,
#column_content_holder_inner{
	position:relative;
	width:100%;
	height:auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.div_page_text_holder_inner{
	padding: 0px 0px 0px 0px;
}
.div_page_top_text_holder_inner{
	padding: 0px 0px 0px 0px;
}
.div_top_page_content_fw_inner {
	display: flex;
	justify-content: space-between;
}

.div_page_top_container_home{
	display: flex;
	justify-content: center;
	align-items: center;
}

.div_page_top_content_home{
	padding: 0px 0px 0px 0px;
	text-align:center !important;;
	width:60%;
	margin:-5% 0px 0px 0px;
}
.logo_home{
	width:100%;
	height:auto;
}




.logo_temp_holder{
	position: relative;
	width:66%;
	margin:0 17% 0 17%;
}

.tag_temp_holder,
.naw_temp_holder{
	position: relative;
	width:100%;
	margin:30px 0 0 0;
	text-align:center !important;
}

.naw_temp_holder{
	margin:20px 0 0 0;
}






.div_page_top_content_item {
	position: relative;
	margin: 0;
	width:31%;
	height:auto;
	min-height:100px;
	display:table;
	float:left;
}


.div_top_page_item_holder,
.div_top_page_item_holder_fg {
	position:relative;
	display:block;
	width:calc(100% - 4px);
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-radius: 10px 10px 10px 10px;
}


.div_top_page_item_holder_inner {
	position:relative;
	display:table;
	width:100%;
	height:auto;
	min-height:80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
.div_top_page_item_holder_inner {
	width:calc(92%);
	padding: 4%;
}



.bestuur_holder {
	width:100%;
	height:auto;
	margin: 30px 0px 0px -4%;
	display:table;
}

.bestuurslid_holder_outer {
	width:46%;
	height:auto;
	float:left;
	margin: 0px 0px 20px 4%;
	position:relative;
}

.bestuurslid_pic_holder {
	width:150px;
	height:auto;
	float:left;
	margin: 0px 15px 10px 0px;

	border:outset 1px #EA7200;
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

.div_bestuurslid{
	width:100%;
	height:auto;
	float:left;
	text-align:left !important;
	vertical-align: top !important;
}




.opdrachtgevers_holder {
	position:relative;
	width:100%;
	height:auto;
	margin-top:20px;
}

.logo-opdrachtgevers {
	width: 50%;
	height:auto;
	float: left;
	margin-bottom:20px;
	text-align:center;
}

.logo-opdrachtgevers-horz {
	width: 95%;
	height:auto;
}
.logo-opdrachtgevers-3kwart {
	width: 80%;
	height:auto;
}
.logo-opdrachtgevers-65 {
	width: 65%;
	height:auto;
}
.logo-opdrachtgevers-vert {
	width: 50%;
	height:auto;
}




#column_content_holder {
	position:relative;
	width:32.8%;
	height:auto;
	overflow:auto;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 30px 0px;
	
	/*
	border-top:none;
	border-bottom: none;
	border-top:solid 1px #C3002F;
	border-bottom:solid 1px #00833d;
	*/
}
#column_content_holder2 {
	position:relative;
	width:91.5%;
	height:auto;
	overflow:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8%;
	border-left: solid 1px #EA7200;
}



#dyn_uitgelicht_holder,
#home_buttons_holder,
#dyn_hhnm_holder {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#dyn_uitgelicht_holder {
	border-top:none;
	/*
	border-bottom: solid 1px #003B71;
	border-bottom: none;
	*/
}
#dyn_hhnm_holder {
	margin: 25px 0px 0px 0px;
	border-top:none;
	border-bottom: none;
}
#home_buttons_holder {
	padding-bottom: 20px;
}


.panel_opener_holder_outer{
	overflow:hidden;
}
.panel_opener_holder{
	position:relative;
	display:table;
	width:100%;

	margin:-10px 0px 0px 0px;
}

.div-panel,
.span-panel{
	display:none;
	padding: 0px 0px 0px 0px;
}
.span-panel{
	padding: 5px 0px 0px 0px;
}

.paneltopdiv{
	width:100%;
	height:5px;
}





.ul_pages{
	margin:0px 0px 25px -10px;
}
.ul_pages_top,
.ul_pages_top_center{
	margin:0px 0px 0px -10px;
}

.li_pages,
.li_pages_top,
.li_pages_top_center{
	padding-left:5px;
	margin-bottom:8px;
	padding-top:5px;
	line-height:1.4;
	color:#003B71;
}
.li_pages_top,
.li_pages_top_center{
	color:#ffffff;
	cursor:pointer;
}

/*
.li_pages_top:hover {
	text-decoration:underline;
	color:#003B71;
}
.li_pages_top_center:hover {
	text-decoration:underline;
	color:#EA7200;
}
*/


.picture{
	border:solid;
	border-color:#003B71;
	border-width:1px;
}

.picture_margin_bot_left {
	border:outset 1px #003B71;
	margin:0px 0px 0px 10px;
	float:right;
}

.picture_margin_bot_right {
	border:outset 1px #003B71;
	margin:0px 10px 0px 0px;
	float:left;
}

.picture_dyn_col{
	border:outset 1px #003B71;
	margin:0px 0px 0px 10px;
	float:right;
}

.mainClientColor_border {
 	border:#EA7200 1px solid;
}
.mainClientColor_borderleft {
 	border-left:#EA7200 1px solid;
}
.mainClientColor_borderright {
 	border-right:#EA7200 1px solid;
}
.mainClientColor_bordertop {
 	border-top:#EA7200 1px solid;
}
.mainClientColor_borderbottom {
 	border-bottom:#EA7200 1px solid;
}

.mainClientColor2_border {
 	border:#003B71 1px solid;
}
.mainClientColor2_borderleft {
 	border-left:#003B71 1px solid;
}
.mainClientColor2_borderright {
 	border-right:#003B71 1px solid;
}
.mainClientColor2_bordertop {
 	border-top:#003B71 1px solid;
}
.mainClientColor2_borderbottom {
 	border-bottom:#003B71 1px solid;
}

.white_border {
 	border:#ffffff 1px solid;
}
.white_borderleft {
 	border-left:#ffffff 1px solid;
}
.white_borderright {
 	border-right:#ffffff 1px solid;
}
.white_bordertop {
 	border-top:#ffffff 1px solid;
}
.white_borderbottom {
 	border-bottom:#ffffff 1px solid;
}


#div_plan_route_holder{
	padding-bottom:30px; 
	height:30px;
}

#div_plan_route_txt{
	float:left;	
}
#div_plan_route_but{
	float:right;
	padding-right:5px;	
}


#iframe_outer,
.iframe_outer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#iframe_outer iframe,
.iframe_outer iframe {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}





/*contact form*/
.div_cf_main{
	width:100%;
}
.div_cf_inner{
	width:100%;
}
.div_cf_txt,
.div_cf_txt_error,
.div_cf_fields_label{
	width:100%;
	text-align:left !important;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:normal;
	color: #333333;
}
.div_cf_txt,
.div_cf_fields_label{
	color: #FFFFFF;
}
.div_cf_txt_error{
	color: #FF0000;
	padding-bottom:15px;
	font-weight:700;
}
.div_cf_fields_holder,
.div_cf_fields_holder_zip_city{
	width:100%;
	height:auto;
	display:table;
	padding:0px 0px 8px 0px;
}
.div_cf_fields_label,
.div_cf_field,
.div_cf_field_zip,
.div_cf_field_city,
.div_cf_field_subject{
	width:30%;
	max-width:220px;
	display:block;
	margin:5px 0px 5px 0px;
	float:left;
	text-align:left !important;
}
.div_cf_field{
	width:69%;
	max-width:400px;
}
.div_cf_field_zip{
	width:80px;
}
.div_cf_field_city{
	width:320px;
	max-width:320px;
}
 
.div_cf_field_subject{
	width:400px;
	max-width:400px;
}
.div_cf_field_msg{
	width:99%;
	height:auto;
	display:block;
	text-align:left !important;
}
.div_cf_fields_holder_cap{
	width:100%;
	height:70px;
	display:block;
}
.div_cf_captcha,
.div_cf_field_captcha{
	width:220px;
	height:60px;
	display:block;
	float:left;
	line-height:18px;
	vertical-align:bottom;
}
.div_cf_button{
	width:200px;
	height:60px;
	display:block;
	float:right;
	vertical-align:bottom;
	bottom:0px;
	text-align:right;
}


.div_cf_recaptcha{
	width:274px;
	height:70px;
	display:block;
	float:left;
	vertical-align:bottom;
}


.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


.buttonstyle{
	background-color: #003B71;
	width: 160px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	border-width: 1px;
}

.div_cf_txt,
.div_cf_fields_label{
	color: #333333;
}

.div_cf_fields_holder input,
.div_cf_fields_holder textarea,
.div_cf_fields_holder_zip_city input{
	color: #333333;
}






.buttonstyle_home,
.buttonstyle_home_blue{
	background-color: #EA7200;
	width: 100%;
	height: 50px;
	font-family: 'Carisma Classic Medium', sans-serif;
	font-size:18px;
	font-weight:bold;
	/*
	*/
	color: #FFFFFF;
	border-color: #003B71;
	border-width: 1px;
	border-radius:25px;
	cursor:pointer;
	
	margin: 30px 0px 0px 0px;
}
.buttonstyle_home_blue{
	background-color: #003B71;
	border-color: #EA7200;
}

.buttonstyle_home:hover {
	background-color: #003B71;
}
.buttonstyle_home_blue:hover {
	background-color: #EA7200;
}







footer_layer {
	top:50px;
	position:relative;
	display:table;
	bottom:0px;
	left:0px;
	z-index:15;
	
	width:100%;
	min-width:1000px;
	height:100px;
	
	border-top: solid 1px #EA7200;
	background-color:#003B71;
}


#div_footer_holder, 
#div_footer_holder_line {
	position: relative;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	height:100%;
	margin:0 auto;
	left: 0;
	top: 0px;
	display:block;
}
#div_footer_content_holder,
#div_footer_content_holder_line {
	position: relative;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}
#div_footer_content_holder_line {
	width:60%;
	border-left: 3px solid #003B71;
	padding:0px 0px 0px 4%;
}

#div_footer_content_naw{
	margin-left:0px;
	width:49.5%;
	float:left;
}

#div_footer_content_soc_media{
	position:relative;
	width:auto;
	float:left;
	margin:10px 0px 0px 0px;
	display:none;
}

#div_footer_content_soc_media_large{
	position:absolute;
	width:auto;
	height:auto;
	bottom:12px;
	left:20px;
	margin:0px 0px 0px 0px;
}


#div_footer_content_smenu{
	position:relative;
	width:49.5%;
	float:right;
	margin:8px 0px 0px 0px;
}
#div_footer_content_wdby{
	width:49.5%;
	float:right;
	margin-top:5px;
}

#div_footer_content_naw_txt,
#div_footer_content_soc_media_txt,
#div_footer_content_smenu_txt,
#div_footer_content_wdby_txt{
	width:auto;
	position:relative;
	text-align:left;
}
#div_footer_content_naw_txt {
	padding-left:5px;
	padding-top:8px;
}
#div_footer_content_soc_media_txt {
	padding-left:10px;
}
#div_footer_content_smenu_txt{
	text-align:right;
	padding-right:5px;
	line-height: 0.3;
}
#div_footer_content_wdby_txt{
	text-align:right;
	padding-right:5px;
}

#div_footer_content_soc_media_large img{
	width:36px;
	height:36px;
	float:left;
	margin-right:11px;
	cursor:pointer;
}





/* tiles */
.div_page_tiles_holder{
	position:relative;
	width:100%;
	max-width:1000px;
	float:none;
	padding:50px 0px 50px 0px;
	display:table;
}

.div_page_tiles_holder_inner {
	position:relative;
	width:100%;
	height:auto;
	text-align:left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	display:table;
}

.tiles_overview_holder {
	position:relative;
	width:100%;
	margin: 0px 0px 0px 0px;
}

.tiles_overview {
	position:relative;
	width:100%;
	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tiles_overview_ul{
	position:relative;
	display: inline;
	list-style:none;
	text-align: center;
	
	margin: 0px 0px 0px 0px;
}

.tiles_overview_li,
.tiles_overview_li_3 {
	position:relative;
	width:18%;
	height:auto;
	cursor:pointer;
	float:left;
	margin: 0px 0px 0px 0px;

	display: inline-block;
	list-style:none;
	
	/*
	*/
	border:outset 1px #003B71;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.tiles_overview_li_3 {
	width:30%;
	margin: 0px 0px 4% 0px;
}
.tiles_overview_text_holder {
	position:absolute;
	left: 0px;
	top: 85%;
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	text-align:center;
	vertical-align: middle;
	
	background-color: rgba(77,67,54,0.85);
	overflow:hidden;
}


.tiles_overview_text_naam {
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:400;
	text-align: left;
	line-height:normal;
	color: #ffffff;
	
	width:auto;
	height:11%;
	overflow:hidden;
	margin: 2.5% 0% 0% 3.5%;
}
.tiles_overview_text_infoshort {
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:300;
	text-align: left;
	line-height:1.4;
	font-style:normal;
	color: #ffffff;

	width:auto;
	margin: 2.5% 3.5% 0% 3.5%;
}


.tiles_linkedin{
	width:21px;
	height:21px;
	cursor:pointer;
	vertical-align:bottom;
}

form pw_eye,
form pw_eye_old,
form pw_eye_new,
form pw_eye_confirm {
    margin-left: -22px;
    cursor: pointer;
}
