/* Stylesheet voor algemene elementen - Algemene styling van de navigatie staat onderaan 
- Gelieve hier geen abrupte wijzigingen in te maken, gebruik hiervoor de style.css */

/* ==========================================================================
	Normalize
============================================================================= */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,  code,small, strike, strong, var,b, u, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tr, th, td,article, canvas, embed, figure, figcaption, footer, header, menu, nav, section, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;outline: none!important;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
body{overflow-x:hidden;}
iframe[name='google_conversion_frame'] { height: 0 !important;width: 0 !important; line-height: 0 !important; font-size: 0 !important;margin-top: -13px;float: left;}
a{text-decoration: none;}
ul {list-style: none;padding: 0;margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
img{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;margin-bottom: 0!important; vertical-align: top;}
a img{border:none!important;outline: none!important;border-width: 0!important;}
*,*:before,*:after, p, li, ul, img, h1, h2, h3, h4, h5, a, b, span, strong {-webkit-font-smoothing: antialiased;box-sizing:border-box;}
strong {font-weight: bold;}
textarea{font-family: inherit;width: 100%!important;}
button{outline: none!important;background-color: transparent;border: none;margin-left: auto;}
.dum, .dum *{color: red!important;}
.nobr br{ display: none!important;}
.nop p{ margin-bottom: 0!important;}

/* nieuwe secties of rijen */
section:before,section:after, .container:before,.container:after{content: ""; display: table;}
section:after, .container:after{clear: both;}

.container {margin: 0 auto; /* breedte geregeld door thema-opties */}
.container.full {max-width: none;width: 100%;}
section.flex:before,section.flex:after, .container.flex:before,.container.flex:after{display: none!important;}

section .kol.twee{width: 48%;}
section .kol.drie{width: 31%;}
section .kol.twee-drie{width: 65%;}
section .kol.vier{width: 23%;}
section .kol.vijf{width: 18%;}

section .container.flex{ display: flex;justify-content: space-between;}
section{padding: 80px 0;}

/* aanpassen margins */
section .kol.twee{width: 46%;margin-right:6%}
section .kol.twee:nth-of-type(2){margin-right:0 !important;}

/* ==========================================================================
	Titels
============================================================================= */

h1,h2,h3,h4{ position: relative;margin-bottom:20px; }


/* ==========================================================================
	teksten
============================================================================= */

/*
a, .popuptrigger, .link{
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
*/

.opa{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.opa:hover{opacity: .7;}
.op a:hover{opacity: .7;}

/* opsommingen */

.ops ul,ul.ops{
  	margin: 20px 0;
}

.ops li{
	position: relative;
	margin: 4px 0;
}

.ops li:before{
	content: "\f061";
	font-family: "FontAwesome";
	font-size: 16px;
	margin-right: 5px;
}

/* ==========================================================================
	Google map
============================================================================= */

#googlemap {
	width: 100%;
	height: 500px;
}

.wpgmp_map_container{
	border: none!important;
	box-shadow: none!important;
}

/* ==========================================================================
	Cookiemelding
============================================================================= */

.cookie{
	position: fixed;
	bottom: 15px;
	left: 15px;
	padding: 20px 40px 20px 24px;
	background-color: #f5f5f5;
	box-shadow: 0 0px 40px 0px rgba(0,0,0,0.2);
	width: 90%;
	max-width: 360px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 4s;
  	-moz-animation-delay: 4s;
  	animation-delay: 4s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	    z-index: 9999999;
}

.cookie p{
	display: block;
	margin-bottom: 12px;
}

.cookie .verberg{
	display: inline-block;
	font-weight: bold;
	padding: 5px 12px;
	color: #3c3c3b;
	background-color: rgba(0,0,0,0.05);
}

.cookie .verberg:hover{
	background-color: rgba(0,0,0,0.1);
}

/* ==========================================================================
   Algemene melding
============================================================================= */

.alg_melding .container{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}

.alg_melding .container .inhoud{
	padding-right: 10px;
}

.alg_melding .sluiten:hover{
	opacity: .7;
}

/* ==========================================================================
	Opmaak uniforme teksten
============================================================================= */

.uni h1,
.uni h2,
.uni h3,
.uni h4{
	font-size: 28px;
	line-height: normal;
	margin-bottom: 10px;
	margin: 30px 0 20px;
}

@media (max-width : 767px) {
 
.uni h1,
.uni h2,
.uni h3,
.uni h4{
	font-size: 20px;
	margin: 25px 0 15px;
}

}

.uni h1:first-child,
.uni h2:first-child,
.uni h3:first-child,
.uni h4:first-child{
	margin-top: 0;
}

.uni a{
	border-bottom: 2px solid;
}

.uni a:hover{
	border-bottom: 2px solid #ffd400;
}

/* lijsten */

.uni ul,
.uni ol{
	margin: 20px 0;
}

.uni ul:last-child,
.uni ol:last-child{
	margin-bottom: 0;
}

.uni ul:first-child,
.uni ol:first-child{
	margin-top: 0;
}

/* ol */

.uni ol{
	list-style: decimal;
   list-style-position: inside;
}

.uni ol li{
	position: relative;
	margin: 0 0 10px;
	line-height: 140%;
}

/* ul */

.uni ul li{
	position: relative;
	display: block;
	margin: 0 0 10px;
	line-height: 140%;
	padding-left: 20px;
}

.uni ul li:last-of-type,
.uni ol li:last-of-type{
	margin: 0;
}

.uni ul li:before{
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	display: inline-block;
	background: #ffd400;
}

/* Video embed reponsive ===============================================*/

.blok.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.blok.video iframe,
.blok.video object,
.blok.video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   playknop
============================================================================= */

.videothumb:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -15px;
	width: 22px;
	height: 30px;
	border-top: 15px solid transparent;
	border-left: 22px solid #fff;
	border-bottom: 15px solid transparent;
	z-index: 11;
	pointer-events: none;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.videothumb:before{
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	background: #ff5d57;
	z-index: 10;
	pointer-events: none;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.videothumb:hover:after{
 border-left: 22px solid #ff5d57;
}

.videothumb:hover:before{
 background: #fff;
}

/* ==========================================================================
	Icons contact
============================================================================= */

.ct{ position: relative; display: inline-block; }

.ct.adres{ padding-left: 15px; }
.ct.tel{ padding-left: 20px; }
.ct.mail{ padding-left: 22px; }
.ct.home{ padding-left: 22px; }

.ct:before{
	color: #222;
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ct.adres:before{content: "\f041";}
.ct.tel:before{content: "\f095";}
.ct.mail:before{content: "\f0e0";}
.ct.home:before{content: "\f015";}

@media (min-width : 1025px) {.ct.tel,.tel{pointer-events:none;}}

/* ==========================================================================
	CTA
============================================================================= */

span.of{
	display: inline-block;
	margin: 0 20px;
}

/* ==========================================================================
	Social links
============================================================================= */

.social{
	float: left;
}

.social a{
	float: left;
	display: inline-block;
}

.social a:last-of-type{
	padding-right: 0;
}

.social a i{
	position: relative;
	font-family: "FontAwesome Brands";
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social a i.facebook:before{content: "\f39e";}
.social a i.youtube:before{content: "\f167";    margin-top: 1px;}
.social a i.linkedin:before{content: "\f0e1";}
.social a i.twitter:before{content: "\f099";}
.social a i.instagram:before{content: "\f16d";}
.social a i.pinterest:before{content: "\f231";}
.social a i.link:before{content: "\f0c1";}
.social a i.contact:before{content: "\f0e0";}
.social a i.mail:before{content: "\f0e0";}


/* ==========================================================================
   Sluiten
============================================================================= */

/* Sluiten  ----------------------------------- */
.sluiten {
	position: relative;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.sluiten:before, .sluiten:after {
	content: "";
	height: 20px;
	width: 2px;
	left: 14px;
	top: 5px;
	position: absolute;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.sluiten:before {
  	transform: rotate(45deg);
}

.sluiten:after {
  	transform: rotate(-45deg);
}


/* ==========================================================================
	Galerijen (ACF)
============================================================================= */

.galerij ul li{
	float: left;
	display: inline-block;
	margin-right: 1%; 
	margin-top: 1%;
}

.galerij ul li a{
	height: 100%;
	padding-bottom: 65%; /* relatieve hoogte */
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.galerij ul li a:hover{
	opacity: 0.9;
}

.galerij ul li a img{
	position: absolute;
	display: block;
	width: 100%!important;
	height: auto!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* kolommen ===============================================*/

.galerij.twee ul li{ width: 49.5%; }
.galerij.twee ul li:nth-of-type(2n){ margin-right: 0 }

.galerij.drie ul li{ width: 32.6667%; }
.galerij.drie ul li:nth-of-type(3n){ margin-right: 0 }

.galerij.vier ul li{ width: 24.25%; }
.galerij.vier ul li:nth-of-type(4n){ margin-right: 0 }

.galerij.vijf ul li{ width: 19.2%; }
.galerij.vijf ul li:nth-of-type(5n){ margin-right: 0 }

.galerij.zes ul li{ width: 15.8333%; }
.galerij.zes ul li:nth-of-type(6n){ margin-right: 0 }

.galerij.zeven ul li{width: 13.4286%; }
.galerij.zeven ul li:nth-of-type(7n){ margin-right: 0 }

.galerij.acht ul li{width: 11.625%; }
.galerij.acht ul li:nth-of-type(8n){ margin-right: 0 }

.galerij.negen ul li{width: 10.2222%; }
.galerij.negen ul li:nth-of-type(9n){ margin-right: 0 }


/* ==========================================================================
	Galerijen (Wordpress)
============================================================================= */

.gallery br{
	display: none;
}

.gallery .gallery-item{
	float: none;
	display: inline-block;
	margin-right: 1%; 
	margin-top: 1%;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.gallery .gallery-item:hover{
	opacity: .9;
}

.gallery .gallery-icon,
.gallery .gallery-item a{
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery .gallery-item a{
	padding-bottom: 65%; /* relatieve hoogte */
}

.gallery .gallery-item a img{
	position: absolute;
	display: block;
	width: 100%!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* kolommen
===============================================*/

.gallery-columns-2 .gallery-item{ width: 49.5%; }
.gallery-columns-2 .gallery-item:nth-of-type(2n){ margin-right: 0 }

.gallery-columns-3 .gallery-item{ width: 32.6667%; }
.gallery-columns-3 .gallery-item:nth-of-type(3n){ margin-right: 0 }

.gallery-columns-4 .gallery-item{ width: 24.25%; }
.gallery-columns-4 .gallery-item:nth-of-type(4n){ margin-right: 0 }

.gallery-columns-5 .gallery-item{ width: 19.2%; }
.gallery-columns-5 .gallery-item:nth-of-type(5n){ margin-right: 0 }

.gallery-columns-6 .gallery-item{ width: 15.8333%; }
.gallery-columns-6 .gallery-item:nth-of-type(6n){ margin-right: 0 }

.gallery-columns-7 .gallery-item{width: 13.4286%; }
.gallery-columns-7 .gallery-item:nth-of-type(7n){ margin-right: 0 }

.gallery-columns-8 .gallery-item{width: 11.625%; }
.gallery-columns-8 .gallery-item:nth-of-type(8n){ margin-right: 0 }

.gallery-columns-9 .gallery-item{width: 10.2222%; }
.gallery-columns-9 .gallery-item:nth-of-type(9n){ margin-right: 0 }


/* ==========================================================================
	Gravity forms
============================================================================= */

.gform_wrapper form{position: relative;max-width: 100%;}
.gform_wrapper .clean .gfield_label, .clean .validation_message, .gfield.gform_validation_container{ display: none; }

.gform_wrapper .gfield_label{
	display: block;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input.gform_button,
textarea{
	outline: none;
	-webkit-appearance: none;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper select, 
textarea{
	width: 100%;
	display: block;
}

.gform_wrapper input.gform_button{
	cursor: pointer;
	width: auto;
	height: auto;
	display: inline-block;
}

.gform_wrapper input:hover::-webkit-input-placeholder, 
.gform_wrapper textarea:hover::-webkit-input-placeholder { opacity: 0.3;color:#9a9999 !important; }
.gform_wrapper input:hover:-ms-input-placeholder, 
.gform_wrapper textarea:hover:-ms-input-placeholder { opacity: 0.3;color:#9a9999 !important; }

.gform_wrapper input:focus::-webkit-input-placeholder, 
.gform_wrapper textarea:focus::-webkit-input-placeholder { color: transparent; }
.gform_wrapper input:focus:-ms-input-placeholder, 
.gform_wrapper textarea:focus:-ms-input-placeholder { color: transparent; }

.gform_wrapper div.validation_error {
	color: #fff;
	background-color: #f13542;
	font-size: 16px;
	padding: 12px 20px;
	margin-bottom: 15px;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="email"], 
.gform_wrapper .gfield_error input[type="url"], 
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea{
	border-bottom-color: #f13542!important;
}

.gform_confirmation_message{
	color: #fff;
	background-color: #8ac759;
	font-size: 16px;
	padding: 15px 20px;
}

/* inline errors */

.gfield_description.validation_message{
	color: #f13542;
	font-size: 12px; margin-top: 3px;
}

/* footer en spinner */

.gform_footer {
	display: flex;
	align-items: center;
}

.gform_ajax_spinner {margin-left: 8px;}

/* checkbox */

.gfield_checkbox li{
	display: flex;
	align-items: center;
}

.gfield_checkbox li input{
	margin: 0 5px 2px 0;
}

.gfield_error .gfield_checkbox li label{
	color: #f13542;
}

/* Formulier template - contact simpel 
===============================================*/

ul.gform_fields{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.gform_fields li{width: 100%;}
ul.gform_fields li.kwart{width: 25%;}
ul.gform_fields li.half{width: 50%;}
ul.gform_fields li.eenderde{width: 33.333%;}
ul.gform_fields li.tweederde{width: 66.666%;}

@media (max-width : 767px) { ul.gform_fields li.gfield{ width:100%!important;} }


/* ==========================================================================
	popup
============================================================================= */

/* Globale laag  ----------------------------------- */


/* Inner  ----------------------------------- */
/* De combo van overflow auto en max-height zorgt hier dat de inhoud van de popup-box altijd toegnakelijk is */
.popup .inner{
	position: relative;
	display: block;
	padding: 40px 40px;
	width: 100%;
	max-height: 100%;
   overflow: auto;
}

/* Sluiten  ----------------------------------- */
.popup .inner .sluiten {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* ex-tekst  ----------------------------------- */
.popup .tekst{
	margin-bottom: 15px;
}

/* ==========================================================================
	Footer & Copyrights
============================================================================= */

/* footer ===============================================*/

footer {
    padding: 30px 0 10px;
}
footer .container{
	display: flex;
	justify-content: space-between;
}


footer .kol.twee{width: 48%;}
footer .kol.drie{width: 31%;}
footer .kol.vier{width: 23%;}
footer .kol.vijf{width: 18%;}


/* copyrights ===============================================*/

.copyrights{
	padding: 10px 0;
	float: left;
	width: 100%;
}

.copyrights .klant{ float: left; }
.copyrights .expliciet{ float: right; font-size: 14px; }

/* ==========================================================================
   Back to top
============================================================================= */

.backtotop{
	position: fixed;
	cursor: pointer;
	width: 36px;
	height: 36px;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.backtotop.toon{
	opacity: 1;
}

.backtotop:before{
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 24px;
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

@media (max-width : 1150px) {.backtotop.fix{bottom: 52px;}}


/* 	ALGEMENE STYLING NAVIGATIE
=================================================================================================================== */

.logo img{display: block;}

/* ==========================================================================
   Hoofdmenu - Submenu)
============================================================================ */

.hoofd-nav>div>ul>li.menu-item-has-children {
	position: relative;
}

.hoofd-nav>div>ul>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f107";
	margin-left: 6px;
}

.hoofd-nav>div>ul>li.menu-item-has-children .sub-menu {
	z-index: 100;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	left: 0;
	top: 40px;
	position: absolute;
	opacity: 0;
	max-height: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hoofd-nav>div>ul>li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	max-height: 700px;
	pointer-events: auto;
}

.hoofd-nav>div>ul>li.menu-item-has-children .sub-menu>li>a {
	padding: 4px 20px;
	display: block;
}

.hoofd-nav>div>ul>li.menu-item-has-children .sub-menu>li:first-of-type>a {
	margin-top: 10px;
}

.hoofd-nav>div>ul>li.menu-item-has-children .sub-menu>li:last-of-type>a {
	margin-bottom: 10px;
}

/* ==========================================================================
   Scroll menu
============================================================================= */

.navigatie-scroll {
	position: fixed;
	z-index: 9999;
	width: 100%;
	opacity: 0;
	-webkit-box-shadow: 0 0px 40px -12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0px 40px -12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0px 40px -12px rgba(0, 0, 0, 0.4);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.navigatie-scroll.actief {
	top: 0;
	opacity: 1;
}


/* ==========================================================================
	Mobiel menu
============================================================================ */

.navigatie-mobiel {
	display: none;
}

.navigatie-mobiel.mob-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.navigatie-mobiel .container {
	height: 100%;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigatie-mobiel .navigatie {
	position: relative;
	z-index: 100;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 600px;
    margin-top: -80px;
    width: 0;
    right: 0;
    position: relative;
    float: right;
     display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;

}

.navigatie-mobiel .navigatie.actief {
	max-height: 600px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 60px;
    width: 330px;
    border-left: 25% solid transparent;
}

.navigatie-mobiel .navigatie>div {
	padding-top: 25px;
	padding-bottom: 40px;
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

.navigatie-mobiel .navigatie.met-top>div:nth-of-type(2) {
	padding-bottom: 15px;
}

.navigatie-mobiel .navigatie.met-top>div:last-of-type {
	padding-top: 0;
	padding-bottom: 40px;
	position:absolute;
	top:110px;
}


/* styling voor topmenu in mobiel menu */

.navigatie-mobiel .navigatie>.menu-topmenu-container:before {
	content: "";
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 0;
	opacity: 0;
	display: block;
}

header .navigatie-mobiel .navigatie.actief>.menu-topmenu-container:before {
	-webkit-animation: groei-hor 1.5s;
	animation: groei-hor 1.5s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

header .navigatie-mobiel .navigatie>div>ul>li {
	display: block;
	position: relative;
}

header .navigatie-mobiel .navigatie>div>ul>li>a {
	padding: 15px 0;
	display: block;
	-webkit-transition:none;
	transition:none;
}

header .navigatie-mobiel .navigatie>div>ul>li:after {
	content: "";
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	opacity: 1;
	display: block;
}

header .navigatie-mobiel .navigatie>div>ul>li:last-of-type:after {
	display: none!important;
}

header .navigatie-mobiel .navigatie>div>ul>li:last-of-type>a {
	padding-bottom: 0px;
}


/* submenu */

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
}

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children.actief>a:after {
	content: "\f106";
}

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children .sub-menu {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children.actief .sub-menu {
	max-height: 100%;
	opacity: 1;
	margin-left: 10px;
}

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children .sub-menu>li>a {
	position: relative;
	padding: 8px 0;
	display: block;
	-webkit-transition:none;
	transition:none;
}
header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children .sub-menu>li>a:hover{
	color:#eb5b5e !important;
}

header .navigatie-mobiel .navigatie>div>ul>li.menu-item-has-children .sub-menu>li:last-of-type>a {
	padding-bottom: 20px;
}

/* ==========================================================================
   Scroll Secties - menu
============================================================================= */

.scrollsecties #menu{
	position: fixed;
	z-index: 10;
	right: 50px;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scrollsecties #menu li a{
	width: 15px;
	height: 15px;
	margin: 10px 0;
	display: block;
	background-color: #fff;
	border-radius: 50%;
}

.scrollsecties #menu li.active a,
.scrollsecties #menu li:hover a{
	background-color: #3c3c3b;
}

/* ==========================================================================
   Fontawesome koppeling
============================================================================= */

@font-face {
  font-family: 'FontAwesome Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'FontAwesome Solid';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }