/*
Theme Name: Jorina Weenink Mediation & Organisation
Theme URI: https://www.jorinaweenink.nl/
Author: Kees Versloot (BBLD)
Author URI: https://www.bbld.nl/
Description: 
Version: 1.0

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
		font-display: swap;
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
		font-display: swap;
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('webfonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
		font-display: swap;
}

:root {
	--header-color: #002435;
  --fs-body: 17.5px;
  --groen: #18A199;
}

/* My Minimal WordPress Styling comes here */
html { 
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*	padding-top:120px;*/
	font-weight: 300;
	margin: 0 !important;
}

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

ol {
  padding-left: 1.29rem;
}
.main-content .wpb_content_element ul {
	list-style: none;
	padding: 0;
}

.main-content .wpb_content_element ul li {
  margin-top: .5rem;
  padding-left: 1.25rem;
  position: relative;
}

.main-content .wpb_content_element ul li::before {
  background-color: var(--bs-primary);
  border-radius: 50%;
  content: "";
  height: .5rem;
  left: 0;
  position: absolute;
  top: .65em;
  width: .5rem;
}

.main-content .wpb_content_element.chevron-list ul li::before {
  background: transparent 50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath 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'/%3E%3C/svg%3E");
  height: .8rem;
  top: .5em;
  width: .8rem;
}

.main-content .wpb_content_element.checked-list-primary ul li::before,
.main-content .wpb_content_element.checked-list-secondary ul li::before {
  background: transparent 50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
  height: 1.0625rem;
  top: .4em;
  width: 1.0625rem;
}
.main-content .wpb_content_element.checked-list-primary ul li::before {
  background-color: var(--bs-primary);
}
.main-content .wpb_content_element.checked-list-secondary ul li::before {
  background-color: var(--bs-secondary);
}

.main-content .wpb_content_element.checked-list-primary ul li,
.main-content .wpb_content_element.checked-list-secondary ul li {
  padding-left: 1.625rem;
}


/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { 
	color: var(--header-color);
}

h1, .fs-1, .fs-1 p, .fs-1 h1, .fs-1 h2, .fs-1 h3, .fs-1 h4 {
	--fz-min: 26;
  --fz-max: 56;
  --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: 600;
  color: var(--header-color);
}
h2, .fs-2, .fs-2 p, .fs-2 h1, .fs-2 h2, .fs-2 h3, .fs-2 h4 {
	--fz-min: 26;
  --fz-max: 26;
  --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: 400;
  color: var(--header-color);
}
h3, .fs-3, .fs-3 p, .fs-3 h1, .fs-3 h2, .fs-3 h3, .fs-3 h4 {
  --fz-min: 20;
  --fz-max: 20;
  --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: 400;
  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: 1.094rem !important; }


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

.bold, strong {
  font-weight: 600 !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 p,
.text-white h1,
.text-white h2,
.text-white h3 {
	color: white !important;
}

/* Logged adminbar */
body.logged-in .fixed-top,
body.logged-in .offcanvas {
  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; }

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

/* 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: 170px;
    max-width: 170px; }
}

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

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

/* Footer */
.footer {
  font-size: 90%;
  background-color: #22363B; /*#444241; */
  -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: var(--bs-body-color);
}
ul.disclaimer-links li a:hover {
  text-decoration: underline !important;
}
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; }

/* 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-nav li.lang {
	padding: 7px;
}

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

.navbar-nav li a.nav-link:hover {
	color: var(--groen) !important;
	border-bottom: 2px solid var(--groen);
}


.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: var(--groen) !important;
  border-bottom: 2px solid var(--groen);
  font-weight: 700;
}
@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 {    
    color: var(--groen) !important;
    border-bottom: 2px solid var(--groen);
    font-weight: 700;
	}
	.navbar-nav li a.nav-link {
		margin-right: 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: #000 !important;
	text-decoration: none;
	background-color: #f05b33 !important;
}

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


/* Navbar Mobile */
ul.navbar-mobile {
  flex-direction: column;

  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  max-width: 100%;
  width: 100%;
}

ul.navbar-mobile > li {
  position: relative;
  line-height: 2.5;
}
ul.navbar-mobile li > ul > li {
  position: relative;

}

