/********************************************* 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:#000;

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


}

body.bg1 {
	background-image: url('../images/banner/antwerp.jpg');
	background-position: center -300px;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{ 
	margin:0; 
	padding:0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size:48px;
	font-display: auto;
	line-height:48px;
	color:#000;
	padding-bottom:25px;
	margin-bottom:25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


h2{ 
	margin:0;
	padding:0;
	font-family: 'Work Sans', 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: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	font-display: auto;
	line-height:20px;
	color: #181818;
	padding-bottom:25px;
	margin-bottom:0px;
}

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


.h1{ 
	margin:0; 
	padding:0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size:48px;
	font-display: auto;
	line-height:48px;
	color:#000;
	padding-bottom:25px;
	margin-bottom:25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.banner .h1 {color:#fff; font-size:58px; line-height: 62px;}

.h2{ 
	margin:0;
	padding:0;
	font-family: 'Work Sans', 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: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	font-display: auto;
	line-height:20px;
	color: #181818;
	padding-bottom:25px;
	margin-bottom:0px;
}


.h4{ 
	margin:0; 
	padding:0;
	font-family: 'Work Sans', 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:#eab839;
	text-decoration:underline;
    outline:hidden !important;
    overflow: hidden !important;
}
a:hover{
	color:#181818;
	text-decoration:none;
}

.bgblack a:hover{
	color:#eab839;
	text-decoration:none;
}


/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active{ 
	outline: none;  
	overflow: hidden;
	
	font-family: 'Work Sans', 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 DONKER *****/
a.menulink_donker,
a.menulink_donker:link,
a.menulink_donker:visited,
a.menulink_donker:active {
		outline: none;  
	overflow: hidden;
	
	font-family: 'Work Sans', 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: #eab839;
	text-shadow: none;
}

/***** MENULINK ACTIEF *****/
.actief{
	color:#eab839 !important;
	opacity: 1;
}

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


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

#bg-menu{
	height: 125px;
	width: 100%;
	position: fixed;
	background-color: #181818;
	z-index: 98;
	display: none;
}

.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:100%;
	height:125px;
	top:0;
	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;
}

#logo{
	float:left;
	width:300px;
	height:125px;

	background-image:url(../images/logo.svg);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	z-index:98;
}

#menu{
	text-align:right;
	z-index:97;
	padding-top: 36px;
	margin-right: 150px;
}

#container{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	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;
	flex:none;
}


#subfooter{
	background-color: #222;
	font-size: 11px;
	color:#999;
	padding-top: 14px;
	box-sizing: border-box;
	margin-top: 0px;
	height: 50px;
	padding-left: 25px;
	padding-right: 20px;
}

#subfooter a{
	color:#999;
text-transform: uppercase;
	text-decoration: none;
}
#subfooter a:hover {color:#aaa; text-decoration:underline;}

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

