/*
Theme Name: Werken in het water
Theme URI: https://
Description: Thema voor de website van Werken in het water
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--main-color-blue: #005fab;
	--main-color-orange: #f18934;
}





/* Global styles */

body {
	background: #fff;
	color: #0f1e33;
	font: 18px/170% "Noto Sans", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: var(--main-color-blue);
	font-weight: 800;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	text-transform: uppercase;
}

h1 { margin-bottom: 20px; font-size: 90px; line-height: 70px; }
h2 { margin-bottom: 10px; font-size: 65px; line-height: 54px; }
h3 { margin-bottom: 5px; font-size: 48px; line-height: 38px; }
h4 { margin-bottom: 0; font-size: 36px; line-height: 32px; }
h5 { margin-bottom: 0; font-size: 32px; line-height: 28px; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}

h1 i {
	margin-bottom: 20px;
}



p {}
p:not(:last-child) {
	margin-bottom: 35px;
}



strong {
	font-weight: 700;
}



a {
	color: var(--main-color-blue);
	text-decoration: none;
	transition: all 0.2s;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
	height: 1px;
	margin: 0 0 20px;
	background: #a2d7f6;
	border: 0;
}



/* --- Input */

::placeholder {
	color: var(--main-color-blue);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--main-color-blue);
}

