/*
Theme Name: Jansen Bouwontikkeling
Theme URI: https://www.jansenbouwontwikkeling.nl/
Description: Jansen Bouwontikkeling - Template
Author: Product Plus
Author URI: http://www.productplus.nl
Version: 1.0
Tags: Productplus, Jansen Bouwontikkeling
*/

:root {
	--primary: #001a85;
	--accent: #e07200;
	--font: #00001e;
	--background: #ebf2ff;
	--light-blue: #0042d9;
}

html{
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Inter';
	font-size: 16px !important;
	font-weight: 300;
	line-height: 25px;
	background: #FFF;
	color: var(--font);
	letter-spacing: 0.5px;
	overflow-x: hidden;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--font);
	font-weight: 700;
}	

h1 {
	font-size: 27px;
	line-height: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	font-size: 23px;
	line-height: 30px;
}

h3 {
	font-size: 19px;
	line-height: 25px;
}

h4 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
}

h5, h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

a{
	color: var(--light-blue);
}

a:hover{
	color: var(--primary);
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

:focus{
	outline: none!important;
	box-shadow: none!important;
}

a.btn{
	background-color: var(--primary);
	border: solid var(--primary) 1px;
	color: #fff !important;
	border-radius: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 60px 12px 20px;
}

a.btn.back{
	padding: 12px 20px 12px 60px;
	margin-top: 30px;
}

a.btn:after{
	content: '\f0a9';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 20px;
    top: 9px;
    font-weight: 100;
    font-size: 18px;
}

a.btn.back:after{
	display: none;
}

a.btn:hover{
	background-color: transparent;
	color: var(--primary) !important;
}

a.back:before{
	content: '\f0a8';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 20px;
    top: 9px;
    font-weight: 400;
    font-size: 18px;
}

section.empty{
	height: 220px;
}

section.empty.single-empty{
	height: 100px;
}

section.archive > .bg,
section.page > .bg{
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-right: 200px;
	height: 150px;
}

section.fp_projecten .bg{
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin-right: 200px;
	height: 150px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0.5) 100%);
}

/*******************/
/***** HEADER ******/
/*******************/

section.header .img img{
	width: 100%;
	height: auto;
}
section.header.nieuws-single img{
	width: 80%;
	height: auto;
	display: block;
	margin: auto;
}
.mobile-bar,
.mobile-list { 
	display: none; 
}

body.single-projecten header section.header{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 80vh;
}

