/*   
Theme Name: BIG Services 
Theme URI: https://donkeys.co
Description: BIG Services
Author: Donkeys & Co.
Author URI: https://donkeys.co
Version: 1
*/



/*
	font-family: "apertura", sans-serif;
	font-family: "Poppins", sans-serif;
	
	font-weight: 400;
	font-weight: 500;
	font-weight: 700;
	font-weight: 800;
	
	
	font-style: normal;
	font-style: italic;
*/


:root {
	--white: #ffffff;
	--black: #0D0D0D;
	--blackhvr: #393939;
	--gold: #E5A026;
	--goldhvr: #D0901F;
	--goldbg: #FEFAF4;
}




.wrappiecont {
	height: 400px;
	width: 100%;
	position: relative;
}

.wrappiecont figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.wrappiecont figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrappiecont figure.figure1 {
	position: absolute;
	left: 20px;
	top: 2%;
	height: 96%;
	width: 47%;
	transform: skew(-10deg, 0deg);
}
.wrappiecont figure.figure1 img {
	transform: skew(10deg, 0deg) scale(1.3);
}

.wrappiecont figure.figure2 {
	position: absolute;
	right: 20px;
	top: 0px;
	height: 65%;
	width: 40%;
	transform: skew(-10deg, 0deg);
}

.wrappiecont figure.figure2 img {
	transform: skew(10deg, 0deg) scale(1.3);
}

.wrappiecont .figure3 {
	position: absolute;
	right: 57px;
	bottom: 0px;
	height: 30%;
	width: 40%;
	background-color: red;
	transform: skew(-10deg, 0deg);
}







.grecaptcha-badge {
	display: none;
}


.textgold {
	color: var(--gold) !important;
}

.textsmall {
	font-size: 17px;
}

.text-right {
	text-align: right;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 14px;
	color: var(--black);
}


h1 {
	font-size: 42px;
	line-height: 50px;
}

h2 {
	font-size: 34px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
}

h5 {
	font-size: 20px;
	line-height: 26px;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	color: var(--gold) !important;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
}


.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #ffffff;
}

.white h6 {
	color: var(--black) !important;
}



p, a, li, td, label {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 29px;
	color: var(--black);
}



.white p, .white a, .white li, .white td {
	color: #ffffff;
}

a {
	text-decoration: none;
	color: var(--gold) !important;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	color: var(--goldhvr) !important;
}

.white a:hover {
	color: var(--white) !important;
}




.btn {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 8px;
    margin-top: 10px;
    
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}


/******************* BUTTON *******************/

