/* ////////// logistiekmiddenbrabant.nl ///////// */
/* CODING 2016 JEROEN MELIS | CWORX Design & Media */

/* 
  # GENERAL INDEX BY TAG #
	1) POS: rel / abs / fix / Z-index
	2) SIZE: width / height / max-min
	3) CUT: pad / marg / overfl / clear
	4) MAIN: col / size / space / line / fam & style / bord / img / img bord 
	5) BG: col / size / image /
	6) OTHER: cursor etc
  # END GENERAL INDEX #
*/

.oflist > label{
	display: none !important;	
}

.oflist .form-checkboxes{
	width: 100% !important;	
}

.region.page_image .sidebar_social {
    position: absolute;
    right: -2px;
    top: 24px;
    text-align: center;
    z-index: 184;
}


.region.page_image .sidebar_social ul, .sidebar_social ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color: #2793cf;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 7px 3px 6px;
    -webkit-transition: all .2s .0s ease-out;
    -moz-transition: all .2s .0s ease-out;
    -o-transition: all .2s .0s ease-out;
    transition: all .2s .0s ease-out;
}

.region.page_image .sidebar_social ul li, .sidebar_social ul li {
    padding: 3px 0px 3px 0px;
    margin: 0px;
    list-style: none;
}

.region.page_image .sidebar_social ul li a, .sidebar_social ul li a {
    width: 24px;
    height: 24px;
    display: block;
    color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden;
    -webkit-transition: all .2s .0s ease-out;
    -moz-transition: all .2s .0s ease-out;
    -o-transition: all .2s .0s ease-out;
    transition: all .2s .0s ease-out;
}

.region.page_image .sidebar_social ul li a i, .sidebar_social ul li a i {
    font-size: 15px;
    line-height: 24px;
}

.region.page_image .sidebar_social ul li a:hover, .sidebar_social ul li a:hover{
		-ms-transform: scale(1.15); /* IE 9 */
		-webkit-transform: scale(1.15); /* Safari */
		transform: scale(1.15);
	}
	
	.region.page_image .sidebar_social ul:hover, .sidebar_social ul:hover{
		background-color: #CC0000;
		padding: 3px 9px 3px 8px;
	}

body{
	min-width: 320px;
	padding: 0px;
	margin: 0px;
	overflow-y: scroll;
	height: 100%;
	color: #555;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 20px;
	/*font-family: 'montserratlight', Arial, Helvetica, sans-serif;*/
	font-family: 'Lato', sans-serif;
	cursor: default;
	-webkit-font-smoothing: antialiased;
}

html{
	height: 100%;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
  	clear: both;
	line-height: 1;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-family: 'Bree Serif', serif;
}