::-ms-input-placeholder {
	color: var(--main-color-blue);
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	color: var(--main-color-blue);
	font-size: 14px;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
	color: #001433;
	font: 18px/26px "Noto Sans", sans-serif;
	text-align: left;
	border: 1px solid #d7d5e5;
	border-radius: 0;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {
	border-color: var(--main-color-blue);
}



select {
	background-image: url(img/select.png)!important;
	background-position: right 20px center!important;
	background-size: 14px 8px!important;
	background-repeat: no-repeat!important;
}

textarea {
	height: 100px;
}

input[type=submit], button, a.components-button {
	display: block;
	width: auto;
	margin: 0;
	padding: 16px 20px;
	background: var(--main-color-orange);
	color: #fff;
	font: 600 18px "acumin-pro-condensed", sans-serif;
	text-align: center;
	border: 0;
}
input[type=submit]:hover, button:hover, a.components-button:hover {
	background: var(--hover-color-orange);
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1510px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.intro {
	font: 600 21px/170% "Noto Sans", sans-serif;
}



/* --- Buttons */

a.button, button.button, span.button {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 12px 30px;
	background: var(--main-color-orange);
	color: #fff;
	font: 600 18px "acumin-pro-condensed", sans-serif;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--main-color-orange);
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, button.button:only-child, span.button:only-child {
	margin-right: 0;
}
a.button:hover, button.button:hover, span.button:hover {}



a.button.primary, button.button.primary, span.button.primary {
	background-color: var(--main-color-orange);
	color: #fff;
	border: 1px solid var(--main-color-orange);
}
a.button.primary:hover, button.button.primary:hover, span.button.primary:hover {
	background-color: var(--main-color-blue);
	border-color: var(--main-color-blue);
}



a.button.secondary, button.button.secondary, span.button.secondary {
	background: transparent;
	color: var(--main-color-blue);
	border: 1px solid var(--main-color-blue);
}
a.button.secondary:hover, button.button.secondary:hover, span.button.secondary:hover {
	background: var(--main-color-blue);
	color: #fff;
}



a.button.tertiary, button.button.tertiary, span.button.tertiary {
	background-color: var(--main-color-blue);
	color: #fff;
	border: 1px solid var(--main-color-blue);
}
a.button.tertiary:hover, button.button.tertiary:hover, span.button.tertiary:hover {
	background-color: #fff;
	color: var(--main-color-blue);
	border: 1px solid #fff;
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
}
.flickity-button:disabled {
	opacity: 0.3!important;
}

.flickity-prev-next-button {
	top: -60px!important;
	width: 30px!important;
	height: 30px!important;
	padding: 0;
	border-radius: 100%!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	right: 54px!important;
	left: auto!important;
	background: #DFF3FF url(img/arrow-prev.png) center/11px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: 15px!important;
	background: #DFF3FF url(img/arrow-next.png) center/11px no-repeat!important;
}



.flickity-prev-next-button .flickity-button-icon {
	display: none;
}



/* --- Block */

.block {
	float: left;
	display: block;
	width: 100%;
	background: #fff;
	padding: 35px 50px 40px;
	overflow: hidden;
}

.block.cta {
	margin-top: 70px;
	padding: 40px 50px 30px;
	background: var(--main-color-orange);
	color: #fff;
}

.block.cta h2 {
	margin-bottom: 10px!important;
	color: #fff;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
	padding-bottom: 0;
}

.accordion > li {
	float: left;
	width: 100%;
	margin: 0 0 12px!important;
	padding: 0!important;
	background: none!important;
	list-style: none!important;
}
.accordion > li:last-child {
	margin: 0!important;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 32px 80px 32px 40px;
	background: #F1F9FE;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 20px;
	height: 20px;
	background: url(img/accordion-arrow-down.png) center/20px no-repeat;
	content: " ";
	transition: background-color 0.2s;
}

.accordion li .accordion-control.open {}
.accordion li .accordion-control.open:before {
	background: url(img/accordion-arrow-up.png) center/20px no-repeat;
}

.accordion li .accordion-control h4 {
	margin-bottom: 0;
	color: var(--main-color-blue);
	font: 600 21px/170% "Noto Sans", sans-serif!important;
	text-transform: none;
	word-break: break-word;
	transition: color 0.2s;
}

.accordion li .accordion-control.open h4 {}

.accordion li .accordion-panel {
	display: none;
	padding: 0 40px 35px;
}

.accordion li .accordion-panel.open {
	background: #F1F9FE;
}

.accordion li .accordion-panel p a:not(.button) {
	color: var(--main-color-blue)important;
	text-decoration: underline;
}
.accordion li .accordion-panel p a:not(.button):hover {
	text-decoration: none;
}

.accordion li .accordion-panel ul, .accordion li .accordion-panel ol {
	margin: 0 0 35px 0;
}

.accordion li .accordion-panel ul li {
	padding-left: 20px;
	background: url(img/li.png) left 10px/9px no-repeat;
}

.accordion li .accordion-panel ol li {
	margin: 0!important;
	list-style-type: decimal!important;
}



/* --- Form */

/*
.gform_wrapper.gravity-theme .gform_heading, .gform_wrapper.gravity-theme .gform_page_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0!important;
	font-weight: 400!important;
	font-size: 14px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: none!important;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 0!important;
	border-bottom: 0!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 13px 15px!important;
	font-size: 18px!important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 20px 0 0!important;
	padding: 0!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top!important;
}

.gform_wrapper.gravity-theme .gform_drop_area {
	background: #fff!important;
	border: 1px dashed #d7d5e5!important;
}

.gform_wrapper.gravity-theme .gform_drop_area button.button {
	margin-right: 0;
	background: var(--main-color-orange);
}
.gform_wrapper.gravity-theme .gform_drop_area button.button:hover {
	background: var(--hover-color-orange);
}



.gform_wrapper.gravity-theme h1:only-child, .gform_wrapper.gravity-theme h2:only-child, .gform_wrapper.gravity-theme h3:only-child, .gform_wrapper.gravity-theme h4:only-child, .gform_wrapper.gravity-theme h5:only-child, .gform_wrapper.gravity-theme h6:only-child {
	margin-top: 20px;
	margin-bottom: -10px;
}



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

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		min-height: 0!important;
		line-height: 21px!important;
	}

}
*/



/* --- Grid Builder */

.wpgb-facet .wpgb-facet-title {
	margin-bottom: 20px!important;
}



.wpgb-facet .wpgb-input, .wpgb-facet select.wpgb-select {
	min-height: 51px!important;
	padding: 5px 20px!important;
	background: #fff!important;
	font-size: 15px!important;
	line-height: 138%!important;
	border: 0!important;
	border-radius: 10px!important;
}

.wpgb-facet .wpgb-autocomplete-facet .wpgb-input, .wpgb-facet .wpgb-date-facet .wpgb-input, .wpgb-facet .wpgb-search-facet .wpgb-input {
	text-indent: 0!important;
}

.wpgb-facet .wpgb-input-icon {
	display: none;
}

.wpgb-facet .wpgb-geolocation-facet .wpgb-input {
	text-indent: 0!important;
	border-radius: 20px!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	width: 22px!important;
	height: 22px!important;
	border-color: #001433!important;
	border-width: 1px!important;
	border-radius: 5px!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	border-color: #001433!important;
	background-color: #001433!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control:after {
	border-color: #fff!important;
}



.wpgb-facet .wpgb-geo-radius {
	min-height: 51px;
	margin-top: 20px!important;
	line-height: 51px!important;
}

.wpgb-facet .wpgb-geolocation-facet label {
	background: var(--main-color-blue);
	color: #fff;
	border-radius: 20px;
}

.wpgb-facet .wpgb-geo-radius input {
	width: 70%!important;
	margin: 0 15px 0 -4px!important;
	padding: 0 20px!important;
	background: #fff;
	font-weight: 400!important;
	text-align: left!important;
	border-radius: 20px 0 0 20px!important;
	box-shadow: none!important;
}



.wpgb-facet button.wpgb-button {
	padding: 14px 32px!important;
	font-weight: 600!important;
	font-size: 18px!important;
	line-height: 20px!important;
	border-radius: 24px!important;
}



.wpgb-facet .wpgb-pagination {
	margin: 0 auto!important;
}

.wpgb-facet .wpgb-pagination li {
	height: 50px!important;
	background: none;
	font-size: 20px!important;
	line-height: 50px!important;
}

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
	padding: 0 22px!important;
	background: #DFF3FF;
	color: var(--main-color-blue)!important;
	font-size: 21px!important;
	line-height: 56px!important;
	border-radius: 28px;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
	background: var(--main-color-blue);
	color: #fff!important;
}

.wpgb-facet .wpgb-pagination li span {
	line-height: 50px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 35px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-color-blue);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Labels */

span.label {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	background: #EBF7FF;
	color: #0F1E33;
	font-size: 13px;
	line-height: 185%;
	border-radius: 15px;
}

span.label.loc {
	background: #FFF3E8;
}

span.label img {
	float: left;
	margin: 7px 7px 0 0!important;
}





/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: transparent;
	z-index: 100;
}