.btn-gold {
	position: relative;
    color: var(--white) !important;
    background-color: var(--gold);
    font-size: 15px;
	line-height: 29px;
	font-weight: 500;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn-gold:hover, .btn-gold:focus {
    color: var(--white) !important;
    background-color: var(--goldhvr);
}


.btn-black {
	position: relative;
    color: var(--white) !important;
    background-color: var(--black);
    font-size: 15px;
	line-height: 29px;
	font-weight: 500;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn-black:hover, .btn-black:focus {
    color: var(--white) !important;
    background-color: var(--blackhvr);
}


.btn-white {
	position: relative;
    color: var(--black) !important;
    background-color: var(--white);
    font-size: 15px;
	line-height: 29px;
	font-weight: 500;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn-white:hover, .btn-white:focus {
    color: var(--black) !important;
    background-color: var(--white);
}

.btn-small {
	font-size: 14px;
	line-height: 24px;
	padding: 7px 18px;
	margin-top: 20px;
}

.btn-head {
    margin-top: 22px !important;
    float: right;
    margin-left: 17px;
}

.menu-hoofdmenu-container {
	float: left;
}





.errorWrap {
	padding: 150px 0 60px;
}






.headerFix {
	height: 93px;
}

.headerTop {
	position: fixed;
	background-color: white;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
	
	border-bottom: 1px solid #C3C3C3;
	box-shadow: 0px 3px 44px rgba(0, 0, 0, 0.07);

	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerTop.scrolled {
    background-color: var(--white);
}





.headerTop .logo {
	width: 250px;
    float: left;
    padding: 10px 0;
}


.headerTop .nav {
	margin-left: 30px;
}

.headerTop .contactHeader p {
	font-family: 'Outfit', sans-serif;
	font-weight: 300;
	margin: 0px;
}

.headerTop .contactHeader p a {
	text-decoration: none;
	margin-left: 15px;
}
.headerTop.scrolled .contactHeader p a {
	color: var(--gold) !important;
}

.headerTop .contactHeader p a:hover {
	color: var(--gold);
}








.headerTop ul {
	margin: 0;
	padding: 0;
}

.sf-menu li {
    background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}


.sf-menu a {
	padding: 32px 17px;
	color: var(--black) !important;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current_page_item a {
	color: var(--gold) !important;
}

.sf-menu li ul li {
    background: var(--black);
    
}

.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	background: var(--blackhvr);
}


.sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff !important;
	font-size: 14px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li ul li:first-child a {
	padding-left: 20px;
}

.sf-menu li ul li:hover a,
.sf-menu li ul li.sfHover a,
.sf-menu li ul li.current_page_item a {
	color: #ffffff !important;
}

.sf-menu li:hover ul li a,
.sf-menu li.sfHover ul li a,
.sf-menu li.current_page_item ul li a {
	color: #ffffff !important; 
}

.sf-menu li:hover ul li:hover a,
.sf-menu li:hover ul li.sfHover a,
.sf-menu li:hover ul li.current_page_item a {
	color: #ffffff;
}



.sf-arrows .sf-with-ul {
    padding-right: 17px;
}

.sf-arrows .sf-with-ul:after {
	content: none;
}




.werken-bij a {
	padding-right: 20px;
	position: relative;
}

.werken-bij a span {
	position: absolute;
	right: 6px;
	top: 31px;
	height: 14px;
	width: 14px;
	background-color: red;
	border-radius: 100px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: white;
	padding: 1px 0 0 1px;
}




/******* HAMBURGER *******/
.hamburger {
	margin: 0px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	
	position: relative;
	z-index: 9999999;
}

.hamburger p {
	display: inline-flex;
	margin-top: -4px;
	vertical-align: middle;
	margin-right: 11px;
	font-size: 19px;
}

.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.nav.white .hamburger-inner, .nav.white .hamburger-inner::before, .nav.white .hamburger-inner::after {
	background-color: #fff;
}
.headerTop.scrolled .nav.white .hamburger-inner, .headerTop.scrolled .nav.white .hamburger-inner::before, .headerTop.scrolled .nav.white .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}


/* Elastic */
.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.075s;
}
/******* END HAMBURGER *******/






















.pageBuilder ul {
	list-style: none;
	padding: 0;
}
.pageBuilder li {
	padding-left: 28px;
}
.pageBuilder li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-left: -28px; /* same as padding-left set on li */
	width: 28px; /* same as padding-left set on li */
	font-weight: 900;
	color: var(--gold);
	font-size: 17px;
}


/********** PAGE BUILDER **********/

.pb_header {
	padding: 140px 0 140px 0;
	background-color: var(--gold);
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pb_headerInner {
	position: relative;
    z-index: 9;
}


.pb_header .pb_headerImg {
	margin-right: 0px;
}

.pb_header .pb_headerImgInner {
	padding-left: 0px;
	position: relative;
	margin-bottom: -100px;
}

.pb_header figure.pb_headerImg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 63%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
	border-radius: 0px;
}
.pb_header figure.pb_headerImg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}




.pb_headerCurved {
	position: absolute;
	left: -3px;
	top: 0;
	height: 100%;
	
	
}

.pb_headerCurved img {
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}




.pb_header .grunge1 {
	position: absolute;
    left: -30px;
    top: -10px;
    width: 260px;
    pointer-events: none; 
}

.pb_header .grunge2 {
	position: absolute;
    left: -30px;
    bottom: -20px;
    width: 440px;
    pointer-events: none; 
}








.word-wrapper {

}
.word-wrapper h1 {

}

.word-wrapper h1, .word-wrapper h2 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 0px;
}

.word-rotate-wrapper {
  position: relative;
  display: block;
  vertical-align: bottom;
  overflow: hidden;
  margin-top: -5px;
}
.word-rotate-wrapper h2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  padding: 0 0 0.5rem 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  -moz-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -o-transform: translateY(4rem);
  opacity: 0;
}
.word-rotate-wrapper h2:first-child {
  position: relative;
}
.word-rotate-wrapper h2.show {
  transform: translateY(0.6rem);
  -webkit-transform: translateY(0.6rem);
  -moz-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .word-rotate-wrapper {
    display: block;
    text-align: center;
    width: 100%;
  }
  .word-rotate-wrapper h2 {
    text-align: center;
  }
}









.pb_fases {
	
}

.pb_fasesIntro {
	
}