h1{
	font-size: 33px;
	line-height: 32px;
	color: #bed000;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

h1 em{
	color: #000;
	font-style: normal;
}

h2{
	font-size: 20px;
	line-height: 20px;
	color: #094061;
	font-weight: normal;
	letter-spacing: 0.5px;
	/*font-family: 'montserratsemi_bold';*/
	margin-bottom: 16px;
	text-transform: uppercase;
}

h3{
	font-size: 19px;
	line-height: 19px;
	/*font-family: 'montserratlight';*/
	font-weight: normal;
	margin-bottom: 19px;
	color: #999;
}

ul, ol, p, table{
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

a{
	outline: none;
}

a img{
	border-width: 0px;
}

/* MAIN CONTAINERS AND FIXING */
.region{
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container{
	position: relative;
  	max-width: 1230px;
	padding: 0px 32px;
  	margin-left: auto;
  	margin-right: auto;
}

.container:before{
  	content: " ";
  	display: table;
}

.container:after{
  	content: " ";
  	display: table;
}

.clearfix:after{
	display: block;
	height: 0;
  	content: ".";
  	clear: both;
  	visibility: hidden;
}

.clear, .container{
  	zoom: 1;
}

.clear:after, .container:after{
  clear: both;
}

*, *:before, *:after{
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/* COLUMNS */
.columns {
    margin: 0px -24px;
    position: relative;
	overflow: hidden;
}

.columns .column {
    float: left;
    padding: 0px 24px;
	position: relative;
}

.columns .column.column_25 {
    width: 25%;
}

.columns .column.column_33 {
    width: 33.333%;
}

.columns .column.column_50 {
    width: 50%;
}

.columns .column.column_66 {
    width: 66.666%;
}

.columns .column.column_75 {
    width: 75%;
}

.columns .column.column_100 {
    width: 100%;
}

.columns .column.column_sidebar{
	 width: 34%;
}

.columns .column.column_main{
	width: 66%;
}

.columns .column img{
	max-width: 100%;
	height: auto;
}

.extra_padding {
    padding: 0px 6% 0px 6%;
}

.extra_left_padding {
    padding: 0px 0px 0px 12%;
}

.extra_right_padding {
    padding: 0px 12% 0px 0px;
}

/* HEADER */
header{
	width: 100%;
    max-width: 100%;
	top: 0px;
    left: 0px;
    z-index: 200;
	position: fixed;
	background-color: #FFF;
	-webkit-transition: all .15s .0s ease-out;
	-moz-transition: all .15s .0s ease-out;
	-o-transition: all .15s .0s ease-out;
	transition: all .15s .0s ease-out;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F1F1F1;
}

header .nav_bar{
	position: relative;
	color: #094061;
	clear: both;
}

header .nav_bar .logo{
	display: block;
	float: left;
	margin-top: 10px;
}

header .nav_bar .logo img{
	width: 145px;
    display: block;
    position: absolute;
    top: 0;
}

header .nav_bar nav{
	float: right;
}

/* MAIN MENU */
nav > .menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'montserratregular';
}

nav > .menu > li{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 22px;
	float: left;
	position: relative;
}

nav > .menu > li > a{
	display: inline-block;
	color: #094061;
	text-decoration: none;
	padding: 43px 3px 40px 3px;
	position: relative;
	letter-spacing: 0.5px;
	line-height: 14px;
	font-size: 14px;
	position: relative;
}

nav > .menu > li > a > span{
	display: inline-block;
	position: relative;
}

nav > .menu > li > ul{
	position: absolute;
	display: none;
	left: -10px;
	top: 88px;
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
	background-color: #FFF;
	min-width: 200px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	z-index: 250;
}

nav > .menu > li > ul > li{
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	
}

nav > .menu > li > ul > li > a{
	display: block;
	text-decoration: none;	
	color: #094061;
	font-size: 13px;
	padding: 8px 3px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
	position: relative;
	line-height: 15px;
}


	/* HOVERS / ACTIVES */
	nav > .menu > li > ul > li.last > a{
		border-width: 0px;
	}
	
	nav > .menu > li:hover > a{
		color: #0c8ee2;
	}
	
	nav > .menu > li:hover > ul{
		display: block;
	}
	
	
	nav > .menu > li > a.active:after, nav > .menu > li > a.active-trail:after{
		content: " ";
		width: 100%;
		height: 3px;
		background-color: #094061;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	
	/*nav > .menu > li > a.active:after, nav > .menu > li > a.active-trail:after{
		content: " ";
		width: 100%;
		height: 3px;
		background-color: #094061;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}*/
	
	nav > .menu > li a.active:hover:after{
		background-color: #0c8ee2;
	}
	
	nav > .menu > li > ul > li > a:hover{
		color: #0c8ee2;
	}
	
	nav > .menu > li > ul > li > a.active{
		color: #0c8ee2;
	}

/* PAGE IMAGE */
.region.page_image {
    position: relative;
}

.region.page_image .page_image_bg {
    position: relative;
}

.region.page_image .page_image_bg img {
    width: 100%;
    height: auto;
    display: block;
}

.region.page_image .page_image_slides {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.region.page_image .page_image_slides ul {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.region.page_image .page_image_slides ul > li {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.region.page_image .page_image_slides ul > li > img {
    width: 100%;
    height: auto;
    display: block;
}

.region.page_image .page_image_overlay{
	width: 100%;
	position: absolute;
    bottom: 0px;
    overflow: hidden;
}

.region.page_image .page_image_overlay > img {
    width: 100%;
    height: auto;
    display: block;
}

/* SIDEBAR NEWS */

.region.page_image .sidebar_news{
	width: 36px;
    position: fixed;
	right: 0px;
	top: 130px;
	z-index: 500;
	padding: 10px 7px 9px 14px;
    background: rgba(55, 55, 55, 0.75);
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.region.page_image .sidebar_news.news_open{
	width: 330px;	
	background: rgba(55, 55, 55, 0.85);
}

.sidebar_news_rel{
	position: relative;
	width: 100%;
	float: left !important;
}

.region.page_image .sidebar_news_rel ul{
	position: absolute;
    right: 0px;
    width: 320px;
	list-style: none;
}

.region.page_image .sidebar_news_rel ul li{
    margin-bottom: 1px;
    display: block;
    position: relative;
	line-height: 13px;
	padding: 0px;
}

.region.page_image .sidebar_news_rel ul li a{
    color: #FFF;
    padding-right: 31px;
	display: inline-block;
	font-family: montserratlight;
	text-decoration: none;
}

.region.page_image .sidebar_news_rel ul li.open_news a{
	height: 25px;
	font-family: montserratregular;
	font-size: 15px;
	padding-top: 2px;
	overflow: hidden;
}

.region.page_image .sidebar_news_rel ul li.open_news a:hover{
	color: #d2eafa;
}

.region.page_image .sidebar_news_rel ul li.open_news a img{
	display: inline-block;
	width: 18px;
	height: auto;
	position: absolute;
    right: 1px;
    top: -2px;
}

.region.page_image .sidebar_news_rel ul li.sb_item a:after {
    content: "\f111";
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    font-family: "FontAwesome";
    position: absolute;
    right: 2px;
	top: 1px;
	padding: 0px 4px;
}

.region.page_image .sidebar_news_rel ul li.sb_item a:hover:after{
	color: #1d90df;
}

.region.page_image .sidebar_news_rel ul li.sb_item a:hover{
	color: #d2eafa;
}

.region.page_image .sidebar_news_rel ul li.soc_news{
}

.region.page_image .sidebar_news_rel ul li.soc_news a{
	height: 28px;
	position: relative;
	margin-top: 6px;
	
}

.region.page_image .sidebar_news_rel ul li.soc_news a i{
	display: inline-block;
    position: absolute;
    right: 3px;
    top: 6px;
    font-size: 19px;
}

.region.page_image .sidebar_news_rel ul li.soc_news a:hover{
	color: #d2eafa;
}

.region.page_image .sidebar_news_rel ul li.soc_news a:after{
	width: 20px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    right: 1px;
    content: ' ';
}


/* MAINCONTENT */
.region.maincontent {
    padding: 36px 0px;
}

.region.maincontent .column {
    padding-top: 16px;
    padding-bottom: 16px;
}

.region.maincontent a{
	color: #888;	
}

.region.maincontent a:hover{
	text-decoration: underline;
}


.region.maincontent a.more{
	display: inline-block;
	background-color: #0c8ee2;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 12px;
	margin: 16px 8px 24px 0px;
}

.region.maincontent a.meer{
	color: #0c8ee2;	
	text-decoration: none;
	position: relative;
	float: right;
}

.region.maincontent a.meer:after {
    content: "\f054";
    font-family: FontAwesome;
	position: relative;
	top: 0px;
	padding: 0px 2px 0px 3px;
    font-size: 11px;
	color: #0c8ee2;
}

.region.maincontent a.meer:hover:after {
	padding: 0px 0px 0px 5px;
}

.region.maincontent a.meer.left{
	float: left;
}

.region.maincontent a.meer.left:after{
	content: "";
}

.region.maincontent a.meer.left:before{
	content: "\f053";
    font-family: FontAwesome;
	position: relative;
	top: 0px;
	padding: 0px 3px 0px 2px;
    font-size: 11px;
	color: #0c8ee2;
}

.region.maincontent a.meer.left:hover:before {
	padding: 0px 5px 0px 0px;
}





.region.maincontent strong{
	/*font-weight: normal;
	font-family: montserratsemi_bold;*/
	font-size: 15px;
	color: #222;
	font-family: 'Bree Serif', serif;
    font-weight: normal;
}

.region.maincontent ul, .region.maincontent ol{
	padding: 0px 0px 16px 16px;
	margin: 0px;	
}

.region.maincontent ul > li{
	padding: 0px;
	margin: 0px;
	position: relative;
}

.region.maincontent ol > li{
	padding: 0px 0px 0px 12px;
	margin: 0px;
	position: relative;
}


.region.maincontent ul.link_list{
	list-style: none;
}

.region.maincontent ul.link_list > li{
	list-style: none;
}

.region.maincontent ul.link_list li a:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: -16px;
    top: 1px;
    font-size: 12px;
	color: #0c8ee2;
}

.region.maincontent ul.link_list li a:hover{
	color: #0c8ee2;
	text-decoration: none;
}

.region.maincontent ul.link_list li a:hover:before {
    left: -13px;
}

.region.maincontent tbody{
	border-width: 0px;	
}

.region.maincontent table.deelnemers{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #EEE;
	width: 100%;
	margin-bottom: -20px;
}

.region.maincontent table.deelnemers td{
	padding: 20px 18px 0px 18px;
}

.region.maincontent table.deelnemers strong{
	color: #0c8ee2;
	padding-bottom: 2px;
    display: inline-block;
}

.region.maincontent table.deelnemers ul li{
	position: relative;
	padding-bottom: 6px;
	padding-right: 18px;
	line-height: 15px;
}

.region.maincontent ul.icon_list{
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.region.maincontent ul.icon_list > li{
	width: 33.333%;
	float: left;
	padding: 14px 24px;
	margin: 0px;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	color: #AAA;
}

.region.maincontent ul.icon_list > li img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
	text-align: center;
}

.region.maincontent ul.icon_list > li strong{
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	color: #094061;
	font-weight: normal;
	letter-spacing: 0.5px;
	font-family: 'montserratsemi_bold';
	margin-bottom: 10px;
	text-transform: uppercase;
}

.region.maincontent ul.icon_list > li a:hover strong{
	color: #0c8ee2;
}

.region.maincontent ul.icon_list > li a:hover{
	color: #222;	
}

/* MENUKAART LAMB */
.menukaart_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menukaart_list > li{
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
	position: relative;
}

.menukaart_content{
	display: table;
	padding: 16px 0px 8px 0px;
	width: 100%;
}

.menukaart_left{
	display: table-cell;
	width: 15%;
	vertical-align: top;
	padding: 0px 24px 0px 0px;
}

.menukaart_right{
	display: table-cell;
	width: 85%;
	vertical-align: top;
	padding: 2px 24px 0px 0px;
}

.menukaart_right strong{
    text-transform: uppercase;
}

.menukaart_link{
	text-decoration: none;
	display: block;	
}

.menukaart_link:hover{
	text-decoration: none !important;
}

.menukaart_link:hover strong{
	color: #0c8ee2;
}

.menukaart_more {
    color: #FFF;
    background-color: #CCC;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
	top: -13px;
    position: relative;
}

.menukaart_link:hover .menukaart_more{
	background-color: #0c8ee2;
}

.mnkrt_ic img{
	width: 414px;
}

/* HVDL */
.region.hvdl{
	position: relative;
}

.region.hvdl .hvdl_content{
	position: relative;
}

.region.hvdl .hvdl_content img, .region.hvdl .hvdl_top img, .region.hvdl .hvdl_bot img{
	width: 100%;
	height: auto;
	display: block;	
}

.region.hvdl .hvdl_top{
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
}

.region.hvdl .hvdl_bot{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
}

/* ACTIE */
.page_actie_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.page_actie_overlay .container{
	height: 100%;
}

.page_actie_overlay_table{
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	text-align: right;
}

.page_actie_overlay_table .page_actie_overlay_content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.actiebutton{
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin-right: 25%;
	margin-top: 6%;
}

.actiebutton_container{
	position: relative;
}

.actiebutton_bg{
	position: relative;
	z-index: 100;
}

.actiebutton_bg .ac_sh{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 0px;
	padding: 4px;
	webkit-transition: all 0.15s .0s ease-out;
    -moz-transition: all 0.15s .0s ease-out;
    -o-transition: all 0.15s .0s ease-out;
    transition: all 0.15s .0s ease-out;
}

.actiebutton_bg .ac_mn{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	z-index: 100;
	padding: 8px;
}

.actiebutton_content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	
	text-align: center;
	z-index: 180;
	color: #0a5491;
	font-family: 'montserratsemi_bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.actiebutton_content_table{
	width: 100%;
	height: 100%;
	display: table;	
}

.actiebutton_content_now{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.actiebutton:hover .actiebutton_bg .ac_sh{
	padding: 0px;
}

.actiebutton_content p{
	margin-bottom: 0px;	
	line-height: 24px;
	font-size: 24px;
}

.actiebutton_content strong{
	font-weight: normal;
	color: #FFF;
	font-size: 50px;
	line-height: 48px;	
	display: inline-block;
}

.actiebutton_content em{
	font-style: normal;
	color: #FFF;
}

.actiebutton_content u{
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	font-family: 'montserratregular';
	text-decoration: none;
	line-height: 16px;
	display: inline-block;
	margin-top: 3px;
}


/* SLIDER CONTROLS */
.slider_control{
	width: 24px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

.slider_control.control_left{
	left: -24px;
}

.slider_control.control_right{
	right: -24px;
}

.slider_control.control_left a{
	text-align: left;
	padding-left: 5px;
}

.slider_control.control_right a{
	text-align: right;
	padding-right: 5px;
}

.slider_control a{
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 28px;
	color: #CCC;
}

.slider_control a:hover{
	color: #102646;
}

.slider_control a i{
	display: table-cell;
	vertical-align: middle;
}


/* LOGOS */
.region.logos{
	padding: 10px 0px 10px 0px;
}

.region.logos img{
	width: 100%;
	height: auto;
	display: block;
}

.logo_slider_container {
    position: relative;
}

.logo_slider{
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.logo_slider li{
	float: left;
	width: 20%;
}

.logo_slider li .logo_link{
	display: block;
	text-decoration: none;
	border: 0px;
	text-align: center;
}

.logo_slider li .logo_link img{
	width: 100%;
	height: auto;
	display: block;
	padding: 24px;
	opacity: 0.7;
	webkit-transition: all 0.15s .0s ease-out;
    -moz-transition: all 0.15s .0s ease-out;
    -o-transition: all 0.15s .0s ease-out;
    transition: all 0.15s .0s ease-out;
}

.logo_slider li .logo_link:hover img{
	transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
	opacity: 1;
}

/* QUOTES HOME */
.region.quotes_home{
	padding: 40px 0px 80px 0px;
}

.region.quotes_home img{
	width: 84%;
	height: auto;
	display: block;
}


/* QUOTELIST */
.quote_list{
	padding: 0px 5% !important;
	margin: 28px 0px 0px 0px !important;
	list-style: none;
}

.quote_list > li{
	margin: 0px;
	padding: 0px 0px 22px 0px !important;
	overflow: hidden;
}

.quote_list > li .quote_list_left{
	float: left;
	width: 15%;
	position: relative;
}

.quote_list > li .quote_list_right{
	float: left;
	width: 85%;
	padding: 0px 0px 0px 22px;
}

.quote_list_left img{
	display: block;
	width: 100%;
	height: auto;
}

.quote_list_pasfoto{
	width: 100%;
	height: auto;
	position: relative;
}

.quote_list_pasfoto_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
		
}

.quote_list_now{
	padding-top: 24px;
	line-height: 18px;
}

.quote_list_under{
	color: #094061;
	font-size: 12px;
}
/* EVENT LIST */
.e_list_hd{
	text-align: center;
	font-size: 33px;
    line-height: 32px;
    color: #094061;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
	margin-top: 24px;
}

.event_list {
    padding: 0px 5% !important;
    margin: 28px 0px 0px 0px !important;
    list-style: none;
}

.event_list > li {
    margin: 0px;
    padding: 0px 0px 22px 0px !important;
    overflow: hidden;
}

.event_list > li a{
	display: block;
	overflow: hidden;
	text-decoration: none;	
}

.event_list > li .event_list_left{
	float: left;
    width: 15%;
    position: relative;
	text-align: center;
}

.event_list > li .event_list_right{
	float: left;
    width: 85%;
    padding: 28px 0px 0px 22px;
}

.event_list > li .event_list_right strong{
	color: #094061;
	font-weight: normal;
	text-transform: uppercase;
}

.event_list > li .event_list_right p{
	margin-bottom: 4px !important;	
}

.event_list > li a:hover{
	color: #333;
}

.event_list > li a:hover .news_more{
	background-color: #0c8ee2;
}
.event_list > li a:hover .event_list_right strong{
	color: #0c8ee2;
}

.event_list_datum_bg{
	position: relative;	
}

.event_list_datum_bg img{
	width: 100%;
	height: auto;
	display: block;
}

.event_list_datum_now{
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

.event_list_datum_show{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.event_list_datum_cell{
	display: table-cell;
	vertical-align: middle;
	
}

.event_list_datum_cell p{
	margin-bottom: 0px;
	color: #FFF;
	font-size: 28px;
}

.region.maincontent .event_list_datum_cell strong{
	font-weight: normal;
	font-size: 24px;
	font-family: montserratlight;
	letter-spacing: 1px;
	padding: 4px 0px 5px 0px;
	display: block;
	color: #FFF;
}


.rteright{
	overflow: hidden;	
}

.newspage .event_list_left .event_list_datum_show .event_list_datum_cell p{
	font-size: 9px;
}

.newspage .event_list_left .event_list_datum_show .event_list_datum_cell p strong{
	font-size: 10px;
	margin-top: -12px;
}

.newspage .event_list_left {
	margin-top: 25px;
}

.newspage .nwsdate{
	font-family: 'montserratlight';
    font-size: 10px;
    color: #CCC;
	text-transform: lowercase;	
	display: block;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #EEE;
	padding: 2px 0px;
    margin-top: 21px;
	width: 100%;
	float: left;
}

/* NEWS OVERVIEW */
.news_overview {
    padding: 0px 5% !important;
    margin: 28px 0px 0px 0px !important;
    list-style: none;
}

.news_overview > li {
    margin: 0px;
    padding: 0px 0px 22px 0px !important;
    overflow: hidden;
}

.news_overview > li a{
	display: block;
	overflow: hidden;
	text-decoration: none;	
}

.news_overview > li .news_overview_left{
	float: left;
    width: 15%;
    position: relative;
	text-align: center;
}

.news_overview > li .news_overview_right{
	float: left;
    width: 85%;
    padding: 28px 0px 0px 22px;
}

.news_overview > li .news_overview_right strong{
	color: #094061;
	font-weight: normal;
	text-transform: uppercase;
}

.news_overview > li a:hover{
	color: #333;
}
.news_overview > li a:hover .news_overview_right strong{
	color: #0c8ee2;
}
.news_overview > li .news_overview_right p{
	margin-bottom: 5px;	
}

.news_more{
	color: #FFF;
	background-color: #CCC;
	display: inline-block;
	padding: 5px 10px;	
	text-transform: uppercase;
	font-size: 11px;
}

.news_overview > li a:hover .news_more{
	background-color: #0c8ee2;
}

/* VIDEO */
.video_box{
	overflow: hidden;	
}

.page_video_container{
	position: relative;
}

.page_video_container .page_video_bg{
	position: relative;
}

.page_video_container .page_video_frame{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.video_box.vid_split{
	margin: 0 -1%;
}

.video_box.vid_split .page_video_container{
	width: 48%;
	float: left;
	margin: 0 1% 1% 1%;
}

.album_box{
	list-style: none;
	padding: 0px !important;
	margin: 0px -5px !important;
	overflow: hidden;
}

.album_box li{
	width: 20%;
	float: left;
}

.album_box li a{
	display: block;
	padding: 0px 5px 10px 5px;
}

.album_box li a img{
	width: 100%;
	height: auto;
	display: block;
}

/* NEWS / EVENTS SIDEBAR */
.newslist_sidebar, .eventlist_sidebar{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.newslist_sidebar li, .eventlist_sidebar li{
	padding: 0px;
	margin: 0px 0px 30px 0px !important;
}

.newslist_sidebar li a, .eventlist_sidebar li a{
	text-decoration: none;
	line-height: 17px;
	display: block;
	position: relative;
}

.newslist_sidebar li a:before, .eventlist_sidebar li a:before{
	position: absolute;
	left: -18px;
	top: 0px;
	font-family: fontAwesome;
	content: '\f111';
	color: #0c8ee2;
	font-size: 11px;
}

.newslist_sidebar li a strong, .eventlist_sidebar li a strong{
	text-transform: uppercase;
	color: #094061;
	font-family: 'montserratsemi_bold';
}

.newslist_sidebar li a span, .eventlist_sidebar li a span{
	font-family: 'montserratlight';
	font-size: 10px;
	color: #CCC;
}

.newslist_sidebar li a p, .eventlist_sidebar li a p{
	margin-bottom: 0px !important;
}

.newslist_sidebar li a:hover, .eventlist_sidebar li a:hover{
	text-decoration: none !important;
	color: #222;
}

.newslist_sidebar li a:hover strong, .eventlist_sidebar li a:hover strong{
	color: #0c8ee2;
}

.sidebar h3{
	text-transform: uppercase;
	font-family: montserratsemi_bold;
	font-size: 20px;
	color: #CCC;
	margin-top: 8px;
}


/* SUBSCRIBE FORM */
.frm_sub{
	position: relative;
}

.frm_sub .form-item{
	padding: 6px 0px;
	margin: 0px;
	overflow: hidden;
}

.frm_sub .form-required{
	color: #0c8ee2;
}

.frm_sub .form-item label{
	width: 164px;
	float: left;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
    color: #111;
	position: relative;
    top: 3px;
	display: inline-block;
}

.frm_sub .form-item .form-text{
	float: left;
	width: 530px;
	max-width: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 6px 5px;	
}

.frm_sub .form-item .form-text.input_small{
	width: 60px;
}

.frm_sub .form-item textarea{
	float: left;
	width: 530px;
	max-width: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 6px 5px;	
	resize: none;
	height: 92px;
}

.frm_sub .form-item label.element-invisible{
	position: relative !important;
}

.frm_sub .form-item .form-checkboxes, .frm_sub .form-item .form-radios{
	float: left;
	width: 530px;
	max-width: 100%;
}


.frm_sub .form-item .form-radio, .frm_sub .form-item .form-checkbox{
	float: left;
	margin: 0px 6px 0px 12px;
	padding: 0px;
	position: relative;
}


.frm_sub .form-item .form-type-radio label, .frm_sub .form-item .form-type-checkbox label{
	width: auto;
	text-transform: none;
	top: -3px;
}

.frm_sub .form-actions{
	padding: 4px 0px 16px 175px;
}

.frm_sub .form-submit{
	border-style: solid;
	border-width: 0px;
	color: #FFF;
	background-color: #0c8ee2;
	padding: 8px 14px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	font-size: 15px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.frm_sub .hidden_set{
	border-width: 0px;
	border-style: none;
	border-color: #FFF;
	height: 1px;
	overflow: hidden;
}

/* CONTACTPAGINA */
.address_cols{
	overflow: hidden;
	position: relative;
	margin: 0px -24px;
}

.address_col{
	float: left;
	position: relative;	
	padding: 12px 24px;
}

.link_social{
    display: inline-block;
    margin-right: 4px;
    margin-top: 6px;
}

.link_social i{
	font-size: 28px;
	color: #0c8ee2;	
}

.address_col strong{
	color: #0c8ee2;
}

.address_col.col_1{
	width: 100%;
}

.address_col.col_2{
	width: 50%;
}

.address_col.col_3{
	width: 33.333%;
}

.address_col.col_4{
	width: 25%;
}

.address_col.col_5{
	width: 20%;
}

.gm_container {
    margin-bottom: 24px;
}

.gm_container_now iframe {
    width: 100%;
    height: 370px;
}

/* LANDKAART */
.region.landkaart{
	background-color: #093f61;
	background: url(/images/bg_landkaart.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	
	margin-bottom: 60px;
	position: relative;	
}

.landkaart_top{
	
}

.landkaart_bot{
	
}

.landkaart_top img, .landkaart_bot img{
	width: 100%;
	height: auto;
	display: block;
}

.landkaart_content{
	color: #c4edf9;
	font-size: 22px;
	line-height: 22px;
	padding: 120px 0px 30px 0px;
}

.landkaart_content p{
	padding: 0px 0px 4px 0px;
	margin: 0px;	
}

.landkaart_content strong{
	font-size: 36px;
	line-height: 32px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}

.landkaart_content em{
	font-size: 16px;
}

.landkaart_content a.extra{
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	background-color: #FFF;
	color: #0c8ee2;
	text-decoration: none;
	padding: 6px 10px;
	text-transform: uppercase;
	margin-top: 5px;
}

.landkaart_content a.extra:hover{
	color: #FFF;
	background-color: #0c8ee2;
}

/* FOOTER */
footer{
	padding: 32px 0px 6px 0px;
	color: #edebee;	
	background-color: #043e63;
}

footer .columns .column{
	padding-top: 24px;
	padding-bottom: 24px;
}

/*.column.column_25.fc_1{
	width: 30%;
}

.column.column_25.fc_2{
	width: 20%;
}*/

footer h3 {
    margin-top: 43px;
    margin-bottom: 28px;
    color: #FFF;
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
}

footer a{
	color: #FFF;
	text-decoration: none;	
}

footer strong{
	font-weight: normal;
	font-family: 'montserratsemi_bold';
}

footer .midpoint{
	position: absolute;
    right: 24px;
    display: block;
    left: 72px;
    bottom: 33px;
}

footer .midpoint img{
	width: 100%;
	height: auto;
	display: block;
	border-width: 0px;
	max-width: 200px !important;
	float: right;
}

footer .footer_logo {
    position: relative;
    display: block;
    max-width: 95%;
    height: auto;
    padding-bottom: 6px;
}

footer .footer_social {
    display: inline-block;
    margin-right: 4px;
    margin-top: 28px;
    color: #FFF;
    font-size: 28px;
}

.footer_address {
    position: relative;
}

.footer_address p {
    position: relative;
    padding-left: 26px;
}

.footer_address i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ededed;
    font-size: 17px;
}

.footer_address a:hover{
	text-decoration: underline;	
}

footer .menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}

footer .menu li {
    padding: 0px;
    margin: 0px 0px 6px 0px;
    list-style: none;
    position: relative;
}

footer .menu li a{
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 18px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

footer .menu li.active-trail a{
	color: #0c8ee2;
}

footer .menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 12px;
}

footer .menu li a:hover:before{
	left: 3px;
}

footer .footer_split{
	width: 100%;
	height: 1px;
	display: none;
	float: left;	
}

	/* FOOTER FORM */
	footer .webform-client-form input {
		width: 100%;
		padding: 6px 8px 7px 8px;
		margin: 0px;
		background-color: #043e63;
		color: #FFF;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		border-color: #ededed;
		border-style: solid;
		border-width: 1px;
		outline: none !important;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-appearance: none;
	}
	
	footer .webform-client-form .form-submit {
		width: auto;
		padding: 7px 14px 8px 14px;
		display: inline-block;
		border-style: solid;
		border-width: 0px;
		color: #043e63;
		background-color: #ededed;
		font-family: 'montserratregular';
		cursor: pointer;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-appearance: none;
		outline: none !important;
	}

	footer .form-submit:hover {
		background-color: #FFF;
	}

/* END LINE */
.region.endline{
	padding: 0px 0px 18px 0px;
	color: #b2b2b2;
	background-color: #043e63;
	font-size: 12px;
}

.region.endline .endline_content{
	display: inline-block;
	padding-right: 5px;
}

.region.endline .columns .column.column_100{
	display: inline-block;
	text-align: center;
	opacity: 0.7;	
}

.region.endline a{
	color: #b2b2b2;
	text-decoration: none;
}

.region.endline a:hover{
	text-decoration: underline;
}

.region.endline p{
	margin: 0px;
	display: inline-block;
	line-height: 12px;
}

.region.endline .endline_content p{
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #b2b2b2;
	padding-right: 5px;
}

/* MOBILE MENU */
#page{
	
}

#content{
	position: relative;
	z-index: 150;
	margin-top: 96px;
}

.menu_toggle {
    display: none;
    font-size: 35px;
    color: #094061;
    cursor: pointer;
    text-align: right;
	position: relative;
	float: right;
	padding: 14px 0px;
}

#page .menu_toggle .menu_toggle_open {
    display: block;
}

#page .menu_toggle .menu_toggle_close {
    display: none;
}

#page.menu_open .menu_toggle .menu_toggle_close {
	display: block;
}
	
#page.menu_open .menu_toggle .menu_toggle_open {
	display: none;
}

.mobile_menu{
	display: none;
	width: 100%;
	background-color: rgba(255,255,255, 0.94);
	position: absolute;
	z-index: 190;
	padding: 24px 24px 20px 24px;
}

#page.menu_open{
	height: 100%;
}

#page.menu_open .total_scroll{
	height: 100%;
	overflow: hidden;
}

#page.menu_open .mobile_menu{
	display: block;	
}

.mobile_menu > ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mobile_menu > ul > li{
	list-style: none;
	padding: 8px 0px 7px 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCC;
}

.mobile_menu > ul > li.last{
	border-width: 0px;
}

.mobile_menu > ul > li > a{
	color: #094061;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
}

.mobile_menu > ul > li > a:hover{
	color: #0c8ee2;
}

.mobile_menu > ul > li > ul{
	list-style: none;
	padding: 1px 0px;
	margin: 0px;
}

.mobile_menu > ul > li > ul > li{
	list-style: none;
	padding: 2px 10px;
	margin: 0px;
}

.mobile_menu > ul > li > ul > li > a{
	color: #094061;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
}

.mobile_menu > ul > li > ul > li > a:hover{
	color: #0c8ee2;
}



	

/* RESPONSIVE */
@media screen and (max-width : 1200px) {
	/* ////// MENUFIX 1 ////// */
	/*header .nav_bar .logo img {
		width: 250px;
		height: 66px;
		display: block;
	}*/
	header .nav_bar .logo {
		margin-top: 8px;
	}
	
	nav > .menu > li > a {
		padding: 41px 3px 40px 3px;
		line-height: 13px;
    	font-size: 13px;
	}
	
	#content {
		margin-top: 94px;
	}
}

@media screen and (max-width : 1140px) {
	/* ////// MENUFIX 2 ////// */
	header .nav_bar .logo {
		margin-top: 4px;
	}
	
	header .nav_bar .logo img {
		width: 230px;
		height: 61px;
	}
	
	nav > .menu > li {
		margin: 0px 0px 0px 18px;
	}
	
	nav > .menu > li > a {
		padding: 29px 3px 27px 3px;
	}
	
	nav > .menu > li > ul{
		top: 62px;
	}
	
	#content {
		margin-top: 69px;
	}
	
}

@media screen and (max-width : 1024px) {
	/* ////// IPAD LANDSCAPE ////// */
	nav{
		display: none;
	}
	
	.menu_toggle {
		display: block;
	}
	
	header .nav_bar .logo img {
		width: 200px;
		height: 53px;
	}
	
	#content {
		margin-top: 60px;
	}
}

@media screen and (max-width : 940px) {
/* ////// IPAD PORTRAIT ////// */
	body{
		font-size: 12px;
	}
	
	h1 {
		font-size: 30px;
		line-height: 29px;
	}
	
	h2 {
    	font-size: 19px;
    	line-height: 19px;
		margin-bottom: 16px;
	}
	
	h3 {
    	font-size: 14px;
    	line-height: 17px;
	}
	
	.extra_padding{
		padding: 0px;
	}
	
	.extra_right_padding{
		padding: 0px;
	}
	
	.extra_left_padding{
		padding: 0px;
	}
	
	.event_list{
		padding: 0px 0% !important;
	}
	
	.event_list > li .event_list_left{
		width: 20%;
	}
	
	.event_list > li .event_list_right{
		width: 80%;
	}
	
	.quote_list{
	    padding: 0px 0% !important;
	}
	
	.quote_list > li .quote_list_left{
		width: 20%;
	}
	
	.quote_list > li .quote_list_right{
		width: 80%;
	}
	
	footer .columns .column.column_25{
		width: 50%;	
	}
	
	footer .footer_split{
		display: block;	
	}
	
	/* ACTIEBUTTON */
	.actiebutton{
		margin-right: 18%;
		margin-top: 0%;
	}
	
	.actiebutton_bg .ac_mn{
		width: 226px;
	}
	
	.actiebutton_content{
		font-size: 20px;
		line-height: 20px
	}
	
	.actiebutton_content p{
		font-size: 20px;
		line-height: 20px
	}
	
	.actiebutton_content strong{
		font-size: 40px;
    	line-height: 38px;
	}
	
	.actiebutton_content u{
		font-size: 13px;
		line-height: 14px;
		margin-top: 1px;
	}
	
	.newspage .main{
		width: 66.666% !important;
	}
	
	.newspage .sidebar{
		width: 33.333% !important;
	}
	
}

