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



/*
	font-family: "neulis-sans", sans-serif;
	
	400 500 700
	normal italic
*/


:root {
	--white: #ffffff;
	--black: #171717;
	
	--yellow: #EFBF2C;
	--yellowhvr: #cca322;
}


html, body {
	background-color: var(--black);
}


.grecaptcha-badge {
	display: none;
}


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

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


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

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}


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

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

h3 {
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-size: 26px;
	line-height: 34px;
}

h5 {
	font-size: 21px;
	line-height: 27px;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
}


.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: var(--yellow) !important;
}



p, a, li, td, label {
	font-family: "neulis-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14.5px;
	line-height: 28px;
	letter-spacing: -0.15px;
	color: var(--black);
}


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

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

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

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




.btn {
	font-family: "neulis-sans", 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-yellow {
	position: relative;
    color: var(--black) !important;
    background-color: var(--yellow);
	border: 2px solid var(--yellow);
    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-yellow:hover, .btn-yellow:focus, .white .btn-yellow:hover, .white .btn-yellow:focus {
    color: var(--black) !important;
    background-color: var(--yellowhvr);
	border: 2px solid var(--yellowhvr);

}


.btn-yellow-line {
	position: relative;
	color: var(--yellow) !important;
	background-color: var(--black);
	border: 2px solid var(--yellow);
	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-yellow-line:hover, .btn-yellow-line:focus, .white .btn-yellow-line:hover, .white .btn-yellow-line:focus {
	color: var(--black) !important;
	background-color: var(--yellowhvr);
	border: 2px solid var(--yellowhvr);
}


.btn-white {
	position: relative;
    color: var(--yellow) !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-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: 20px !important;
    float: right;
    margin-left: 17px;
}

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





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






.headerFix {
	height: 129px;
	background-color: var(--black);
}

.headerTop {
	position: fixed;
	background-color: var(--black);
	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 {
    
    
}





.headerTop .logo {
	width: 250px;
    float: left;
    padding: 10px 0;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.headerTop.scrolled .logo {
	width: 170px;
}


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

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

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

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


.headerTopSub {
}

.headerTopSub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.headerTopSub ul li {
	margin: 0 15px;
}
.headerTopSub ul li a {
	text-decoration: none;
	color: var(--white) !important; 
	padding: 0;
	transition: background 0.3s;
}
.headerTopSub ul li a:hover {
	color: var(--yellow) !important;
}





.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(--white) !important;
	font-size: 15px;
	font-family: "neulis-sans", 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(--yellow) !important;
}

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

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


.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: #fff;
}

.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: #fff;
	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(--yellow);
	font-size: 17px;
}


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

.pb_header {
	padding: 60px 0 60px 0;
    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;
	position: relative;
	z-index: 9;
}

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

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




.pb_headerBg {
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 120px;
}

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












.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: "neulis-sans", 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: var(--yellow);
	border: 2px solid var(--yellow);
	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 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 h5 {
	margin-bottom: 10px;
	font-size: 18px;
}

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

.pb_dienstenInnerLast {
	background-color: var(--black) !important; 
	border: 2px solid var(--yellow);
}

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


iframe {
	border-radius: 14px;
}





.pb_tarieven .pb_tarievenInner {
	background-color: var(--yellow);
	border: 2px solid var(--yellow);
	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_tarieven .pb_tarievenInner h4, .pb_tarieven .pb_tarievenInner h6 {
	text-align: center;
}

.pb_tarieven .pb_tarievenInner h4 strike {
	font-size: 70%;
}




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

.pb_text_img_services ul li a:hover {
	background-color: var(--yellow);
	border: 1px solid var(--yellow);
	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(--yellow);
	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(--yellow);
	border-radius: 100%;
}



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

.pb_usps_img_uspWrapText h5, .pb_usps_img_uspWrapText p {
	margin-bottom: 0px;
}




.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: #F2FBFC;
	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(--yellow) !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(--yellow);
}

.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(--yellow);
    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(--yellow);
    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: var(--yellow);
	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(--yellow);
	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(--yellow);
	padding: 40px;
	border-radius: 8px;
}

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

.pb_logos_LogoItem {
	width: 16%;
}









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

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

.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;
	background-color: var(--yellow);
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pb_projectenInnerText h5 {
	margin: 0px;
}






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







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

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

.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_waaromTextUsps {
	margin-top: 30px;
}

.pb_waaromTextUspsIcon {
	width: 39px;
	margin-right: 30px;
}

.pb_waaromTextUspsText {
	width: calc(100% - 69px);
}

.pb_waaromTextUspsText h5 {
	margin: 0px;
	font-size: 19px;
}

.pb_waaromBg {
	background-color: var(--yellow);
}

.pb_waaromBgSmall {
	position: absolute;
	left: 0px;
	top: 0;
	height: 50px;
    width: auto;
	margin-bottom: 0px;
}

.pb_waaromBgBig {
	position: absolute;
	right: 0px;
	bottom: -1px;
	height: 150px;
    width: auto;
	margin-bottom: 0px;
}

.pb_waaromBgSmall img, .pb_waaromBgBig img {
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}







.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(--yellow);
	padding: 60px 100px;
	border-radius: 14px 14px 0px 0px;

}

.pb_businessesInnerText {
	background-color: var(--yellow);
	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(--yellow);
	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(--yellow);
	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(--yellow);
	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(--yellow);
}



.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(--yellow) !important;
}
footer a:hover {
	color: var(--yellowhvr) !important;
}
















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



@media screen and (max-width: 1200px) {
	
	
	.headerTop .logo {
		width: 220px;
	}
	
	.sf-menu a {
		padding: 32px 11px;
	}

	
}





@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: 15px;
		line-height: 22px;
	}
	
	
	p, a, li, td {
		font-size: 14px;
		line-height: 24px;
	}
	
	
	
	.headerTop .nav {
		display: block;
	}
	
	.headerTop .navigation {
		display: none;
	}
	
	
	
	.pb_text_imImgInner figure {
		height: 270px !important;
	}
	
	.pb_text_2colsInner1 {
		padding-right: 0px;
	}
	
	.pb_text_2colsInner2 {
		padding-left: 0px;
	}
	
	
	.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: 79px;
	}
	
	.pb_header {
	    padding: 50px 0 100px 0;
	}
	
	.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_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;
	}
	
	
	
	
	.pb_usps_img .pb_usps_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.pb_usps_img .order-1 .pb_usps_imImgInner {
		padding-left: 0px;
		padding-right: 0px;
	}


	
	.pb_usps_img .pb_usps_imImgInner figure {
		height: 320px !important;
	}

	
	
	
	
	.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;
	}
	
	
	.headerTopSub {
		display: none;
	}
	
	.headerTopMain {
		padding: 10px 0;
	}
	
	#menu-sub-menu {
		margin-bottom: 30px;
	}
	
	
	
	.pb_headerBg {
		position: absolute;
		right: 0px;
		bottom: 0px;
		height: 61px;
		margin-bottom: 0px;
		width: 77%;
	}
	
	figure.pb_waaromBgBig {
		display: none;
	}
	
	figure.pb_waaromBgSmall {
		display: none;
	}
	
	
	
	
	
	
	footer .logo {
		width: 32%;
		margin-bottom: 30px;
	}
	
	footer {
	    padding: 50px 0 60px 0;
	}
	
	
	.logoFoot {
		max-width: 150px;
	}
	

}