p.pb_fasesItemWrapTextKop {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: var(--gold);
	margin-bottom: 0px !important;
	text-transform: uppercase;
}

p.pb_fasesItemWrapTextTitle {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	color: #fff;
	margin-bottom: 0px !important;
}






.pb_fasesItemWrap1 {
	background-color: var(--gold);
	border-radius: 8px;
	margin: 15px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	margin-left: 30px;
	
	position: relative;
}

.pb_fasesItemWrap1.pb_fasesItemWrapNo1:before {
	content: "";
	position: absolute;
	left: -35px;
	top: -15px;
	height: 2px;
	width: 8px;
		
	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-top: 6px solid var(--gold);
}
.pb_fasesItemWrap1.pb_fasesItemWrapNo4:after {
	content: "";
	position: absolute;
	left: -33px;
	bottom: -15px;
	height: 2px;
	width: 8px;
	background-color: var(--gold);
}


.pb_fasesItemWrap1 .line1 {
	position: absolute;
	left: -30px;
	top: -15px;
	height: calc(100% + 30px);
	width: 2px;
	background-color: var(--gold);
}

.pb_fasesItemWrap1 .line2 {
	position: absolute;
	left: -30px;
	top: 50%;
	height: 2px;
	width: 30px;
	background-color: var(--gold);
}

.pb_fasesItemWrap1 .dot {
	position: absolute;
/*
	left: -33px;
	top: calc(50% - 3px);
	height: 8px;
	width: 8px;
*/	
	left: -43px;
	top: calc(50% - 13px);
    height: 28px;
    width: 28px;
    
	background-color: var(--gold);
	border-radius: 100%;
}

.pb_fasesItemWrap1 .dot .number {
	position: absolute;
	width: 100%;
	text-align: center;
	color: var(--white);
	padding-top: 3px;
	font-size: 14px;
}


.pb_fasesItemWrap1 .pb_fasesItemWrapImg {
	width: 30%;
	margin-right: 30px;
}

.pb_fasesItemWrap1 .pb_fasesItemWrapImg figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pb_fasesItemWrap1 .pb_fasesItemWrapImg figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_fasesItemWrap1 .pb_fasesItemWrapText {
	width: calc(100% - 30% - 208px);
}

.pb_fasesItemWrap1 .pb_fasesItemWrapButton {
	width: 178px;
}

.pb_fasesItemWrap1 .pb_fasesItemWrapButton .btn {
	margin: 0px;
}