body.page-id-2 header section.header {
	position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

body.page-id-2 header section.header img {
	width: 100%;
	height: auto;
}

body.single-projecten header section.header img{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

body.single-projecten header section.header img {
	width: auto;
	height: auto;
}

header section.header .hdtitle{
	position: absolute;
    height: 100%;
    top: 0;
    color: #fff;
    font-size: 65px;
    line-height: 80px;
    font-weight: 700;
}

header section.menu-bar{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	z-index: 1;
}

section.grijs + footer{
	margin-top: -80px !important;
}

section.puntjes + footer{
	margin-top: 80px;
} 

section + section.puntjes,
section.grijs + section.puntjes{
	margin: 140px 0;
}

section.grijs + section.gallerij{
	padding-top: 80px;
}

.project-content > section.grijs:first-child{
	margin-top: -80px;
}

header section.menu-bar.single-menubar{
	position: relative;
}
header section.header.nieuws-single{
	margin-top: 40px;
}

header a img {
	width: 250px;
	height: auto;
}

/*******************/
/******* MENU ******/
/*******************/

header section.menu-bar{
	padding: 10px 0;
}

header section.menu-bar ul.desktop{
	list-style: none;
	padding: 0;
	margin: 0;
}

header section.menu-bar ul.desktop li{
	display: inline-block;
	position: relative;
	padding: 30px;
	font-weight: 700;
}

header section.menu-bar ul.desktop li.menu-item-has-children{
	padding-right: 50px;
}

header section.menu-bar ul.desktop li.menu-item-has-children:hover:after{
	content: '\f077';
	color: var(--accent);
}

header section.menu-bar ul.desktop li.menu-item-has-children:after{
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	color: var(--primary);
	position: absolute;
	right: 20px;
    top: 31px;
}

header section.menu-bar ul.desktop li a{
	color: var(--primary);
}

header section.menu-bar ul.desktop li:hover > a{
	color: var(--accent);
}

header section.menu-bar ul.desktop li ul.sub-menu{
	display: none;
	padding: 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

header section.menu-bar ul.desktop li:hover ul.sub-menu{
	display: block;
	position: absolute;
	left: 10px;
	top: 75px;
	background-color: #fff;
	padding-top: 3px;
}

header section.menu-bar ul.desktop li ul.sub-menu li{
	display: block;
	border-bottom: var(--primary) solid 1px;
	margin: 0 20px;
	padding: 10px;
	white-space: nowrap;
}

header section.menu-bar ul.desktop li ul.sub-menu li:last-of-type{
	border: none;
}

header section.menu-bar ul.desktop li:hover ul.sub-menu{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
	z-index: 100;
	animation-name: menu-moveup;
	animation-duration: 0.5s;
	opacity: 1;
	display: block;
}

@keyframes menu-moveup {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*******************/
/**** FRONTPAGE ****/
/*******************/

section.fp_projecten{
	position: relative;
	margin-top: -100px;
	padding-top: 20px;
}

section.fp_projecten .line{
	position: absolute;
	width: 85%;
	content: '';
	border-bottom: dotted 3px var(--accent);
	border-radius: 100%;
	margin: 50px 0;
}

section.woningtypes h2, 
section.specificaties h2,
section.nieuws h2,
section.fp_projecten h2{
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
    margin-top: -15px;
}

section.specificaties h2{
	margin-top: 0;
}

section.fp_projecten h2{
	margin-bottom: 15px;
}

section.nieuws h2{
	margin-top: 0;
}

section.fp_projecten .owl-carousel .item{
	position: relative;
	padding-bottom: 50px;
}

section.fp_projecten .owl-carousel .item:hover .content{
	background-color: var(--primary);
}

section.fp_projecten .owl-carousel .item .img-wrapper{
	height: 200px;
}

section.fp_projecten .owl-carousel .item .content{
	background-color: var(--accent);
	color: #fff;
	padding: 8px 30px 6px 15px;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 85%;
}

section.fp_projecten .owl-carousel .item .content i{
	position: absolute;
    right: 20px;
    bottom: 25px;
    font-size: 21px;
}

section.fp_projecten .owl-carousel .item .content h3{
	color: #fff;
	margin-bottom: 0;
}

section.fp_projecten a.btn{
	margin-top: 20px;
}

section.intro h1{
	text-transform: none;
	letter-spacing: 2px;
	font-size: 31px;
	font-weight: 700;
}

section.video .desc,
section.intro .content{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -ms-column-rule: none;
    -o-column-rule: none;
    column-rule: none;
}

section.quote{
	margin: 80px 0;
}

section.quote .dots-wrapper{
	position: relative;
}

section .dots-wrapper .row{
	width: 100%;
}

section.pb_tekstveld .dots-wrapper .ltb,
section.pb_tekstveld .dots-wrapper .ltt{
	position: absolute;
	top: -50px;
	left: -100px;
}

section.pb_tekstveld .dots-wrapper .rbt,
section.pb_tekstveld .dots-wrapper .rbb{
	position: absolute;
	bottom: -50px;
	right: -100px;
}

section.quote .dots-wrapper .ltb,
section.quote .dots-wrapper .ltt{
	position: absolute;
	top: 0;
	left: 50px;
}

section.quote .dots-wrapper .lbt,
section.quote .dots-wrapper .lbb{
	position: absolute;
	bottom: 0;
	left: 50px;
}

section.quote .dots-wrapper .rbt,
section.quote .dots-wrapper .rbb{
	position: absolute;
	bottom: 0;
	right: 50px;
}

section.quote .dots-wrapper .rtt,
section.quote .dots-wrapper .rtb{
	position: absolute;
	top: 0;
	right: 50px;
}

section.quote span{
	font-size: 40px;
	color: var(--primary);
	width: 50%;
	line-height: 75px;
	text-align: center;
	margin: 70px 0;
	letter-spacing: 1.5px;
	font-weight: 700;
}

section.nieuws{
	padding: 50px 0;
	background-color: var(--background);
}

section.nieuws .item{
	margin-bottom: 30px;
}

section.nieuws .content .title{
	background-color: var(--primary);
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: -40px;
	margin-left: 35px;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

section.nieuws .content .title h2{
	color: #fff;
	font-size: 17px;
	margin-bottom: 0;
	text-transform: none;
}

section.nieuws .content .desc{
	color: var(--font);
}

section.nieuws .content{
	position: relative;
	padding: 75px 40px;
	z-index: 1;
	background-color: #fff;
}

section.nieuws a.btn{
	margin-top: 20px;
}

section.category span{
	font-size: 20px;
}

section.category .desc{
	margin-top: 20px;
}

section.category h1{
	margin-bottom: 10px;
}

/*******************/
/******* PAGE ******/
/*******************/

section.archive,
section.page{
	padding-top: 50px;
	margin-top: -100px;
	position: relative;
}
section.page{
	margin-top: 0;
}
section.page.projecten .txt-blok .wrapper {
    position: relative;
}

section.page .thumbnail img{
	width: 100%;
	height: auto;
	align-self: center;
	padding-left: 40px;
}

/*******************/
/**** PROJECTEN ****/
/*******************/

section.filters{
	background-color: var(--primary);
	color: #fff;
	padding: 30px 0;
}

section.filters .title{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	font-size: 21px;
}

section.filters ul.filters{
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

section.filters ul.filters li.filter{
	margin-bottom: 0;
}

form.searchandfilter ul li{
	padding: 0;
	display: inline-block;
}

form.searchandfilter ul ul li.sf-level-0,
form.searchandfilter ul li.sf-field-reset{
	border: solid 1px #fff;
	display: inline-block;
	padding: 7px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

form.searchandfilter ul li.sf-field-reset a{
	color: #fff;
}

form.searchandfilter ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

/* form.searchandfilter ul > li:last-of-type{
	display: none;
}  */

form.searchandfilter ul li.sf-field-reset label{
	margin-bottom: 0;
	display: inline-block;
}


form.searchandfilter ul ul li.sf-level-0 label{
	padding-left: 0;
}

form.searchandfilter ul ul li.sf-level-0 label:hover,
form.searchandfilter ul li.sf-field-reset label:hover{
	cursor: pointer;
}

form.searchandfilter ul ul li.sf-level-0:hover,
form.searchandfilter ul li.cat-item:hover,
form.searchandfilter ul li.sf-field-reset:hover{
	background-color: #fff;
	color: var(--primary);
	cursor: pointer;
}

form.searchandfilter ul ul li.sf-level-0 a,
form.searchandfilter ul li.sf-field-reset:hover a{
	color: var(--primary);
}

section.filters ul li input[type="submit"]{
	display: none;
}

form.searchandfilter ul ul li.sf-level-0 input,
section.filters form.searchandfilter ul li.cat-item input{
	display: none;
}

section.filters form.searchandfilter{
	display: inline-block;
	margin-bottom: 0;
	margin-top: 10px;
}

form.searchandfilter ul ul li.sf-level-0.sf-option-active,
section.filters ul.filters li.selected{
	background-color: #fff;
	color: var(--primary);
}

section.filters ul ul li.checked:after,
section.filters ul.filters li.selected:after{
	content: '\f00d';
	font-family: 'Font Awesome 5 Pro';
	color: var(--primary);
	padding-left: 10px;
}

section.projecten{
	padding: 50px 0;
}

section.projecten.vac{
	padding-top: 0;
}

section.projecten .project.selected,
section.nieuws .item.selected{
	display: flex !important;
}

section.nieuws .img-wrapper{
	min-height: 200px;
	max-height: 200px;
}

section.projecten .project .img-wrapper{
	max-height: 250px;
	overflow: hidden;
}

section.projecten .project .img-wrapper img,
section.nieuws .img-wrapper img,
section.projecten .project .img-wrapper{
	min-height: 250px;
	max-width: 100%;
	height: auto;
}

section.info .img-wrapper, section.makelaar .img-wrapper,
.bg-image,
section.fp_projecten .owl-carousel .item .img-wrapper,
section.projecten .project .img-wrapper,
section.nieuws .img-wrapper{
	background: 50% 50%/cover no-repeat;
}

#swipebox-bottom-bar{
	background-color: #0d0d0d;
}

section.projecten .project .content .status{
	background-color: var(--accent);
    position: absolute;
    right: 0;
    top: -18px;
   	padding: 8px 40px;
    min-width: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

section.projecten .project .content{
	position: relative;
	background-color: #fff;
	margin-top: -40px;
	margin-left: 40px;
	padding: 40px 30px 80px;
	z-index: 2;
}	

section.nieuws .white,
section.nieuws.index .white,
section.projecten .project .white{
	z-index: 1;
	position: absolute;
    top: 250px;
    right: 15px;
    left: 55px;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

section.nieuws .item .white{
	position: absolute;
    top: 200px;
    right: 15px;
    left: 15px;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

section.nieuws.index .bg{
	left: 45px;
}

section.projecten .project .content h2{
	margin: 0;
	font-size: 21px;
	color: var(--primary);
}

section.project h1{
	margin-bottom: 0;
	color: var(--primary);
}

section.page span{
	margin-bottom: 20px;
	font-size: 18px;
}

section.page span,
section.projecten .project .content span{
	color:var(--font);
	font-weight: 700;
}

section.page .txt-blok .desc{
	margin-bottom: 50px;
}


section.pro-archive .txt-blok .desc{
	margin-bottom: 0;
}

section.projecten .project .content .desc{
	margin-top: 10px;
}

section.nieuws .item a.link,
section.projecten .project a{
	color: var(--accent);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	position: absolute;
	right: 40px;
	bottom: 30px;
	z-index: 2;
}

section.nieuws .item a.link i,
section.projecten .project a i{
	margin-left: 10px;
}

section.nieuws .item a.link:hover,
section.projecten .project a:hover{ 
	color: var(--primary);
}

/*******************/
/***** PROJECT *****/
/*******************/

.project-content {
	padding-top: 80px;
}

section{
	position: relative;
}

section.menu{
	background-color:var(--primary);
	padding: 20px 0;
	width: 100%;
	z-index: 100;
}

section.menu.fixed{
	position: fixed;
	top: 0;
}

section.page + footer{
	margin-top: 50px;
}

.fixed + .project-content {
  padding-top: 150px;
}

section.menu .button{
	display: none !important;
}

a#scroll-top {
	background-color:var(--primary);
    border-radius: 100%;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    color: white;
    position: absolute;
    left: 100px;
    top: 15px;
	transition: ease all 0.3s;
}

a#scroll-top:hover {
	cursor: pointer;
	background-color: white;
}

a#scroll-top:hover .fa-arrow-up:before {
	color: var(--primary);
}

section.menu ul.links{
	width: 100%;
	padding: 0;
	margin: 0
}

section.menu ul.links li{
	display: inline-block;
	text-transform: uppercase;
}

section.menu ul.links li a{
	color: #fff;
}

section.menu ul.links li a:hover{
	text-decoration: underline;
}

.anchor{
	position: absolute;
    left: 0;
    top: -80px;
}

section.project img{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

section.project .desc{
	margin-top: 20px;
}

section.gallerij{
	margin-bottom: 80px;
}

section.gallerij a.foto:nth-of-type(1n+5){
	display: none;
}

section.gallerij a.foto:first-of-type{
	display: inline-block;
    width: 75%;
    float: left;
    margin-right: 10px;
}

section.gallerij a.foto:first-of-type .img-wrapper{
    height: 600px;
}

section.gallerij a.foto{
	width: 24%;
	display: block;
	margin-bottom: 10px;
	float: right;
	overflow: hidden;
}

section.gallerij .img-wrapper{
	height: 193px;
}

section.gallerij .nieuwsbrief span{
	font-size: 23px;
    line-height: 30px;
    color:var(--primary);
    font-weight: 500;
    text-align: right;
    display: block;
    margin: 60px 0 20px;
}

section.gallerij .nieuwsbrief a.btn{
	float: right;
	display: block;
}

section.specificaties{
	background-color: var(--accent);
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

section.specificaties h2{
	color: #fff;
	margin-bottom: 0;
}

section.specificaties .wrapper{
	min-height: 100px;
}

section.specificaties img{	
	display: block;
	margin: auto;
	height: 100px;
}

section.woningtypes #woningtypecar{
	margin-top: 30px;
}

section.woningtypes .carousel-item .desc{
	margin-bottom: 20px;
}

section.woningtypes .carousel-item img{
	width: 100%;
	height: auto;
}

section.woningtypes .carousel-item ul.specs{
	padding: 0;
	list-style: none;
}

section.woningtypes .carousel-item ul.specs li{
	border-bottom: solid 1pxvar(--primary);
	padding: 5px;
}

section.woningtypes .carousel-item ul.specs li span{
	display: block;
}

section.woningtypes .carousel-item ul.specs li span.spec{
	font-weight: 700;
}

section.woningtypes .row{
	position: relative;
}

section.woningtypes a.carousel-control-prev,
section.woningtypes a.carousel-control-next{
	width: unset;
	opacity: 1;
	bottom: unset;
	top: 200px;
}

section.woningtypes a.carousel-control-prev span,
section.woningtypes a.carousel-control-next span{
 	height: 50px;
    width: 50px;
}

section.woningtypes a.carousel-control-prev i,
section.woningtypes a.carousel-control-next i{
	border: solid 1pxvar(--primary);
    padding: 17px;
    color:var(--primary);
    height: 50px;
    width: 50px;
}

section.woningtypes a.carousel-control-prev:hover i,
section.woningtypes a.carousel-control-next:hover i{
	background-color:var(--primary);
	color: #fff;
}

section.woningtypes,
section.video{
	padding: 80px 0;
}

section.downloads h2,
section.video h2{
	margin-bottom: 20px;
}

section.pb_tekstveld.grijs,
section.pb_tekst_afb.grijs,
section.pb_carousel.grijs,
section.video.grijs{
	background-color: var(--background);
}

section.video .video-wrapper{
	position: relative;
    padding-bottom: 46.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: -20px;
}

section.video iframe{
	margin: 50px auto 50px;
	position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 60%;
}

section.locatie{
	padding-top: 80px;
	margin-bottom: 80px;
		position: relative;
}

section.downloads {
	position: relative;
	margin: 80px 0;
}

section.downloads .container{
	position: relative;
}

section.downloads .content{
	padding-top: 80px;
}

section.downloads .content .desc{
	margin-bottom: 40px;
}

section.downloads .bestanden{
	padding-bottom: 80px;
}

section.downloads .bestanden ul.bestand{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-right: 30px;
	vertical-align: top;
}

section.downloads .bestanden ul.bestand li{
	border: solid 1pxvar(--primary);
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
}

section.downloads .bestanden ul.bestand li a{
	color:var(--primary);
}

section.downloads .bestanden ul.bestand li.title{
	text-align: left;
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

section.downloads .bestanden ul.bestand li.title:hover{
	background-color: transparent;
	color:var(--primary);
	cursor: default;
}

section.downloads .bestanden ul.bestand li:hover{
	background-color:var(--primary);
	color: #fff;
	cursor: pointer;
}

section.downloads .bestanden ul.bestand li:hover a{
	color: #fff;
}

section.dots .linksr .dots-wrapper .ltt,
section.dots .linksr .dots-wrapper .ltb{
	position: absolute;
	top: 0;
	left: 30px;
}

section.info .dots-wrapper .ltt,
section.info .dots-wrapper .ltb,
section.dots .rechtsl .dots-wrapper .ltb,
section.dots .rechtsl .dots-wrapper .ltt,
section.makelaar .dots-wrapper .ltb,
section.makelaar .dots-wrapper .ltt{
	position: absolute;
	top: 0;
	left: 0;
}

section.downloads .dots-wrapper .ltb,
section.downloads .dots-wrapper .ltt{
	position: absolute;
	top: 0;
	left: -100px;
}

section.downloads .dots-wrapper .rbt,
section.downloads .dots-wrapper .rbb{
	position: absolute;
	bottom: 0;
	right: -100px;
}

section.dots .dots-wrapper .lbt,
section.dots .dots-wrapper .lbb,
section.makelaar .dots-wrapper .lbt,
section.makelaar .dots-wrapper .lbb{
	position: absolute;
	bottom: 0;
	left: 0;
}

section.info .dots-wrapper .rbt,
section.info .dots-wrapper .rbb,
section.dots .rechtsl .dots-wrapper .rbt,
section.dots .rechtsl .dots-wrapper .rbb{ 
	position: absolute;
	bottom: 0;
	right: 30px;
}

section.dots .linksr .dots-wrapper .rbt,
section.dots .linksr .dots-wrapper .rbb,
section.makelaar .dots-wrapper .rbt,
section.makelaar .dots-wrapper .rbb{
	position: absolute;
	bottom: 0;
	right: 0;
}

section.dots .dots-wrapper .rtt,
section.dots .dots-wrapper .rtb,
section.makelaar .dots-wrapper .rtt,
section.makelaar .dots-wrapper .rtb{
	position: absolute;
	top: 0;
	right: 0;
}

section.downloads .dots-wrapper .rtt,
section.downloads .dots-wrapper .rtb{
	position: absolute;
	top: 0;
	right: 150px;
}

section.nieuwsbrief {
	background-color: var(--primary);	
}

section.contact {
	background-color: var(--background);
}

section.nieuwsbrief a:hover,
section.contact a:hover{
	color: #fff;
}

section.locatie h2{
	color:var(--primary);
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.locatie #map{
	height: 400px !important;
}

section.contact h2 {
	text-transform: uppercase;
	font-weight: 700;
}

section.nieuwsbrief h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

section.makelaar{
	padding: 80px 0;
}

section.makelaar .row{
	width: 100%;
}

section.info .img-wrapper,
section.makelaar .img-wrapper{
	margin-left: 30px;
	height: 100%;
	width: 100%;
}

section.makelaar .img-wrapper{
	background: 50% 50%/contain no-repeat;
}

section.makelaar .img-wrapper img{
	height: 100%;
	width: auto;
}

section.makelaar .container{
	position: relative;
}

section.info ul.info,
section.makelaar ul.informatie{
	list-style: none;
	display: inline-block;
	padding: 80px 0;
	margin-bottom: 0;
}

section.makelaar ul.informatie li.title{
	color:var(--primary);
	font-size: 20px;
	margin-bottom: 20px;
}

section.makelaar ul.informatie li.naam{
	color:var(--primary);
	font-size: 16px;
	font-weight: 700;
}

section.info ul.info li a,
section.makelaar ul.informatie li a{
	color: var(--primary);
}

section.info ul.info li a i,
section.makelaar ul.informatie li a i{
	color:var(--primary);
	margin-right: 8px;
}

section.info ul.info li a:hover,
section.makelaar ul.informatie li a:hover{
	color:var(--accent);
}

section.contact{
	padding: 50px 0;
}

section.contact .gform_wrapper{
	margin: 0;
}
/*
section.contact .gform_wrapper .gform_body{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -ms-column-rule: none;
    -o-column-rule: none;
    column-rule: none;
}*/

section.contact .gform_legacy_markup_wrapper h3.gform_title {
	color: var(--background);
}

section.contact .gform_legacy_markup_wrapper ul.gfield_checkbox a {
	color: var(--accent);
}

section.contact .gform_legacy_markup_wrapper ul.gfield_checkbox a:hover {
	text-decoration: underline;
}

section.contact .gform_wrapper ul.gform_fields li.gfield:first-of-type {
	padding-top: 0;
}

section.contact .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0;
	padding-bottom: 30px;
}

section.contact .gform_wrapper ul.gform_fields li.gf_left_half{
	padding-right: 40px;
}

section.contact .gform_wrapper ul.gform_fields li.gf_right_half{
	padding-left: 40px;
	padding-right: 0;
}

section.contact .gform_wrapper ul.gform_fields li.gfield label{ 
	color: #000;
}

section.contact .gform_wrapper ul.gform_fields li.gfield input{
	color: #000;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	-webkit-appearance: none;
	border-radius: 0;
}

section.contact .gform_wrapper .gform_fileupload_multifile .gform_drop_area{
	border: solid 1px #000;
	border-radius: 0;
}

section.contact .gform_wrapper ul.gform_fields .gform_drop_area input{
	background-color: #000 !important;
	color: var(--primary) !important;
	border: solid 1px #000 !important;
}
 
section.contact .gform_wrapper span.gform_drop_instructions{
	color: #000;
}

section.contact .gform_wrapper ul.gform_fields .gform_drop_area input:hover{
	background-color:var(--primary) !important;
	color: #000 !important;
}

section.contact .gform_wrapper ul.gform_fields li.gfield textarea{
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

section.contact .gform_wrapper ul.gform_fields li.gfield textarea:focus,
section.contact .gform_wrapper ul.gform_fields li.gfield input:focus{
	outline: none;
}

section.contact .gform_wrapper ul.gform_fields li.aanhef ul.gfield_radio li{
	display: inline-block;
	margin-right: 10px;
}

section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_radio li label{
	display: inline;
}

section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li input,
section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_radio li input{
	-moz-appearance: none;
    -webkit-appearance: none;
    border: #000 solid 1px;
    width: 15px !important;
    height: 15px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

section.contact .gform_wrapper button{
	background-color: transparent;
	border: none;
	padding: 0;
	float: right;
}

section.contact .gform_wrapper button:focus{
	outline: none;
}

section.contact .gform_wrapper a.btn{
	border: solid var(--primary) 1px;
	color: #fff !important;
	background-color: var(--primary);
	margin-right: 16px;
}

section.contact .gform_wrapper a.btn:hover{
	color: var(--primary) !important;
	background-color: transparent;
}

section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_radio li input{
	border-radius: 100%;
}

section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li input:checked:after{
	content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    position: absolute;
    color: var(--accent);
    top: -4px;
    left: 0;
    font-size: 16px;
}

section.contact .gform_wrapper ul.gform_fields li.gfield ul.gfield_radio li input:checked:after{
	content: '\f111';
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--accent);
    font-size: 11px;
    top: 0px;
    left: 1.2px;
}

section.contact .gform_wrapper div.validation_error{
	display: none;
}

section.contact .gform_wrapper ul.gform_fields li.gfield_error input{ 
	border: none !important;
	border-bottom: 1px solid var(--accent) !important;
} 

section.contact .gform_wrapper ul.gform_fields li.gfield_error {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

section.contact .gform_wrapper .validation_message{
	border: none;
	color: var(--accent);
	padding: 0;
}

.gform_wrapper .gfield_required{
	color: var(--accent) !important;
}

section.contact .gform_wrapper .gform_footer{
	padding-bottom: 0;
}

/*******************/
/******* PAGE ******/
/*******************/

section.pb_lijst_afb .wrapper{
	padding: 50px;
}

section.pb_qt_afb .img-wrapper,
section.pb_cta_afb .img-wrapper,
section.pb_lijst_afb .img-wrapper{
	overflow: hidden;
	height: 100%;
}


section.pb_qt_afb .img-wrapper img,
section.pb_cta_afb .img-wrapper img,
section.pb_lijst_afb .img-wrapper img{
	height: 100%;
	width: auto;
}

section.pb_lijst_afb ul{
	list-style: none;
	padding-left: 30px;
}

section.pb_lijst_afb ul li{
	line-height: 45px;
	position: relative;
	font-weight: 700;
	color: var(--primary);
}

section.pb_lijst_afb ul li:before{
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: -30px;
	top: 0;
	font-weight: 500;
	color: var(--primary);
}

section.pb_lijst_afb ul li i{
	margin-right: 10px;
}

section.pb_qt_afb,
section.pb_tekst_afb,
section.pb_carousel,
section.pb_cta_afb,
section.pb_lijst_afb,
section.pb_tekstveld{
	margin-bottom: 50px;
}

section.pb_tekst_afb + section.grijs{
	margin-top: -50px;
}

section .linksl,
section .rechtsl{
	padding-right: 30px;
}

section .linksr,
section .rechtsr{
	padding-left: 30px;
}

section.pb_tekstveld .container{
	position: relative;
}

section.pb_tekstveld.grijs,
section.pb_tekstveld.puntjes .dots-wrapper{
	padding: 50px 0;
}

section.pb_tekstveld h2{
	margin-bottom: 20px;
}

section.pb_tekstveld .txt-blok .desc{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -ms-column-rule: none;
    -o-column-rule: none;
    column-rule: none;
}

section.pb_cta_afb .wrapper{
	padding: 100px 50px 120px;
	height: 100%;
	position: relative;
	text-align: right;
}

section.pb_qt_afb .txt-blok .title,
section.pb_cta_afb .wrapper .title{
	font-size: 24px;
	line-height: 40px;
	color:var(--primary);
	font-weight: 700;
}

section.pb_cta_afb .wrapper a.btn{
	float: right;
	vertical-align: bottom;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

section.pb_carousel{
	padding: 50px 0 70px;
}

section.pb_carousel h2{
	margin-bottom: 30px;
	text-transform: uppercase;
}

section.pb_tekst_afb{
	padding: 50px 0;
}

section.pb_tekst_afb h2{
	margin-bottom: 20px;
}

section.pb_tekst_afb img{
	width: 100%;
	height: auto;
}

section.pb_tekst_afb .links .txt-blok{
	margin-left: 50px;
}

section.pb_tekst_afb .rechts .txt-blok{
	margin-right: 50px;
}

section.pb_qt_afb .txt-blok{
	padding: 50px;
	text-align: center;
}

/*******************/
/***** CONTACT *****/
/*******************/

section.info{
	margin-bottom: 80px;
}

section.info ul.info li{
	font-weight: 700;
	color:var(--primary);
}

section.info .dots-wrapper{
	position: relative;
	width: 100%;
}

/*******************/
/******* FAQ *******/
/*******************/

section.faq{
	margin-bottom: 80px !important;
}

section.faq #faq .card{
	border: none;
	border-bottom: solid 1pxvar(--primary);
}

section.faq #faq .card .card-header{
	background-color: transparent;
	border: none;
	padding: 10px 0;
	border-radius: 0;
}

section.faq #faq .card .card-header i{
	position: absolute;
    right: 30px;
    top: 23px;
    color:var(--primary);
    font-weight: 500;
    font-size: 25px;
}

section.faq #faq .card .card-header .btn-link:active,
section.faq #faq .card .card-header .btn-link:focus,
section.faq #faq .card .card-header .btn-link:hover{
	text-decoration: none;
}

section.faq #faq .card .card-header button{
	width: 100%;
	text-align: left;
	white-space: unset;
	padding-right: 60px;
}

section.faq #faq .card .card-header button h2{
	margin-bottom: 0;
}

section.faq #faq .card .card-header button[data-toggle="collapse"] .fa:before{
	content: '\f067';
    font-family: 'Font Awesome 5 Pro';
}

section.faq #faq .card .card-header button[aria-expanded="true"] .fa:before{
	content: '\f068';
    font-family: 'Font Awesome 5 Pro';
}

/*******************/
/***** ARCHIVE *****/
/*******************/

section.nieuws.index{
	background-color: #fff;
	padding: 10px 0 50px;
}

section.nieuws.index .content{
	margin-left: 30px;
	margin-top: -30px;
}

section.nieuws.index .content .title{
	min-height: 80px;
	font-size: 19px;
	top: -50px;
	margin-left: 75px;
}

section.nieuws.index .img-wrapper{
	min-height: 250px;
	overflow: hidden;
}

section.nieuws form.searchandfilter ul li.cat-item{
	display: none;
}

section.nieuws form.searchandfilter ul li.cat-item-1,
section.nieuws form.searchandfilter ul li.cat-item-5{
	display: inline-block;
}
/*******************/
/****** SINGLE *****/
/*******************/
section.nieuwsbericht + section.pb_tekst_afb{
	padding-top: 0;
}

section.nieuwsbericht .title {
	color: var(--primary);
}

/*******************/
/**** PAGINATION ***/
/*******************/
.pagination {
	width: 100%;
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid var(--primary);
	background: none;
	color: var(--primary);
	font-size: 14px;
	font-weight: 600;
	padding: 5px 14px;
	margin: 40px 2px 80px 2px;
}

.pagination .page-numbers.current {
	border: 1px solidvar(--primary);
	color: #FFF;
	background:var(--primary);
}

.pagination a.page-numbers {
	text-decoration: none;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination a.page-numbers:active {
	border: 1px solidvar(--primary);
	background:var(--primary);
	color: #FFF;
	text-decoration: none;
}

.pagination a.next,
.pagination a.prev {
	background: none;
	border: none;
	font-size: 17px;
}

.pagination a.next:hover,
.pagination a.next:focus,
.pagination a.next:active,
.pagination a.prev:hover,
.pagination a.prev:focus,
.pagination a.prev:active {
	background: none;
	border: none;
	color: var(--light-blue);
}

/*******************/
/**** GOOGLE MAP ***/
/*******************/
section.googlemaps #map {
	height: 600px !important;
}

section#map img {
	max-width: none !important;
	height: 100%;
}

#iw-container .map-img{
	overflow: hidden;
}

