/*   
Theme Name: Het Vaardigheidshuis 
Theme URI: https://donkeys.co
Description: Youth Turn
Author: Het Vaardigheidshuis
Author URI: https://donkeys.co
Version: 1
*/



/*
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;

	Proxima Nova Italic
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: italic;
	
	Proxima Nova Medium
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
	
	Proxima Nova Extrabold
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
	font-style: normal;
	
*/


:root {
	--white: #ffffff;
	--black: #000000;
	--purple: #DDEEEB;
	--purplehvr: #55237B;
	--blue: #0C2373;
	--bluehvr: #49C8F5;
}


.grecaptcha-badge {
	display: none;
}


.textgreen {
	color: var(--purple) !important;
}
.textsmall {
	font-size: 17px;
}

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


h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: var(--blue);
}


h1 {
	font-size: 37px;
	line-height: 46px;
}

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

h3 {
	font-size: 26px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}

h5 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	color: var(--blue) !important;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
}


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



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

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

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

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






.btn {
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    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-purple {
	position: relative;
    color: #ffffff;
    background-color: var(--purple);
    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-purple:hover, .btn-purple:focus {
    color: #ffffff;
    background-color: var(--purplehvr);
    
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.26);
}


.btn-blue {
	position: relative;
    color: var(--purple) !important;
    background-color: var(--blue);
    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-blue:hover, .btn-blue:focus {
    color: var(--purple) !important;
    background-color: var(--bluehvr);
}


.btn-white {
	position: relative;
    color: var(--blue) !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(--blue) !important;
    background-color: var(--white);
}

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

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

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



.btn-width {
	width: 100%;
}


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






.headerFix {
	height: 89px;
}

.headerTop {
	position: fixed;
	background-color: white;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

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





.headerTop .logo {
	width: 295px;
    float: left;
    padding: 15px 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(--purple) !important;
}

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








.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: 45px 13px;
	color: var(--purple);
	font-size: 15px;
	font-family: "proxima-nova", 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(--blue);
}

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

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


.sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff;
	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;
}

.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;
}

.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: 13px;
}

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






/******* 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(--purple);
	font-size: 17px;
}


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

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




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

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

.pb_header figure.pb_headerImg {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-bottom: 0px;
	border-radius: 10px;
}
.pb_header figure.pb_headerImg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_header figure.pb_headerImgSmall {
	position: absolute;
	left: -100px;
	top: 42px;
    width: 175px;
    height: 145px;
    overflow: hidden;
    margin-bottom: 0px;
	border-radius: 10px;
	
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}
.pb_header figure.pb_headerImgSmall img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb_headerImgUsp {
	position: absolute;
	left: -140px;
	top: 202px;
    width: 215px;
    height: 166px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 28px 25px;
    
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.pb_headerImgUsp ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}






.pb_fases {
	
}

.pb_fasesIntro {
	
}

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

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






.pb_fasesItemWrap1 {
	background-color: var(--blue);
	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(--blue);
}
.pb_fasesItemWrap1.pb_fasesItemWrapNo4:after {
	content: "";
	position: absolute;
	left: -33px;
	bottom: -15px;
	height: 2px;
	width: 8px;
	background-color: var(--blue);
}


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

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

.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(--purple);
	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: 500;
	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 a .pb_dienstenInner {
	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_diensten a:hover .pb_dienstenInner {
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.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: 20px 30px;
}

.pb_dienstenInnerText h5 {
	margin: 0px;
}














.pb_text .pb_textBlock {
	padding: 45px;
	border-radius: 8px;
/* 	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22); */
}









.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: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

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





.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(--blue);
	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(--blue);
}

.pb_text_img_services ul li a:hover {
	background-color: var(--purple);
	border: 1px solid var(--purple);
	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(--blue);
	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(--red);
	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-left: 40px;
}

.pb_text_2colsInner2 {
	padding-left: 0px;
}