.pb_fasesItemWrap2 {
	background-color: var(--white);
	border-radius: 8px;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.pb_fasesItemWrap2 .pb_fasesItemWrapImg {
	width: 100%;
	margin-bottom: 20px;
}

.pb_fasesItemWrap2 .pb_fasesItemWrapImg figure {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 0px;
	border-radius: 10px;
}

.pb_fasesItemWrap2 .pb_fasesItemWrapImg figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_fasesItemWrap2 p.pb_fasesItemWrapTextTitle {
	color: #000;
}

.pb_fasesItemWrap2 .pb_fasesItemWrapButton {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.pb_fasesItemWrap2 .pb_fasesItemWrapButton .btn {
	padding: 7px 15px;
}













.pb_branchesItemWrap {
	border-radius: 8px;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
}

.pb_branchesItemWrap .pb_branchesItemWrapImg {
	width: 100%;
	margin-bottom: 20px;
}

.pb_branchesItemWrap .pb_branchesItemWrapImg figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
	border-radius: 10px;
}

.pb_branchesItemWrap .pb_branchesItemWrapImg figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

p.pb_branchesItemWrapTextTitle {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: #000;
	margin-bottom: 0px !important;
}

.pb_branchesItemWrap .pb_branchesItemWrapButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.pb_branchesItemWrap .pb_branchesItemWrapButton .btn {
	padding: 3px 10px;
}












.pb_dienstenIntro {
	margin-bottom: 50px;
}

.pb_diensten.noBg {
	background-color: transparent !important;
}

.pb_diensten .pb_dienstenInner {
	background-color: #FEFAF4;
	border-radius: 8px;
	padding: 40px 40px 40px 40px;
	margin-bottom: 25px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_diensten .pb_dienstenInner:hover {
	transform: scale(1.05);
}

.pb_diensten a:hover .pb_dienstenInner {
	
}

.pb_dienstenInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
}

.pb_dienstenInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_dienstenInnerText {
	padding-bottom: 1px;
}

.pb_dienstenInnerText p {
	font-size: 13px;
	line-height: 24px;
}

.pb_dienstenInnerText h5 {
	margin-bottom: 10px;
	font-size: 18px;
}

.pb_dienstenInnerLink span {
	color: var(--gold);
	font-weight: 500;
}

.pb_dienstenInnerLast {
	background-color: var(--gold) !important; 
}

.pb_dienstenInnerLast .pb_dienstenInnerLink span {
	color: var(--black) !important;
}

.pb_dienstenInnerIcon {
	width: 49px;
	margin-bottom: 25px;
}



iframe {
	border-radius: 14px;
}







.pb_text .pb_textBlock {
	padding: 55px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
/* 	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22); */
}



.pb_textInner {
	position: relative;
	overflow: hidden;
}

.pb_textBlock .dots1 {
	position: absolute;
    left: -40px;
    top: -20px;
    width: 300px;
    pointer-events: none; 
}

.pb_textBlock .dots2 {
	position: absolute;
    right: -35px;
    bottom: -45px;
    width: 300px;
    pointer-events: none; 
}






.pb_text_imgTextInner {
	padding: 45px 0;
}

.pb_text_img .pb_text_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_text_img .order-1 .pb_text_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_text_img .pb_text_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 14px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_text_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.pb_projectenIntro h1, .pb_projectenIntro h2, .pb_projectenIntro h3, .pb_projectenIntro h4  {
/* 	margin-bottom: 0px; */
}


.pb_actueel_introTextInner {
	padding: 45px 0;
}

.pb_actueel_intro .pb_actueel_introImgInner {
	padding-left: 0px;
	padding-right: 50px;
}


.pb_actueel_intro .pb_actueel_introImgInner figure {
	position: relative;
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 14px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_actueel_intro figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_actueel_introTextInner p.pb_artikelenInnerTextDateP {
	margin-bottom: 0px;
}




.pb_actueel_intro .pb_actueel_introImgInner figure .linkSpan.btn {
    padding: 12px 13px 12px 25px;
	border-radius: 14px 0px 14px 0px;
	margin-top: 0px;
}

.pb_actueel_intro .pb_actueel_introImgInner figure:hover .linkSpan.btn {
    
}

.pb_actueel_intro .pb_actueel_introImgInner figure .linkSpan {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    display: inline-block;
}

.pb_actueel_intro .pb_actueel_introImgInner figure .linkSpan span {
    opacity: 0;
    max-width: 0;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color,margin-right .2s ease-out .1s;
}

.pb_actueel_intro .pb_actueel_introImgInner figure:hover .linkSpan span {
    opacity: 1;
    margin-right: 10px;
    padding-left: 10px;
    max-width: 150px;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color .2s,margin-right .2s ease-out .1s
}









.pb_text_img_servicesTextInner {
	padding: 35px 0;
}

.pb_text_img_services .pb_text_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_text_img_services .order-1 .pb_text_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_text_img_services .pb_text_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_text_img_services figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_text_img_services ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.pb_text_img_services ul li a {
	padding: 7px 12px;
	background-color: var(--white);
	border: 1px solid var(--gold);
	border-radius: 6px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
}

.pb_text_img_services ul li:before {
	content: none;
}

.pb_text_img_services ul li a {
	color: var(--gold);
}

.pb_text_img_services ul li a:hover {
	background-color: var(--gold);
	border: 1px solid var(--gold);
	color: var(--white);
}







.pb_usps_imgTextInner {
	padding: 25px 0;
}

.pb_usps_img .pb_usps_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_usps_img .order-1 .pb_usps_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_usps_img .pb_usps_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_usps_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_usps_img_uspWrap {
	margin-bottom: 20px;
}

.pb_usps_img_uspWrapIcon {
	margin-right: 30px;
}

.pb_usps_img_uspWrapIconInner {
	border: 3px solid var(--gold);
	border-radius: 100%;
}

.projectbody .pb_usps_img_uspWrapIconInner {
	border: 3px solid var(--black);
	border-radius: 100%;
}
.personeelbody .pb_usps_img_uspWrapIconInner {
	border: 2px solid var(--gold);
	border-radius: 100%;
}



.pb_usps_img_uspWrapIconInnerInner {
	padding: 12px;
	width: 71px;
}

.pb_usps_img_uspWrapText h5 {
	margin-bottom: 10px;
}




.pb_text_2cols {
	
}

.pb_text_2cols .pb_text_2colsBlock {
	padding: 45px;
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_text_2colsTitle {
	margin-bottom: 20px;
}

.pb_text_2colsInner1 {
	padding-right: 20px;
}

.pb_text_2colsInner2 {
	padding-left: 20px;
}









/* Styles for Accordion */
.toggle:first-child .toggle-title {
  border-top: 0px solid #EAE9F0;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #EAE9F0;
  margin-bottom: 6px;
  padding-right: 40px;
}
.toggle .toggle-title h3 {
	font-weight: 600;
  font-size: 18px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
}
.toggle .toggle-inner {
  padding: 7px 0 10px 0;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 22px 0px 18px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0 20px 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("images/plus_minus.png") 0px 0px no-repeat;
}










.pb_artikelen.noBg {
	background-color: transparent !important;
}


.pb_artikelenInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
    
	border-radius: 8px 8px 0 0;
}

.pb_artikelenInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_artikelenInner {
	background-color: #FEFAF4;
	border-radius: 0 0 8px 8px;
}

.pb_artikelenInnerText {
	padding: 5px 30px 20px 35px;
}

.pb_artikelenInnerText p {
	margin: 0px;
}

.pb_artikelenInnerText {
	margin-bottom: 40px;
}

.category_detail li {
	margin: 0px;
	padding: 0px;
}

.category_detail li:before {
	content: "";
}















.pb_advies {
	background-color: var(--gold) !important;
}
.pb_advies.noBg {
	background-color: transparent !important;
}


.pb_adviesInner {
	position: relative;
}

.pb_adviesInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 0px;
    
	border-radius: 14px 14px 0 0;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_adviesInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_adviesInnerText p {
	margin: 0px;
}

.pb_adviesInnerText {
	background-color: white;
	padding: 40px 40px 55px 40px;
	margin-bottom: 40px;
	border-radius: 0 0 14px 14px;
}

.pb_advies.noBg .pb_adviesInnerText {
	background-color: var(--gold);
}

.category_detail li {
	margin: 0px;
	padding: 0px;
}

.category_detail li:before {
	content: "";
}


.pb_adviesInner .linkSpan.btn {
    padding: 12px 25px 12px 20px;
	border-radius: 16px 0px 32px 0px;

}

.pb_adviesInner:hover .linkSpan.btn {
    
}

.pb_adviesInner .linkSpan {
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    display: inline-block
}

.pb_adviesInner .linkSpan span {
    opacity: 0;
    max-width: 0;
    display: inline-block;
    text-decoration: none;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color,margin-right .2s ease-out .1s
}

.pb_adviesInner:hover .linkSpan span {
    opacity: 1;
    margin-right: 10px;
    max-width: 150px;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color .2s,margin-right .2s ease-out .1s
}


.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: var(--gold);
    font-size: 30px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--gold);
    text-decoration: none
}