ul.navbar-mobile > li > a.nav-link {
  color: var(--bs-body-color);
  display: block;
  border-bottom: 1px solid rgba(216,216,216,0.4);
  border-top: none; /*1px solid rgba(216,216,216,0.4);*/
  border-left: none;
  border-right: none;
  /* font-weight: 600;
  font-size: 19px; */
}
ul.navbar-mobile > li a.nav-link,
ul.navbar-mobile > li .dropdown-item {
  padding: 0;
}

ul.navbar-mobile > li > a.nav-link:hover {
  color: var(--bs-primary);
  border-bottom: 1px solid rgba(216,216,216,0.4);
}

ul.navbar-mobile li.current-menu-item > a,
ul.navbar-mobile li.current-menu-parent > a,
ul.navbar-mobile li.current-menu-ancestor > a {
  color: var(--bs-primary) !important;
  font-weight: 600;
}

ul.navbar-mobile .dropdown-toggle::after {
  border: none;
}

ul.navbar-mobile > li.menu-item a.dropdown-toggle {
  background-color: transparent; /* #fcfcfc; */
  border-left: 1px solid rgba(216,216,216,0.4);
  padding-left: 13px;
  height: 100%;
}

ul.navbar-mobile > li.menu-item a.dropdown-toggle {
  
}
/* Normal state */
ul.navbar-mobile > li.menu-item a.dropdown-toggle svg {
  color: var(--menu-link-color);
}
/* Open */
ul.navbar-mobile > li.menu-item a.dropdown-toggle.show svg {
  transform: rotateX(180deg);
  color: var(--menu-link-color);
}
/* Active state */
ul.navbar-mobile > li.menu-item.active > a.dropdown-toggle svg {
  color: var(--bs-primary);
}

ul.navbar-mobile .dropdown-menu.show { 
  position: relative !important;
  transform: none !important;
  display: block;
}
ul.navbar-mobile .dropdown-menu { 
  padding: 0;
  padding-left: 15px;
  margin: 0;
  transition: all 0.3s linear;
}

ul.navbar-mobile .dropdown-menu,
ul.navbar-mobile .dropdown-menu a {
  border: none;
}

ul.navbar-mobile .dropdown-menu a.dropdown-item {
  color: var(--bs-body-color);
}

ul.navbar-mobile .navbar-nav .dropdown-menu a:hover {
  text-decoration: none;
  color: var(--roze);
  background-color: transparent;
}
ul.navbar-mobile .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}


/* - - -  */



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

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #000;
  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 */

@media (max-width: 575px) {
  .column-padding-left .wpb_column > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .column-padding-left .wpb_column:first-child > .vc_column-inner {
    padding-left: calc((100vw - 490px)/2) !important;
  }
}
@media (min-width: 768px) {
  .column-padding-left .wpb_column:first-child > .vc_column-inner {
    padding-left: calc((100vw - 670px)/2) !important;
  }
}
@media (min-width: 992px) {
  .column-padding-left .wpb_column:first-child > .vc_column-inner {
    padding-left: calc((100vw - 910px)/2) !important;
  }
}
@media (min-width: 1200px) {
  .column-padding-left .wpb_column:first-child > .vc_column-inner {
    padding-left: calc((100vw - 1090px)/2) !important;
  }
}
@media (min-width: 1400px) {
  .column-padding-left .wpb_column:first-child > .vc_column-inner {
    padding-left: calc((100vw - 1280px)/2) !important;
  }
}

.column-padding-right .wpb_column > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .column-padding-right .wpb_column:last-child > .vc_column-inner {
    padding-right: calc((100vw - 490px)/2) !important;
  }
}
@media (min-width: 768px) {
  .column-padding-right .wpb_column:last-child > .vc_column-inner {
    padding-right: calc((100vw - 670px)/2) !important;
  }
}
@media (min-width: 992px) {
  .column-padding-right .wpb_column:last-child > .vc_column-inner {
    padding-right: calc((100vw - 910px)/2) !important;
  }
}
@media (min-width: 1200px) {
  .column-padding-right .wpb_column:last-child > .vc_column-inner {
    padding-right: calc((100vw - 1090px)/2) !important;
  }
}
@media (min-width: 1400px) {
  .column-padding-right .wpb_column:last-child > .vc_column-inner {
    padding-right: calc((100vw - 1280px)/2) !important;
  }
}


.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);
	}
	.image-extend-right {
		margin-right: calc(-15*1em);
	}
}

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


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

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

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