/*
Theme Name: Intrims
Theme URI: https://www.intrims.nl
Author: Kees Versloot (Growing Energy)
Author URI: https://www.bbld.nl/
Description: 
Version: 1.0

/* kumbh-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/kumbh-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('webfonts/kumbh-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/kumbh-sans-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/kumbh-sans-v20-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('webfonts/kumbh-sans-v20-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('webfonts/kumbh-sans-v20-latin-regular.svg#KumbhSans') format('svg'); /* Legacy iOS */
}

/* kumbh-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/kumbh-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: url('webfonts/kumbh-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/kumbh-sans-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/kumbh-sans-v20-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('webfonts/kumbh-sans-v20-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('webfonts/kumbh-sans-v20-latin-700.svg#KumbhSans') format('svg'); /* Legacy iOS */
}



:root,
[data-bs-theme="light"] {
	--body-color: #292B56;
	--bs-primary: #DD8726;
	--bg-primary: #EAD6C1;
	--bg-secondary: #11506E;
	--groen: #2E966A;
	--bruin: #EBE5DB;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #DD8726;
	--bs-btn-border-color: #DD8726;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: orange;
	--bs-btn-hover-border-color: orange;
	--bs-btn-focus-shadow-rgb: 255,165,0;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #BC7B1C;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #DD8726;
	--bs-btn-disabled-border-color: #DD8726;
}

a.btn-primary:focus {
	color: #FFF !important;
	/* border: 1px solid blue !important; */
}

.btn-outline-primary {
	--bs-btn-color: #DD8726;
	--bs-btn-border-color: #DD8726;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #DD8726;
	--bs-btn-hover-border-color: #DD8726;
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
	--bs-border-width: 1px;
	--bs-border-style: solid;
}

a.btn-outline-primary:focus {
	color: #FFF !important;
	/* border: 1px solid blue !important; */
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #11506E;
	--bs-btn-border-color: #11506E;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #177099;
	--bs-btn-hover-border-color: #177099;
	--bs-btn-focus-shadow-rgb: 255,165,0;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #BC7B1C;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #11506E;
	--bs-btn-disabled-border-color: #11506E;
}

a.btn-secondary:focus {
	color: #FFF !important;
	/* border: 1px solid blue !important; */
}

/* My Minimal WordPress Styling comes here */
html { overflow-x: hidden;  }

@media (max-width: 575px) {
	html, body { 
		overflow-x: hidden;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}
}

body {
  font-family: 'Kumbh Sans', sans-serif;
  padding-top:85px;
  font-weight: 400;
  margin: 0 !important;
  background-color: #ffffff;
  line-height: 1.75;
  font-size: 17.5px;
  color: #292B56;
}

@media (max-width: 1199px) {
	body {
		padding-top:68px;
	}
}

a {
  color: var(--bs-primary);
  outline: none !important;
  text-decoration: none !important; }

a:hover, a:focus {
  color: var(--bs-primary);
  text-decoration: none; }

.main-content a {
  text-decoration: underline; }

.main-content .wpb_content_element ul {
  list-style: none;
  padding: 0; }

.main-content .wpb_content_element ul li {
  padding-left: 0em; }

.XXXXXXXmain-content .wpb_content_element ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: inherit;
  display: inline-block;
  margin-left: -0.9em;
  width: 0.9em;
  color: #E38B2D; }

.main-content .wpb_content_element ul {
	list-style: none; 
    text-indent: -20px; /* key property */
    margin-left: 20px; /* key property */
}
.main-content .wpb_content_element ul li::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 70%;
  width: 1em;
  height: 0.7em;
}

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: inherit; }

h1 {
	font-size: 48px;
	font-weight: 700;
	color: #0C3D4B;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	color: #0C3D4B;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	color: #0C3D4B;
}

@media (max-width: 768px) {
  h1 { font-size: 36px;}
  h2 { font-size: 26px;}
  h3 { font-size: 20px;}
}

.bold, strong {
  font-weight: 600 !important; }

.text-groen {
	color: var(--groen);
}
.text-oranje {
	color: var(--bs-primary);
}