#iw-container .iw-title {
	font-size: 20px;
	font-weight: 500;
	padding: 5px 20px; 
	margin: 0;
	margin-left: 5px;
	padding: 10px 10px;
}

#iw-container .iw-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-left: 15px;
	margin-bottom: 20px;
}

#iw-container .iw-content i {
	color:var(--primary);
	padding-right: 10px;
	font-size: 14px;
	min-width: 24px;
}

#iw-container .iw-content a{
	color: var(--accent);
	font-weight: 500;
	margin-left: -5px;
}

/*******************/
/******* FORM ******/
/*******************/

/*******************/
/******* 404 ******/
/*******************/

section.notfound{
	padding-bottom: 230px;
}

/*******************/
/****** FOOTER *****/
/*******************/

footer{
	background-color: var(--font);
}

footer .logo{
	width: 250px;
	height: auto;
}

footer .footer-row{
	padding: 50px 0;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer ul li a i,
footer ul li,
footer .balk a,
footer ul li a,
footer ul.projecten li a{
	color: #fff;
}

footer .balk a:hover,
footer ul li a:hover,
footer ul.projecten li a:hover{
	color: var(--accent);
}

footer ul li.title{
	text-transform: uppercase;
	color: white;
	font-weight: 700;
}

footer ul.social li{
	display: inline-block;
	margin-right: 10px;
}

footer ul.social li a:hover i{
	color: var(--accent);
}

footer .balk{
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}

footer .balk ul li{
	display: inline-block;
	color: #fff;
}

footer .balk ul, footer .copyright{
	display: inline-block;
    text-align: center;
    margin: 0;
}

footer .balk ul li:after, 
footer .copyright:after{
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
    padding: 3px 10px;
    font-weight: 900;
    font-size: 5px;
    vertical-align: top;
}

/*footer .balk ul li:last-of-type:after{
	display: none;
}*/

footer .pp{
	text-align: center;
}

/*******************/
/*** RESPONSIVE ****/
/*******************/

@media (max-width: 1600px) {

	section.archive > .bg,
	section.page > .bg,
	section.fp_projecten > .bg{
		right: 0;
		margin-right: 100px;
		width: unset;
	}

}

@media (max-width: 1500px) {

	a#scroll-top {
		left: 50px;
	}

}