/* 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_prijstabel {
	
}

.pb_prijstabelWrap {
	background-color: rgba(122, 198, 191, 0.3);
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.pb_prijstabelWrap.pb_prijstabelWrapColor {
	background-color: #aa67ab;
}



.pb_prijstabelWrapText .prijstabelTitle {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	color: var(--blue);
	text-transform: uppercase;
	
	font-size: 20px;
	line-height: 26px;
}

.pb_prijstabelWrapText .prijstabelPrice {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	color: var(--blue);
	text-transform: uppercase;
	
	font-size: 32px;
	line-height: 44px;
}

.pb_prijstabelWrapText .prijstabelSubtitle {
	line-height: 20px;
}

.pb_prijstabelWrapText .prijstabelSubtitle span {
	opacity: 0.22;
	font-size: 14px;
}



.pb_prijstabelWrapIncluded ul {
	margin: 0px;
}
.pb_prijstabelWrapIncluded li {
	padding-left: 28px;
}
.pb_prijstabelWrapIncluded li:before {
	color: var(--blue);
}


.pb_prijstabelWrapExcluded ul {
	opacity: 0.22;
	margin: 0px;
}
.pb_prijstabelWrapExcluded li:before {
	content: "\f00d"; /* FontAwesome Unicode */
}


.white .pb_prijstabelWrapText .prijstabelTitle {
	color: var(--white);
}
.white .pb_prijstabelWrapText .prijstabelPrice {
	color: var(--white);
}
.white .pb_prijstabelWrapIncluded li:before {
	color: var(--white);
}

















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


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

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

.pb_artikelenInnerText p {
	margin: 0px;
}

.pb_artikelenInnerText {
	margin-bottom: 40px;
}

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

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



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

.pb_vacaturesWrap .pb_vacaturesInner {
	border-radius: 8px;
	background: var(--white);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.11);
	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 13px rgba(0, 0, 0, 0.21);
}

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





.pb_referentiesInner {
	background-color: var(--lblue);
	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_logos_LogoItem {
	width: 16%;
}









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

.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_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;
}














input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--purple);
	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: 100px;
}

.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(--purple);
	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(--purple);
}



.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(--white);
	padding: 50px 0;
	
}

















.menuOverlay {
	display: none;
	background: var(--purple);
	
	
	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);
}
.menuOverlay ul li a:hover {
	color: var(--blue);
}


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




.mainNav ul li a {
	font-weight: 500;
	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;
	}


@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;
	}
	
	
	
	
}


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


	
	.headerTop .nav {
	    margin-left: 20px;
	    margin-top: 5px;
	}
	
	
	.contactHeaderDesk {
		display: none;
	}
	.contactHeaderMob {
		display: block;
	}
	
	
	
	
	.pb_header figure.pb_headerImg {
	    width: 100%;
	    height: 320px;
	    overflow: hidden;
	    margin-bottom: 0px;
	    border-radius: 10px;
	    margin-top: 30px;
	}
	
	.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 {
		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%;
	}
	
	
	
	.pb_fasesItemWrapButton {
		display: none;
	}
	.pb_fasesItemWrapButtonMob {
		display: block;
	}
	
	.pb_fasesItemWrap1 .pb_fasesItemWrapText {
	    width: auto;
	}
	
	.pb_fasesItemWrap1 .pb_fasesItemWrapImg figure {
	    width: 100%;
	    height: 167px;
	}
	
	
	
	
	
	
	.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;
	}
	
	
	
	
	
	
	
	.fasePrev {
	    position: fixed;
	    top: 69px;
	    left: 0;
	    width: 50%;
	    transform: none;
	    background-color: var(--purple);
	    padding: 10px 25px;
	    border-radius: 0;
	}
	
	.faseNext {
	    position: fixed;
	    top: 69px;
	    right: 0;
	    width: 50%;
	    transform: none;
	    background-color: var(--purple);
	    padding: 10px 25px;
	    border-radius: 0;
		text-align: right;
	}
	
	.faseBlock p {
	    margin-bottom: 0px;
	    display: inline-block;
	}
	
	.faseNext p.icon {
	    float: right;
	    margin-left: 5px;
	}
	
	.faseBlock p.icon {
	    font-size: 16px;
	}
	
	
	
	
	
	.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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	footer .logo {
		width: 32%;
		margin-bottom: 30px;
	}
	
	footer {
	    padding: 50px 0 60px 0;
	}
	
	

}



