/*
Theme Name: Haarwerk Partner
Theme URI: https://www.haarwerkpartner.nl
Author: Kees Versloot (Growing Energy)
Author URI: https://www.growingenergy.nl/
Description: 
Version: 1.0
/*

/* poppins-200 - 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: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-300 - 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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-500 - 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: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v21-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-600 - 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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v21-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


:root {
	--body-color: #000;
	--header-color: #002435;
  --fs-body: 17.5px;
/* 	
	--body-link-color: #002A5A;
	--body-link-decoration: underline;
	--body-link-hover-color: #0073DD;
	--body-link-hover-decoration: underline; */

}

/* My Minimal WordPress Styling comes here */
body {
	font-family: 'Poppins', sans-serif;
	/*	padding-top:120px;*/
	font-weight: 400;
	margin: 0 !important;
	background-color: #ffffff;
	line-height: 1.75;
	font-size: 17.5px;
	color: var(--body-color);
  overflow-x: hidden;
}

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

a:hover:not(a.btn), a:focus:not(a.btn) {
	color: var(--body-link-hover-color);
	text-decoration: none;
}

.main-content a:not(a.btn) {
	color: var(--body-link-color);
	outline: none !important;
	text-decoration: none;
}
.main-content a:hover:not(a.btn), 
.main-content a:focus:not(a.btn) {
	color: var(--body-link-hover-color);
	text-decoration: none;
}

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

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

.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, .fs-1, .fs-1 p, .fs-1 h1, .fs-1 h2, .fs-1 h3, .fs-1 h4 {
	--fz-min: 38;
  --fz-max: 52;
  --fz-min-px: calc(var(--fz-min) * 1px);
  --fz-max-px: calc(var(--fz-max) * 1px);
  --fz-diff: calc(var(--fz-max) - var(--fz-min));
  font-size: clamp( var(--fz-min-px), calc(var(--fz-min-px) + var(--fz-diff) * ((100vw - 375px) / (1320 - 375))), var(--fz-max-px) ) !important;
  line-height: 1.2;
  font-weight: 500;
  color: var(--header-color);
}
h2, .fs-2, .fs-2 p, .fs-2 h1, .fs-2 h2, .fs-2 h3, .fs-2 h4 {
	--fz-min: 28;
  --fz-max: 40;
  --fz-min-px: calc(var(--fz-min) * 1px);
  --fz-max-px: calc(var(--fz-max) * 1px);
  --fz-diff: calc(var(--fz-max) - var(--fz-min));
  font-size: clamp( var(--fz-min-px), calc(var(--fz-min-px) + var(--fz-diff) * ((100vw - 375px) / (1320 - 375))), var(--fz-max-px) ) !important;
  line-height: 1.2;
  font-weight: 300;
  color: var(--header-color);
}
h3, .fs-3, .fs-3 p, .fs-3 h1, .fs-3 h2, .fs-3 h3, .fs-3 h4 {
  --fz-min: 22;
  --fz-max: 28;
  --fz-min-px: calc(var(--fz-min) * 1px);
  --fz-max-px: calc(var(--fz-max) * 1px);
  --fz-diff: calc(var(--fz-max) - var(--fz-min));
  font-size: clamp( var(--fz-min-px), calc(var(--fz-min-px) + var(--fz-diff) * ((100vw - 375px) / (1320 - 375))), var(--fz-max-px) ) !important;
  line-height: 1.2;
  font-weight: 300;
  color: var(--header-color);
}

h4, .h4, .fs-4, .fs-4 p, .fs-4 h1, .fs-4 h2, .fs-4 h3 { font-size: 1.375rem !important; line-height: 1.4 !important; }
h5, .h5, .fs-5, .fs-5 p, .fs-5 h1, .fs-5 h2, .fs-5 h3 { font-size: 1.125rem !important; }
h6, .h6, .fs-6, .fs-6 p, .fs-6 h1, .fs-6 h2, .fs-6 h3 { font-size: 1rem !important; }

.fs-body {
  font-size: var(--fs-body);
}

.header-color {
	color: var(--header-color);
}

.bold, strong,
.bold a, strong a,
.bold p, strong p,
.bold h1, strong h1,
.bold h2, strong h2,
.bold h3, strong h3 {
  font-weight: 500 !important; }

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

.text-white,
.text-white a,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3 {
	color: white !important;
}

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

/* Logged adminbar */
body.logged-in .fixed-top,
body.logged-in .offcanvas,
body.logged-in .offcanvas-lg  {
  top: 46px !important; }

/* Images and wp-captions should always fit and be responsive */
figure {
  margin: 0;
}
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; }

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

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

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

/* Diversen */

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

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

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

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

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