@media (max-width: 1400px) {

	header section.header .hdtitle{
		font-size: 55px;
    	line-height: 65px;
	}
	
	section.pb_tekstveld .dots-wrapper,
	section.downloads .dots-wrapper{
		width: 80%;
		margin: auto;
	}

	section.fp_projecten .bg{
		margin-right: 60px;
	}

	section.pb_tekstveld .dots-wrapper .ltb, section.pb_tekstveld .dots-wrapper .ltt,
	section.downloads .dots-wrapper .ltb, section.downloads .dots-wrapper .ltt{
		left: 15px;
	}

	section.pb_tekstveld .dots-wrapper .rbt, section.pb_tekstveld .dots-wrapper .rbb,
	section.downloads .dots-wrapper .rbt, section.downloads .dots-wrapper .rbb{
		right: 15px;
	}

}


@media (max-width: 1300px) {

	section.fp_projecten .bg{
		margin-right: 20px;
	}

	section.makelaar .offset-lg-2{
		margin-left: 0;
	}

	section.makelaar .col-lg-8{
		flex: 0 0 100%;
    	max-width: 100%;
	}

	a#scroll-top {
		left: 20px;
	}
}

@media (max-width: 1200px) {

	section.fp_projecten .bg{
		height: 80px;
	}

	header section.menu-bar ul.desktop li{
		padding: 20px 15px;
	}

	header section.menu-bar ul.desktop li:hover ul.sub-menu{
		top: 65px;
	}

	header section.menu-bar ul.desktop li.menu-item-has-children:after{
		top: 22px;
	}

	header section.header .hdtitle{
		font-size: 45px;
    	line-height: 60px;
    	margin-top: 20px;
	}

	section.quote span{
		width: 60%;
	}

	section.menu-bar a img{
		width: 170px;
	}

	section.fp_projecten{
		margin-top: -20px;
	}

	section.fp_projecten .owl-carousel .item .content{
		width: 90%;
	}

	section.gallerij a.foto:first-of-type{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	section.gallerij a.foto{
		width: 32%;
		margin-right: 18px;
		float: left;
	}

	section.gallerij a.foto:nth-of-type(4){
		margin-right: 0;
	}

	a#scroll-top {
		left: 5px;
	}

}