.mb-break {display:none;}
.center {text-align:center;}
.txtlight {font-weight:300;}
.txtwhite {color:#fff;}
.txtlightgrey {color:#e2e2e2;}
.txtyellow {color:#eab839;}

ul.nobull {list-style-type:none; margin:0; padding:0;}
ul.nobull li {padding: 8px 0;}

.pull {margin-top:-120px;}
.pull11 {margin-top:-11px;}
.pt30 {padding-top: 30px;}
.pt60 {padding-top: 60px;}
.pt90 {padding-top: 90px;}
.pt120 {padding-top: 120px;}
.pr30 {padding-right: 30px;}
.pr60 {padding-right: 60px;}
.pr90 {padding-right: 90px;}
.pb30 {padding-bottom:30px;}
.pb60 {padding-bottom:60px;}
.pb90 {padding-bottom:90px;}
.pb120 {padding-bottom:120px;}
.pl30 {padding-left: 30px;}
.pl60 {padding-left: 60px;}
.pl90 {padding-left: 90px;}
.pd30 {padding:30px;}
.pd60 {padding:60px;}
.pd90 {padding:90px;}

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

.bgyellow {background-color:#eab839; color:#000;}
.bgblack {background-color:#333333;}
.bgublack {background-color:#222;}
.bgwhite {background-color:#fff;}
.bgdots {background-image:url(../images/dots.jpg); background-repeat: repeat;}

.bgyellow a:link, .bgyellow a:visited, .bgyellow a:active {color:#000; font-weight: 500;}

.ico-xl {margin-bottom:40px;}
.ico-xl .fas {
    font-size: 64px;
    line-height: 72px;
}
#container {position:relative;}
.vak {position:relative;}

	ul.lines li {border-bottom: 1px solid #e5e5e5; padding: 12px 0;}
	ul.lines li:last-child {border-bottom: 0px;}

/*--- BUTTONS ---*/
a.btn {
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a.btn-primary {
    background-color: #eab839;
    color: #333;
    border-color: #eab839;
}
a.btn-primary:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.banner {
    position: relative;
    width: 100%;
    margin-top: 25%;
	margin-bottom: 250px;
}


.fotorow .item {
    float: left;
    width: 25%;
    margin-top: -11px;
}

.fotorow .item img {
    width: 100%;
	height: auto;
}

/*--- FORM ---*/
.fsRowBody input[type="text"].fsRequired, .fsRowBody input[type="email"].fsRequired, .fsRowBody input[type="number"].fsRequired, .fsRowBody input[type="tel"].fsRequired, .fsForm select.fsRequired, .fsForm textarea.fsRequired {
    background-color: transparent!important;
    border-color: #545454!important;
    border-width: 2px!important;
}
#fsForm3568475 .fsSubmit input.fsSubmitButton {
    padding: 12px 30px!important;
    border-radius: 4px!important;
    text-decoration: none!important;
    font-size: 15px!important;
    font-weight: 300!important;

    background-color: #eab839!important;
    color: #333!important;
    border-color: #eab839!important;
	font-family: 'Work Sans', sans-serif,
}

.bgublack .fsBody, .bgublack .fsField {
    color: #888!important;
}


/*---- TAAL ---*/
#lang {
    float: right;
    font-size: 14px;
    background-color: #333;
    padding: 3px 13px;
    margin-top: -62px;
}


#lang a, #lang a:link, #lang a:visited, #lang a:active {
    text-decoration: none;
    color: #818181;
}

#lang a:hover, #lang a.active {
    color: #eab839;
}
/************************************** ANIMATIONS CSS *****************************************/
/****************************************************************************************************/

.fadeInLeft {
	position: relative;
	overflow: initial;
	animation: animaterleft 2s
}
@keyframes animaterleft {
from {
left:-300px;
opacity:0
}
to {
left:0;
opacity:1
}
}
.fadeInRight {
	position: relative;
	overflow: initial;
	animation: animateright 2s;
}
@keyframes animateright {
from {
right:-300px;
opacity:0
}
to {
right:0;
opacity:1
}
}
.fadeInTop {
	position: relative;
	animation: animatetop 1.5s
}
@keyframes animatetop {
from {
top:-50px;
opacity:1
}
to {
top:0;
opacity:1
}
}
.fadeInBottom {
	position: relative;
	animation: animatebottom 1.5s;
}
@keyframes animatebottom {
from {
bottom:-50px;
opacity:0
}
to {
bottom:0;
opacity:1
}
}
.animations {
	overflow: initial;
}
.fadeIn {
	position: relative;
	animation: animatefade 1.5s
}
@keyframes animatefade {
from {
opacity:0.5
}
to {
opacity:1
}
}

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


@media only screen and (max-width :1350px)   { 
	#menu {margin-right:15px;}
	a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active,
	a.menulink_donker, a.menulink_donker:link, a.menulink_donker:visited, a.menulink_donker:active {font-size:15px;}
	#lang {margin-top:-110px; margin-right:25px;}
	
	h1, .h1 {font-size:28px; line-height: 32px;}

}

@media only screen and (max-width :960px)   { 

	.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;}
	#logo {	width: 290px;height: 120px; margin-left:20px;}
	#bg-menu {display:none!important;}
	.content_small {padding:0;}
	.banner {margin-top:32%; width:80%; padding:0 10%;}
		
	.fotorow .item {width:50%;}
	.icobox {margin-bottom: 60px;}
	
	h1, .h1, .banner .h1 {font-size:36px; line-height: 42px; padding-bottom:5px;}
	
	.pd60 {padding:60px 30px;}
	.pd90 {padding:60px 30px 60px 30px;}
	.pt120 {padding:60px 30px;}
	
	.mb-hidden {display:none;}
	.mb-pl25 {padding-left:25px;}
	.mb-pr25 {padding-right:25px;}
	.mb-mb60 {margin-bottom:60px;}
	.mb-mb120 {margin-bottom:120px;}
	.nolineheight {line-height:0px;}
	
	#lang {margin-top:50px; margin-right:25px;}
}

@media only screen and (max-width :480px)   { 

				.mb-break {display:block;}
		#subfooter {height: 70px;line-height: 21px;background-color: #000; color:#ccc}
	#subfooter a {color:#ccc;}
		#sig {margin-top:-21px; opacity: 0.5;}

	
}

@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 {
	display: none!important;
    top: 35px;
    right: 10px;
    position: fixed;
    z-index: 101;
    display: block;
    cursor: pointer;
     width: 75px;
    height: 75px; 
}
    
#menu {
    position: absolute;
    top: 150px;
    width: 100%;
    display: none;
    padding-top: 0;
}
#menu li, #menu li a {
    display: block;
    margin-bottom: 1px;
    text-align: center;
	color:#ccc;
    background-color: #000;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 14px;
}
/***** MENULINK *****/
a.menulink {
    font-size: 32px !important;
    font-weight: 100!important;
}
/***** MENULINK ROLLOVER *****/
a.menulink:hover, a.menulink.actief {
    color: #eab839!important;
}
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #eab839;
    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 */