/*
Theme Name: expl-theme
Author: Expliciet
Author URI: http://www.expliciet.be
Version: 1
*/

/* ==========================================================================
   ALGEMENE ELEMENTEN
============================================================================= */

body{
	letter-spacing: 1px;
}

/* Navigatie
===============================================*/



/* Footer
===============================================*/

footer .container{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

footer .kol:nth-of-type(1){
	flex:0 0 180px;
}

footer .kol:nth-of-type(2){
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: 40px;
}

footer .kol:nth-of-type(2) .loc{
	width: 48%;
}

footer .kol:nth-of-type(2) .geg-gdpr{
	width: 100%;
	margin-top: 20px;
}

footer .kol:nth-of-type(2) .geg-gdpr br{
	display: none;
}

footer .kol:nth-of-type(2) .geg-gdpr a{
	display: inline-block;
	margin-right: 12px;
}

footer .kol:nth-of-type(2) .geg-gdpr a:last-of-type{
	margin-right: 0;
}

footer .kol:nth-of-type(3){
	flex:0 0 300px;
}

footer img{
	width: 107px;
}

footer .kol:last-of-type{
	max-width: 250px;
}

footer h4{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

footer form{
	display: flex;
	align-items: flex-start;
}

footer .locatie li{
	display: inline-block;
	margin-right: 5px;
}

footer form input[type="submit"]{
	text-indent: -9999px;
	width: 30px!important;
	height: 30px!important;
	padding: 0!important;
	margin-top: 5px!important;
	margin-left: 5px;
	border-radius: 50%!important;
	background-color: transparent!important;
	justify-content: center;
	border: 2px solid #fff!important;
	border-color: #fff!important;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer .gform_footer:hover input[type="submit"]{
	background-color: #fff!important;
	border: 2px solid #fff!important;
}

footer .gform_footer {
  position: relative;
}

footer .gform_footer:after {
  content: "\f105";
  padding-left: 2px;
    font-family: 'Fontawesome';
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  left: 16px;
  top: 8px;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .gform_footer:hover:after{
	color: #000!important;
}

footer .gform_wrapper div.validation_error{
	display: none!important;
}

@media (max-width : 1024px) {
 
footer .kol:nth-of-type(1){
	flex:0 0 150px;
}

}

@media (max-width : 920px) {
 
footer .container{
	display: block;
}

footer .container .kol{
	margin-right: 0;
	margin-bottom: 30px; 
	text-align: center;
}

footer .container .kol:last-of-type{
	margin-bottom: 0; 
	text-align: left;
	margin: 0 auto!important;
}

}

@media (max-width : 600px) {
 
footer .kol:nth-of-type(2) .loc{
	width: 100%;
}

footer .kol:nth-of-type(2) .loc:first-of-type{
	margin-bottom: 20px;
}

}

/* Textueel
===============================================*/

h1,h2,h3,h4{
	color: #000;
}


/* Elementen
===============================================*/

.pijl{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.pijl.af:after{
	content:"\f178";
	display: inline-block;
	font-family: 'Fontawesome';
	font-size: 12px;
	vertical-align: 0;
	margin-left: 6px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.pijl.af:hover:after{
	-webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}

.pijl.be:before{
	content:"\f178";
	display: inline-block;
	font-family: 'Fontawesome';
	font-size: 12px;
	vertical-align: 0;
	margin-right: 6px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.pijl.be:hover{
	-webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}

.pijl.terug:before{
	content:"\f177";
	display: inline-block;
	font-family: 'Fontawesome';
	font-size: 12px;
	vertical-align: 0;
	margin-right: 6px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.pijl.terug:hover:before{
	-webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
}

/* opsommoing */

.ops ul{
	margin: 20px 0;
}

.ops ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	display: block;
}

.ops ul li:before{
	content:"";
	width:5px;
	height:5px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 8px;
	display: block;
	background: #000;
}

.ops ul li strong{
	color: #000;
}

/* fullbg*/

.fullbg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* ==========================================================================
   home-intro
============================================================================= */

.home-intro{
	position: relative;
	height: 600px;
	padding: 0;
	text-align: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-intro .swiper-container{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-intro .flexslider ul,
.home-intro .flexslider ul li{
	height: 100%;
}

.home-intro .container{
	position: relative;
	height: 100%;
	z-index: 4;
}

.home-intro .container .inner{
	padding-bottom: 50px;
}

.home-intro h1{
	color: #000;
	margin-bottom: 25px;
}

.home-intro .tekst{
	color: #000;
	margin-bottom: 25px;
}

/* dropper */

.dropper{
	position: relative;
}

.dropper:after{
	content:"\f107";
	font-size: 16px;
	vertical-align: -1px;
	position: relative;
	display: inline-block;
	font-family: 'Fontawesome';
}

.dropper .drop{
	position: absolute;
	top: 45px;
	left: -2px;
	width: calc(100% + 4px);
	padding: 10px 20px;
	text-align: left;
	background-color: #3c3c3b;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.dropper .drop.exp{
	width: auto;
}

.dropper:hover .drop{
	opacity: 1;
	pointer-events: auto;
}

.dropper .drop a,
.dropper .drop div{
	display: block;
	color: #fff;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.dropper .drop.exp a,
.dropper .drop.exp div{
	white-space: nowrap;
}

.dropper .drop a:hover,
.dropper .drop.exp div:hover{
	opacity: .7;
}

/* patch */

.home-intro .patchbol{
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 4;
	text-transform: uppercase;
}

.patchbol{
	width: 225px;
	height: 225px;
	background-color: #000;
	border-radius: 50%;
	color: #fff!important;
	font-size: 20px;
	text-align: center;
}

.patchbol span{
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	transition:all .2s ease-in-out;
}

.patchbol:hover{
	background-color: #222;
	color: #fff;
}

/* scroll */

.home-intro .scroll{
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -8px;
	bottom: 20px;
	z-index: 4;
}

.home-intro .scroll:after{
	content:"\f103";
	font-family: 'Fontawesome';
	width: auto;
	height: auto;
	font-size: 24px;
	position: relative;
	display: block;
	color: #000;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	cursor: pointer;
}

.home-intro .scroll:hover:after{
	opacity: .7;
}

@media (max-width : 767px) {
 
.home-intro{
	height: auto;
	padding: 50px 0;
}

.home-intro .container{
	justify-content: center;
	text-align: center;
}

.home-intro .swiper-container:before{
	content:"";
	background: rgba(255,255,255,.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.home-intro .inner {
  position: relative;
  z-index: 5;
}


.home-intro .patchbol {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin-bottom: 30px;
}

}

/* ==========================================================================
   dienst-slider
============================================================================= */

.diensten-slider{
	padding: 180px 0;
}

.diensten-slider .container{
	max-width: 740px;
}

.diensten-slider .flexslider{
	position: relative;
}

/* slider  ===============================================*/

.diensten-slider .slides>li{
	height: 560px;
	position: relative;
	display: flex!important;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/* navigatie  ----------------------------------- */

.diensten-slider .pijltjes{
	position: absolute;
	right: 222px;
	top: 0;
	display: flex;
	align-items: center;
}

.pijltjes span{
	width: 30px;
	height: 30px;
	margin: 3px;
	outline: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	z-index: 3;
	cursor: pointer;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.pijltjes span:hover{
	background-color: #000;
}

.pijltjes span:after{
	font-family: 'Fontawesome';
	font-size: 20px;
	color: #000;
	font-weight: bold;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.pijltjes span:hover:after{
	color: #fff;
}

.pijltjes span.slide-prev:after{
	content:"\f104";
	padding-right: 2px;
}

.pijltjes span.slide-next:after{
	content:"\f105";
	padding-left: 2px;
}

/* fotos achter  ----------------------------------- */

.diensten-slider .slides>li .foto{
	position: absolute;
	object-fit: cover;
}

.diensten-slider .slides>li .foto.f1{
	left: 0;
	top: 0;
	width: 430px;
	height: 290px;
}

.diensten-slider .slides>li .foto.f2{
	right: 0;
	top: 60px;
	width: 290px;
	height: 440px;
}

.diensten-slider .slides>li .foto.f3{
	left: 60px;
	bottom: 0;
	width: 370px;
	height: 250px;
}

/* animaties */

.flex-active-slide .foto{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.flex-active-slide .box{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* box  ----------------------------------- */

.diensten-slider .slides>li .box{
	position: relative;
	padding: 20px 40px 60px;
	background-color: #fff;
	text-align: center;
	max-width: 320px;
	height: 380px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0px 40px -10px rgba(0, 0, 0, .5);
}

.diensten-slider .slides>li .box h3{
	color: #000;
	margin-bottom: 20px;
}

.diensten-slider .slides>li .box .tekst{
	margin-bottom: 20px;
}

.diensten-slider .slides>li .box .toggle,
.diensten-slider .slides>li .box .togglelink{
	position: absolute;
	cursor: pointer;
	bottom: 30px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.diensten-slider .slides>li .box .toggle:hover,
.diensten-slider .slides>li .box .togglelink:hover{
	background-color: #000;
}

.diensten-slider .slides>li .box .toggle.actief{
	border: 2px solid #fff;
}

.diensten-slider .slides>li .box .toggle.actief:hover{
	background-color: #fff;
}

.diensten-slider .slides>li .box .toggle:after,
.diensten-slider .slides>li .box .togglelink:after{
	content:"\f067";
	font-family: 'Fontawesome';
	font-size: 12px;
	padding-left: 1px;
	color: #000;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.diensten-slider .slides>li .box .toggle:hover:after,
.diensten-slider .slides>li .box .togglelink:hover:after{
	color: #fff;
}

.diensten-slider .slides>li .box .toggle.actief:after{
	color: #fff;
	content:"\f068";
}

.diensten-slider .slides>li .box .toggle.actief:hover:after{
	color: #000;
}

/* overlay */

.diensten-slider .slides>li .box .overlay{
	position: absolute;
	padding: 20px 40px 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.diensten-slider .slides>li .box .overlay.actief{
	opacity: 1;
	pointer-events: auto;
}

.diensten-slider .slides>li .box .overlay h3{
	color: #fff;
	margin-bottom: 20px;
}

.diensten-slider .slides>li .box .overlay .menuitems{
	text-align: center;
}

.diensten-slider .slides>li .box .overlay .menuitems li a{
	color: #fff;
	font-size: 12px;
}


/* ==========================================================================
   dienst-slider
============================================================================= */

.pijlers{
	padding: 0;
}

.pijlers h2{
	margin-bottom: 50px;
}

.pijlers.sin{
	margin-bottom: 100px;
	padding-top: 100px;
  border-top: 2px solid #e5e5e5;
}

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

.pijlers ul li{
	text-align: left;
	width: 22%;
}

.pijlers ul li .titel{
	color: #000;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}

.pijlers ul li .titel:before{
	content:"01";
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	display: block;
	color: #000;
	margin: 0 0 20px;
	border-radius: 50%;
	border: 2px solid #000;
}

.pijlers ul li:nth-of-type(2) .titel:before{content:"02";}
.pijlers ul li:nth-of-type(3) .titel:before{content:"03";}
.pijlers ul li:nth-of-type(4) .titel:before{content:"04";}

@media (max-width : 1200px) {
 
.pijlers ul li{
	width: 44%;
	margin: 20px 0;
}

}

@media (max-width : 920px) {
 
.diensten-slider{
	padding: 100px 0;
}

.pijlers.sin{
	margin-bottom: 50px;
	padding-top: 50px;
}

}

@media (max-width : 850px) {
 
.diensten-slider .slides>li .foto{
	display: none;
}

.diensten-slider .slides>li{
	height: auto;
}

.diensten-slider .pijltjes {
  right: 50%;
  position: absolute;
  top: -50px;
  margin-right: -36px;
}

}

@media (max-width : 767px) {
 
.diensten-slider{
	padding: 100px 0 50px;
}

.pijlers ul li{
	width: 100%;
}

.diensten-slider .slides>li .box h3{
	font-size: 18px;
	margin-bottom: 15px;
}

.diensten-slider .slides>li .box .overlay .menuitems li a {
  margin: 3px 0;
  display: inline-block;
}

}


/*==========================================================================
  natural-aging
=============================================================================*/

.natural-blok{
	margin: 100px 0;
}

.natural-blok .links{
	width: 50%;
	height: 420px;
}

.natural-blok .rechts{
	max-width: 350px;
	margin-left: 80px;
}

.natural-blok .rechts h2{
	margin-bottom: 30px;
}

.natural-blok .rechts .tekst{
	margin-bottom: 30px;
}

@media (max-width : 1000px) {
 
.natural-blok{
	margin: 50px 0;
	padding: 0;
}

.natural-blok .links{
	width: 100%;
	height: 35vh;
}

.natural-blok .rechts{
	max-width: 500px;
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}

}

/* ==========================================================================
   more-than
============================================================================= */

.more-than{
	padding: 180px 0;
}

.more-than .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.more-than .links{
	width: 40%;
}

.more-than .rechts{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex: 0 0 600px;
}


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

.more-than .links h2{
	margin-bottom: 25px;
}

.more-than .links ul{
	margin-top: 25px;
}

.more-than .links ul li{
	display: block;
	margin: 2px 0;
}


/* rechts  ===============================================*/

.more-than .rechts .foto{
	object-fit: cover;
	margin: 16px 8px;
}

.more-than .rechts .foto.ft1{
	width: 450px;
	height: 330px;
}

.more-than .rechts .foto.ft2{
	width: 270px;
	height: 230px;
}

.more-than .rechts .foto.ft3{
	width: 300px;
	height: 170px;
	margin-right: 0;
}

@media (max-width : 1200px) {
 
.more-than .links{
	width: 55%;
	padding-right: 5%;
}

.more-than .rechts{
	flex: 0 0 400px;
}

.more-than .rechts .foto.ft1 {
  width: 330px;
  height: 240px;
}

.more-than .rechts .foto.ft2 {
  width: 180px;
  height: 230px;
}

.more-than .rechts .foto.ft3 {
  width: 190px;
  height: 150px;
}

}

@media (max-width : 920px) {
 
.more-than {
  padding: 100px 0;
}

.more-than .container{
	display: block;
}

.more-than .links{
	width: 100%;
	padding-right: 0;
	text-align: center;
	margin-bottom: 30px;
}

.more-than .rechts{
	display: block;
	flex: 0 0 100%;
	text-align: center;
}

.more-than .links ul{
	padding: 25px 15px;
	background-color: #f5f5f5;
}

.more-than .links ul li {
  margin: 5px 0;
}

.more-than .rechts .foto.ft1 {
  width: 100%;
  height: auto;
  margin: 0;
}

.more-than .rechts .foto.ft2,
.more-than .rechts .foto.ft3 {
  display: none;
}

}

@media (max-width : 767px) {
 
.more-than {
  padding: 50px 0;
}

.more-than .links h2{
	font-size: 34px;
}

}

/* ==========================================================================
   nieuwsblok
============================================================================= */

.nieuwsblok{
	padding: 100px 0 180px;
}

.nieuwsblok .container{
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nieuwsblok .row{
	width: 100%;
}

.nieuwsblok .links{
	width: 48%;
}

.nieuwsblok .rechts{
	width: 48%;
}

.nieuwsblok h2{
	margin-bottom: 50px;
}

.nieuwsblok ul.nieuwsgrid li .foto{
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.nieuwsblok .links ul.nieuwsgrid li .foto{
	height: 400px;
}

.nieuwsblok .rechts ul.nieuwsgrid{
	margin: -10px;
}

.nieuwsblok .rechts ul.nieuwsgrid li{
	margin: 10px;
	width: calc(50% - 20px);
}

.nieuwsblok ul.nieuwsgrid li .datum{
	display: block;
	font-size: 12px;
	opacity: .6;
	text-transform: uppercase;
}

.nieuwsblok ul.nieuwsgrid li h4{
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
}

.nieuwsblok .links ul.nieuwsgrid li h4{
	font-size: 18px;
}

.nieuwsblok ul.nieuwsgrid li .inleiding{
	display: -moz-box;
	display: -webkit-box;
	display: box;
	display: -ms-flexbox;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-flex-wrap: wrap;
	box-align: start;
    max-width: 100%;
    height: 94px;
    color: #646363;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* voor-na ===================================================*/

.swiper-voor-na{
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.swiper-voor-na .fotos{
	margin: -10px;
}

.swiper-voor-na .fotos .foto{
	position: relative;
	margin: 10px;
	height: 310px;
	width: calc(50% - 20px);
}

.swiper-voor-na .fotos .foto span{
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px 14px;
}

.swiper-voor-na .inhoud{
	margin-top: 20px;
	max-width: 260px;
}

.swiper-voor-na .inhoud h5{
	font-weight: bold;
	text-transform: uppercase;
}

.swiper-voor-na .pijltjes{
	position: absolute;
	top: 370px;
	right: 0;
}

@media (max-width : 1000px) {
 
.nieuwsblok{
	padding: 50px 0;
}

.nieuwsblok .links{
	width: 100%;
	margin-bottom: 20px;
}

.nieuwsblok .rechts{
	width: 100%;
}

}

@media (max-width : 767px) {
 
.nieuwsblok .rechts ul.nieuwsgrid{
	margin: -10px 0;
}

.nieuwsblok .rechts ul.nieuwsgrid li{
	margin: 10px 0;
	width: 100%;
}

}

@media (max-width : 500px) {
 
.swiper-voor-na .fotos .foto {
  margin: 5px;
  height: 150px;
  width: calc(50% - 10px);
}

.swiper-voor-na .pijltjes {
  top: 192px;
}

}

/*==========================================================================
  Afspraak hanger
=============================================================================*/

.afspraak-maken {
  position:fixed;
  height: 220px;
  right: 0;
  top: 50%;
  z-index: 5;
  background-color: #000;
  -webkit-transform: translate(270px, -50%);
  -moz-transform: translate(270px, -50%);
  transform: translate(270px, -50%);
  transition:all .5s ease-in-out;
}

.afspraak-maken.actief {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.afspraak-maken span {
  position: relative;
  cursor: pointer;
  transform: rotate(270deg);
  display: flex;
  align-items: center;
  width: 70px;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: -70px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  white-space: nowrap
}

.afspraak-maken .inner .foto {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.afspraak-maken .inner .tekst {
  text-align: center;
  color: #fff;
  max-width: 270px;
}

.afspraak-maken .inner h3{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.afspraak-maken .inner a{
  color: #fff;
  display: inline-block;
}

@media (max-width : 1250px) {
 
.afspraak-maken {
  display: none;
}

}

/* ==========================================================================
   Behandelingen detail pagina
============================================================================= */

/* meta  ===============================================*/

.meta{
	padding: 30px 0 0;
}

/* algemeen  ===============================================*/

.algemeen{
	padding: 0;
	margin: 100px 0;
}

.algemeen .container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.algemeen .links{
	width: 28%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.algemeen .links .uitgelicht{
	width: 100%;
 }

.algemeen .rechts{
	max-width: 67%;
}

.algemeen h1{
	margin-bottom: 25px;
	font-size: 30px;
	display: block;
}

.algemeen .label{
	padding: 8px 12px;
	font-size: 11px;
	display: inline-block;
	background-color: #e9f1f4;
	color: #000;
	text-transform: uppercase;
}

.algemeen .links .box-behandelingen{
	background-color: #e9f1f4;
	padding:20px;
}

.algemeen .links .box-behandelingen ul li a:hover{
	opacity: .6;
}

.algemeen .links .box-behandelingen h3{
	font-size: 16px;
}

.prijslijst{
	position: relative;
	margin-bottom: 25px;
	font-size: 14px;
	display: block;
	color: #000;
	text-transform: uppercase;
}

.prijslijst:before{
	content:"\f15b";
	display: inline-block;
	font-family: 'Fontawesome';
	font-size: 14px;
	vertical-align: 0;
	margin-right: 6px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.algemeen h2,
.algemeen h3{
	font-size: 20px;
	text-transform: none;
	margin-bottom: 20px;
}

.algemeen .links ul li{
	display: block;
	margin: 2px 0;
}

.algemeen .cta {
	margin-top: 40px;
	color: #000;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.algemeen .cta .cta-tekst{
	margin-right: 30px;
}

/* Vervolg ===================================================*/

.vervolg{
	padding: 0; 
}

.vervolg .row{
	padding-top: 100px;
	border-top: 2px solid #e5e5e5;
}

.vervolg .row:not(:first-of-type){
	margin-top: 100px;
}

.vervolg .row:last-child{
	margin-bottom: 100px;
}

.vervolg .row .inner {
	width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.vervolg .row .inner h2{
  margin-bottom: 30px;
  font-size: 28px;
}

.vervolg .row .tekst {
	margin-top: 30px;
}

/* media ---------------------------------------*/

.vervolg .row.beh-media .mediawrap{
	margin: -10px;
}

.vervolg .row.beh-media .mediawrap a{
	margin: 10px;
	width: calc(33.3333% - 20px);
	height: 200px;
	position: relative;
}

.vervolg .row.beh-media .mediawrap a.video:after{
	content: "\f03d";
	font-family: 'Fontawesome';
	font-size: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 15px;
}
.vervolg .row.beh-media .mediawrap a:hover{
	opacity: .8;
}

@media (max-width : 768px) {

	.vervolg .row.beh-media .mediawrap{
		margin: -10px 0;
	}
	
	.vervolg .row.beh-media .mediawrap a{
		margin: 10px 0;
		width: 100%;
	}

}

/* behandelingen  ===============================================*/

.behandelingen{
	padding: 0 0 150px;
}

.behandelingen .container{
	border-top: 2px solid #e5e5e5;
}

.behandelingen .container .inner{
	max-width: 780px;
	margin: 0 auto;
}

.behandelingen .container .aank{
	font-size: 28px;
	line-height: 38px;
	padding-top: 150px;
	display: block;
	text-transform: uppercase;
	color: #000;
}

.behandelingen ul li.beh{
	padding: 120px 0 0;
}

.behandelingen .titwrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.behandelingen h2{
	font-size: 20px;
}

.behandelingen .labels{
	display: flex;
	align-items: center;
}

.behandelingen .label{
	padding: 8px 12px;
	font-size: 11px;
	margin-left: 5px;
	background-color: #e9f1f4;
	color: #000;
	text-transform: uppercase;
}

.behandelingen .uitleg h2,
.behandelingen .uitleg h3,
.behandelingen .uitleg h4{
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
	text-transform: none;
}

.behandelingen .padding{
	padding-left: 70px;
}

.behandelingen .cta {
	margin-top: 40px;
	color: #000;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.behandelingen .cta .cta-tekst{
	margin: 15px 30px 15px 0;
}


/* sfeerslider  ===============================================*/

.sfeerslider{
	padding: 0 0 120px;
}

.sfeerslider ul li{
	height: 320px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sfeerslider ul li img{
	min-height: 100%!important;
}

@media (max-width : 1400px) {
 
.sfeerslider ul li{
	height: 250px;
}

}

@media (max-width : 1024px) {
 
.algemeen h1{
	font-size: 26px;
}

}

@media (max-width : 920px) {
 
.algemeen{
	margin: 50px 0;
}

.algemeen .container{
	display: block;
}

.algemeen .links {
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}

.algemeen .rechts {
  max-width: 100%;
}

.behandelingen .container .aank{
	padding: 120px 0 0;
}

.behandelingen .titwrap{
	margin-bottom: 25px;
}

.behandelingen ul li.beh {
  padding: 70px 0 0;
}

.behandelingen .padding {
  padding-left: 25px;
}

.sfeerslider{
	padding: 0 0 50px;
}

.vervolg .row {
  padding-top: 50px;
}

.vervolg .row:not(:first-of-type) {
  margin-top: 50px;
}

.vervolg .row:last-of-type {
	margin-bottom: 50px;
 }

}

@media (max-width : 767px) {

.behandelingen .container .aank{
	padding: 50px 0 0;
	font-size: 24px;
	line-height: 34px;
}

.behandelingen{
	padding: 0 0 70px;
}

.behandelingen ul li.beh {
  padding: 50px 0 0;
}

.behandelingen .titwrap{
	display: block;
}

.behandelingen .titwrap h2{
	display: block;
	margin-bottom: 0;
}

.behandelingen .labels {
  margin-top: 15px;
}

.behandelingen .label {
  margin-left: 0;
  margin-right: 5px;
}

.behandelingen .padding{
	padding-left: 0;
}

.behandelingen .cta{
	margin-top: 20px;
	padding: 30px 20px;
	background-color: #f5f5f5;
	text-align: center;
	justify-content: center;
}

.behandelingen .cta .cta-tekst {
  margin: 0 0 15px 0;
}

.algemeen .cta {
  display: block;
}

.algemeen .cta .cta-tekst{
	width: 100%;
	margin-bottom: 20px;
}

.sfeerslider{
	padding: 0 0 50px;
}

}

@media (max-width : 500px) {
 
.cta span.of{
	display: block;
	margin: 15px 0;
}

}

/* popups opmaak  ===============================================*/

.popup input.gform_button {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
  padding: 10px 20px;
}

.popup input.gform_button:hover {
  background-color: #000;
  color: #ffffff;
  border-color: #000!important;
  opacity: .7;
}

/* ==========================================================================
   Tekst intro
============================================================================= */

.tekst-intro{
	padding: 120px 0 100px;
}

.tekst-intro .container h1{
	margin-bottom: 30px;
}

.tekst-intro .container{
	max-width: 700px;
}

/* ==========================================================================
   colls
============================================================================= */


/* coll2 (fotos links)  ===============================================*/

.coll2-fts-links{
	padding: 0 0 100px;
}

.coll2-fts-links .container{
	max-width: 900px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.coll2-fts-links .fotos{
	position: relative;
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.coll2-fts-links .tekst{
	width: 40%;
}

/* fotoindeling */

.coll2-fts-links .foto{
	object-fit: cover;
	margin: 1%!important;
	display: flex;
}

.coll2-fts-links .foto.ft1{
	width: 56%;
	height: 230px;
}

.coll2-fts-links .foto.ft2{
	width: 42%;
	height: 240px;
	margin-bottom: 20px!important;
}

/* tekst */

.coll2-fts-links .tekst h3{
	font-size: 18px;
	margin-bottom: 10px;
}


/* coll2 (fotos rechts)  ===============================================*/

.coll2-fts-rechts{
	padding: 0 0 100px;
}

.coll2-fts-rechts .container{
	max-width: 900px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.coll2-fts-rechts .fotos{
	position: relative;
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.coll2-fts-rechts .tekst{
	width: 40%;
	text-align: right;
}

/* tekst */

.coll2-fts-rechts .tekst h3{
	font-size: 18px;
	margin-bottom: 10px;
}


/* fotoindeling */

.coll2-fts-rechts .foto{
	object-fit: cover;
	margin: 1%!important;
	display: flex;
}

.coll2-fts-rechts .foto.ft1{
	width: 45%;
	height: 250px;
}

.coll2-fts-rechts .foto.ft2{
	width: 47%;
	height: 180px;
	margin-bottom: 20px!important;
}

/* coll2 (foto links)  ===============================================*/

.coll2-ft-links{
	padding: 0 0 100px;
}

.coll2-ft-links .container{
	max-width: 900px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.coll2-ft-links .even{
	align-items: stretch;
}

.coll2-ft-links .foto{
	position: relative;
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.coll2-ft-links .tekst{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0;
}

.coll2-ft-links ul{
	margin-bottom: 0;
}

/* smalfoto optie */

.smalfoto.coll2-ft-links .foto{
	width: 35%;
}

.smalfoto.coll2-ft-links .tekst{
	width: 55%;
}

/* fotoindeling */

.coll2-ft-links .foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* tekst */

.coll2-ft-links .tekst h3,
.coll2-ft-links .tekst h2{
	font-size: 18px;
	margin-bottom: 10px;
}

/* slot  ===============================================*/

.slot{
	padding: 0 0 100px;
}

.slot .container{
	max-width: 700px;
}

.slot h2,
.slot h3{
	font-size: 18px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Beautique
============================================================================= */

/* reserveren */

.reserveren{
	padding: 0 0 100px;
}

.reserveren .container{
	max-width: 700px;
}

.reserveren .container h2{
	font-size: 30px;
	margin-bottom: 30px;
}

.reserveren .info {
  padding: 8px 12px;
  font-size: 11px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #e9f1f4;
  color: #000;
  text-transform: uppercase;
}

.reserveren .container .inner{
	padding: 50px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.reserveren .container .inner .gform_wrapper input.gform_button {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
  padding: 10px 20px;
}

.reserveren .container .inner .gform_wrapper input.gform_button:hover {
  background-color: #000;
  color: #ffffff;
  border-color: #000!important;
  opacity: .7;
}

/* logoslider */

#logoslider{
	width: 100%;
}

#logoslider ul li a{
	position: relative;
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}

#logoslider ul li a:hover{
	opacity: .7;
}

#logoslider ul li img{
	  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* pijltjes */

#logoslider .pijltjes{
	position: absolute;
	right: 0;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logoslider .pijltjes span{
	border:none;
	background-color: transparent!important;
}

#logoslider .pijltjes span.slide-prev{
	margin-left: -40px;
}

#logoslider .pijltjes span.slide-next{
	margin-right: -40px;
}

#logoslider .pijltjes span:after{
	color: #000!important;
}

#logoslider .pijltjes span:hover:after{
	opacity: .7;
}

/* ==========================================================================
   Barbeau
============================================================================= */

.barbeau.tekst-intro{
	text-align: center;
}

.barbeau.tekst-intro img{
	width: 100%;
	max-width: 160px;
	margin-bottom: 20px;
}

.barbeau.tekst-intro a.browbarkaart{
	
	margin-top: 20px;
}


/* ==========================================================================
   premium 
============================================================================= */

.premium .prijslijst{
	margin: 20px 0 0;
}

@media (max-width : 1024px) {
 
.coll2-ft-links .even{
	align-items: center;
}

}

@media (max-width : 920px) {
 
.tekst-intro {
  padding: 100px 0 100px;
  text-align: center;
}

.coll2-fts-links {
  padding: 0 0 40px;
}

.coll2-fts-links .container,
.coll2-ft-links .container{
	display: block;
}

.coll2-fts-links .fotos{
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.coll2-fts-links .tekst,
.smalfoto.coll2-ft-links .tekst{
	width: 100%;
	text-align: center;
}

.coll2-fts-links .foto.ft1,
.coll2-fts-rechts .foto.ft1,
.smalfoto.coll2-ft-links .foto{
	width: 100%;
	height: auto;
}

.coll2-fts-links .foto.ft2,
.coll2-fts-rechts .foto.ft2{
	display: none;
}

.coll2-fts-rechts .container{
	flex-direction: column;
}

.coll2-fts-rechts .fotos,
.coll2-ft-links .foto{
	width: 100%;
	display: block;
	margin-bottom: 40px;
	order: 1;
}

.coll2-fts-rechts .tekst{
	width: 100%;
	text-align: center;
	order: 2;
}

.coll2-ft-links .tekst{
	width: 100%;
	padding: 0;
}

.slot{
	text-align: center;
}

.reserveren #logoslider .pijltjes{
	width: 90%;
	right: 5%;
}

}

@media (max-width : 767px) {
 
.tekst-intro {
  padding: 50px 0 50px;
}

.tekst-intro .container h1{
	font-size: 24px;
}

.coll2-fts-rechts,
.coll2-ft-links,
.slot {
  padding: 0 0 50px;
}

.reserveren{
	padding: 0 0 50px;
}

.reserveren .container h2 {
  font-size: 24px;
}

.reserveren .container .inner{
	padding: 20px;
}

}

@media (max-width : 500px) {
 
.reserveren #logoslider .pijltjes{
	width: 80%;
	right: 10%;
}

}

/* ==========================================================================
   Nieuwsbericht
============================================================================= */

.nieuws-titel{
	padding: 100px 0 50px;
}

.nieuws-titel h1{
	font-size: 30px;
}

.nieuws-titel .container{
	max-width: 700px;
}

.nieuws-inhoud{
	padding: 0 0 100px;
}

.nieuws-inhoud .container{
	max-width: 700px;
}

.nieuws-inhoud .blok{
	margin: 30px 0;
}

.nieuws-inhoud .blok:first-of-type{
	margin-top: 0;
}

.nieuws-inhoud .blok:last-of-type{
	margin-bottom: 0;
}

.nieuws-inhoud .blok.foto img{ 
	display: block;
	width: 100%;
}

@media (max-width : 767px) {
 
.nieuws-titel {
  padding: 70px 0 50px;
}

.nieuws-titel h1 {
  font-size: 24px;
}

}

/* ==========================================================================
   Archief
============================================================================= */


.archief{
	padding:  100px 0;
}

.archief h1{
	font-size: 30px;
	margin-bottom: 50px;
}

.archief ul.grid{
	margin: -1%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.archief ul.grid > li{
	width: 31.3333%;
	margin: 1%;
}

.archief ul.grid > li > a{
	padding: 30px;
	min-height: 150px;
	display: block;
	background-color: #f5f5f5;
}

.archief ul.grid > li > a:hover{
	opacity: .8;
}

.archief ul.grid > li > a .beh{
	display: block;
	margin-top: 5px;
}

.archief ul.grid > li > a .beh span{
	display: inline-block;
	font-size: 11px;
	margin-right: 2px;
	position: relative;
	color: #646363;
}

.archief ul.grid > li > a .beh span:not(:last-of-type):after{
	content:",";
}

/* nieuws */

.archief ul.grid > li.nieuws .datum{
	opacity: .5;
	margin-bottom: 3px;
}

.archief ul.grid > li.nieuws a{
	min-height: 150px;
}

/* behandelingen */

.archief ul.menu{
	margin: -12px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.archief ul.menu > li{
	width: calc(25% - 24px);
	margin: 12px;
	padding: 30px;
	background-color: #f5f5f5;
}

.archief ul.menu > li > a{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.archief ul.menu > li.compl > .sub-menu > li:not(:first-of-type){
	margin-top: 20px;
}

.archief ul.menu > li.compl > .sub-menu > li > a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.archief ul.menu > li:not(.compl) > .sub-menu > li > a,
.archief ul.menu > li > .sub-menu > li > .sub-menu > li > a{
	font-size: 12px;
	color: #646363;
	display: inline-block;
}

.archief ul.menu > li:not(.compl) > .sub-menu > li > a:hover,
.archief ul.menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.archief ul.menu > li:not(.compl) > .sub-menu > li.current-menu-item > a,
.archief ul.menu > li > .sub-menu > li > .sub-menu > li.current-menu-item > a{
	font-size: 12px;
	color: #000;
}

@media (max-width : 920px) {
 
.archief{
	padding:  50px 0;
}

.archief ul.menu > li{
	width: calc(50% - 24px);
}

.archief ul.grid > li{
	width: 48%;
	margin: 1%;
}

.archief ul.menu > li:not(.compl) > .sub-menu > li > a,
.archief ul.menu > li > .sub-menu > li > .sub-menu > li > a{
	margin-bottom: 5px;
}


}

@media (max-width : 767px) {

.archief h1 {
  font-size: 24px;
  margin-bottom: 50px;
}

.archief {
  padding: 50px 0;
}

.archief ul.menu{
	margin: -12px 0;
}

.archief ul.menu > li{
	width: 100%;
	margin: 12px 0;
}
 
.archief ul.grid > li{
	width: 98%;
	margin: 1%;
}

}

/* ==========================================================================
   Over ons
============================================================================= */

.over-ons{
	padding: 120px 0 100px;
}

.over-ons .container{
	max-width: 800px;
}

/* indelingen  ===============================================*/

.over-ons .inleiding h1{
	margin-bottom: 20px;
	font-size: 28px;
}

.over-ons .inleiding .verwijzing{
	background-color: #000;
	padding:20px;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}

.over-ons .inleiding .verwijzing a{
	color: #fff;
}

.over-ons h2{
	font-size: 20px;
	margin-bottom: 20px;
}

.over-ons .boven{
	margin: 100px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.over-ons.huidanalyse .boven{
	margin: 100px 0 0;
}

.over-ons .boven .kol1{
	width: 30%;
}

.over-ons .boven .kol2{
	width: 60%;
}

.over-ons .foto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.over-ons .onder{
	margin: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.over-ons .onder .kol1{
	width: 60%;
}

.over-ons .onder .kol2{
	width: 30%;
}

.over-ons .over-slot img{
	display: block;
	width: 100%;
	margin-top: 50px;
}

/* teamgrid  ===============================================*/

.team{
	padding: 0 0 100px;
}

.team h2{
	margin-bottom: 50px;
	text-align: center;
}

.team .teamgrid{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -1.5%;
}

.team .teamgrid li{
	position: relative;
	width: 22%;
	height: 280px;
	margin: 1.5%;
}

.team .teamgrid li img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.team .teamgrid li .balk{
	padding: 12px 16px;
	background-color: #fff;
	position: absolute;
	line-height: 16px;
	right: -10px;
	bottom: -10px;
	width: 90%;
	box-shadow: 0 0px 40px 0 rgba(0, 0, 0, .1);
}

.team .teamgrid li .balk .naam{
	color: #000;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}

.team .teamgrid li .balk .functie{
	font-size: 10px;
}

.team .teamgrid li .balk .locatie{
	font-size: 10px;
	color: #000;
}

@media (max-width : 1024px) {
 
.over-ons .boven{
	align-items: center;
}

}

@media (max-width : 920px) {
 
.over-ons{
	padding: 100px 0 100px;
}

.over-ons .boven,
.over-ons .onder {
  display: block;
}

.over-ons .boven .kol1,
.over-ons .onder .kol1 {
  width: 100%;
  margin-bottom: 40px;
}

.over-ons .boven .kol2,
.over-ons .onder .kol2 {
  width: 100%;
}

.team .teamgrid li {
  width: 30%;
}

}

@media (max-width : 767px) {
 
.over-ons {
  padding: 50px 0 50px;
}

.over-ons .inleiding h1 {
  font-size: 24px;
}

.team {
  padding: 0 0 50px;
}

.over-ons .boven,
.over-ons .onder {
  margin: 50px 0;
}

.team .teamgrid li {
  width: 47%;
}

.team .teamgrid li .balk {
  right: -0;
  bottom: -0;
  width: 90%;
  box-shadow: none;
}

}

@media (max-width : 500px) {
 
.team .teamgrid li {
  width: 100%;
}

}

/* ==========================================================================
   Contact	
============================================================================= */

.contact{
	padding: 0 0 100px;
}

.contact .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.tekst-intro.cont{
	padding-bottom: 50px;
}

.tekst-intro.cont .container{
	max-width: 1100px;
}

.contact .container .links{
	width: 55%;
	padding-bottom: 30px;
}

.contact .container .rechts{
	width: 35%;
	margin-top: -100px;
}

/* formulier */

.contact .container .links .formulier{
	padding: 25px;
	background-color: #f5f5f5;
}

.contact .container .links .formulier .gform_wrapper input.gform_button {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
  padding: 10px 20px;
}

.contact .container .links .formulier .gform_wrapper input.gform_button:hover {
  background-color: #000;
  color: #ffffff;
  border-color: #000!important;
  opacity: .7;
}

/* gegevens */

.contact .container .links .gegevens{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.contact .container .links .geg{
	padding: 25px;
	background-color: #f5f5f5;
	width: 48%;
}

/* openingsuren */

.open{
	position: relative;
	margin-bottom: 30px;
	padding: 25px;
   background: #f5f5f5;
}

.open h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.open h4{
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-top: 10px;
}

.open h4:after {
  content: "\f107";
  font-size: 14px;
  vertical-align: -0;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  font-family: 'Fontawesome';
}

.open .actief h4:after {
  content: "\f106";
}

.open .plaats{
	position: relative;
}

.open ul{
	position: absolute;
	top: 25px;
	left: 0;
	box-shadow: 0 0px 40px 0px rgba(0, 0, 0, .1);
	padding: 25px;
	background-color: #fff;
	z-index: 2;
	display: none;
}

.open .actief ul{
	display: block;
}

.open ul li > div{
	display: inline-block;
}

.open ul li .dag{
	width: 100px;
}

/* full */

.open .full ul{
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
	padding: 0;
	background-color: transparent;
	z-index: 2;
	display: block;
	margin-top: 10px;
}

@media (max-width : 1024px) {
 
.contact .container .links{
	padding-bottom: 0;
}

}

@media (max-width : 920px) {
 
.contact .container{
	display: block
}

.contact .container .links{
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.contact .container .rechts{
	width: 100%;
	margin-top: 30px;
}

}

@media (max-width : 767px) {
 
.contact {
  padding: 0 0 50px;
}

.open ul {
  padding: 20px;
}

.open ul li > div{
	font-size: 10px;
}

.open ul li .dag{
	width: 75px;
}

}

/* ==========================================================================
   GDPR REQUEST
============================================================================= */

.page-id-3856 #wrapper{
	padding: 5%;
}

.page-id-3856 #wrapper .fancybox-overlay{
	display: none!important;
}

.page-id-3856 #wrapper form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto; 
  padding: 20px;
  background-color: #fff;
}

.page-id-3856 #wrapper input[type=email] {
  float: none;
  width: 100%;
  max-width: none!important;
  height: 50px;
  padding: 8px!important;
  font-size: 16px;
  background-color: #f6f6f6!important;
  border:none!important;
}

input[type=email] {max-width: none!important;}

.page-id-3856 #wrapper label {
  font-size: 12px;
  line-height: 16px;
  padding-left: 24px;
  display: inline-block!important;
}

.page-id-3856 #wrapper input[type=email] {
  margin-bottom: 0!important;
}

.page-id-3856 #wrapper input[type=checkbox] {
  opacity: 1!important;
  width: auto!important;
  -webkit-appearance: checkbox!important;
  position: absolute!important;
  height: auto!important;
  margin: 0!important;
  margin-right: 4px!important;
  margin-top: 2px!important;
  display: inline;
  float: left;

}

.page-id-3856 #wrapper input[type="submit"] {
  border-radius: 0;
  padding: 12px 20px;
  margin-top: 0!important;
  color: #fff;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000;
}

.page-id-3856 #wrapper input[type="submit"]:hover {
  color: #fff;
  background-color: #3c3c3b;
}

.page-id-3856 #wrapper .x-text h3{
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 28px;
}

.gdpr_comments_table{
  padding: 100px!important;
}


/*==========================================================================
  overzicht tarieven
=============================================================================*/

.overzicht-tarieven h1{
	margin-bottom: 50px;
}

.overzicht-tarieven .filters{
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -10px -10px;
}

.overzicht-tarieven .filters .filter-item{
	padding: 30px;
	  background-color: #f5f5f5;
	  color: #000;
	  width: calc(33.333% - 20px);
	  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 10px;
  font-weight: bold;
  cursor: pointer;
}



.overzicht-tarieven .filters .filter-item.actief,
.overzicht-tarieven .filters .filter-item:hover{
	  background-color: #000;
	  color: #fff;
}

.overzicht-tarieven .tariefbox {
	border:1px solid #ccc;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: none;
}

.overzicht-tarieven .tariefbox.actief {
	display: block;
}

.overzicht-tarieven .tariefbox h2{
	font-size: 24px;
	margin-bottom: 30px;
}

.overzicht-tarieven .tariefbox h4 {
	margin-top: 35px;
	cursor: pointer;
 }

 .overzicht-tarieven .tariefbox h4:hover {
	opacity: .7;
 }

 .overzicht-tarieven .tariefbox h4:after {
	content: "\f107";
	padding-left: 2px;
	font-family: 'Fontawesome';
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
 }

 .overzicht-tarieven .tariefbox h4.actief:after {
	content: "\f106";
 }

 .overzicht-tarieven .tariefbox h4:first-child {
	margin-top: 0;
 }

 .overzicht-tarieven .tariefbox .tekst > ul{
	display: none;
}

.overzicht-tarieven .tariefbox .tekst h4.actief + ul {
	display: block;
 }

.overzicht-tarieven .tariefbox .tekst > ul > li{
	font-size: 18px;
	color: #000;
}

.overzicht-tarieven .tariefbox .tekst > ul > li:not(:last-of-type){
	margin-bottom: 20px;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul{
	margin-top: 10px;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul > li{
	font-size: 16px;
	color: #000;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul > li:not(:last-of-type){
	margin-bottom: 10px;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul > li > ul{
	margin-top: 5px;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul > li > ul > li{
	font-size: 14px;
	color: #646363;
	padding-left: 13px;
}

.overzicht-tarieven .tariefbox .tekst > ul > li > ul > li > ul > li:before{
	background-color: #646363;
	width: 4px;
	height: 4px;
	left: 0px;
	top: 10px;
}

@media (max-width : 768px) {

	.overzicht-tarieven .filters{
		margin: -10px 0;
	}
	
	.overzicht-tarieven .filters .filter-item{
		  width: 100%;
	  margin: 10px 0;
	}

}

/*==========================================================================
	hoofdp-inleiding
=============================================================================*/

.hoofdp-inleiding{
	padding: 0;
	margin: 50px 0 70px;
}

.hoofdp-inleiding .row:nth-of-type(1){
	margin-bottom: 50px;
}

.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(1){
	width: 47%;
	font-size: 16px;
	line-height: 1.7;
}

.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(1) .k1{
	margin-top: 50px;
}

.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(1) .k1:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
	opacity: .7;
}

.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(2){
	width: 47%;
}

.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(2) .media{
	width: 100%;
	height: 100%;
	max-height: 400px;
}

.diensten-lijst{
	background-color: #efefef;
	padding: 50px;
	margin-top: 35px;
}

.diensten-lijst ul li{
	margin: 3px;
}

.diensten-lijst ul li a{
	font-weight: bold;
	position: relative;
	font-size: 16px;
}

.diensten-lijst ul li a:after{
	content:"-";
	position: relative;
	display: inline-block;
	margin: 0 0 0 6px;
}

.diensten-lijst ul li:last-of-type a:after{
	display: none;
}

.diensten-lijst ul li a span{
	display: inline-block;
	line-height: 1.2;
	border-bottom: 1px solid #000;
}

.diensten-lijst ul li a span:hover{
	opacity: 0.8;
}

@media (max-width : 1000px) {

	.hoofdp-inleiding{
		padding: 0;
		margin: 50px 0 50px;
	}

	.hoofdp-inleiding h1{
		font-size: 28px;
	}
	
	.hoofdp-inleiding .row:nth-of-type(1){
		margin-bottom: 30px;
	}
	
	.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(1){
		width: 100%;
		margin-bottom: 30px;
	}
	
	.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(1) .k1{
		margin-top: 30px;
	}
	
	.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(2){
		width: 100%;
	}
	
	.hoofdp-inleiding .row:nth-of-type(2) .col:nth-of-type(2) .media{
		width: 100%;
		height: 40vh;
	}
	
	.diensten-lijst{
		padding: 5%;
		margin-top: 30px;
	}

}

/* hoofdp-inhoud ===================================================*/

.hoofdp-inhoud{
	padding: 70px 0;
	margin: 70px 0;
	border-bottom: 3px solid #efefef;
	border-top: 3px solid #efefef;
}

.hoofdp-inhoud .container{
	max-width: 900px;
}

.hoofdp-inhoud .item:not(:last-of-type){
	margin-bottom: 70px;
}

.hoofdp-inhoud .item h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.hoofdp-inhoud .row .col:nth-of-type(1){
	width: 56%;
} 

.hoofdp-inhoud .row .col:nth-of-type(2){
	width: 38%;
	height: 380px;
	position: relative;
} 

.hoofdp-inhoud .row .col:nth-of-type(2) .media{
	width: 100%;
	height: 100%;
}

@media (max-width : 1000px) {

	.hoofdp-inhoud{
		padding: 50px 0;
		margin: 50px 0;
		border-bottom: 1px solid #efefef;
		border-top: 1px solid #efefef;
	}
	
	.hoofdp-inhoud .item:not(:last-of-type){
		margin-bottom: 50px;
	}
	
	.hoofdp-inhoud .row .col:nth-of-type(1){
		width: 100%;
		order: 1!important;
		margin-top: 0!important;
	} 
	
	.hoofdp-inhoud .row .col:nth-of-type(2){
		width: 100%;
		height: 40vh;
		order: 2!important;
		margin-top: 30px!important;
	} 

}

/* pijlers ===================================================*/

.pijlers.hoofdp{
	padding: 0;
	margin: 70px 0;
}

@media (max-width : 1000px) {

	.pijlers.hoofdp{
		padding: 0;
		margin: 70px 0;
	}

}

/* indelingen ---------------------------------------*/


/* skin */
.page-id-4687 .hoofdp-inhoud .item:nth-of-type(1) .row .col:nth-of-type(1){
	margin-top: 30px;
} 
.page-id-4687 .hoofdp-inhoud .item:nth-of-type(1) .row .col:nth-of-type(2){
	order: -1;
} 

.page-id-4687 .hoofdp-inhoud .item:nth-of-type(2) .row .col:nth-of-type(2){
	margin-top: 30px;
} 

.page-id-4687 .hoofdp-inhoud .item:nth-of-type(3) .row .col:nth-of-type(1){
	margin-top: 30px;
} 
.page-id-4687 .hoofdp-inhoud .item:nth-of-type(3) .row .col:nth-of-type(2){
	order: -1;
} 


/* body */

.page-id-4714 .hoofdp-inhoud .item:nth-of-type(1) .row .col:nth-of-type(2){
	margin-top: 30px;
} 


.page-id-4714 .hoofdp-inhoud .item:nth-of-type(2) .row .col:nth-of-type(1){
	margin-top: 30px;
} 
.page-id-4714 .hoofdp-inhoud .item:nth-of-type(2) .row .col:nth-of-type(2){
	order: -1;
} 

/*==========================================================================
	searchform
=============================================================================*/

#searchform{
	position: relative;
}

#searchform .searchwrap{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#searchform .searchwrap input{
	width: 262px;
	padding: 8px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #000;
}

#searchform .submit{
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: 0;
	line-height: 50px;
	background-color: #000;
}

#searchform .submit:after {
	content: "\f002";
	font-size: 16px;
	vertical-align: -1px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-family: 'Fontawesome';
 }

 /* pagina ===================================================*/

 .search-results .intro-standard h1{
	margin-bottom: 30px;
 }

 .search-results .zoek-inhoud {
	padding-top: 0;
 }

 .search-results .grid{
	 display: flex;
  flex-wrap: wrap;
  align-items: stretch;
	 margin: -12px;
	 margin-top: 30px;
 }

 .search-results .grid li{
	width: calc(33.3333% - 24px);
	margin: 12px;
	padding: 30px;
	background-color: #f5f5f5;
 }

 @media (max-width : 768px) {
	
	
	.search-results .grid li{
		width: 100%;
		margin: 12px;
	 }
 
 }

 .melding-notice{
	 position: relative;
	 padding: 10px 0;
 }

 /*==========================================================================
	 cadeaubonnen
 =============================================================================*/

 .cadeaubon-inhoud .container{
	max-width: 900px;
 }

 .cadeaubon-inhoud .tekst-1{
	margin-bottom: 20px;
 }

 .cadeaubon-inhoud .tekst-2{
	margin-top: 50px;
 }

 .cadeaubon-inhoud .tekst h2{
	font-size: 24px;
	margin: 30px 0 15px;
 }