@media screen and (max-width : 766px) {
/* ////// PHONE LANDSCAPE ////// */
	.region.maincontent ul.icon_list > li{
		padding: 14px 18px;
		font-size: 12px;
	}
	
	.region.maincontent ul.icon_list > li strong{
		font-size: 17px;
    	line-height: 17px;
	}
	
	.container{
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.columns {
		margin-left: -18px;
		margin-right: -18px;
	}
	
	.columns .column {
		padding-left: 18px;
		padding-right: 18px;
	}

	.columns .column.column_50 {
		width: 100%;
	}
	
	h1 {
		font-size: 25px;
		line-height: 24px;
	}
	
	.quote_list_now{
		padding-top: 0px;
	}
	
	.event_list_right{
		padding-top: 0px !important;
	}
	
	.event_list_datum_cell p{
		font-size: 22px;
	}
	
	.region.maincontent .event_list_datum_cell strong{
		font-size: 22px;
		padding: 1px 0px 2px 0px;
	}
	
	/* ACTIEBUTTON */
	.actiebutton{
		margin-right: 12%;
		margin-top: 0%;
	}
	
	.actiebutton_bg .ac_mn{
		width: 190px;
	}
	
	.actiebutton_content{
		font-size: 18px;
		line-height: 18px
	}
	
	.actiebutton_content p{
		font-size: 18px;
		line-height: 18px
	}
	
	.actiebutton_content strong{
		font-size: 30px;
    	line-height: 28px;
	}
	
	.actiebutton_content u{
		font-size: 12px;
		line-height: 13px;
		margin-top: 1px;
	}
}

@media screen and (max-width : 590px) {
/* ////// PHONE PORTRAIT ////// */
	.region.maincontent ul.icon_list > li{
		width: 100%;	
	}
	
	footer .columns .column.column_25{
		width: 100%;	
	}
	
	.event_list_datum_cell p{
		font-size: 18px;
	}
	
	.region.maincontent .event_list_datum_cell strong{
		font-size: 18px;
		padding: 0px 0px 1px 0px;
	}
	
	.newspage .main{
		width: 100% !important;
	}
	
	.newspage .sidebar{
		width: 100% !important;
	}
	
	/* ACTIEBUTTON */
	.actiebutton{
		margin-right: 6%;
		margin-top: -1%;
	}
	
	.actiebutton_bg .ac_mn{
		width: 140px;
	}
	
	.actiebutton_content{
		font-size: 13px;
		line-height: 13px
	}
	
	.actiebutton_content p{
		font-size: 13px;
		line-height: 13px
	}
	
	.actiebutton_content strong{
		font-size: 24px;
    	line-height: 22px;
	}
	
	.actiebutton_content u{
		font-size: 10px;
		line-height: 10px;
		margin-top: 0px;
	}
	
}

/* SIDEBAR NEWS ITEMS */