@media (max-width: 992px) {

	h1{
		font-size: 25px;
	}

	a#scroll-top {
		display: none!important;
	}

	section.menu{
		top: -100px;
	    right: -100%;
	    width: 30%;
	    padding: 50px;
	    transition: all 1s;
	    position: absolute;
	}

	section.menu.fixed{
		top: 50px;
	    right: -30%;
	    transition: all 1s;
	    position: fixed;
	}

	section.menu.open{
		right: 0 !important;
		top: 50px;
		transition: all 1s;
	}

	section.menu .container .d-flex{
		display: unset !important
	}

	.fixed + .project-content{
		padding-top: 80px;
	}

	section.menu .button{ 
		position: absolute;
		width: 45px;
		height: 45px;
		display: flex !important;
		position: absolute;
		background-color:var(--primary);
		left: -45px;
		top: 0;
	}

	section.menu .button i{
		color: #fff;
		font-size: 27px;
	}

	section.menu ul li{
		display: block !important;
	}

	header section.header .hdtitle{
		display: none !important;
	}

	header section.menu-bar ul.desktop li.menu-item-has-children{
		padding-right: 15px;
	}

	header section.menu-bar ul.desktop li{
		padding: 20px 5px;
		font-size: 14px;
	}

	header section.menu-bar ul.desktop li.menu-item-has-children:after{
		font-size: 12px;
		right: 6px;
	}

	header section.menu-bar ul.desktop li.menu-item-has-children{
		padding-right: 20px;
	}

	section.quote span{
		width: 70%;
		line-height: 60px;
		font-size: 30px;
	}

	section.filters ul.filters li{
		margin-bottom: 10px;
	}

	section.gallerij a.foto:first-of-type .img-wrapper{
		height: 400px;
	}

	section.gallerij .img-wrapper{
		height: 150px;
	}

	section.gallerij a.foto{
		margin-right: 13px;
	}

	section.video .video-wrapper{
	    padding-bottom: 61.25%;
	}

	section.video iframe{
	    width: 80%;
	}

	section.pb_lijst_afb .rechtsl .img-wrapper,
	section.pb_cta_afb .linksl .img-wrapper,
	section.nieuws .item{
		margin-bottom: 30px;
	}

	section.nieuws.index .img-wrapper{
		height: 300px;
	}

	section.info .img-wrapper img,
	section.pb_qt_afb .img-wrapper img,
	section.pb_lijst_afb .rechtsr .img-wrapper img,
	section.pb_cta_afb .img-wrapper img{
		width: 100%;
		height: auto;
	}

	section .linksr, section .rechtsr,
	section .linksl, section .rechtsl{
		padding: 0;
	}

	section.dots .linksr .dots-wrapper .ltt, 
	section.dots .linksr .dots-wrapper .ltb{
		left: 0;
	}

	section.info .dots-wrapper .rbt, 
	section.info .dots-wrapper .rbb,
	section.dots .rechtsl .dots-wrapper .rbt,
	section.dots .rechtsl .dots-wrapper .rbb{
		right: 0;
	}

	section.pb_tekstveld .txt-blok .desc{
		column-count: 1;
	}

	section.info .img-wrapper img,
	section.pb_qt_afb .rechtsr .img-wrapper,
	section.pb_lijst_afb .rechtsr .img-wrapper{
		margin-top: 30px;
	}

	section.archive > .bg, section.page > .bg{
		top: -20px;
	}

	section.pb_qt_afb svg.rbb,
	section.pb_qt_afb svg.ltb{
		height: 110px;
	}

	section.pb_qt_afb svg.rbb,{
		bottom: 6px;
	}

	footer .logo{
		margin-bottom: 30px;
	}

	/**** Footer ****/
	
	footer .balk .d-flex{
		display: block !important;
		text-align: center;
	}

	footer .balk ul li:after{
		display: none;
	}

}

