/********************************************* RESET ************************************************/
/********************************************* RESET ************************************************/
/****************************************************************************************************/
html, body{ 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%; 
	
	overflow-y:scroll !important;
	overflow-x:hidden;
	background-color:#FFF;

	/* default font */
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:17px;
	color:#000;
	line-height:28px;
	font-display: auto;
	/*
	 min-height: 100%;
  	 display: flex;
  	 flex-direction: column;
    */

}

h1{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:50px;
	font-display: auto;
	line-height:56px;
	color:#042142;
	padding-bottom:25px;
	margin-bottom:25px;

	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}


h2{ 
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:26px;
	font-display: auto;
	line-height:36px;
	color:#4ec7cd;
	padding-bottom:25px;
	margin-bottom:0px;
}


h3{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:21px;
	font-display: auto;
	line-height:30px;
	color:#999;
	padding-bottom:25px;
	margin-bottom:0px;
}


h4{ 
	margin:0; 
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:22px;
	font-display: auto;
	line-height:20px;
	color:#999;
	padding-bottom:5px;
	margin-bottom:0px;
}


/***** NORMALE LINK *****/
a,a:link,a:visited,a:active{
	color:#4ec7cd;
	text-decoration:underline;
    outline:hidden !important;
    overflow: hidden !important;
}
a:hover{
	color:#4ec7cd;
	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: 300;
	font-size:18px;
	color:#042142;
	text-decoration:none;

	border-bottom: 1px solid transparent;	
	margin:16px 16px 0px 16px;
	display:inline-block;
	padding-bottom: 8px;

	/* 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 {
	
	text-shadow: none;
	border-bottom: 1px solid #4ec7cd;	
}

/***** MENULINK ACTIEF *****/
.actief{
	color:#4ec7cd !important;
	border-bottom: 1px solid transparent !important;

}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong{font-weight:600 !important;}
/***** SUB *****/
.klein{font-size:15px;}
.grijs{color:#CCC;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:0px solid #FFF !important; box-shadow:0px 0px 35px rgba(0,0,0,0.25); margin: 0 25px 25px 0;}
.thmb{margin-right:10px; margin-bottom: 6px; outline: none;}
/***** 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%;}
.editable 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;}
.section70{float:left; width:70%; 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;}
.section48{float:left; width:48%; 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;}
.section31{float:left; width:31%; 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;}
.section19{float:left; width:19%; height:auto; position:relative; box-sizing:border-box;}
.section100 img, .section75 img, .section70 img, .section60 img, .section50 img, .section48 img, .section45 img, .section40 img, .section35 img, .section33 img, .section31 img, .section30 img, .section25 img, .section23 img, .section20 img , .section19 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;}

.fright{float: right;}
.fleft{float: left;}
.tt{opacity: 0.15;margin-top: 50px;margin-bottom: 75px;display: block;}

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

.twee_links{margin-right:2%;}
.twee_rechts{margin-left:2%;}

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

.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%;}


.vijf_links{margin-right:1.25%;}
.vijf_mid_links{margin-right:1.25%;}
.vijf_mid{margin:0;}
.vijf_mid_rechts{margin-left:1.25%;}
.vijf_rechts{margin-left:1.25%;}

/* VB BOX TEST */
.il{
	border:1px solid #FF0004;
	padding: 10px;
}


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

#header{
	width:calc(100% - 80px);
	height:125px;
	top:0;
	
	position: absolute;
	z-index:99;
	margin-left:40px;
	margin-right:40px;

	
}

#navigatie{
	
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);

}

#logo{
	float:left;
	width:228px;
	height:125px;
	margin-top: -134px;
	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	z-index:98;
}

#menu{
	text-align:left;
	z-index:97;
	padding: 12px 18px 8px 14px;
	margin-top:140px;
	box-sizing: border-box;
	background-color: #FFF;
}

#container{
	max-width:1400px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:50px 0px 50px 0px;
	box-sizing:border-box;
	overflow-x: hidden;
	
margin-top: 0px;
	

}


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


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


#footer{
	padding: 50px 0px 0px 0px;
	box-sizing: border-box;
font-size: 15px;
}

#in-footer{
	padding-left: 40px;
	padding-right: 40px;
}


#subfooter{
	background-color: #f7f7f7;
	font-size: 10px;
	color:#999;
	padding-top: 14px;
	box-sizing: border-box;
	margin-top: 46px;
	height: 50px;
	padding-left: 40px;
	padding-right: 20px;
}

#subfooter a{
	color:#999;
	text-decoration: none;
}

#subfooter a:hover{
	color:#999;
	text-decoration: underline;
}

#sig{
	float:right;
	padding-right: 0px;
	opacity: 0.25;
}

.mt30 {margin-top:30px;}
.mt60 {margin-top:60px;}
.mt90 {margin-top:90px;}
.mb30 {margin-bottom:30px;}
.mb60 {margin-bottom:60px;}
.mb90 {margin-bottom:90px;}