#header .row {
	height: 120px;
}



#header.scrolled {
	background: var(--main-color-blue);
	/*
	height: 100px;
	border: 20px solid #fff;
	border-bottom: 0;
	*/
}

/*
#header.scrolled .row {
	height: 80px;
}
*/



#logo {
	float: left;
	display: block;
}

#logo img {
	float: left;
}



/* --- Nav */

.nav {}

.nav ul {}

.nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 0;
	font: 600 18px "acumin-pro-condensed", sans-serif;
}

.nav ul li a {
	display: inline-block;
	padding: 26px 0;
	color: #fff;
}
.nav ul li a:hover {}



.nav ul li.button a {
	padding: 13px 25px;
	background: var(--main-color-orange);
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 24px;
	cursor: pointer;
	transition: all 0.2s;
}
.nav ul li.button a:hover {
	background: #fff;
	color: var(--main-color-blue);
}



/* --- Subnav */

.nav ul li ul {
	display: none;
	position: absolute;
	top: 70px;
	left: -20px;
	width: 260px;
	height: auto;
	padding: 8px 20px;
	background: #fff;
	font: 500 17px/22px "acumin-pro-extra-condensed", sans-serif;
	text-align: left;
	text-transform: none;
	border-radius: 10px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav ul li ul:before {
	position: absolute;
	top: -10px;
	left: 20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: " ";
}
.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 8px 0;
}

.nav ul li ul li a {
	display: inline-block;
	width: 100%;
	padding: 0;
	color: var(--main-color-blue);
	transition: all 0.2s;
}
.nav ul li ul li a:hover {
	color: var(--main-color-orange);
}



/* --- Mobile menu */

#mobile-joboffer-button {
	display: none;
	position: absolute;
	top: 20px;
	right: 82px;
	margin: 0;
	padding: 7px 19px;
	font-size: 14px;
}