.bg-bruin {
	background-color: var(--bruin);
}

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

.fs-6, .fs-6 p, .fs-6 h1, .fs-6 h2, .fs-6 h3 { font-size: 17.5px !important; }
.fs-5, .fs-5 p, .fs-5 h1, .fs-5 h2, .fs-5 h3 { font-size: 22px !important; }
.fs-4, .fs-4 p, .fs-4 h1, .fs-4 h2, .fs-4 h3 { font-size: 30px !important; }
.fs-3, .fs-3 p, .fs-3 h1, .fs-3 h2, .fs-3 h3 { font-size: 28px !important; }
.fs-2, .fs-2 p, .fs-2 h1, .fs-2 h2, .fs-2 h3 { font-size: 36px !important; }
.fs-1, .fs-1 p, .fs-1 h1, .fs-1 h2, .fs-1 h3 { font-size: 48px !important; }

.bg-primary {
	background-color: var(--bg-primary) !important;
}
.bg-secondary {
	background-color: var(--bg-secondary) !important;
}

.border-color-primary {
	border-color: var(--bg-primary) !important;
}

.gradient-bruin-down {
	background: rgb(237,232,224);
	background: -moz-linear-gradient(180deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	background: linear-gradient(180deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ede8e0",endColorstr="#ede8e0",GradientType=1); 
}
.gradient-bruin-up {
	background: rgb(237,232,224);
	background: -moz-linear-gradient(0deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	background: linear-gradient(0deg, rgba(237,232,224,1) 0%, rgba(237,232,224,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ede8e0",endColorstr="#ede8e0",GradientType=1); 
}

h2.page-title a {
  text-decoration: none;
  font-size: 24px; }

.widget h3.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  padding-bottom: 12px; }

/* Widget Laatste nieuws */
.latest-news h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0; }

h3.news-title a {
  text-decoration: none; }

.latest-news .readmore {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 400; }

/* Logged adminbar */
body.logged-in .fixed-top {
  top: 32px !important; }

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Content */
.main-content-inner {
  padding-bottom: 1.5em; }

.hentry {
  margin: 0; }

.entry-meta {
  color: #828282; }

summary {
  display: block; }

/* Clearing */
.clear {
  clear: both; }

/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul li {
  padding-left: 0px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }


/* Facet */
/* shortcode facet */
.facetwp-facet-zoeken {
	/*display: none;*/
}

.facetwp-facet-zoeken {
  margin-bottom: 0px !important;
	display: flex;
	flex-grow: 1;
}

.facetwp-facet-zoeken input {
	flex-grow: 1;
}

.facetwp-facet-zoeken > span {
	display: flex;
	flex-grow: 1;
}

.facetwp-selections li[data-facet="zoeken"] {
	opacity: 1;
}

.facetwp-icon:before {
/*    display:none !important;*/
}
.facetwp-icon {
	opacity: 1 !important;
	line-height: unset !important;
}

.facetwp-selections ul {
	padding-left: 0;
}
.facetwp-selections ul li {
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-size: .875em;
	margin-right: 10px;
}

.facetwp-selections ul li .facetwp-selection-value { }

.facetwp-checkbox.checked {
  background-image: url(images/checkbox-on.png) !important;
}

.facetwp-checkbox {
  background-image: url(images/checkbox.png) !important;
}

.facetwp-page {
    padding: 6px 13px !important;
    margin-right: 0px !important;
}

.facetwp-page i {
	display: none;
}

.facetwp-type-reset .facetwp-reset {
	color: var(--body-color);
}

.facetwp-icon::before {
  background-position: 1px 50% !important;
  background-size: 20px 20px !important;
}

.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location {
	border-radius: 50px; !important;
	padding: .6rem .8rem !important;
	border:1px solid var(--bg-primary);
}

.facetwp-facet {
	margin-bottom: 20px !important;
	font-size: 90% !important;
}

.facetwp-facet .facetwp-reset,
.cx2_vacancydetails-apply,
.cx2_applyform-apply {
	background-color: var(--bs-primary);
	color: #FFFFFF;
	padding:7px 20px;
	border-radius: 50px;
	border: none;
}

.facetwp-facet .facetwp-reset:hover,
.cx2_vacancydetails-apply:hover,
.cx2_applyform-apply {
	background-color: orange;
	color: #FFFFFF;
	padding:7px 20px;
	border-radius: 50px;
}

.cx2_applyform-apply {
	margin: 20px 0;
}

.skew-right > .vc_column-inner > .wpb_wrapper::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -180px;
	width: 170px;
	height: 100%;
	background-color: #F0ECE7;
	transform: skew(-15deg);
	transform-origin: top;
	z-index: -1;
}

.z-index-0 {
	z-index: 0;
}


/* Logo */
.logo {
  padding: 0px; }

.logo img {
  width: 260px;
  max-width: 260px; }

@media (min-width: 992px) {
  .logo img {
    margin-top: 0px;
    width: 300px;
    max-width: 300px; }
}

/* Diversen */
.btn-normal {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #FFFFFF; }

.btn-search {
  border-color: #ced4da; }

.btn-search:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* Bootstrap button - WPBakery */
.btn-container .btn-text,
.btn-container .btn-icon {
	position: relative;
	z-index: 5;
}	
.btn-container .btn {

}

.btn-container .btn:hover span.btn-hover {
	opacity: 1;
}

.btn span.btn-hover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: 0 0;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.btn-container .btn:hover span.btn-border {
	opacity: 0;
}

.btn-container .btn span.btn-border {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: 0 0;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
}

.separator {
  border-top: 1px solid #e6e6e6; }

.updated:not(.published) {
  display: none; }

/* Footer */
.footer {
	background-color: #FFF;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(235,229,219,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(235,229,219,1) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(235,229,219,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebe5db",GradientType=1); 

  padding-top: 30px;
  color: #FFF; }

.footer h2 {
  font-size: 26px;
  color: #FFF;
  margin-bottom: 10px; }

.footer i {
  color: #FFF; }

footer ul.menu {
	margin: 0;
	padding: 0;
}

footer ul.menu  li {
	list-style: none;
	display: block;
	margin: 0;
}

footer ul.menu  li a {
	color: #FFF;
}

footer ul.menu li.current_page_item a,
footer ul.menu li a:hover {
	color:var(--bs-primary);
}

footer ul.menu  > li > a:hover {
	text-decoration: underline !important;
}

/* Footer copyright */
.site-copy {
	color: black;
  padding: 30px 0; }

.site-copy p {
  margin: 0 !important; }

.copyright {
  line-height: 2.3; }

	ul.disclaimer-links li a {
		color: #000;
	}
	ul.disclaimer-links li a:hover,
	ul.disclaimer-links li.current_page_item a {
		color: var(--bs-primary);
	}
	ul.disclaimer-links li {
		list-style: none;
		display: inline;

	}
	ul.disclaimer-links li:before {
	  content: "|";
	  margin: 10px;
	}
	@media (max-width: 991px) {
		ul.disclaimer-links li:first-child:before {
		  content: '';
		  margin: 0px;
		}
	}

ul#footer-menu {
  float: right; }

ul#footer-menu li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  margin: 0; }

ul#footer-menu li a {
  color: #FFF; }

ul#footer-menu > li > a:hover, .navbar-nav > li > a:focus {
  color: var(--bs-primary);
  text-decoration: none; }

@media (max-width: 768px) {
	.site-copy p {
		margin-bottom: 10px !important;
	}
	.copyright {
		line-height: normal;
	}
}

/* Footer social icons */
ul.footer-socialicons {
  list-style: none;
  padding-left: 0; }

ul.footer-socialicons li {
  display: inline-block;
  margin-left: 10px; }

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

ul.footer-socialicons li a:hover {
  text-decoration: none; }

/* vc_composer */
.flexslider {
  border: 0 !important;
  border-radius: 0px !important; }

.uavc-list-content span.uavc-list-desc {
  vertical-align: top !important; }

/* Contact Form 7 */
input[disabled='disabled'][type='submit'] {
  color: #999; }

.wpcf7-form-control-wrap.acceptance {
	line-height: 1.5;
}
.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}


.grecaptcha-badge {
  display: none; }

/* GoTo Top */
.gototop.active {
  opacity: 1;
  visibility: visible; }

.gototop {
  bottom: 20px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 999; }

.gototop a {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: table;
  height: 40px;
  text-align: center;
  width: 40px;
  text-decoration: none;
	padding-top:5px; }

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

.gototop a i {
  display: table-cell;
  height: 40px;
  vertical-align: middle; }

[class^="icon-"], [class*=" icon-"] {
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

/* Navbar */
.navbar {
	border-bottom: 1px solid #eee;
}

.navbar-nav li.lang {
  padding: 7px; }

.navbar-nav li a.nav-link {
	color: var(--body-color);
	border-radius: 50px;
	padding: 3px 16px;
}

.navbar-nav li a.nav-link:hover {
	color: white;
	background-color: var(--groen) !important;
}

@media (min-width: 992px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 3px 16px;
		margin-left: 3px;
		margin-right: 3px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.navbar-nav .nav-link {
		padding-right: 13px;
		padding-left: 13px;
		font-size: 16px;
	}
}

.navbar-nav li a.nav-link.active,
.navbar-nav li.current-menu-item a.nav-link,
.navbar-nav li.current_page_parent a.nav-link,
.navbar-nav li.current-page-ancestor a.nav-link,
.navbar-nav li.current-menu-parent a.nav-link, 
.navbar-nav li.current-menu-ancestor a.nav-link {
	color: white;
	background-color: var(--groen) !important;
}

@media (max-width: 1199px) {
	.navbar-nav li a.nav-link.active,
	.navbar-nav li.current-menu-item a.nav-link,
	.navbar-nav li.current_page_parent a.nav-link,
	.navbar-nav li.current-page-ancestor a.nav-link,
	.navbar-nav li.current-menu-parent a.nav-link, 
	.navbar-nav li.current-menu-ancestor a.nav-link {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


.navbar-nav .dropdown-menu {
	border-radius: 0;
}
.navbar-nav .dropdown-menu a.active,
.navbar-nav .dropdown-menu a:active,
.navbar-nav .dropdown-menu a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #f05b33 !important; }

.navbar-nav .dropdown-menu a:hover {
  text-decoration: none;
  background-color: #eee; }



/* navbar toggler */
.navbar-toggler {
  margin-top: 0px;
  margin-bottom: 5px; }

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #161f2e;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  border: none;
  background: transparent !important; }

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggler .middle-bar {
  opacity: 0; }

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0); }

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
	border: none !important;
}


/* Headers */
.container-blog-header, .container-page-header {
  background: #EE832A;
  margin-bottom: 10px; }

.container-blog-header .blog-header .page-title,
.container-page-header .page-header .page-title {
  padding-top: 120px;
  padding-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.1; }

.breadcrumb-container {
  background-color: #F8F6F3; }

/** blockquote styles **/
blockquote {
	margin: 0;
	position: relative;
}
blockquote p {
	padding-left: 70px;
	font-style: italic;
}

blockquote p::before {
	content: "“";
	font-family: Georgia;
	font-size: 8rem;
	margin: 0;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	line-height: 1;
}

ul.subnav {
  padding-left: 22px; }

ul.subnav li {
  list-style: none; }

ul.subnav li a {
  color: #999999;
  display: block; }

ul.subnav li.page_item_has_children ul.children {
  display: none; }

ul.subnav li.page_item_has_children.current_page_ancestor ul.children,
ul.subnav li.page_item_has_children.current_page_item ul.children {
  display: block; }

ul.subnav li.current_page_item > a {
  color: var(--bs-primary);
  font-weight: 600; }

ul.subnav ul.children {
  margin-left: -16px; }

ul.subnav li a:before,
.widget_categories ul li a:before {
  content: "\f105";
  /* generic file icon */
  color: var(--bs-primary);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 20px;
  text-align: right;
  margin-right: 10px; }

.widget_categories ul {
  padding-left: 0;
  list-style: none; }

.widget_categories ul li a {
  color: #999999;
  display: block; }

.widget_categories ul li.current-cat a {
  color: var(--bs-primary);
  font-weight: 600; }

.angle-after div:after {
  content: "\f105";
  /* generic file icon */
  color: #FFF;
  position: absolute;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 80px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  right: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2000px;
  line-height: 2000px;
  top: 44%; }

.angle-after div {
  padding-right: 70px !important; }

@media (max-width: 769px) {
  .angle-after div:after {
    display: none; }

  .angle-after div {
    padding-right: 20px !important; } }

/* Pagination */
.page-link {
    color: var(--body-color);
}
.page-link:hover {
    color: var(--bs-primary);
}
.page-item.active .page-link {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Uitloop naar rechts/links 
*********************************************************/
.bg-color-XXXX {
  background-color: #65a675; }

.well-links,
.well-rechts,
.well-rechts-menu {
  /*    z-index: 10;*/
  border: 0px;
  /*    background: red;*/
  position: relative; }

.well-links:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -3000px;
  background: inherit;
  z-index: 0; }

.well-rechts:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: -3000px;
  background: inherit;
  z-index: 0; }

.well-rechts-menu:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: -3000px;
  background: inherit;
  z-index: 0; }

/* Extend images / background images */
.extend-right {
  max-width: none;
  flex-grow: 1;
  padding: 0;
  font-size: 0; }

@media (min-width: 768px) {
  .extend-right {
    /*margin-right: calc((100vw -  720px )/2*-1); } */
	}
}
@media (min-width: 992px) {
  .extend-right {
    margin-right: calc((100vw -  936px )/2*-1); }
	}
@media (min-width: 1200px) {
  .extend-right {
    margin-right: calc((100vw -  1116px )/2*-1); }
}
@media (min-width: 1400px) {
  .extend-right {
    margin-right: calc((100vw -  1296px )/2*-1); }
}

.extend-left {
  max-width: none;
  flex-grow: 1;
  padding: 0;
  font-size: 0; }

@media (min-width: 768px) {
	.extend-left {
		margin-left: calc((100vw -  720px )/2*-1);
	}
}
@media (min-width: 992px) {
  .extend-left {
    margin-left: calc((100vw -  960px )/2*-1); } }
@media (min-width: 1200px) {
  .extend-left {
    margin-left: calc((100vw -  1140px )/2*-1); } }


/* Image extend - add class to figure */
@media (min-width: 992px) {
	.image-extend-left {
		margin-left: calc(-15*1em);
	}
	.image-extend-right {
		margin-right: calc(-15*1em);
	}
	.image-extend-right-full {
		margin-right: calc(-15*1em);
	}
}

.object-fit-cover figure,
.object-fit-cover div {
	height: 100%;
}

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


/* Bootstrap */
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.equal > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1; }

/* 
.h-100-child-wrapper op de kolom zetten
Teksvlak boven button class flex-grow-1 */

.equal .h-100-child-wrapper {
	flex-grow: 0;
}

.h-100-child-wrapper > div > .wpb_wrapper,
.h-100-child-wrapper > div > .wpb_wrapper .contentbox {
	height: 100% !important;
}
.h-100-child-wrapper > div > .wpb_wrapper .contentbox {
	display: flex;
	flex-direction: column;
}
.h-100-child-wrapper > div.wpb_column > div.vc_column-inner > div.wpb_wrapper {
	height: 100% !important;
	display: flex;
	flex-direction: column;
}

.h-100-child-wrapper > div.vc_column-inner > div.wpb_wrapper {
	height: 100% !important;
	display: flex;
	flex-direction: column;
}

.h-100-child-wrapper-block > div.vc_column-inner > div.wpb_wrapper {
	display: block !important;
}


.large-gutters {
  margin-right: -45px;
  margin-left: -45px; }

.large-gutters > [class*="col-"] {
  padding-right: 45px;
  padding-left: 45px; }

/* ult Video */
.ultv-video__outer-wrap::before {
  content: '';
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
	
.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
  padding-bottom: 56.25%;
}
.ultv-video__outer-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}
	
.ultv-video__outer-wrap img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}
	
.ultv-video__outer-wrap .ultv-animation-float {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ultv-video__play-icon {
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  -webkit-transition: text-shadow ease .2s,color ease .2s;
  transition: text-shadow ease .2s,color ease .2s;
    transition-property: text-shadow, color;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: ease, ease;
  z-index: 5;
}
.ultv-video__outer-wrap img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}
	
.ultv-video__outer-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: 0 0;
}

/* WP Bakery Custom Tabs style */


div.vc_tta-style-tab-custom_style .vc_tta-tabs-container {
	border-radius: 100px;
	margin-bottom: 50px !important;
}

div.vc_tta-style-tab-custom_style .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
	padding: 0;
	margin:0;
	border: none;
	background-color: #EBE5DB;
	border-radius: 1rem !important;
}

div.vc_tta.vc_general.vc_tta-style-tab-custom_style ul.vc_tta-tabs-list { 
	background-color: #D4CFC6 !important;
	display: inline !important;
	padding: 18px 19px !important;
	border-radius: 100px !important;
}


div.vc_tta-style-tab-custom_style ul li.vc_tta-tab a {
	padding: 2px 13px !important;
	border-radius: 100px !important;

}
div.vc_tta-style-tab-custom_style ul li.vc_tta-tab {
	padding: 0px 10px !important;
	margin: 13px 5px !important;

}
div.vc_tta-style-tab-custom_style ul li.vc_tta-tab:hover {
	border-radius: 100px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

div.vc_tta-style-tab-custom_style ul li.vc_tta-tab.vc_active{
	border-radius: 100px;
	color: #fff;
	background-color: #34956B;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

div.vc_tta-style-tab-custom_style div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel {
	margin-bottom: 25px;
}
div.vc_tta-style-tab-custom_style div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel div.vc_tta-panel-heading h3 {
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #34956B;
	color: #34956B;
	border-radius: 500px;
}

div.vc_tta-style-tab-custom_style div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel div.vc_tta-panel-heading h3:hover,
div.vc_tta-style-tab-custom_style div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel.vc_active div.vc_tta-panel-heading h3 {
	font-size: 20px;
	border-color: #34956B;
	color: #fff;
	background-color: #34956B;
	border-radius: 500px;
}
	
div.vc_tta-style-tab-custom_style div.vc_tta-panels-container div.vc_tta-panels div.vc_tta-panel.vc_active div.vc_tta-panel-heading h3 {	
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.img-rounded-right-xl img {
		border-top-right-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}
@media (max-width: 991px) {
	.img-rounded-bottom img {
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}

.rounded-4-img img {
	border-radius: 1rem;
}

.rounded-4-img-top img {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.quote-box-1 {
	padding-left:140px !important;
	-webkit-clip-path: polygon(16% 0, 100% 0, 94% 100%, 72% 100%, 58% 100%, 0 100%, 10% 78%);
	clip-path: polygon(16% 0, 100% 0, 94% 100%, 72% 100%, 58% 100%, 0 100%, 10% 78%);
}

.quote-box-2 {
	padding-left: 60px !important;
	padding-right: 75px !important;
	background-color: #DDC26B;
	-webkit-clip-path: polygon(5% 0, 100% 0%, 90% 19%, 85% 100%, 58% 100%, 36% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0%, 90% 19%, 85% 100%, 58% 100%, 36% 100%, 0 100%);
	line-height: 1.5;
}

/* Vacatures */
@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
}
@media (min-width: 992px) {
	.collapse.dont-collapse-lg {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
}

.sidebar-vacatures #collapsefilters {
	background-color: var(--bg-primary);
}


	
#carouselTeam .carousel-control-next {
  right: -130px !important;
}
#carouselTeam .carousel-control-prev {
  left: -130px !important;
}

.job-description h4,
.job-excerpt h4 {
	display: none;
}

