/*
Theme Name: Jaarverslag 2021 HCDO
Theme URI: https://www.jaarverslaghcdo.nl/
Author: Kees Versloot (BBLD)
Author URI: https://www.bbld.nl/
Description: 
Version: 1.0

/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('webfonts/roboto-slab-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-slab-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-slab-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-slab-v23-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-200 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url('webfonts/roboto-slab-v23-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-slab-v23-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-slab-v23-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-200.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-slab-v23-latin-200.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/roboto-slab-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-slab-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-slab-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-slab-v23-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/roboto-slab-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-slab-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-slab-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-slab-v23-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/roboto-slab-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/roboto-slab-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-slab-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-slab-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-slab-v23-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


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

body {
	font-family: 'Roboto Slab', sans-serif;
	padding-top:32px;
	font-weight: 300;
	margin: 0 !important;
	background-color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #000;
}

a {
  color: #41A62A;
  outline: none !important;
  text-decoration: none !important; }

a:hover, a:focus {
  color: #41A62A;
  text-decoration: none; }

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

.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 { color: #1F368B; }

h1 { font-size: 56px; font-weight: 200; }
h2 { font-size: 40px; font-weight: 200; }
h3 { font-size: 28px; font-weight: 400; }

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


.quote p { color: #1F368B; font-size: 28px; line-height: 2.4rem; font-weight: 400; }

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

.text-blauw {
	color: #1F368B !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; }

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: #41A62A;
  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; }

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

/* Diversen */
.btn-normal {
  background-color: #41A62A;
  border-color: #41A62A;
  color: #FFFFFF; }

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

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


.btn-container .btn-text,
.btn-container .btn-icon {
	position: relative;
	z-index: 5;
}	
.btn-container .btn {
	border: none;
}

.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 svg {
	display: inline-block;
	vertical-align: -.125em;
	
}

.btn-outline-blauw {
	border-color: #1F368B;
	color: #1F368B;
}
.btn-outline-blauw:hover {
  color: #fff;
  background-color: #1F368B;
  border-color: #1F368B;
}

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

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

/* Footer */
.footer {
	background-color: #DFEEDE;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #1F368B;
}

.footer h2 {
	font-size: 28px;
	color: #1F368B;
	margin-bottom: 10px;
}

.footer i {
	color: #1F368B; }

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

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

.copyright {
	line-height: 2.3; }

	ul.disclaimer-links li a {
		color: #1F368B;
	}
	ul.disclaimer-links li a:hover,
	ul.disclaimer-links li.current_page_item a {
		color: #1F368B;
	}
	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: #41A62A;
  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.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 */

#offcanvasMenu { background-color: #1F368B !important; }

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

.navbar-nav li a.nav-link { 
	color: #fff !important;

	padding: 1rem .5rem;
	display: inline-block;
}

.navbar-nav li:hover a.nav-link,
.navbar-nav li:hover::before { 
	color: #41A62A !important; }

.navbar-nav ul {
	list-style: none; 
    text-indent: -0px; /* key property */
    margin-left: 0px; /* key property */
	display: flex;
	flex-direction: column;
	
}
.navbar-nav ul li {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #fff;
}
.navbar-nav ul li::before {
	display: flex;
	content: "";
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
	background-repeat: no-repeat;
	background-size: 70%;
	width: 1em;
	height: 0.7em;
	margin-top: 1.5rem;
}
.navbar-nav li:hover::before {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%2341A62A' xmlns='http://www.w3.org/2000/svg'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}


.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: #41A62A !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 {

	}
}

.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: #41A62A !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: #41A62A;
  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 {
  position: normal;
  width: 90%;
  margin-left: 5%;
  margin-top: 40px;
  background: url("images/quote.png") top left no-repeat;
  padding-left: 55px; }

blockquote p {
  padding-right: 35px;
  padding-bottom: 0;
  margin-bottom: 30px;
  color: #41A62A; }

/**
blockquote {
    position:relative;
    padding:10px 45px;
}
blockquote:before, blockquote:after {
    color:#41A62A;
    content:'"';

    font-size:30px;
    position:absolute;
    top:5px;
    left:8px;
    display:block;
}
**/
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: #41A62A;
  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: #41A62A;
  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: #41A62A;
  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: #41A62A;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #41A62A;
    border-color: #41A62A;
}

/* Uitloop naar rechts/links 
*********************************************************/
.bg-color-blauw {
  background-color: rgba(31, 54, 139,.7) }

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

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

/* Teksvlak boven button class flex-grow-1 */

.h-100-child-wrapper > div > .wpb_wrapper,
.h-100-child-wrapper > div > .wpb_wrapper .contentbox {
	height: 100% !important;
}
.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; }

.mt-n5 {
	margin-top: -3.5rem !important;
}

	.bg-groen-90 {
		background-color: #DFEEDE;
	}

@media (min-width: 768px) {
	.bg-groen-90 {
		background: linear-gradient(to left, #DFEEDE 90%, #FFFFFF 10%);
	}
}

.bg-cover-center-top {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}