#toggle-menu {
	display: none;
	position: absolute;
	top: 20px;
	right: 40px;
	width: 34px;
	height: 34px;
	background: #fff url(img/hamburger.png) center/19px 14px no-repeat;
	border-radius: 100%;
	cursor: pointer;
	pointer-events: auto;
	z-index: 3;
}



#mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 100px;
	background: #00569a;
	line-height: 42px;
	text-transform: uppercase;
	overflow-y: scroll;
	z-index: 2;
}

#mobile-menu #menu {}

#mobile-menu #menu ul {
	margin: 0;
	padding: 0;
}

#mobile-menu #menu ul li {
	margin: 0;
	padding: 0 20px;
}

#mobile-menu #menu ul li.menu-item-33 {
	display: none;
}

#mobile-menu #menu ul li a {
	padding: 10px 0;
	color: #fff;
	font: 600 16px/100% "acumin-pro-condensed", sans-serif!important;
}

#mobile-menu #menu ul li ul {
	display: none;
	padding-bottom: 15px;
	line-height: 21px;
	text-transform: none;
}

#mobile-menu #menu ul li ul li {
	padding: 5px 10px 0;
}

#mobile-menu #menu ul li ul li a {
	color: rgba(255, 255, 255, 0.75);
}



#mobile-menu section.quicksearch {
	margin: 0;
	padding: 55px 0 135px;
	padding: 125px 0 135px;
	background: url(img/content-bg-white.png) center bottom/241px 78px no-repeat;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding-bottom: 100px;
	background: url(img/content-bg.png) center bottom/365px 115px no-repeat;
}

#content p {}

#content p a:not(.button) {
	color: var(--main-color-blue);
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}



#content img {}



#content blockquote {
	margin-bottom: 35px;
	padding-top: 75px;
	background: url(img/quote.png) left top/79px 47px no-repeat;
	color: var(--main-color-blue);
	color: #0F1E33;
	font-weight: 500;
	font-size: 24px;
	line-height: 185%;
}



/*
#content .table-wrap {
	width: 100%;
	overflow-x: scroll;
}

#content table:not(.wc-block-cart-items) {
	width: 100%;
	font-size: 16px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) td {
	padding: 11px 15px;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) thead td {
	background-color: var(--main-color-blue);
	color: #fff;
}

#content table:not(.wc-block-cart-items) td {
	color: #0f1e33;
	border-bottom: 1px solid #a2d7f6;
}

#content table:not(.wc-block-cart-items) thead td {
	border-bottom: 0;
}

#content table:not(.wc-block-cart-items) td a {
	color: var(--main-color-blue);
	text-decoration: underline;
}
#content table:not(.wc-block-cart-items) td a:hover {
	text-decoration: none;
}
*/





/* Pagebuilder */

section {
	padding: 90px 0;
}
section:first-child {
	padding-top: 45px;
}
section:last-child {}





section.same-bg-as-prev {
	padding-top: 0!important;
}





section.custom-background {
	position: relative;
}

section.custom-background:after {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url(img/golven-lichtblauw.png) center bottom/545px 20px repeat-x;
	content: " ";
}





section .title {
	margin-bottom: 40px;
}

section .title h2 {
	padding-bottom: 30px;
	background: url(img/element-section-title.png) left bottom/161px 15px no-repeat;
}

section .title.text-center h2 {
	background-position: center bottom;
}

section .title a.button {
	margin-bottom: 0;
}





section.banner {
	position: relative;
	width: 100%;
	min-height: 580px;
	padding: 0;
	background-color: #00569a;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	/*
	border: 20px solid #fff;
	border-bottom: 0;
	*/
	overflow: hidden;
}
section.banner:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: url(img/golven-wit.png) center bottom/545px 20px repeat-x;
	content: " ";
}

section.banner.home {
	min-height: 700px;
}



section.banner img {
	margin: 0 auto;
}



section.banner .container, section.banner .container .row {
	min-height: 580px;
}

section.banner.home .container, section.banner.home .container .row {
	min-height: 700px;
}



section.banner .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.banner .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