@media (max-width: 991px) {

	section.page.info .img-wrapper{
		height: 500px;
		margin-top: 30px;
	}
}

@media (max-width: 850px) {
	section.video .video-wrapper{
	    padding-bottom: 56.25%;
	}

	section.video iframe{
		margin: unset;
	    width: 100%;
	    height: 100%;
	}
}

@media (max-width: 768px) {

	body.noscroll {
		overflow: hidden;
	}

	section.archive > .bg, section.page > .bg{
		top: 50px;
	}

	section.archive, section.page{
		padding-top: 100px;
	}

	header section.menu-bar ul.desktop{
		display: none;
	}

	.mobile-bar {
		position: fixed;
		display: flex;
		z-index: 9999999;
		bottom: 3px;
		left: 0;
		right: 0;
		width: 100%;
		height: 40px;
	}

	.mobile-bar a#mobile-home:hover,
	.mobile-bar a#mobile-home:focus,
	.mobile-bar a#mobile-home:active {
		background: #f6f6f6;
	}

	.mobile-bar .btns {
		display: inline-block;
		flex-grow: 1;
	    color: #364149;
	    background: #FFF;
		text-align: center;
		border-radius: 0;
		border-top: 1px solid #e5e5e5;
		-webkit-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-moz-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-ms-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-o-box-shadow: 0px 3px 0px 0px #e5e5e5;
		box-shadow: 0px 3px 0px 0px #e5e5e5;
	}

	.mobile-bar .btns.active {
		background: #f9f9f9;
		color: var(--accent);
	}

	.mobile-bar .btns .fa {
		font-size: 24px;
		line-height: 40px;
	}

	.mobile-bar #mobile-home.btns {
		border-right: 1px solid #364149;
	}

	#menu-box {
		display: none;
	}	

	#menu-box.open {
		position: fixed;
		z-index: 999999;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: #FFF;
		border-top: 10px solidvar(--primary);
	}

	nav.mobile-list { 
		display: block; 
		width: 100%;
	}

	nav.mobile-list ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
		height: 100vh;
		overflow: scroll;
	}

	nav.mobile-list ul li {
		border-bottom: 1px solid #364149;
	}

	nav.mobile-list ul li:last-child {
		border-bottom: none;
		margin-bottom: 54px;
	}

	nav.mobile-list ul li.menu-item-has-children {
		position: relative;
	}

	nav.mobile-list ul li a {
		position: relative;
		display: block;
		padding: 20px 40px;
		color: #364149;
		font-weight: 600;
		font-size: 16px;
		text-transform: uppercase;
	}

	nav.mobile-list ul li.menu-item-has-children .sub {
		font-size: 16px;
		font-weight: 300;
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		bottom: 0;
		padding: 20px 40px;
		border-left: 1px solid #364149;
	}

	nav.mobile-list ul li a:hover,
	nav.mobile-list ul li a:focus,
	nav.mobile-list ul li a:active {
		text-decoration: none;
		background: var(--background);
	}

	nav.mobile-list ul li.current-menu-parent,
	nav.mobile-list ul li.current-menu-item {
		border-bottom: 1px solidvar(--primary);
	}

	nav.mobile-list ul li.current-menu-item a {
		background: #FFF;
		color: var(--accent);
	}

	nav.mobile-list ul li.current-menu-item a:after {
		color: rgb(255,136,53);
	}

	nav.mobile-list ul li ul.sub-menu {
		position: fixed;
		display: block;
	    z-index: 999999;
	    background: #FFF;
	    list-style-type: none;
	    border-top: 10px solidvar(--primary);
	    padding-left: 0;
		margin: 0;
		top: 0;
		right: -100%;
	    width: 100%;
		-webkit-transition: all 0.15s ease;
	       -moz-transition: all 0.15s ease;
	        -ms-transition: all 0.15s ease;
	         -o-transition: all 0.15s ease;
	 	        transition: all 0.15s ease;
	}

	nav.mobile-list ul li ul.moves-out {
		right: 0px;
		height: 100%;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li a .sub {
		display: none;
	}

	nav.mobile-list ul li.menu-item-has-children.current-menu-item ul.sub-menu li a {
		color: #000;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
		color: var(--accent);
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.go-back a:before {
		font-family: "Font Awesome 5 Pro";
		content: "\f053";
		padding-right: 20px;
		font-size: 13px;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.go-back a:after {
		content: "";
	}

	section.page.info .img-wrapper{
		height: 500px;
		margin-left: 0;
	}

	footer{
		margin-bottom: 40px;
	}

}


@media (max-width: 767px) {

	section.fp_projecten .bg{
		margin-right: 0;
		top: -30px;
		height: 60px;
	}

	section.nieuws .content{
		margin-bottom: 30px;
	}

	section.pb_tekstveld .txt-blok .desc,
	section.video .desc,
	section.intro .content{
		column-count: 1;
	}

	section.video .desc{
		margin-bottom: 30px;
	}

	section.quote span{
		width: 80%;
	}

	section.quote .dots-wrapper .rbt, section.quote .dots-wrapper .rbb{
		right: 0;
	}

	section.quote .dots-wrapper .ltb, section.quote .dots-wrapper .ltt{
		left: 0;
	}

	section.pb_tekst_afb .rechts .txt-blok,
	section.projecten .project .content{
		margin-bottom: 30px;
	}

	section.project .pro-logo{
		height: auto;
		margin: 0;
		margin-top: 30px;
	} 
	
	section.makelaar .d-flex{
		display: inline-block !important;
	}

	section.makelaar .afb{
		display: none !important;
	}

	section.makelaar .wrapper{
		padding: 50px 80px;
	}

	section.makelaar ul.informatie{
		padding: 20px 0;
	}

	section.specificaties .d-flex{
		display: unset !important;
	}

	section.specificaties .spec{
		width: 49%;
		display: inline-block;
		margin-bottom: 30px;
	}

	section.specificaties .spec span{
		white-space: nowrap;
	}

	section.woningtypes a.carousel-control-prev i, 
	section.woningtypes a.carousel-control-next i{
		height: 40px;
    	width: 40px;
    	padding: 12px;
	}

	section.woningtypes .carousel-item ul.specs {
		margin-top: 50px;
	}

	section.contact .gform_wrapper ul.gform_fields li.gf_right_half,
	section.contact .gform_wrapper ul.gform_fields li.gf_left_half{
		width: 100%;
		padding: 20px 0;
	}

	section.page.info .img-wrapper{
		height: 400px;
	}

	section.gallerij a.foto:first-of-type .img-wrapper{
		height: 300px;
	}

	section.gallerij .img-wrapper{
		height: 100px;
	}

	section.gallerij a.foto{
		margin-right: 10px;
	}

	section.pb_tekst_afb .links .txt-blok{
		margin-left: 0;
		margin-top: 30px;
	}

	section.pb_tekstveld.puntjes .dots-wrapper{
		padding: 20px 0;
	}


}

@media (max-width: 800px){
	section.archive > .bg, section.page > .bg{
		margin-right: 50px;
	}
}

@media (max-width: 641px){

	section.menu.fixed{
		width: 40%;
		right: -40%;
	}

}

@media (max-width: 576px) {

	section.fp_projecten .bg{
		top: -10px;
		height: 30px;
	}

	section.fp_projecten{
		padding-top: 50px;
	}

	section.archive, section.page{
		padding-top: 30px;
		margin-top: 0;
	}

	body.single-projecten header section.header img{
		height: 100%;
		width: auto;
	}

	section.specificaties .spec{
		width: 100%;
	}

	section.specificaties .spec span{
		white-space: unset;
	}

	section.archive > .bg, section.page > .bg{
		display: none;
	}

	section.archive svg, section.page svg{
		margin-top: -50px;
	}

	section.info svg{
		margin-top: 0;
	}

	section.info .txt-blok{
		padding-top: 50px;
	}

}

@media (max-width: 530px) {

	section.menu.fixed{
		width: 50%;
		right: -50%;
	}

	section.gallerij a.foto{
		width: 30%;
		margin-right: 5%;
	}

	section.makelaar .wrapper,
	section.video{
		padding: 50px 30px;
	}

	footer .balk ul, footer .copyright{
		display: block;
	}
	footer .copyright:after{
		display: none;
	}
}

@media (max-width: 480px) {

	section.gallerij a.foto:first-of-type .img-wrapper{
		height: 250px;
	}

	section.gallerij a.foto{
		width: 31%;
    	margin-right: 3%;
	}

	section.pb_lijst_afb .wrapper{
		padding: 30px;
	}

	section.projecten .project .content{
		margin-left: 20px;
	}

	section.nieuws.index .content .title{
		margin-left: 35px;
		font-size: 17px;
	}

	section.nieuws.index .img-wrapper{
		height: 250px;
	}

	section.nieuws.index .content{
		margin-left: 20px;
	}

	section.nieuws .content{
		padding: 75px 20px;
	}

	section.filters ul.filters li{
		width: 100%;
		text-align: center;
    	margin-bottom: 10px;
	}

	section.filters ul.filters li.selected:after{
		float: right;
	}

	section.page.info .img-wrapper{
		height: 300px;
	}
}

@media (max-width: 400px) {

	nav.mobile-list ul li a{
		font-size: 15px;
	}

	section.menu.fixed{
		width: 70%;
		right: -70%;
	}

	section.projecten .project .content{
		padding: 40px 20px 80px;
	}

	a.btn{
		white-space: normal;
		text-align: left;
	}

	a.btn:after{
		margin: auto 0;
	    display: flex;
	    height: 24px;
	    top: 0;
    	bottom: 0;
	}

	section.pb_tekstveld.puntjes .dots-wrapper{
		padding: 0;
	}

	section.info ul.info{
		padding: 80px 20px;
	}

	section.makelaar ul.informatie li,
	section.info ul.info li{
		word-break: break-word;
	}

	section.info ul.info li a{
		font-size: 13px;
	}

}

@media (max-width: 320px) {

	section.woningtypes a.carousel-control-prev i,
	section.woningtypes a.carousel-control-next i{
		height: 30px;
	    width: 30px;
	    padding: 7px;
	}

	section.nieuws .content .title{
		margin-left: 30px;
	}

	section.gallerij a.foto:first-of-type .img-wrapper{
		height: 200px;
	}

	section.gallerij .img-wrapper{
		height: 60px;
	}

	section.menu.fixed{
		width: 80%;
		right: -80%;
	}

	section.page.info .img-wrapper{
		height: 200px;
	}

}
