/********************************************* 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:#191f24;

	/* default font */
	font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
	font-weight:300;
	font-size:15px;
	color:#FFF;
	line-height:28px;
	font-display: auto;
	
	background-image: url("../images/bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	/*
	 min-height: 100%;
  	 display: flex;
  	 flex-direction: column;
    */

}

h1{ 
	margin:0; 
	padding:0;
	font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
	font-weight: 800;
	font-size:20px;
	font-display: auto;
	line-height:40px;
	color:#FFF;
	padding-bottom:0px;
	margin-bottom:0px;

}


h2{ 
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size:36px;
	font-display: auto;
	line-height:28px;
	color:#333;
	padding-bottom:25px;
	margin-bottom:0px;
}


h3{ 
	margin:0; 
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:26px;
	font-display: auto;
	line-height:20px;
	color:#666;
	padding-bottom:25px;
	margin-bottom:0px;
}


h4{ 
	margin:0; 
	padding:0;
	font-family: 'Roboto', 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:#FFF;
	text-decoration:none;
    outline:hidden !important;
    overflow: hidden !important;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}

.box{
	width: 42px;
	display: inline-block;
}

#logo{
	width: 220px;
	margin-bottom: 20px;
}

/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active{ 
	outline: none;  
	overflow: hidden;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size:16px;
	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:#333 !important;
	opacity: 0.35;
}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong{font-weight:700 !important;}
/***** SUB *****/
.klein{font-size:12px;}
.grijs{color:#CCC;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:4px solid #FFF !important; box-shadow:0px 0px 15px 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: 55px;display: block;}

/* Formstack */
.fsBody{padding: 0 !important;}
.fsBody .fsForm{padding: 0 !important;}
.fsSubmit input.fsSubmitButton{float: left;}
.fsForm .fsFileUploadButton{color:#FFF !important;}

#menu-layer{
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:95;
	display:none;
	opacity:0.85;
}

.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 *******************************************/
/****************************************************************************************************/

.gsm{
	background-image: url("../images/phone.svg");
	background-size: 16px 16px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.mail{
	background-image: url("../images/mail.svg");
	background-size: 16px 16px;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.web{
	background-image: url("../images/web.svg");
	background-size: 16px 16px;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.pin{
	background-image: url("../images/pin.svg");
	background-size: 18px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
}
.face{
	background-image: url("../images/face.svg");
	background-size: 17px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.inv{
	background-image:none;
	background-size: 18px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	
}



#header{
	width:100%;
	height:125px;
	top:0;
	background-color:#FFF;
	position: fixed;
	z-index:99;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

#navigatie{
	max-width:1400px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}



#container{
	max-width:1400px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:150px 25px 50px 25px;
	box-sizing:border-box;
	overflow-x: hidden;
	

}


.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;
}


#footer{
	padding: 50px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #f7f7f7;
	flex:none;
}


#subfooter{
	background-color: #292929;
	font-size: 10px;
	color:#666;
	padding-top: 14px;
	box-sizing: border-box;
	margin-top: 50px;
	height: 50px;
	padding-left: 25px;
	padding-right: 20px;
}

#subfooter a{
	color:#666;

}

#sig{
	float:right;
	padding-right: 0px;
	opacity: 0.25;
}


/*--- LISTICO ---*/

.content_small ul {
	display:block;
	padding:0!important;
	margin:21px 0;
}

.content_small ul li {
	list-style:none;
	position:relative;
	padding-left:25px;
	padding-bottom:7px;
}

.content_small ul li:before {
	content:"";
	position:absolute;
	display:block;
	width:13px;
	height:13px;
	top:7px;
	left:0;
	background-image:url("../images/ico-check.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50%;
}

.content_small ul.arrow li:before {
	width:12px;
	height:12px;
	top:9px;
	background-image:url("../images/ico-arrow.svg");
}

/*--- EINDE LISTICO ---*/


.tra{
	/*background-color: rgba(0,0,0,0.2);
	padding: 38px 44px 40px 44px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	margin-left: -0px;*/
	max-width: 720px;
}



/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/

.haar{
	height:1px;
	border-width:0;
	color:#90bd50;
	background-color:#90bd50;
	opacity: 0.25;
	margin-bottom: 30px;
}


@media only screen and (max-width :1200px)   { 
body{ 

	background-image: url("../images/bg.jpg");
	background-position: center bottom;
	}
}

@media only screen and (max-width :960px)   { 
	
	#container{
	padding:100px 25px 50px 25px;
	box-sizing:border-box;
	overflow-x: hidden;
	

}	


.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;
}
	
}

@media only screen and (max-width :480px)   {
	
	#container{
	padding:50px 25px 50px 25px;
	box-sizing:border-box;
	overflow-x: hidden;
	

}	
	
}

@media only screen and (max-width :320px)   { 
	
}



/** RESPOSIVE MENU **/
@media only screen and (min-width :961px) {
#menu {
    display: block !important;
}
	

	
.hamx {
    display: none;
}
}

@media only screen and (max-width :960px) {
	
	
	
	
.hamx {
    top: 40px;
    right: 25px;
    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;
}
#menu li, #menu li a {
    display: block;
    margin-bottom: 1px;
    text-align: left;
    background-color: #FFF;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 14px;
}
/***** MENULINK *****/
a.menulink {
    font-size: 20px !important;
}
/***** MENULINK ROLLOVER *****/
a.menulink:hover {
    color: #CCC;
}
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #000;
    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) - BITBAAS - All Rights Reserved */