.pd30 {padding:30px;}
.pd60 {padding:60px!important;}
.pd90 {padding:90px!important;}
.pd120 {padding:120px!important;}
.pt30 {padding-top:30px;}
.pt60 {padding-top:60px;}
.pt90 {padding-top:90px;}
.pt120 {padding-top:120px;}
.pb30 {padding-bottom:30px;}
.pb60 {padding-bottom:60px;}
.pb90 {padding-bottom:90px;}
.pb120 {padding-bottom:120px;}

.txtblue {color:#4ec7cd;}
.ico {color:#4ec7cd;
font-size:62px;
margin-bottom: 40px;}

.ico-sm {
    color: #4ec7cd;
    font-size: 36px;
    padding: 40px 30px 25px 0;
}

.shade {
	-webkit-box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
}

#banner{
	width: 100%;
	height: 55%;
	background-position: left;
	background-size: cover;
	padding-top: 340px;
}

#banner-detail{
	width: 100%;
	height: auto;
	background-position: left;
	background-size: cover;
	padding-top: 340px;
	padding-bottom: 460px;
}

#fb{
	float: right;
	font-size: 28px;
	color:#CCC;
	margin-top: -45px;
	margin-right: 8px;
	display: none;
}

a.link-btn, a.link-btn:link, a.link-btn:visited, a.link-btn:active{ 
	outline: none;  
	overflow: hidden;
	
	font-size: 14px;
	color:#FFF;
	background-color: #4ec7cd;
	text-decoration:none;
margin-right: 4px;
	margin-bottom: 1px;
	display: inline-block;
	border-bottom: 1px solid transparent;	
	padding:12px 16px 12px 16px;
	border-radius:3px;

	/* 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;
	
}

/***** link-btn ROLLOVER *****/
a.link-btn:hover {
	
	text-shadow: none;
	background-color: #042142;	
}

#ook{
	background-color: #f7f7f7;
	padding: 40px;
	margin-bottom: 50px;
}

#ook h4{
	color:#042142;
font-weight: 300;
	margin-bottom: 32px;
}

#interlinks{
	background-color: #8190a0;
	margin-top: -240px;
	/*margin-left: 40px;
	margin-right: 40px;*/
	color:#FFF;
	background-image: url("../images/bg-interlinks.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 40px;

}

body.pghome #interlinks {margin-top: 0px;}

#interlinks-wrap{
	padding-left: 40px;
	padding-right: 40px;
}

#interlinks h3{
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	color:#FFF;
	border-bottom: 1px solid #4ec7cd;
	margin-bottom: 24px;
	padding-bottom: 30px;
}

#ontdek{
	margin-top: -294px;
	background-color: #042142;
	padding: 50px 40px 100px 40px;
	background-image: url("../images/pijl.svg");
	background-position: bottom left;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	color:#FFF !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.2s ease-in-out;
}

#ontdek:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
	/*transform: scale(1.02);*/
	margin-top: -297px;
}



#ontdek h4{
	color: #4ec7cd;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}

#ontdek h5{
	color: #FFF;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
	font-size: 64px;
	font-weight: 700;
	text-transform: uppercase;
}


#logo-foot{
	width: 183px;
	margin-top: 4px;
}


#adres{
	background-image: url("../images/map.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 47px 47px;
	padding-left: 60px;
}

#phone{
	background-image: url("../images/phone.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 47px 47px;
	padding-left: 60px;
	min-height: 70px;
	padding-top: 25px;
}



#box{
	background-color: #f7f7f7;
	padding: 40px;
}

#check{
	text-align: center;
}

#check img{
	float: right;
	display: block;
	max-width: 420px;
}


.thumbnail {
  position: relative;
  width: 160px;
  height: 100px;
  overflow: hidden;
display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}


#divider{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.07);
	margin-bottom: 40px;
	display: none;
}

.padright{
    margin-right: 25px;
}



.afb{
	
	float: left;
}
/*.txt{
overflow: hidden;
}*/
.txt h2{
margin: 0;
	padding: 0;
	margin-bottom: 12px;
}


.quote2 {
    color: #999;
    border-left: 3px solid #4ec7cd;
    padding: 40px;
    font-size: 24px;
    line-height: 36px;
}

.box-blauw {
	color:#fff;
	background-color: rgba(4, 33, 66, 0.90);
	padding: 40px;
	margin-top: 90px;
}

.box-blauw h2 {font-weight:300;}

.box-wit {background-color:#fff; 	padding: 40px;}

.txtcenter {text-align:center;}


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


@media only screen and (max-width :1400px)   { 
#ontdek h5{
	margin-bottom: 48px;
	font-size: 54px;
	font-weight: 700;
	}
}

@media only screen and (max-width :1280px)   { 
#ontdek h5{
	margin-bottom: 36px;
	font-size: 38px;
	font-weight: 700;
	}
}