section.banner .cover {
	position: absolute;
	width: 80%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 98, 255, 1) 0%, rgba(156, 216, 255, 0) 100%);
	content: " ";
}



section.banner .content {
	position: relative;
	margin-top: 100px;
	margin-top: 120px;
	z-index: 1;
}

section.banner .content h1 {
	padding-bottom: 30px;
	background: url(img/element-banner-title.png) left bottom/215px 20px no-repeat;
	color: #fff;
}

section.banner .content .labels {
	margin-bottom: 20px;
}



section.banner .block {
	position: relative;
	padding: 15px 40px 40px;
	color: #0F1E33;
	font-size: 16px;
	line-height: 162%;
	z-index: 1;
}

section.banner .block a {
	color: #0F1E33!important;
	text-decoration: none!important;
}
section.banner .block a:hover {
	color: var(--main-color-orange)!important;
}



section.banner .block span {
	display: inline-block;
	padding-left: 25px;
}

section.banner .block span.loc {
	background: url(img/icon-loc.png) 1px 6px/13px 16px no-repeat;
}

section.banner .block span.tel {
	background: url(img/icon-tel.png) 0 8px/12px no-repeat;
}

section.banner .block span.mail {
	background: url(img/icon-mail.png) 1px 9px/13px 9px no-repeat;
}

section.banner .block span.web {
	background: url(img/icon-web.png) 0 8px/14px no-repeat;
}





section.quicksearch {
	position: relative;
	margin: -80px 0 130px;
	padding: 0;
	z-index: 1;
}

section.quicksearch h3 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 42px;
	line-height: 43px;
}

section.quicksearch .block {
	width: 100%;
	padding: 25px 30px 30px;
	background: var(--main-color-orange);
	overflow: hidden;
}



section.quicksearch .block .wpgb-facet {
	float: left;
	width: 37.5%;
	padding: 0 15px;
}

section.quicksearch .wpgb-facet .wpgb-geolocation-facet label {
	background: transparent;
}

section.quicksearch .block .wpgb-facet.wpgb-facet-5 {
	width: 25%;
}

section.quicksearch .block .wpgb-facet.wpgb-facet-7 .wpgb-facet-title, section.quicksearch .block .wpgb-facet.wpgb-facet-7 .wpgb-geo-radius {
	display: none;
}

section.quicksearch .block .wpgb-facet>fieldset:last-child {
	margin-bottom: 15px;
}

section.quicksearch .block .wpgb-facet .wpgb-input, section.quicksearch .block .wpgb-facet select.wpgb-select {
	height: 48px !important;
	min-height: 48px !important;
	font: 400 18px "acumin-pro-condensed", sans-serif!important;
	line-height: 57px !important;
	border-radius: 24px !important;
}

section.quicksearch .block .wpgb-facet button.wpgb-apply, section.quicksearch .block .wpgb-facet button.wpgb-reset {
	width: 100%;
	margin: 0;
}



section.contentrow {}

section.contentrow.contains-video {
	padding-bottom: ;
	background-image: url(img/contentrow-video-bg.gif);
	background-position: left center;
	background-size: 10px 1000px;
	background-repeat: repeat-x;
}

section.contentrow.contains-video + section {
	padding-top: 0;
}



section.contentrow ul, section.contentrow ol {
	margin: 0 0 35px 20px;
}

section.contentrow ul {
	margin-left: 0;
}

section.contentrow ul li {
	padding-left: 40px;
	background: url(img/li.png) left 8px/23px 19px no-repeat;
}

section.contentrow ol li {
	list-style-type: decimal;
}
section.contentrow ol li::marker {
	color: var(--main-color-orange);
}

section.contentrow a:not(.button) {
	font-weight: 700;
}

section.contentrow a.button {
	margin: 0 15px 15px 0;
}



section.contentrow .col {
	position: relative;
}

section.contentrow .row:not(.title) h1 { margin-bottom: 40px; }
section.contentrow .row:not(.title) h2 { margin-bottom: 30px; }
section.contentrow .row:not(.title) h3 { margin-bottom: 25px; }
section.contentrow .row:not(.title) h4 { margin-bottom: 20px; }





