/********************************************* 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: 'Roboto', sans-serif; 
	font-weight: 300;
	font-size: 16px;
	color: #141c2b;
	line-height: 1.9;
	font-display: auto;
}

h1 {
	margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
	font-size: 56px;
	font-display: auto;
	line-height: 1.2;
	color: #141c2b;
	padding-bottom: 32px;
	display: block;
}


h2 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif; 
	font-weight: 500;
	font-size: 26px;
	font-display: auto;
	line-height: 1.4;
	color: #141c2b;
	padding-bottom: 25px;
}


h3 {
    margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif; 
	font-weight: 300;
	font-size: 22px;
	font-display: auto;
	line-height: 1.4;
	color: #141c2b;
	padding-bottom: 25px;
}

h4 {
	margin: 0; 
	padding: 0;
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
	font-size: 22px;
	font-display: auto;
	line-height: 1.4;
	color: #999;
	padding-bottom: 10px;
}


/***** NORMALE LINK *****/
a, a:link, a:visited, a:active{
	color: #088C03;
	text-decoration: underline;
    outline: hidden !important;
    overflow: hidden !important;
}
a:hover {
	color:#088C03;
	text-decoration:none;
}


a.btn { 
	outline: none;  
	overflow: hidden;
    
    display: inline-block;
    padding:14px 18px;
    margin-left: 0px;
	
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-decoration:none;
	
	border: 1px solid #088C03;
	border-radius: 2px;
    background-color: #088C03;
	

	/* 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;
}

.btn:hover {
	color: #088C03;
	background-color: #fff;
	text-shadow: none;
}


a.btn::after {
    display: inline-block;
    width: 18px;
    aspect-ratio: 1 / 1;
    
    content: "\f1d8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    
    margin-left: 16px;
}

a.btn-ghost, a.btn-ghost:link, a.btn-ghost:visited, a.btn-ghost:active { 

    margin-left: 0px;
	margin-right: 25px;
    
	color:#088C03;
    background-color: #fff;
	text-decoration:none;
	border: 1px solid #088C03;
}

a.btn-ghost::after {
    content: "\f015";
}

a.btn-ghost:hover {
	color: #fff;
	background-color: #088C03;
	text-shadow: none;
}


a.seo-link, a.seo-link:link, a.seo-link:visited, a.seo-link:active { 
	outline: none;  
	overflow: hidden;
    
    display:inline-block;
    padding: 10px 14px;
    margin-right: 4px;
	
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	font-size: 15px;
	color: #088C03;
	text-decoration: none;
	background-color: transparent;
    
	border: 1px solid #088C03;
    border-radius: 2px;
	

	/* 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;
}

a.seo-link:hover {
	color: #fff;
	background-color: #088C03;
	text-shadow: none;
}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong{font-weight:700 !important;}
/***** SUB *****/
.klein{font-size:12px;}
.grijs{color:#CCC;}

.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: 50px 0;
    display: block;
}

/* Formstack */
.fsBody{padding: 0 !important;}
.fsBody .fsForm{padding: 0 !important;}
.fsSubmit input.fsSubmitButton{float: left;}

.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%;}



/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header {
	width: 100%;
	height: 125px;
	top: 0;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	margin: 0 auto
}

#navigatie {
	width:100%;
    margin: 0 auto;
}

#logo {
	float: left;
	width: 200px;
	height: 100px;
    
    margin: 25px;
    box-sizing: border-box;

	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: left center;
	
	position:relative;
	z-index:98;
}

#menu {
	text-align:right;
	z-index:97;
	padding-top: 34px;
}

#container {
	max-width: 1400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 250px 0px 50px 0px;
	box-sizing: border-box;
}

#container img {
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
}


.content_small {
	max-width: 1400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 50px;
	box-sizing: border-box;
	position: relative;
}

.content_wide {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}


#subfooter{
	background-color: #141c2b;
	font-size: 12px;
	color: #999;
	padding-top: 14px;
	box-sizing: border-box;
    padding: 14px 25px;
}

#subfooter a {
	color: #666;
}

#sig {
	float: right;
	opacity: 0.5;
}

#sig:hover{
	opacity: 1;
}


.footer {
    position:relative;
	background-color: #f7f7f7;
	box-sizing:border-box;
	border-top: 50px solid white;
	padding-bottom: 40px;
}

.pullup {
	margin-top: -50px;
}

.footer-details {
	padding-top: 100px;
}


.footer-details a{
	color:#141c2b;
    text-decoration: none;
}

.footer-details a:hover {
    text-decoration: underline;
}

.footer-details i {
    margin-right: 6px;
}

.contact-details {
    margin-top: 8px;
}


.footer-links {
    margin-top: 40px;
}


.accordion {
    margin-bottom: 40px;
}

.accordion-header {
	color: #141c2b;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
    background: #f7f7f7;
    margin-bottom: 1px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.accordion-header:hover {
	background: #f1f1f1;
}

.accordion-content {
	display: none;
	padding: 25px;
}

.accordion-header::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f107";
    display: inline-flex;
    justify-content: center;
	width: 24px;
	height: .75rem;
    color: #088C03;
    margin-left: 16px;
}

.active.accordion-header::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f106";
}



.spacer {
    padding: 20px 0;
}


/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@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-bottom:40px!important; 
    }
    
    .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;}
    
    #container {
        padding-bottom: 0;
    }
    
    #off {
		margin-bottom: 0px;
	}
	
	.clear br{
		display: none;
	}
	
	.footer-details{
		padding-top: 0;
	}
	
    .tt {
        opacity: 0.15;
        margin: 0 0 40px 0;
    }
    
    h1 {
        font-size: 40px;
    }
	
}

@media only screen and (max-width: 640px) { 
    
    #logo {
        width:100%;
        background-position: center;
        margin-bottom: 25px;
        margin-left: 0;
    }
    
    .content_small {
        padding: 25px;
    }


    a.btn-ghost, a.btn-ghost:link, a.btn-ghost:visited, a.btn-ghost:active {
        display: block;
        text-align: center;
        margin: 0 25px;
    }
	
}

@media only screen and (max-width: 480px) { 
    
    h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
	
}


/* Copyright (C) - IMAXX Smart Web Solutions - All Rights Reserved */