.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -27px!important
}

.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -27px!important
}








.pb_vacatures.noBg {
	background-color: transparent !important;
}

.pb_vacaturesWrap .pb_vacaturesInner {
	border-radius: 8px;
	background: #FEFAF4;
	padding: 30px 40px;
	margin-bottom: 30px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_vacaturesWrap:hover .pb_vacaturesInner {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
}

.pb_vacaturesInner h4, .pb_vacaturesInner p {
	margin-bottom: 0px;
}





.pb_referentiesInner {
	background-color: var(--gold);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.pb_referentiesInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
    
	border-radius: 8px;
}

.pb_referentiesInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_referentiesInnerText p {
	margin: 0px;
}

.pb_referentiesInnerText {
	margin-bottom: 40px;
}

.pb_referentiesInnerText .btn {
	margin: 0px !important;
}

.pb_referentiesInnerText h5 {
	margin: 0px;
}

.pb_referentiesInnerTextTitle {
	margin-bottom: 15px;
}





.pb_logos {
	
}

.pb_logosIntro {
	margin-bottom: 50px;
}

.pb_logosImg img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_logosImg:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}



.pb_mapsInner {
	padding-right: 30px; 
}

.pb_mapsTextInner {
	background-color: var(--black);
	padding: 40px;
	border-radius: 8px;
}


.pb_logos_LogoItem {
	width: 16%;
}









.pb_blokken {
	background-color: var(--gold);
}

.pb_blokkenIntro {
	margin-bottom: 50px;
}

.pb_blokken.noBg {
	background-color: transparent !important;
}

.pb_blokken a .pb_blokkenInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_blokken a:hover .pb_blokkenInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_blokkenInnerImg figure {
    width: 100%;
    height: 345px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
}