section.facts-figures {
	padding: 90px 0;
}

section.facts-figures .fact {
	position: relative;
	display: block;
	height: 100%;
	margin-bottom: 60px;
	color: var(--main-color-blue);
	font: 500 28px "acumin-pro-extra-condensed", sans-serif;
}

section.facts-figures .fact img {
	max-height: 103px;
	margin-bottom: 5px;
}

section.facts-figures .fact h3 {
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 90px;
	line-height: 61px;
	text-transform: uppercase;
}





section.faq-accordeon {
	padding: 90px 0;
}





section.werkgevers {
	padding: 90px 0;
}

section.werkgevers .employers {}

section.werkgevers .employers .employer {
	margin-bottom: 30px;
	padding: 25px 40px 20px;
	font-size: 16px;
	border: 1px solid #A2D7F6;
}

section.werkgevers .employers .employer .logo {
	width: 150px;
	height: 150px;
	line-height: 150px;
}

section.werkgevers .employers .employer .logo img {
	vertical-align: middle;
}

section.werkgevers .employers .employer h3 {
	margin-bottom: 20px;
}

section.werkgevers .employers .employer strong {
	padding-left: 32px;
	background: url(img/icon-search.png) 0 5px/16px no-repeat;
	color: var(--main-color-blue);
}

section.werkgevers .employers .employer hr {
	margin: 30px 0;
	background: #A2D7F6;
}





section.vacatures {
	padding: 90px 0;
}

section.vacatures .joboffers {}

section.vacatures .joboffers .joboffer {
	display: block;
	margin-bottom: 30px;
	padding: 25px 40px 20px;
	border: 1px solid #A2D7F6;
}

section.vacatures .joboffers .joboffer .logo {
	width: 150px;
	height: 150px;
	line-height: 150px;
}

section.vacatures .joboffers .joboffer .logo img {
	vertical-align: middle;
}

section.vacatures .joboffers .joboffer h3 {
	margin-bottom: 20px;
	margin-bottom: 30px;
}

/*
section.vacatures .joboffers .joboffer p {
	margin-bottom: 20px;
	line-height: 185%;
}

section.vacatures .joboffers .joboffer p span {
	padding-left: 35px;
}

section.vacatures .joboffers .joboffer p span.location {
	background: url(img/icon-location.png) 2px 3px/16px 20px no-repeat;
}

section.vacatures .joboffers .joboffer p span.type {
	background: url(img/icon-clock.png) 0 3px/20px no-repeat;
}
*/

section.vacatures .joboffers .joboffer .labels {
	margin-bottom: 10px;
	margin-bottom: 20px;
}

section.vacatures .joboffers .joboffer .labels span.label {
	padding: 3px 18px;
	font-size: 16px;
	border-radius: 20px;
}

section.vacatures .joboffers .joboffer .labels span.label img {
	margin: 5px 7px 0 0 !important;
}



section.vacatures .filters {
	margin-bottom: 30px;
	padding: 40px 40px 1px;
	background: #EBF7FF;
}

section.vacatures .filters h3 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 28px;
}





section.vacatures .pagination {
	margin-top: 50px;
}





section.logoslider {
	padding: 90px 0;
}

section.logoslider .employer {
	float: left;
	width: 20%;
	padding: 20px;
}





section.functiesslider {
	padding: 90px 0;
}

section.functiesslider .slider {
	width: 100%;
}

section.functiesslider .slider .slide {
	width: 100%;
	font-size: 14px;
}

section.functiesslider .slider .slide img {
	min-width: 100%;
}

section.functiesslider .slider .slide blockquote {
	margin-bottom: 10px!important;
}





/* Pages */

/* --- Detail */

.toptitle {
	color: #A2D7F6;
	font: 700 30px/30px "acumin-pro-extra-condensed", sans-serif;
	text-transform: uppercase;
}





/* Footer */

#footer {
	position: relative;
	padding: 80px 0 20px;
	background: var(--main-color-blue);
	color: #fff;
	font-size: 15px;
	line-height: 200%;
}
#footer:before {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url(img/golven-blauw.png) center bottom/545px 20px repeat-x;
	content: " ";
}