@media only screen and (max-width :1024px)   { 
	
	.padright{
    margin-right: 0px;
}
	
#divider{
	display: block;
}
	
#banner-detail{
	padding-top: 140px;
	padding-bottom: 90px;
}

	#check img{
	float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	display: block;
	max-width: 420px;
}

	
	
	#box{
	background-color: #f7f7f7;
	padding: 20px;
}
	
	#ontdek h5{
	margin-bottom: 28px;
	font-size: 30px;
	font-weight: 700;
	}
	
	
	#logo-foot{
		margin-bottom: 30px;
	}
	
	#interlinks{
		margin-top: 80px;
	}
	
#interlinks h3{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 24px;
	padding-bottom: 30px;
}	
	
	#interlinks div{
		margin-bottom: 40px;
	}	
	
#ontdek{
	margin-top: 40px;
	padding: 30px 20px 90px 20px;

}
	#ontdek:hover{
		margin-top: 40px;
	}	
	
	#interlinks{
		padding: 80px 0 0 0;
	}	
	
#fb{
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 25px;
}	

#banner{
	width: 100%;
	height: auto;
	background-position: left;
	background-size: cover;
	padding-top: 200px;
	box-sizing: border-box;
	padding-bottom: 80px;
	/*background-image: none !important;*/
}	
	
#logo{
	float:left;
	width:228px;
	height:125px;
	margin-top: 6px;
	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	z-index:98;
}	
	
	
	
	

.section100, .section75, .section70, .section60, .section50, .section48, .section45, .section40, .section35, .section33, .section31, .section30, .section25, .section23, .section20, .section19  {
	width:100%;
	margin-top:0px; 
}

.twee_links, .twee_rechts{margin-right:0; margin-left:0; margin-bottom: 10px;}
.drie_links, .drie_mid, .drie_rechts{margin-right:0;margin-left:0;  margin-bottom: 10px;}
.vier_links, .vier_mid_links, .vier_mid_rechts, .vier_rechts{margin-right:0; margin-left:0;  margin-bottom: 10px;}
.vijf_links, .vijf_mid_links, .vijf_mid_rechts, .vijf_rechts, .vijf_mid{margin-right:0; margin-left:0;  margin-bottom: 10px;}

#header{
position: absolute;
}
	
	.mbhidden {display:none;}
	.item {
    margin-bottom: 60px;
}
}

@media only screen and (max-width :560px)   { 
	
	#logo{
	float:left;
	width:175px;
		height:115px;
}
	
.thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}

	
h1{ 
	font-size:31px;
	font-display: auto;
	line-height:38px;
	padding-bottom:25px;
	margin-bottom:5px;
}


h2{ 
	font-size:24px;
	line-height:30px;
	padding-bottom:25px;
	margin-bottom:0px;
}
	
	#ontdek h5 {font-size:27px;}
	
}

@media only screen and (max-width :320px)   { 
		#subfooter {height:80px;}
	
}



/** RESPOSIVE MENU **/
@media only screen and (min-width :1025px) {
#menu {
    display: block !important;
}
.hamx {
    display: none;
}
}

@media only screen and (max-width :1024px) {
.hamx {
    top: 34px;
    right: 18px;
    position: absolute;
    z-index: 101;
    display: block;
    cursor: pointer;
     width: 75px;
    height: 75px; 
}
    
#menu {
    position: absolute;
    top: 126px;
    width: 100%;
    display: none;
    padding-top: 0;
	margin-top: 0;
	padding-left: 0;
}
#menu li, #menu li a {
    display: block;
    margin-bottom: 0px;
    text-align: left;
    background-color: #FFF;
    padding-left: 0px;
    padding-top: 18px;
    padding-bottom: 14px;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	
}
/***** MENULINK *****/
a.menulink {
    font-size: 20px !important;
	border-bottom: 1px solid transparent !important;
}
/***** MENULINK ROLLOVER *****/
a.menulink:hover {
    color: #CCC;
	border-bottom: none;
}
	
	
	
	
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #042142;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamx:hover {
    cursor: pointer;
}
#x-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#x-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#x-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


.accordion {
	background: #FFF;
 /* box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);*/
}

.accordion-header {
	color: #333;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
    background: #f7f7f7;
    margin-bottom: 1px;
}

.accordion-header:hover {
	background: #f1f1f1;
}

.accordion-content {
	display: none;
	padding: 25px;
}

.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
	width: 24px;
	height: .75rem;
    color:#999;
}

.active.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f106";
    color:#FF0000;
}

#acc-wrap{
    padding-top: 200px;
}



/* THUMBS FANCYBOX ONDERAAN DE PAGINA - STYLE.CSS LADEN NA FB CSS */
/*
.fancybox-caption:before{
    background-image: none;
}
        
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0 !important;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.0);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

 @media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
  }
}
*/

/* Copyright (C) - IMAXX Smart Web Solutions - All Rights Reserved */