.pb_blokkenInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_blokkenInnerText {
	padding: 20px 30px;
}

.pb_blokkenInnerText h5 {
	margin: 0px;
	font-size: 18px;
}









.pb_projectenIntro {
	margin-bottom: 50px;
}

.pb_projecten.noBg {
	background-color: transparent !important;
}

.pb_projecten a .pb_projectenInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_projecten a:hover .pb_projectenInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_projectenInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
}

.pb_projectenInnerImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_projectenInnerText {
	padding: 20px 30px;
}

.pb_projectenInnerText h5 {
	margin: 0px;
}






.pb_relate_projecten {
	background-color: var(--gold);
}








.pb_waaromTextInner {
	padding: 35px 0;
}

.pb_waarom .pb_waaromImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_waarom .order-1 .pb_waaromImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_waarom .pb_waaromImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_waarom figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}











.pb_team .pb_teamInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


.pb_teamInnerImg figure {
    width: 100%;

    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
}

.pb_teamInnerImg figure img {
    
}


.pb_teamInnerText {
	padding: 20px 30px;
	text-align: left !important;
}

.pb_teamInnerText h5 {
	margin: 0px;
	margin-bottom: 10px;
	text-align: left !important;
}

.pb_teamInnerText p {
	text-align: left !important;
	line-height: 12px;
	margin: 0px;
}








.pb_businessesInner {
	position: relative;
}

.pb_businessesInner .pb_businessesInnerImgLogo {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_businessesInner:hover .pb_businessesInnerImgLogo {
	transform: scale(1.05);
}

.pb_businessesInnerImg {
	background-color: var(--gold);
	padding: 60px 100px;
	border-radius: 14px 14px 0px 0px;

}

.pb_businessesInnerText {
	background-color: var(--gold);
	padding: 30px 60px 60px 60px;
	border-radius: 0px 0px 14px 14px;
}



.pb_businessesInner .linkSpan.btn {
    padding: 12px 25px 12px 20px;
	border-radius: 16px 0px 32px 0px;

}

.pb_businessesInner:hover .linkSpan.btn {
    
}

.pb_businessesInner .linkSpan {
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    display: inline-block
}

.pb_businessesInner .linkSpan span {
    opacity: 0;
    max-width: 0;
    display: inline-block;
    text-decoration: none;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color,margin-right .2s ease-out .1s
}

.pb_businessesInner:hover .linkSpan span {
    opacity: 1;
    margin-right: 10px;
    max-width: 150px;
    transition: max-width .5s ease-out .1s,opacity .5s ease-out .1s,color .2s,margin-right .2s ease-out .1s
}






.pb_quote {
	
}

.pb_quoteInner {
	background-color: var(--gold);
	padding: 60px 60px 50px 60px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}

.pb_quoteInner h1, .pb_quoteInner h2, .pb_quoteInner h3, .pb_quoteInner h4, .pb_quoteInner h5 {
	margin-bottom: 10px;
}



.pb_quoteInner .dots1 {
	position: absolute;
    left: -40px;
    top: -20px;
    width: 300px;
    pointer-events: none; 
}

.pb_quoteInner .dots2 {
	position: absolute;
    right: -35px;
    bottom: -45px;
    width: 300px;
    pointer-events: none; 
}


.pb_quoteInnerWrap {
	position: relative;
	z-index: 2;
}


.pb_quote_between {
	margin-bottom: 30px;
}







input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--black);
	background-color: transparent;
	border-radius: 8px;
	outline: none;
	padding: 8px;
	resize: none;
	color: var(--black);
}

input::placeholder, textarea::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

textarea {
	height: 140px;
}

.white input[type="text"], .white input[type="tel"], .white input[type="email"], .white textarea {
	border: 1px solid var(--white);
	color: var(--white);
}
.white input::placeholder, .white textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

input[type="submit"] {
	outline: none;
	box-shadow: none !important;
}

.wpcf7-list-item {
    display: block;
    margin: 0 !important;
}

span.wpcf7-list-item {
    display: block !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em !important;
}




.fileUploadWrap {
	text-align: center;
	padding: 25px;
	border: 1px solid var(--gold);
	background-color: transparent;
	border-radius: 8px;
	margin-bottom: 20px;
}

input.filefield {
	display: none;
}
.fileUploadWrap label {
	cursor: pointer;
}
.fileUploadWrap #imageName{
	color: green;
}