#footer h3 {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: var(--main-color-orange);
}

#footer img.alignleft, #footer a img.alignleft {
	margin: 0 10px 10px 0;
}



#footer .widgettitle {}

#footer .textwidget {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}



#socket {
	position: relative;
	padding: 30px 0;
	background: #00569a;
	color: #fff;
	font-size: 13px;
}
#socket:before {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url(img/golven-donkerblauw.png) center bottom/545px 20px repeat-x;
	content: " ";
}

#socket ul {}

#socket ul li {
	display: inline;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {
	color: var(--main-color-orange);
}





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft, a img.alignleft { float: left; margin: 0 20px 20px 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto 20px; }





/* Responsive */

h1 { margin-bottom: 20px; font-size: 90px; line-height: 70px; }
h2 { margin-bottom: 10px; font-size: 65px; line-height: 54px; }
h3 { margin-bottom: 5px; font-size: 48px; line-height: 38px; }
h4 { margin-bottom: 0; font-size: 36px; line-height: 32px; }
h5 { margin-bottom: 0; font-size: 32px; line-height: 28px; }





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



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

	.mobile-reverse {
		flex-direction: column-reverse;
	}



	#header {
		height: 74px;
		border: 0;
	}

	#header.scrolled {
		height: 74px;
		border: 0;
	}

	#header .row {
		height: 74px;
	}

	#header.scrolled .row {
		height: 74px;
	}



	#toggle-menu, #mobile-joboffer-button {
		display: block;
	}



	section.banner {
		border: 0;
	}

	section.banner .block {
		margin: 75px 0 90px;
	}


	section.contentrow .col img {
		margin-bottom: 35px;
	}


	section.functiesslider .title {
		margin-bottom: 85px;
	}

	section.functiesslider .slider .slide img {
		margin-bottom: 40px;
	}


	section.logoslider .employer {
		width: 25%;
	}



	#content blockquote {
		padding-top: 55px;
		background: url(img/quote.png) left top / 59px 35px no-repeat;
		font-size: 20px;
		line-height: 165%;
	}



	#footer {
		padding: 80px 0 40px;
	}

	#footer .textwidget {
		margin-bottom: 25px;
	}

}



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

	#logo {
		width: 143px;
	}



	section.logoslider .employer {
		width: 33.33333%;
	}


	section.quicksearch .block {
		padding: 35px 0 30px;
	}

	section.quicksearch .block .wpgb-facet {
		width: 100%!important;
	}

	section.quicksearch .block .wpgb-facet button.wpgb-apply, section.quicksearch .block .wpgb-facet button.wpgb-reset {
		width: auto;
	}

}



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

	body {
		font-size: 17px;
	}

	h1 { font-size: 65px; line-height: 54px; }
	h2 { font-size: 48px; line-height: 38px; }
	h3 { font-size: 36px; line-height: 32px; }
	h4 { font-size: 32px; line-height: 28px; }
	h5 { font-size: 28px; line-height: 24px; }


	span.intro {
		font-size: 19px;
	}



	.accordion li .accordion-control h4 {
		font-size: 19px!important;
	}



	#content {
		background: url(img/content-bg.png) center bottom / 241px 78px no-repeat;
	}


	#footer {
		padding: 50px 0 40px;
	}



	section.banner, section.banner.home {
		min-height: 320px;
	}

	section.banner .container, section.banner.home .container, section.banner .container .row, section.banner.home .container .row {
		min-height: 320px;
	}


	section.facts-figures .fact h3 {
		margin-bottom: 5px;
		font-size: 65px;
		line-height: 54px;
	}


	section.logoslider .employer {
		width: 50%;
	}

}



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

	section.logoslider .employer {
		width: 100%;
	}

}





@media screen and (min-width: 960px) {

	#toggle-menu, #mobile-menu {
		display: none!important;
	}



	.flickity-prev-next-button {
		top: -132px!important;
		width: 56px!important;
		height: 56px!important;
	}

	.flickity-prev-next-button.previous {
		right: 87px!important;
		background-size: 20px!important;
	}

	.flickity-prev-next-button.next {
		background-size: 20px!important;
	}

}