/* Footer */
.footer {
  background-color: var(--bs-primary);
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  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 > a:hover {
	color: #FFF;
	text-decoration: underline !important;
}

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

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

.copyright {
  line-height: 2.3; }

	ul.disclaimer-links li a {
		color: #444241;
	}
	ul.disclaimer-links li a:hover,
	ul.disclaimer-links li.current_page_item a {
		color: #B63955;
	}
	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: #f05b33;
  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: #000; }

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


/* Navbar */

/* .navbar {
	background-color: #fff;
}

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

.navbar-nav li a.nav-link {
	color: #000 !important;
	padding: 0.2rem 0;
	border-bottom: 2px solid #fff;
}

.navbar-nav li a.nav-link:hover {
	color: #000 !important;
	border-bottom: 2px solid #000;
}


.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: #000 !important;
}
@media (min-width: 992px) {
	.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 {
			border-bottom: 2px solid #000;
	}
	.navbar-nav li a.nav-link {
		margin-right: 20px;
	}
}

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

/** 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: #f05b33;
  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: #f05b33;
  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: #f05b33;
  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: #000;
}
.page-link:hover {
    color: #f05b33;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #f05b33;
    border-color: #f05b33;
}

/* 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 -  960px )/2*-1); } }
@media (min-width: 1200px) {
  .extend-right {
    margin-right: calc((100vw -  1140px )/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);
    /* width: calc(100% + 192px); */
	}
	.image-extend-right {
		margin-right: calc(-15*1em);
    /* width: calc(100% + 192px); */
	}
}

.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: 0;
  -ms-flex: 0;
  flex-grow: 0;
 }

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

.contentbox {
  position: relative;
}

.equal > .wpb_column > .vc_column-inner > .wpb_wrapper,
.equal > .wpb_column > .vc_column-inner > .wpb_wrapper .contentbox {
	height: 100%;
}

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


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

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


  @media (min-width: 576px) {
    .position-sm-static {
      position: static !important;
    }
    .position-sm-relative {
      position: relative !important;
    }
    .position-sm-absolute {
      position: absolute !important;
    }
    .position-sm-fixed {
      position: fixed !important;
    }
    .position-sm-sticky {
      position: sticky !important;
    }
  }
  @media (min-width: 768px) {
    .position-md-static {
      position: static !important;
    }
    .position-md-relative {
      position: relative !important;
    }
    .position-md-absolute {
      position: absolute !important;
    }
    .position-md-fixed {
      position: fixed !important;
    }
    .position-md-sticky {
      position: sticky !important;
    }
  }
  
  @media (min-width: 992px) {
    .position-lg-static {
      position: static !important;
    }
    .position-lg-relative {
      position: relative !important;
    }
    .position-lg-absolute {
      position: absolute !important;
    }
    .position-lg-fixed {
      position: fixed !important;
    }
    .position-lg-sticky {
      position: sticky !important;
    }
  }
  
  @media (min-width: 1200px) {
    .position-xl-static {
      position: static !important;
    }
    .position-xl-relative {
      position: relative !important;
    }
    .position-xl-absolute {
      position: absolute !important;
    }
    .position-xl-fixed {
      position: fixed !important;
    }
    .position-xl-sticky {
      position: sticky !important;
    }
  }
/* 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;
}

/* Background position */
.bg-size-contain { background-size: contain; }
.bg-bottom { background-position: bottom; }
.bg-center { background-position: center; background-repeat: no-repeat; }
.bg-left { background-position: left; }
.bg-left-bottom	{ background-position: left bottom; }
.bg-left-top { background-position: left top; }
.bg-right { background-position: right; }
.bg-right-bottom { background-position: right bottom; }
.bg-right-top { background-position: right top; }
.bg-top { background-position: top;background-repeat: no-repeat; }
.bg-top-center { background-position: top center !important; background-repeat: no-repeat !important; }

.contentbox { transition: all 0.3s ease-in-out; }
.shadow-sm-hover:hover { box-shadow: var(--bs-box-shadow-sm)!important; }
.shadow-hover:hover { box-shadow: var(--bs-box-shadow)!important; }
.shadow-lg-hover:hover { box-shadow: var(--bs-box-shadow-lg)!important; }
.shadow-inset-hover:hover { box-shadow: inset 0px 0px 4px 1px rgba(0,0,0, 0.09) !important; }

.bg-primary-bg-subtle-half {
  background: linear-gradient(
    to bottom, 
    #BCBEC0 0%,
    #BCBEC0 50%,
    #FFFFFF 50%,
    #FFFFFF 100%
  );
}

.img-wide {
  width: calc(100% + 192px);
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  float: left;
}

.bg-primaray-20-80 {
  background: var(--bs-primary);
}
@media (min-width: 992px) {
  .bg-primaray-20-80 {
    background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(0,36,53,1) 20%);
  }
}

.bg-secondary-10-90 {
  background: var(--bs-secondary);
}
@media (min-width: 768px) {
  .bg-secondary-10-90 {
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(131,102,107,1) 10%);
  }
}


@media (min-width: 1200px) {
  .section-boxed > .vc_row,
  .section-boxed > .row,
  .section-boxed > .container {
    max-width: 990px;
    margin: auto !important;
  }
  .row-boxed {
    max-width: 990px;
    margin: auto !important;
  }
}

form abbr.required {
  visibility: visible;
}
form abbr.required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  margin-left: 2px;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

#pagevideoheader {
  margin-top: -72px;
}
@media (min-width: 768px) {
  #pagevideoheader {
    margin-top: -102px;
  }
}

/* cmplz-cookiebanner */
.cmplz-cookiebanner {
  grid-gap: 5px !important;
}

@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
.cmplz-btn.cmplz-accept,
.cmplz-btn.cmplz-deny {
  width: 48% !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
  height: 35px !important;
  line-height: 10px !important;
}