.buttonAdvies {
	position: fixed;
	right: 30px;
	bottom: 30px;
}







.fullContent {
	padding: 140px 0 60px 0;
}






.footerCtaImg {
	margin-top: 20px;
}
.footerCta {
	background-color: var(--gold);
}



.footerCtaCol {
	padding: 60px 0;
}

.footerCtaDivider {
	position: relative;
	height: calc(100% - 120px);
	border-left: 1px solid #ffffff;
	margin: 60px 0;
	padding-left: 50%;
	opacity: 0.2;
}



footer {
	background-color: var(--black);
	padding: 50px 0;
	
}

footer a {
	color: var(--gold) !important;
}
footer a:hover {
	color: var(--goldhvr) !important;
}




.pb_worldmap svg {
	margin-top: 30px;
}

path {fill: lightgray; stroke: white;}
path:hover {fill: lightgray;}
path.active {fill: #E5A026; stroke: white;}
path.active:hover {fill: #D0901F; stroke: white;}








.menuOverlay {
	display: none;
	background: var(--gold);
	
	
	height: 100vh; 
	width: 100%; 
	position: fixed;
	z-index: 98;
	top: 0;
}


.menuOverlay .navBg {
	height: 100vh;
    width: 44%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menuOverlay .navBg .overlayBg {
	height: 40%;
    width: 44%;
    background: linear-gradient(#fff 0%, #fff 24.63%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.73;
    position: fixed;
    top: 0px;
    right: 0px;
}





.navWrap {
	height: 100vh;
}

.mainNav {
	width: 50%;
}
.subNav {
	width: 100%;
}





.menuOverlay ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menuOverlay ul li {
	
}

.menuOverlay ul li a {
	color: var(--white) !important;
}
.menuOverlay ul li a:hover {
	color: var(--white) !important;
}


.mainNav ul {
	position: relative;
	margin-bottom: 16px;
}




.mainNav ul li a {
	font-weight: 400;
	font-size: 27px;
	line-height: 34px;
	text-align: left;
	color: var(--white);
	display: block;
}

.mainNav ul li.menu-item-has-children a:after {
	font-family: Font Awesome\ 5 Free;
    content: '\f105';
    font-weight: 900;
    float: right;
    margin-right: 30px;
    font-size: 16px;
}




/* SUB MENU */
.mainNav ul li ul li {
	margin-bottom: 9px;
}

.mainNav ul li ul li a {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: var(--white);
}

.mainNav ul li.menu-item-has-children ul li a:after {
    content: none;
}





/* DISPLAY HOVER */
.mainNav ul li .sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mainNav ul li:hover .sub-menu {
	display: block;
	opacity: 1;
}








.subNav ul li.werken-bij a {
	padding-right: 20px;
	position: relative;
}

.subNav ul li.werken-bij a span {
	position: absolute;
	right: 2px;
	top: -4px;
	height: 14px;
	width: 14px;
	background-color: red;
	border-radius: 100px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: white;
	padding: 1px 0 0 1px;
}






.pb_fasesItemWrapButtonMob {
	display: none;
}

.contactHeaderMob {
	display: none;
}


.headerTop .nav {
		display: none;
	}




.logoFoot {
	margin-bottom: 40px;
}

.logoFoot img {
	margin-bottom: 20px;
	width: 50%;
}



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

	
}





@media screen and (max-width: 992px) {
	
	
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	
	h2 {
		font-size: 26px;
		line-height: 33px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	h4 {
		font-size: 21px;
		line-height: 28px;
	}
	
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	
	h6 {
		font-size: 18px;
		line-height: 22px;
	}
	
	
	p, a, li, td {
		font-size: 14px;
		line-height: 24px;
	}
	
	
	
	.headerTop .nav {
		display: block;
	}
	
	.headerTop .navigation {
		display: none;
	}
	
	
	
	
	.mainNav {
	    width: 100%;
	}
	
	.mainNav ul li a {
	    font-size: 21px;
	    line-height: 34px;
	}
	
	.mainNav ul li.menu-item-has-children a:after {
	    content: none;
	}
	
	.mainNav ul li .sub-menu {
	    display: block;
	    opacity: 1;
	    position: relative;
	    left: 0;
	    top: 0px;
	    width: 100%;
	    padding-left: 20px;
	}
	
	.mainNav ul li ul li a {
	    font-size: 15px;
	    line-height: 25px;
	}
	
	
	.pb_artikelenInner {
		display: block !important;
	}
	
	
	.pb_artikelenInnerImg {
	    margin-right: 0;
	}
	
	.pb_artikelenInnerImg figure {
	    width: 100%;
	    height: 250px;
	    overflow: hidden;
	    margin-bottom: 0px;
	    border-radius: 14px 14px 0 0;
	}
	
	.pb_artikelenInnerText {
	    margin-bottom: 15px;
	    padding-right: 90px;
	    padding: 25px 40px 66px;
	}
	
	
	
}


@media screen and (max-width: 768px) {
	
	
	.headerTop .logo {
	    width: 200px;
	    float: left;
	    padding: 10px 0;
	}

	
	.headerTop .nav {
	    margin-left: 20px;
	    margin-top: 5px;
	}
	
	
	.contactHeaderDesk {
		display: none;
	}
	.contactHeaderMob {
		display: block;
	}
	
	
	.headerFix {
	    height: 60px;
	}
	
	.pb_header {
	    padding: 80px 0 0px 0;
	}
	
	.pb_header figure.pb_headerImg {
	    width: 100%;
	    height: 320px;
	    overflow: hidden;
	    margin-bottom: 0px;
	    border-radius: 0px;
	    margin-top: 30px;
	    position: relative;
	}
	
	.pb_headerCurved {
		display: none;
	}
	
	.pb_header figure.pb_headerImgSmall {
	    left: 30px;
	    top: -45px;
	    width: 34%;
	    height: 130px;
	}

	.pb_headerImgUsp {
	    left: unset;
	    right: 30px;
	    top: -45px;
	    width: 47%;
	    height: auto;
	}
	
	.pb_headerImgUsp ul, .pb_headerImgUsp ul li:last-child {
		margin-bottom: 0px;
	}
	
	
	.pb_headerImgUsp ul li {
	    font-size: 12px;
	    line-height: 15px;
	    margin-bottom: 8px;
	}
	.pageBuilder .pb_headerImgUsp li:before {
	    font-size: 14px;
	}
	
	.pb_headerImgUsp {
	    padding: 22px 20px;
	}
	
	
	.pb_text_img .pb_text_imImgInner figure {
		height: 280px !important;
	}
	
	.pb_text_2colsInner2 {
	    padding-left: 0px;
	}
	
	
	.pb_text_img .pb_text_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.pb_text_img .order-1 .pb_text_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	
	.pb_logos_LogoItem {
	    width: 28%;
	}
	
	
	.btn-gold {
	    font-size: 12px;
	    line-height: 22px;
	    display: block;
	}

	
	
	
	
	
	.pb_waarom .pb_waaromImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.pb_waarom .order-1 .pb_waaromImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.pb_waarom figure {
		height: 350px !important;
	}
	
	
	
	p.pb_fasesItemWrapTextTitle {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	p.pb_fasesItemWrapTextKop {
	    font-size: 12px;
	    line-height: 19px;
	}
	
	.pb_fasesItemWrap1 .pb_fasesItemWrapImg {
	    width: 26%;
	    margin-right: 30px;
	}
	
	
	
	
	.pb_text_img_services .pb_text_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.pb_text_img_services .order-1 .pb_text_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.pb_text_img_services .pb_text_imImgInner figure {
		height: 350px !important;
	}
	
	
	
	
	.pb_mapsInner {
		padding-right: 0px; 
		margin-bottom: 20px;
	}
	
	
	
	
	
		
	
	
	
	
	.order-2 {
		order: 1 !important;
	}
	
	.order-1 {
		order: 2 !important;
	}
	
	

	
	
	
	.footerCtaImg {
	    margin-top: -60px;
	    width: 41%;
	}
	
	.footerCtaCol1 {
	    padding: 30px 0;
	}
	.footerCtaCol2 {
	    padding: 0 0 30px 0;
	}
	
	.footerCtaDivider {
	    position: relative;
	    height: 0px;
	    border-left: 0;
	    margin: 10px 0;
	    padding-left: 50%;
	}
	
	
	
	
	
	.navBg {
		display: none;
	}
	
	
	
	.owl-nav {
		display: none;
	}
	
	.pb_businessesInner {
		margin-bottom: 25px;
	}
	
	.pb_businessesInnerImg {
	    padding: 40px 40px;
	}
	
	
	
	
	
	footer .logo {
		width: 32%;
		margin-bottom: 30px;
	}
	
	footer {
	    padding: 50px 0 60px 0;
	}
	
	
	.logoFoot {
		max-width: 150px;
	}
	

}



