@charset "UTF-8";
/*Z-index overzicht
 *Plaats hier alle z-index values met een logische naam, hou ongeveer 10 tussen elk item.
 *Dit is zodat er genoeg speling is om er later 1 tussen te stoppen (als dat nodig is)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*filter voor IE*/
/*centreren met margin. optioneel top en bottom*/
/*Placeholder stijling (per input/alle inputs)*/
/*z-index mixin functie, werkt samen met $z-index array in _variables.scss
 *
 * Op de volgende manier te gebruiken:
 *   .henk{
 *        @include z-index(voorbeeld_item);
 *    }
 */
/* Cookie styling AVG */
body #cn-notice-text span {
  font-weight: 700;
}
body .cookie-notice-container {
  text-align: left;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
body .cookie-notice-container #cn-notice-text {
  line-height: 20px;
}
body #cookie-notice .button.wp-default {
  background: transparent;
  color: #fff;
  text-shadow: none;
  border-radius: 20px;
  padding: 10px 22px;
}
body #cookie-notice .button.wp-default#cn-more-info {
  border: none;
  text-decoration: underline;
  font-size: 13px;
}
body .gform_wrapper a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body .cookie-notice-container {
    display: block;
  }
  body .cookie-notice-container #cn-notice-text {
    display: block;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 680px) {
  body .cookie-notice-container {
    font-size: 11px;
  }
  body #cookie-notice .button.wp-default {
    padding: 5px 15px;
  }
}
/* Einde cookie styling AVG */
.scss_errors {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  background: #ff0000;
  text-align: center;
}
.scss_errors pre {
  color: #fff;
}
html, body {
  overflow-x: hidden;
}
html.mobile-menu-open, html.menu-open, body.mobile-menu-open, body.menu-open {
  overflow: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body strong, body b {
  font-weight: 700;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body form ul li {
  margin-top: 0 !important;
  list-style-type: none;
}
body form ul li.hidden_label .gfield_label {
  display: none;
}
body form ul li.gfield {
  max-width: 415px !important;
}
body form ul li.gfield .ginput_container_checkbox input, body form ul li.gfield .ginput_container_radio input {
  margin: 0 5px 0 0 !important;
}
body form ul li.gfield .ginput_container_fileupload button {
  position: relative;
  z-index: 1;
  background: #be2930;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
body form ul li input[type=text], body form ul li textarea, body form ul li select, body form ul li input[type=tel], body form ul li input[type=email] {
  width: 100% !important;
  max-width: 500px;
  padding: 6px 0 6px 10px !important;
  margin-top: 12px;
  border: 1px solid rgba(167, 167, 167, 0.65);
}
body form ul li input[type=text]::placeholder, body form ul li textarea::placeholder, body form ul li select::placeholder, body form ul li input[type=tel]::placeholder, body form ul li input[type=email]::placeholder {
  color: rgba(167, 167, 168, 0.65);
}
body form ul li label.gfield_consent_label {
  font-weight: bold;
  font-size: 14px;
}
body form ul li .gfield_required {
  display: none !important;
}
body form .gform_footer button {
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
body form .gform_footer button i, body form .gform_footer button svg {
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body form .gform_footer button:hover i, body form .gform_footer button:hover svg {
  margin-left: 10px;
}
.text ul, .text ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.text h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.text h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 20px;
}
.text h4 {
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 20px;
}
.text h6 a, .text a.btn {
  padding: 5px 20px;
  background: #f0f0f0;
  border-radius: 30px;
  font-weight: 700;
  transition: all 0.3s;
  color: #1A1A18;
  text-decoration: none;
  display: table;
  margin: 0 0 20px;
}
.text h6 a:hover, .text a.btn:hover {
  background: #be2930;
  color: #fff;
}
.text h6 a.btn-secondary, .text a.btn.btn-secondary {
  background-color: #be2930;
  color: #fff;
  text-decoration: none !important;
  border: 2px solid #be2930;
}
.text h6 a.btn-secondary:hover, .text a.btn.btn-secondary:hover {
  background: transparent;
  color: #be2930;
}
.text a {
  text-decoration: underline;
}
.text em {
  font-style: italic;
}
.text p {
  margin: 0 0 20px;
}
.text a.read-more-link {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.text a.read-more-link:hover::after {
  text-decoration: none;
  right: -5px;
}
.text a.read-more-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
  font-size: 16px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.margin-t-none {
  margin-top: 0 !important;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.container {
  max-width: 1280px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
header nav.mobile-menu-items {
  padding: 15px;
  background: #1a1a18;
  position: absolute;
  left: 0;
  top: 38px;
  height: calc(100vh - 38px);
  width: 100vw;
  flex-wrap: wrap;
  display: none;
  overflow-y: scroll;
}
header nav.mobile-menu-items .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav.mobile-menu-items .top .phonenumber {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
header nav.mobile-menu-items .top .phonenumber i, header nav.mobile-menu-items .top .phonenumber svg {
  margin: 0 5px 0 0;
}
header nav.mobile-menu-items .top .phonenumber:hover a {
  text-decoration: none;
}
header nav.mobile-menu-items .top .phonenumber:hover i, header nav.mobile-menu-items .top .phonenumber:hover svg {
  animation: swing;
  animation-duration: 0.5s;
}
header nav.mobile-menu-items .top span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
header nav.mobile-menu-items .top span::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  display: inline-block;
  font-size: 30px;
  z-index: 1;
  opacity: 1;
  font-weight: 900;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-right: 10px;
}
header nav.mobile-menu-items > div {
  flex: 0 0 100%;
}
header nav.mobile-menu-items .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: -40px;
  position: relative;
}
header nav.mobile-menu-items .social-media a {
  margin: 0 5px;
  color: #fff;
}
header nav.mobile-menu-items .social-media a:last-of-type {
  margin: 0 0 0 5px;
}
header nav.mobile-menu-items .menu {
  flex-direction: column;
  width: 100%;
  padding: 40px 0 0 0;
}
header nav.mobile-menu-items .menu li {
  list-style-type: none;
  margin: 0 0 30px;
}
header nav.mobile-menu-items .menu li.current-menu-item > a, header nav.mobile-menu-items .menu li:hover > a {
  color: #A7A7A8;
  text-decoration: none;
}
header nav.mobile-menu-items .menu li a {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
header nav.mobile-menu-items .menu li ul.sub-menu {
  margin-top: 50px;
  text-align: right;
}
header nav.mobile-menu-items .menu li ul.sub-menu li {
  margin: 0 0 20px;
}
header nav.mobile-menu-items .menu li ul.sub-menu li a {
  text-transform: none !important;
  font-size: 18px;
}
header .logo {
  position: fixed;
  left: 0;
  top: 0;
}
header .menu {
  position: relative;
  background: #1A1A18;
  padding: 8px 0 8px 10px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
header .menu nav.menu-items {
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(100%);
  width: 100%;
  flex-wrap: wrap;
  display: none;
  background: transparent;
  height: calc(100vh - 40px);
}
header .menu nav.menu-items > div {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  height: calc(100% - 30px);
}
header .menu nav.menu-items::after {
  content: none;
}
header .menu nav.menu-items .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: auto;
}
header .menu nav.menu-items .social-media a {
  margin: 0 10px;
  font-size: 20px;
}
header .menu nav.menu-items .social-media a:last-of-type {
  margin: 0 0 0 10px;
}
header .menu nav.menu-items .menu {
  flex-direction: column;
  width: 100%;
  padding: 0;
  background: transparent;
}
header .menu nav.menu-items .menu li {
  list-style-type: none;
  margin: 0 0 30px;
}
header .menu nav.menu-items .menu li > a:hover {
  text-decoration: none;
  color: #A7A7A8;
}
header .menu nav.menu-items .menu li.current-menu-item > a {
  color: #A7A7A8;
  text-decoration: none;
}
header .menu nav.menu-items .menu li a {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
header .menu nav.menu-items .menu li ul.sub-menu {
  margin-top: 50px;
  text-align: right;
}
header .menu nav.menu-items .menu li ul.sub-menu li {
  margin: 0 0 20px;
}
header .menu nav.menu-items .menu li ul.sub-menu li a {
  text-transform: none;
  font-size: 18px;
}
header .menu::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #1A1A18;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  transform: translateX(100%);
}
header .menu .flex-left {
  display: flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 3px;
}
header .menu .flex-left .hamburger {
  width: 25px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .menu .flex-left .hamburger::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  display: block;
  font-size: 30px;
  z-index: 1;
  opacity: 0;
  font-weight: 900;
  top: -3px;
  left: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .menu .flex-left .hamburger.menu-open span {
  opacity: 0;
}
header .menu .flex-left .hamburger.menu-open::after {
  opacity: 1;
}
header .menu .flex-left .hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .menu .flex-left .hamburger span:nth-child(1), header .menu .flex-left .hamburger span:nth-child(2) {
  top: 0px;
}
header .menu .flex-left .hamburger span:nth-child(3), header .menu .flex-left .hamburger span:nth-child(4) {
  top: 7px;
}
header .menu .flex-left .hamburger span:nth-child(5), header .menu .flex-left .hamburger span:nth-child(6) {
  top: 14px;
}
header .menu .flex-left .label {
  position: relative;
}
header .menu .flex-left .label span {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  padding: 0 0 0 20px;
  top: 50%;
  transition: all 0.4s;
  transform: translateY(-50%);
}
header .menu .flex-left .label span.hidden {
  opacity: 0;
}
header .menu .flex-right {
  display: flex;
  font-size: 13px;
}
header .menu .flex-right .search {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .menu .flex-right .search .searchbar {
  display: none;
}
header .menu .flex-right .search .searchbar input {
  border: none;
  background: #fff;
  color: #1A1A18;
  padding: 0 10px;
  margin: 0 10px 0 0;
}
header .menu .flex-right .search .searchbar input::placeholder {
  color: #1A1A18;
}
header .menu .flex-right .search i, header .menu .flex-right .search svg {
  padding: 10px;
  margin: -10px 20px -10px -10px;
  display: inline-block;
}
header .menu .flex-right .search:hover i, header .menu .flex-right .search:hover svg {
  animation: swing;
  animation-duration: 0.5s;
}
header .menu .flex-right .phonenumber {
  font-size: 13px;
  font-weight: 600;
}
header .menu .flex-right .phonenumber i, header .menu .flex-right .phonenumber svg {
  margin: 0 5px 0 0;
}
header .menu .flex-right .phonenumber:hover a {
  text-decoration: none;
}
header .menu .flex-right .phonenumber:hover i, header .menu .flex-right .phonenumber:hover svg {
  animation: swing;
  animation-duration: 0.5s;
}
header .menu-backdrop {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background: #1A1A18;
  width: calc(50vw - 14px);
  z-index: -1;
  display: none;
}
a.filter-btn {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A18;
  line-height: 22px;
  background: #F0F0F0;
  border-radius: 50px;
}
.block-slider, .partner-slider {
  margin: 0 auto;
}
.block-slider .slick-arrow, .partner-slider .slick-arrow {
  top: 50%;
  display: block;
  position: absolute;
  color: #A7A7A8;
  font-size: 16px;
  cursor: pointer;
}
.block-slider .slick-arrow.arrow-left, .partner-slider .slick-arrow.arrow-left {
  transform: translateY(-50%) translateX(-100%);
  left: -15px;
}
.block-slider .slick-arrow.arrow-right, .partner-slider .slick-arrow.arrow-right {
  transform: translateY(-50%) translateX(100%);
  right: -15px;
}
.block-slider .slick-dots, .partner-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.block-slider .slick-dots li, .partner-slider .slick-dots li {
  font-size: 0;
  background: transparent;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #1A1A18;
  transition: all 1.5s;
}
.block-slider .slick-dots li.slick-active, .partner-slider .slick-dots li.slick-active {
  background: #1A1A18;
}
.block-slider .slick-dots li button, .partner-slider .slick-dots li button {
  display: none;
}
.block-slider .slick-dots li:hover, .partner-slider .slick-dots li:hover {
  cursor: pointer;
}
section.content-page {
  margin: 30px 0 100px;
}
section.hero {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
section.hero::after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
section.hero .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
section.hero .hero-inner .hero-text h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 12px;
  line-height: 76px;
}
section.hero .hero-inner .hero-text h1 span {
  box-shadow: 12px 0 0px 0px #1a1a18, -12px 0 0px 0px #1a1a18;
  -webkit-box-decoration-break: clone;
  background: #1a1a18;
}
section.hero .hero-inner .hero-text p {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
  color: #fff;
}
section.hero .hero-inner .hero-text h6 a {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
section.hero .hero-inner .hero-text h6 a:hover::after {
  right: -30px;
}
section.hero .hero-inner .hero-text h6 a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  right: -22px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero .actual-post a.bottom {
  text-decoration: none;
}
section.hero .actual-post a.bottom .text * {
  color: #fff;
}
section.hero .actual-post a.bottom .text h3 span.date {
  font-size: 16px;
  font-weight: 700;
}
section.hero .actual-post a.bottom .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.hero .actual-post a.bottom .text span.read-more {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
section.hero .actual-post a.bottom .text span.read-more:hover::after {
  text-decoration: none;
  right: -5px;
}
section.hero .actual-post a.bottom .text span.read-more::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  margin: 0 0 0 10px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.hero .scroll i, section.hero .scroll svg {
  color: #BE2930;
  font-size: 25px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero .scroll:hover i, section.hero .scroll:hover svg {
  top: 5px;
}
section.hero .family-business {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
section.hero-subpage .hero-image {
  padding: 110px 0 0;
  height: 425px;
  margin: 40px 0 110px;
  position: absolute;
  width: calc(100% - 30px);
}
section.hero-subpage .img-left .contact-block {
  left: 15px;
}
section.hero-subpage .img-right .contact-block {
  right: 15px;
}
section.hero-subpage .contact-block {
  background: url("../images/default.png");
  padding: 50px 40px 30px;
  top: 125px;
  position: absolute;
}
section.hero-subpage .contact-block .text * {
  color: #fff;
}
section.hero-subpage .contact-block .text h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 30px 0;
}
section.hero-subpage .contact-block .text ul {
  padding: 0 0 0 30px;
}
section.hero-subpage .contact-block .text ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin: 0 0 24px;
}
section.hero-subpage .contact-block .text ul li::after {
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  top: 0;
  z-index: 1;
  font-weight: 900;
}
section.hero-subpage .contact-block .text ul li.address::after {
  content: "";
}
section.hero-subpage .contact-block .text ul li.postbus::after {
  content: "";
}
section.hero-subpage .contact-block .text ul li.phone {
  margin: 0;
}
section.hero-subpage .contact-block .text ul li.phone::after {
  content: "";
}
section.hero-subpage .contact-block .text ul li.email::after {
  content: "";
}
section.hero-subpage .hero-text {
  margin-bottom: 45px;
  margin-top: 390px;
}
section.hero-subpage .hero-text .textblock .text a {
  font-weight: 600;
  text-decoration: underline;
}
section.hero-subpage .hero-text .textblock .text h6 a {
  text-decoration: none;
  background: #BE2930;
  color: #fff;
}
section.hero-subpage .hero-text .textblock .text h6 a:hover {
  color: #BE2930;
  background: #fff;
}
section.hero-subpage .hero-text .textblock .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px 20px 0;
}
section.hero-subpage .hero-text .textblock .social-media span {
  font-size: 14px;
  font-weight: 700;
  margin: 0 20px 0 0;
}
section.hero-subpage .hero-text .textblock .social-media .links a {
  margin: 0 8px 0 0;
}
section.hero-subpage .hero-text .textblock .social-media .links a:hover {
  text-decoration: none;
  animation: swing;
  animation-duration: 0.5s;
}
section.hero-subpage .textblock-link {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-weight: 700;
  text-decoration: none;
  z-index: 2;
  display: table;
}
section.hero-subpage .textblock-link.link-alignment-left {
  left: 30px;
  right: auto;
}
section.hero-subpage .textblock-link.links::before {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Pro";
  left: -5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero-subpage .textblock-link.links:hover::before {
  left: -10px;
}
section.hero-subpage .textblock-link.rechts {
  right: 25px;
}
section.hero-subpage .textblock-link.rechts::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Pro";
  right: -5px;
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero-subpage .textblock-link.rechts:hover::after {
  right: -10px;
}
section.filter {
  margin: 0 0 20px;
}
section.block-links .filter, section.filter {
  padding: 20px 0 0 24px;
}
section.block-links .filter > *, section.filter > * {
  margin-bottom: 15px !important;
}
section.block-links .filter #post-filter, section.filter #post-filter {
  margin-top: 15px;
}
section.block-links .filter .filter-btns, section.filter .filter-btns {
  margin-bottom: 0;
}
section.block-links .filter .filter-btns a, section.filter .filter-btns a {
  margin-bottom: 15px !important;
}
section.block-links .filter span.type-filter, section.filter span.type-filter {
  color: #BE2930;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 30px 15px 0;
  display: block;
}
section.block-links .filter .select-wrapper, section.filter .select-wrapper {
  position: relative;
  max-width: 350px;
  margin: 0 30px 15px 0;
  display: inline-block;
}
section.block-links .filter .select-wrapper select, section.filter .select-wrapper select {
  position: relative;
  padding: 5px 30px 5px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
}
section.block-links .filter .select-wrapper::after, section.filter .select-wrapper::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #1A1A18;
  pointer-events: none;
}
section.block-links .filter a.filter-btn, section.filter a.filter-btn {
  margin: 0 20px 0 0;
  padding: 5px 18px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.block-links .filter a.filter-btn.active, section.block-links .filter a.filter-btn:hover, section.filter a.filter-btn.active, section.filter a.filter-btn:hover {
  text-decoration: none;
  background: #BE2930;
  color: #fff;
}
section.block-links .filter #post-filter .checkbox, section.filter #post-filter .checkbox {
  display: inline-block;
}
section.block-links .filter #post-filter .checkbox input, section.filter #post-filter .checkbox input {
  display: none;
}
section.block-links .filter #post-filter .checkbox input:checked ~ label, section.filter #post-filter .checkbox input:checked ~ label {
  text-decoration: none;
  background: #BE2930;
  color: #fff;
}
section.block-links .filter #post-filter .checkbox label, section.filter #post-filter .checkbox label {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A18;
  line-height: 22px;
  background: #F0F0F0;
  border-radius: 50px;
  margin: 0 20px 20px 0;
  padding: 5px 18px;
  display: inline-block;
}
section.block-links .filter #post-filter .checkbox label:hover, section.filter #post-filter .checkbox label:hover {
  text-decoration: none;
  background: #BE2930;
  color: #fff;
  cursor: pointer;
}
section.block-links .filter #post-filter .filter-btns, section.filter #post-filter .filter-btns {
  display: inline-block;
}
section.block-links .filter #post-filter input[type=submit], section.filter #post-filter input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  color: #BE2930;
  line-height: 22px;
  background: #F0F0F0;
  margin: 0 20px 20px 0;
  padding: 5px 18px;
  display: inline-block;
  border: 2px solid #BE2930;
  transition: all 0.3s;
}
section.block-links .filter #post-filter input[type=submit]:hover, section.filter #post-filter input[type=submit]:hover {
  text-decoration: none;
  background: #BE2930;
  color: #fff;
  cursor: pointer;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}
.pagination-container .pagination .page-numbers {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 10px;
  border: 1px solid #F0F0F0;
  background: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination-container .pagination .page-numbers.current, .pagination-container .pagination .page-numbers:hover {
  background: #F0F0F0;
  text-decoration: none;
}
.pagination-container .pagination .page-numbers.next, .pagination-container .pagination .page-numbers.prev {
  background: transparent !important;
  border: none !important;
}
section.block-links, section.kenniscentrum {
  margin: 40px auto;
}
section.block-links .blocks, section.kenniscentrum .blocks {
  display: flex;
  flex-wrap: wrap;
}
section.block-links .blocks .block-col, section.kenniscentrum .blocks .block-col {
  width: 33.33%;
}
@media (max-width: 992px) {
  section.block-links .blocks .block-col, section.kenniscentrum .blocks .block-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.block-links .blocks .block-col, section.kenniscentrum .blocks .block-col {
    width: 100%;
    max-width: 425px;
    margin: 0 auto 15px;
  }
}
section.block-links .blocks .block-col.post .title, section.kenniscentrum .blocks .block-col.post .title {
  padding: 0 10px;
}
section.block-links .blocks .block-col.post .title h2 span.bg, section.kenniscentrum .blocks .block-col.post .title h2 span.bg {
  box-shadow: 5px 0px 0px 4px #1a1a18, -6px 0 0px 4px #1a1a18;
  -webkit-box-decoration-break: clone;
  line-height: 40px;
  background: #1A1A18;
}
section.block-links .blocks .block, section.kenniscentrum .blocks .block {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  padding: 10px !important;
}
section.block-links .blocks .block.cta::before, section.kenniscentrum .blocks .block.cta::before {
  content: none;
}
section.block-links .blocks .block.cta .title h2, section.kenniscentrum .blocks .block.cta .title h2 {
  color: #2E2E2C;
  text-shadow: none;
}
section.block-links .blocks .block.own-choice .block-overlay .title h2, section.kenniscentrum .blocks .block.own-choice .block-overlay .title h2 {
  margin: 0 !important;
}
section.block-links .blocks .block .title, section.kenniscentrum .blocks .block .title {
  position: relative;
  z-index: 1;
  width: 100%;
}
section.block-links .blocks .block .title span.date, section.kenniscentrum .blocks .block .title span.date {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: -5px;
  letter-spacing: 0;
}
section.block-links .blocks .block .title h2, section.kenniscentrum .blocks .block .title h2 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
  word-break: break-word;
  text-shadow: 0 0 4px #000;
}
section.block-links .blocks .block .title h2 span, section.kenniscentrum .blocks .block .title h2 span {
  font-size: 18px;
  text-transform: none;
  line-height: 24px;
  margin-top: 10px;
}
section.block-links .blocks .block .title p, section.kenniscentrum .blocks .block .title p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-shadow: 0 0 4px #000;
  margin-top: 10px;
}
section.block-links .blocks .block .block-overlay, section.kenniscentrum .blocks .block .block-overlay {
  position: absolute;
  background: url(../images/flower.svg) no-repeat center bottom / 70%;
  background-color: #BE2930;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  z-index: 1;
}
section.block-links .blocks .block .block-overlay .title h2, section.kenniscentrum .blocks .block .block-overlay .title h2 {
  margin-bottom: 30px;
  text-shadow: none;
}
section.block-links .blocks .block .block-overlay .title h2 span, section.kenniscentrum .blocks .block .block-overlay .title h2 span {
  font-size: 18px;
  text-transform: none;
  line-height: 24px;
  display: block;
  margin-top: 10px;
}
section.block-links .blocks .block .block-overlay .title p, section.kenniscentrum .blocks .block .block-overlay .title p {
  text-shadow: none;
  font-weight: 400;
}
section.block-links .blocks .block .block-overlay .text, section.kenniscentrum .blocks .block .block-overlay .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}
section.block-links .blocks .block .block-overlay span.read-more, section.kenniscentrum .blocks .block .block-overlay span.read-more {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
section.block-links .blocks .block .block-overlay.post .text, section.kenniscentrum .blocks .block .block-overlay.post .text {
  -webkit-line-clamp: 5;
}
section.block-links .blocks .block .block-overlay.domein h2, section.block-links .blocks .block .block-overlay.page h2, section.block-links .blocks .block .block-overlay.hoofddienst h2, section.block-links .blocks .block .block-overlay.detaildienst h2, section.block-links .blocks .block .block-overlay.groen-thema h2, section.block-links .blocks .block .block-overlay.kgg h2, section.block-links .blocks .block .block-overlay.attachment h2, section.kenniscentrum .blocks .block .block-overlay.domein h2, section.kenniscentrum .blocks .block .block-overlay.page h2, section.kenniscentrum .blocks .block .block-overlay.hoofddienst h2, section.kenniscentrum .blocks .block .block-overlay.detaildienst h2, section.kenniscentrum .blocks .block .block-overlay.groen-thema h2, section.kenniscentrum .blocks .block .block-overlay.kgg h2, section.kenniscentrum .blocks .block .block-overlay.attachment h2 {
  margin: 0 !important;
}
section.block-links .blocks .block .block-overlay.domein .text, section.block-links .blocks .block .block-overlay.page .text, section.block-links .blocks .block .block-overlay.hoofddienst .text, section.block-links .blocks .block .block-overlay.detaildienst .text, section.block-links .blocks .block .block-overlay.groen-thema .text, section.block-links .blocks .block .block-overlay.kgg .text, section.block-links .blocks .block .block-overlay.attachment .text, section.kenniscentrum .blocks .block .block-overlay.domein .text, section.kenniscentrum .blocks .block .block-overlay.page .text, section.kenniscentrum .blocks .block .block-overlay.hoofddienst .text, section.kenniscentrum .blocks .block .block-overlay.detaildienst .text, section.kenniscentrum .blocks .block .block-overlay.groen-thema .text, section.kenniscentrum .blocks .block .block-overlay.kgg .text, section.kenniscentrum .blocks .block .block-overlay.attachment .text {
  display: none !important;
}
section.block-links .blocks .block .block-overlay.domein span.read-more, section.block-links .blocks .block .block-overlay.page span.read-more, section.block-links .blocks .block .block-overlay.hoofddienst span.read-more, section.block-links .blocks .block .block-overlay.detaildienst span.read-more, section.block-links .blocks .block .block-overlay.groen-thema span.read-more, section.block-links .blocks .block .block-overlay.kgg span.read-more, section.block-links .blocks .block .block-overlay.attachment span.read-more, section.kenniscentrum .blocks .block .block-overlay.domein span.read-more, section.kenniscentrum .blocks .block .block-overlay.page span.read-more, section.kenniscentrum .blocks .block .block-overlay.hoofddienst span.read-more, section.kenniscentrum .blocks .block .block-overlay.detaildienst span.read-more, section.kenniscentrum .blocks .block .block-overlay.groen-thema span.read-more, section.kenniscentrum .blocks .block .block-overlay.kgg span.read-more, section.kenniscentrum .blocks .block .block-overlay.attachment span.read-more {
  display: none;
}
section.block-links .blocks .block::after, section.kenniscentrum .blocks .block::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.block-links .blocks .block::before, section.kenniscentrum .blocks .block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 0;
}
section.block-links .blocks .block:hover .block-overlay, section.kenniscentrum .blocks .block:hover .block-overlay {
  opacity: 1;
}
section.block-links .link-below-blocks, section.kenniscentrum .link-below-blocks {
  padding: 50px 0;
  text-align: center;
}
section.block-links .link-below-blocks h6 a, section.kenniscentrum .link-below-blocks h6 a {
  position: relative;
  font-size: 16px;
  color: #2E2E2C;
  text-decoration: none;
  font-weight: 700;
}
section.block-links .link-below-blocks h6 a:hover::after, section.kenniscentrum .link-below-blocks h6 a:hover::after {
  right: -5px;
}
section.block-links .link-below-blocks h6 a::after, section.kenniscentrum .link-below-blocks h6 a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #2E2E2C;
  font-size: 16px;
  margin-left: 5px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.filter-navigation {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
section.filter-navigation a.btn {
  padding: 1rem;
  margin-bottom: 2rem;
  background: #BE2930;
  color: white;
  font-size: 1.2rem;
}
@media (max-width: 550px) {
  section.filter-navigation {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
section.section-intro-block {
  margin: 75px 0 110px 0;
}
section.section-intro-block.margin-b-none {
  margin: 75px 0 0;
}
section.section-intro-block .intro-block-image {
  position: absolute;
  z-index: 1;
  top: 100px;
  max-width: calc(1280px / 3);
}
section.section-intro-block .intro-block-image img {
  margin: 0 0 40px;
}
section.section-intro-block .img-right .intro-block-image {
  right: 15px;
}
.intro-block-block .intro-block {
  position: relative;
  min-height: 430px;
  background: #F0F0F0;
  clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
.intro-block-block form ul li input, .intro-block-block form ul li textarea {
  border: none;
}
.intro-block-block .textblock {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  background: #f0f0f0;
  top: 0;
  transform: translateY(0px);
  margin-top: 95px;
}
.intro-block-block .text {
  position: relative;
  margin: 0 120px 0 auto;
  max-width: 620px;
  z-index: 1;
}
.intro-block-block .text.alignment-links {
  left: 0;
  right: auto;
  margin-left: calc(8.333333% + 30px);
}
.intro-block-block .text p {
  margin: 0 0 20px;
}
.intro-block-block .text h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 19px;
  color: #BE2930;
  margin-bottom: 0;
}
.intro-block-block .text h1, .intro-block-block .text h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 74px;
  color: #fff;
  margin: 0 0 5px 12px;
}
.intro-block-block .text h1 span, .intro-block-block .text h2 span {
  box-shadow: 12px 0 0px 0px #1A1A18, -12px 0 0px 0px #1A1A18;
  -webkit-box-decoration-break: clone;
  background: #1A1A18;
}
.intro-block-block img {
  position: absolute;
  left: 55px;
  top: -95px;
}
section.section-partner-overview .partners {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
section.section-partner-overview .partners.partner-slider {
  display: block;
}
section.section-partner-overview .partners.three-columns .partner {
  width: 33.33%;
  padding: 60px;
}
section.section-partner-overview .partners .partner {
  width: 16.66%;
  padding: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px inset #f0f0f0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: grayscale(100%);
}
section.section-partner-overview .partners .partner:hover {
  filter: grayscale(0%);
}
section.section-partner-overview .partners .partner::after {
  content: "";
  padding-bottom: 100%;
}
section.submenu {
  position: relative;
}
@media (min-width: 768px) {
  section.submenu .submenu-items.fixed {
    position: relative;
  }
  section.submenu .submenu-items.fixed::before {
    content: "";
    background: #fff;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
  }
  section.submenu .submenu-items.fixed::after {
    content: "";
    background: #fff;
    position: absolute;
    inset: -40px auto 0 50%;
    z-index: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + 40px);
  }
  section.submenu .submenu-items.fixed * {
    position: relative;
    z-index: 1;
  }
}
section.submenu.version-1 .submenu-items .submenu-container {
  width: fit-content;
  background: #fff;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  section.submenu.version-1 .submenu-items.fixed:not(.not-sticky) {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #F0F0F0;
  }
}
section.submenu.version-2 .submenu-items {
  background: #fff;
  padding: 12px 0 0 20px;
}
@media (min-width: 768px) {
  section.submenu.version-2 .submenu-items .fixed {
    top: 60px;
  }
}
@media (min-width: 768px) {
  section.submenu .submenu-items.fixed:not(.not-sticky) {
    position: fixed !important;
    left: 0px;
    z-index: 9;
    top: 40px;
    right: 10px;
    margin: 0 0 0 auto !important;
    width: fit-content;
    max-width: calc(100% - 160px);
  }
}
section.submenu.version-1 .submenu-container {
  padding: 16px 25px;
  border: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
}
section.submenu.version-1 .submenu-container > span {
  font-size: 14px;
  color: #BE2930;
  text-transform: uppercase;
  font-weight: 700;
}
section.submenu.version-1 .submenu-container .submenu-items {
  list-style-type: none;
}
section.submenu.version-1 .submenu-container .submenu-items li {
  margin-left: 24px;
  display: inline-block;
}
section.submenu.version-1 .submenu-container .submenu-items li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin: 5px 0;
  display: block;
}
section.submenu.version-2 .submenu-container {
  padding: 20px 25px;
}
section.submenu.version-2 .submenu-container ul.submenu-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.submenu.version-2 .submenu-container ul.submenu-items span {
  margin: 0 28px 10px 0;
}
section.submenu.version-2 .submenu-container ul.submenu-items li {
  list-style-type: none;
  margin: 0 20px 10px 0;
}
section.submenu.version-2 .submenu-container ul.submenu-items li a {
  padding: 5px 20px;
  background: #F0F0F0;
  border-radius: 30px;
  display: block;
  font-weight: 700;
  transition: all 0.3s;
  color: #000;
}
section.submenu.version-2 .submenu-container ul.submenu-items li a:hover, section.submenu.version-2 .submenu-container ul.submenu-items li a.current-link {
  color: #fff;
  background: #BE2930;
  text-decoration: none;
}
section.submenu.version-2 span {
  font-size: 14px;
  color: #BE2930;
  text-transform: uppercase;
  font-weight: 700;
}
section.text-images {
  margin: 45px;
}
section.text-images .images-above-slider {
  line-height: 0;
}
section.text-images .images-above-slider img {
  margin: 0 0 10px;
}
section.text-images .image-slider {
  position: relative;
}
section.text-images .image-slider::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
section.text-images .image-slider .slick-slide {
  line-height: 0;
  font-size: 0;
  margin: 0 0 10px;
}
section.text-images .image-slider .slick-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.text-images .image-slider .slick-slide a {
  position: relative;
}
section.text-images .image-slider .slick-slide .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1A1A18;
  color: white;
  display: block;
  width: max-content;
  height: 20px;
  z-index: 100000;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 16px 8px;
}
section.text-images .image-slider-nav .slick-slide {
  line-height: 0;
  font-size: 0;
}
section.text-images .image-slider-nav .slick-list {
  margin: 0 -5px;
}
section.text-images .image-slider-nav .slick-slide {
  margin: 0 5px;
}
section.text-images [id*="accordion-"] .accordion-toggle {
  text-decoration: none;
}
section.text-images [id*="accordion-"] .accordion-toggle::after {
  transition: all 0.3s;
  transform: rotate(270deg);
  margin-left: 20px;
}
section.text-images [id*="accordion-"] .accordion-toggle.collapsed::after {
  transform: rotate(90deg);
}
section.text-images [id*="accordion-"] .accordion-toggle.collapsed:hover::after {
  transform: rotate(90deg);
}
section.text-images .share a {
  margin: 0 8px;
  text-decoration: none;
}
.page-template-archive-vestiging footer {
  top: 40px;
  max-width: calc(100vw - 80px);
  margin: 0 auto;
}
.page-template-archive-vestiging footer .logo {
  display: none;
}
section.vestiging-contact-block {
  margin: 30px 0;
}
section.vestiging-contact-block .image {
  overflow: hidden;
}
section.vestiging-contact-block .image:hover img {
  transform: scale(1.1);
}
section.vestiging-contact-block .image {
  display: block;
  height: 100%;
}
section.vestiging-contact-block .image img {
  transition: all 0.3s;
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.vestiging-contact-block .image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
section.vestiging-contact-block .image span.contact-link {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 45px;
  z-index: 1;
  display: block;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 4px #000;
}
section.vestiging-contact-block .image {
  font-size: 0;
  line-height: 0;
}
section.vestiging-contact-block .contact-block {
  background: url("../images/default.png");
  height: 100%;
  padding: 50px 40px 30px;
}
section.vestiging-contact-block .contact-block .text * {
  color: #fff;
}
section.vestiging-contact-block .contact-block .text h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 30px 0;
}
section.vestiging-contact-block .contact-block .text ul {
  padding: 0 0 0 30px;
}
section.vestiging-contact-block .contact-block .text ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin: 0 0 24px;
}
section.vestiging-contact-block .contact-block .text ul li::after {
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  top: 0;
  z-index: 1;
  font-weight: 900;
}
section.vestiging-contact-block .contact-block .text ul li.address::after {
  content: "";
}
section.vestiging-contact-block .contact-block .text ul li.postbus::after {
  content: "";
}
section.vestiging-contact-block .contact-block .text ul li.phone {
  margin: 0;
}
section.vestiging-contact-block .contact-block .text ul li.phone::after {
  content: "";
}
section.vestiging-contact-block .contact-block .text ul li.email::after {
  content: "";
}
section.vestiging-contact-block .contact-block .text ul li.email::after {
  content: "";
}
section.vestiging-contact-block .contact-block .text ul li.website::after {
  content: "";
}
.advice-toggle, .actual-post-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid #2E2E2C;
  display: flex;
  cursor: pointer;
  background: #BE2930;
  z-index: 2;
  transition: all 0.3s;
}
.advice-toggle:hover, .actual-post-toggle:hover {
  background: #fff;
}
.advice-toggle:hover span, .actual-post-toggle:hover span {
  color: #BE2930;
}
.advice-toggle span, .actual-post-toggle span {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
}
.advice-toggle i, .advice-toggle svg, .actual-post-toggle i, .actual-post-toggle svg {
  background: #2E2E2C;
  height: 36px;
  width: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advice, .actual-post {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  z-index: 12;
  transition: all 0.5s;
  max-width: 425px;
  max-height: 425px;
  height: 100%;
  width: 100%;
  background: url("../images/default.png") no-repeat center center / cover;
}
.advice.open, .actual-post.open {
  transform: translateY(0);
}
.advice .top, .actual-post .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.advice .top i, .advice .top svg, .actual-post .top i, .actual-post .top svg {
  padding-right: 10px;
  color: #fff;
}
.advice .top span, .actual-post .top span {
  padding: 6px 10px;
  color: #BE2930;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.advice .top:hover span, .actual-post .top:hover span {
  background: transparent;
  color: #fff;
}
.advice .bottom, .actual-post .bottom {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 55px 50px 40px;
  height: calc(100% - 36px);
}
.advice .bottom .text h3, .actual-post .bottom .text h3 {
  letter-spacing: 3px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
.advice .bottom .details, .actual-post .bottom .details {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
}
.advice .bottom .details ul, .actual-post .bottom .details ul {
  margin: 0;
  padding: 0 0 0 40px;
}
.advice .bottom .details ul li, .actual-post .bottom .details ul li {
  list-style-type: none;
  position: relative;
}
.advice .bottom .details ul li a, .actual-post .bottom .details ul li a {
  color: #fff;
}
.advice .bottom .details ul li::before, .actual-post .bottom .details ul li::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -30px;
  color: #fff;
  font-weight: 900;
}
.advice .bottom .details ul li.phone::before, .actual-post .bottom .details ul li.phone::before {
  content: "";
}
.advice .bottom .details ul li.email::before, .actual-post .bottom .details ul li.email::before {
  content: "";
}
section.percentages .percentage {
  background: url("../images/default.png") no-repeat center center / cover;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  position: relative;
  margin: 0 0 24px;
}
section.percentages .percentage::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.percentages .percentage .percentage_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 175px;
  left: 0;
  padding: 0 20px;
  text-align: center;
}
section.percentages .percentage .percentage_text .number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1 !important;
  margin: 0 0 15px;
  color: #fff;
}
section.percentages .percentage .percentage_text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
section.search-results .search-result {
  margin: 0 0 40px;
  border-bottom: 1px solid #F0F0F0;
  text-decoration: none;
  display: block;
}
section.search-results .search-result * {
  font-size: 16px;
  line-height: 22px;
}
section.search-results .search-result .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
section.search-results .search-result .top .post-type {
  padding: 4px 20px;
  background: #F0F0F0;
  color: #BE2930;
  font-weight: 700;
  margin: 0 20px 0 -20px;
}
section.search-results .search-result .top .date {
  color: #BE2930;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
section.search-results .search-result .bottom {
  max-width: 90%;
}
section.search-results .search-result .bottom .text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.search-results .search-result .bottom .text h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}
section.search-results .search-result .bottom span.readmore {
  display: block;
  margin: 15px 0 45px 0;
  font-weight: 700;
}
section.search-results .search-result .bottom span.readmore::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
  font-size: 16px;
}
section.search-results .pagination-container {
  margin: 60px auto 100px;
}
footer {
  position: relative;
  padding: 120px 0 0;
}
footer::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
footer .map {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  padding: 0 15px;
  width: 100%;
  pointer-events: none;
}
footer .map img {
  display: block;
  margin: 0 auto;
}
footer .logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 200px;
  width: 100%;
}
footer .logo img {
  max-width: 200px;
  width: 100%;
}
footer .social-media {
  margin-bottom: 30px;
}
footer .social-media a {
  margin-right: 10px;
}
footer .social-media a i {
  color: #fff;
}
footer .family-business {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
footer .footer-content {
  position: relative;
  padding-bottom: 50px;
}
footer .footer-content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px;
  background-color: #000;
  display: inline-block;
  margin-bottom: 30px;
}
footer .footer-content p, footer .footer-content ul li {
  list-style-type: none;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 10px;
  font-weight: 400;
}
footer .footer-content ul {
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  footer .footer-content .cols-md {
    display: flex;
    gap: 10px;
  }
}
footer .footer-content .certificates {
  margin: 0 0 70px;
  position: relative;
  z-index: 1;
}
footer .footer-content .branches {
  margin: 0 0 90px;
  position: relative;
  z-index: 2;
  width: 100%;
}
footer .footer-content .branches h2 {
  color: #fff;
  font-size: 46px;
  line-height: 66px;
  font-weight: 700;
  margin: 0 0 55px;
}
footer .footer-content .branches h2 span {
  box-shadow: 6px 0 0px 0px #1a1a18, -6px 0 0px 0px #1a1a18;
  -webkit-box-decoration-break: clone;
  background: #1a1a18;
}
footer .footer-content .branches > ul {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
footer .footer-content .branches > ul > ul {
  visibility: hidden;
  background: #1a1a18;
  padding: 15px;
  max-width: 350px;
  position: absolute;
  z-index: 11;
  top: 30px;
}
footer .footer-content .branches > ul > ul.open {
  visibility: visible;
  pointer-events: all;
}
footer .footer-content .branches > ul > ul > li:not(.block) {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: table;
  position: relative;
  z-index: 1;
}
footer .footer-content .branches > ul > ul > li.block {
  position: absolute;
  opacity: 0;
  padding: 30px 50px 10px;
  max-width: 425px;
  top: -180px;
  transition: all 0.3s;
  z-index: 0;
  left: -60px;
  transform: translateX(-100%);
}
footer .footer-content .branches > ul > ul > li.block .text {
  pointer-events: none !important;
}
footer .footer-content .branches > ul > ul > li.block.active {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
footer .footer-content .branches > ul > ul > li.block .text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
footer .footer-content .branches > ul > ul > li.block .text ul {
  padding: 0 0 0 20px;
}
footer .footer-content .branches > ul > ul > li.block .text ul li {
  position: relative;
  line-height: 24px;
  margin: 0 0 20px;
}
footer .footer-content .branches > ul > ul > li.block .text ul li::before {
  position: absolute;
  left: -25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
footer .footer-content .branches > ul > ul > li.block .text ul li.location::before {
  content: "";
}
footer .footer-content .branches > ul > ul > li.block .text ul li.postbus::before {
  content: "";
}
footer .footer-content .branches > ul > ul > li.block .text ul li.phone::before {
  content: "";
}
footer .footer-content .branches > ul > ul > li.block .text ul li.phone a {
  pointer-events: all;
}
footer .footer-content .branches > ul > li:not(.block) {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: table;
  position: relative;
  z-index: 1;
}
footer .footer-content .branches > ul > li.block {
  position: absolute;
  opacity: 0;
  left: -120%;
  padding: 30px 50px 10px;
  max-width: 425px;
  top: -180px;
  transition: all 0.3s;
  z-index: 0;
}
footer .footer-content .branches > ul > li.block.active {
  opacity: 1;
  z-index: 2;
}
footer .footer-content .branches > ul > li.block .text {
  pointer-events: none;
}
footer .footer-content .branches > ul > li.block .text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
footer .footer-content .branches > ul > li.block .text ul {
  padding: 0 0 0 20px;
}
footer .footer-content .branches > ul > li.block .text ul li {
  position: relative;
  line-height: 24px;
  margin: 0 0 20px;
}
footer .footer-content .branches > ul > li.block .text ul li::before {
  position: absolute;
  left: -25px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
footer .footer-content .branches > ul > li.block .text ul li.location::before {
  content: "";
}
footer .footer-content .branches > ul > li.block .text ul li.postbus::before {
  content: "";
}
footer .footer-content .branches > ul > li.block .text ul li.phone::before {
  content: "";
}
footer .footer-content .branches > ul > li.block .text ul li.phone a {
  pointer-events: all;
}
footer .footer-content .footer-links {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 0 14px 0;
}
footer .footer-content .footer-links a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.blueimp-gallery-display {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.blueimp-gallery-display .close {
  display: block;
  background: #BE2930;
  opacity: 1;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.blueimp-gallery-display .close::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #FFF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blueimp-gallery-display .prev, .blueimp-gallery-display .next {
  display: block;
  background-color: #1A1A18;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  border: none;
  opacity: 1;
  background-image: none;
}
.blueimp-gallery-display .prev::before, .blueimp-gallery-display .next::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #FFF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.blueimp-gallery-display .prev {
  left: 0;
}
.blueimp-gallery-display .prev::before {
  content: "";
}
.blueimp-gallery-display .next {
  right: 0;
}
.blueimp-gallery-display .next::before {
  content: "";
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
  margin: 0 !important;
}
.gform_legacy_markup_wrapper form {
  max-width: 415px !important;
  margin: 0 auto 0 0 !important;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.gform_validation_errors > h2.hide_summary {
  color: #790000;
  font-size: 14px;
  line-height: 1;
}
iframe {
  max-width: 100%;
  aspect-ratio: 1.7777777778;
  display: block;
  height: auto;
}
.spu-box {
  max-height: calc(100vh - 160px) !important;
  top: 60px !important;
  overflow-y: scroll !important;
}
.spu-box .spu-container {
  padding: 50px 25px 25px !important;
}
.spu-box .spu-container h2 {
  text-transform: uppercase;
  line-height: 30px;
  /* font-weight: 400; */
  POSITION: absolute;
  top: 0;
  left: 0;
  padding: 6px 10px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  background: #BE2930;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.spu-box .spu-container h3 {
  margin: 10px 0 20px;
}
.spu-box .spu-container h3 span {
  letter-spacing: 3px;
  font-size: 24px !important;
  text-transform: uppercase;
  line-height: 30px;
}
.spu-box .spu-container form {
  padding: 0 !important;
}
.spu-box .spu-container form ._form-content ._field5 fieldset {
  display: flex;
}
.spu-box .spu-container form ._form-content ._field5 fieldset > ._row {
  order: 1;
}
.spu-box .spu-container form ._form-content ._field5 fieldset > ._row._checkbox-radio {
  width: 20px !important;
}
.spu-box .spu-container form ._form-label {
  display: none !important;
}
.spu-box .spu-container form input[type=text], .spu-box .spu-container form input[type-email], .spu-box .spu-container form input[type=tel] {
  width: 100% !important;
  max-width: 500px;
  padding: 6px 0 6px 10px !important;
  margin-top: 12px;
  border: 1px solid rgba(167, 167, 167, 0.65) !important;
  border-radius: 0 !important;
}
.spu-box .spu-container form input[type=text]::placeholder, .spu-box .spu-container form input[type-email]::placeholder, .spu-box .spu-container form input[type=tel]::placeholder {
  color: rgba(167, 167, 168, 0.65);
}
.spu-box .spu-container form ._field5 fieldset {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}
.spu-box .spu-container form ._field5 fieldset legend {
  font-weight: 400 !important;
}
.spu-box .spu-container form ._field5 fieldset ._checkbox-radio span label {
  display: none !important;
}
.spu-box .spu-container form ._field5 ._form-label {
  display: block !important;
  margin-left: 10px;
}
.spu-box .spu-box .spu-container form ._button-wrapper button._submit, .spu-box #_form_61B07507EC5E2_ button._submit {
  background: #1A1A18 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0 !important;
}
.spu-box .spu-box .spu-container form ._button-wrapper button._submit:hover, .spu-box #_form_61B07507EC5E2_ button._submit:hover {
  background: #BE2930 !important;
}
.spu-box ._form-content {
  max-width: 300px !important;
}
.kenniscentrum .nav-pills {
  margin-bottom: 20px;
  align-items: center;
  padding: 20px 0 0 24px;
}
@media (max-width: 992px) {
  .kenniscentrum .nav-pills {
    padding-left: 0;
  }
}
.kenniscentrum .nav-pills span {
  color: #BE2930;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 30px 20px 0;
  line-height: 1;
}
.kenniscentrum .nav-pills .nav-item {
  margin: 0 20px 20px 0;
}
.kenniscentrum .nav-pills .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A18;
  line-height: 22px;
  background: #F0F0F0;
  border-radius: 50px;
  padding: 5px 18px;
  display: inline-block;
}
.kenniscentrum .nav-pills .nav-item .nav-link.active, .kenniscentrum .nav-pills .nav-item .nav-link:hover {
  background: #BE2930;
  color: #fff;
}
section.kenniscentrum .tab-whitepapers, section.kenniscentrum .tab-downloads {
  padding-top: 20px;
}
section.kenniscentrum .tab-whitepapers ul li, section.kenniscentrum .tab-downloads ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 20px 20px;
}
section.kenniscentrum .tab-whitepapers ul li::before, section.kenniscentrum .tab-downloads ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  background: url(../img/file.svg) no-repeat center center / cover;
  width: 15px;
  height: 22px;
  display: block;
  top: 2px;
}
section.share {
  margin-bottom: 50px;
}
section.share .really_simple_share span {
  vertical-align: top !important;
}
section.vacancy-overview {
  margin: 100px 0;
}
section.vacancy-overview .title h2 {
  margin: 0 0 50px;
}
section.vacancy-overview a.vacancy {
  position: relative;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 992px) {
  section.vacancy-overview a.vacancy {
    padding: 20px 30px;
  }
}
@media (max-width: 576px) {
  section.vacancy-overview a.vacancy {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
section.vacancy-overview a.vacancy:hover {
  background-color: #BE2930;
  color: #fff;
  text-decoration: none;
}
section.vacancy-overview a.vacancy .left, section.vacancy-overview a.vacancy .middle {
  flex: 0 0 calc(40% - 20px);
}
@media (max-width: 1200px) {
  section.vacancy-overview a.vacancy .left, section.vacancy-overview a.vacancy .middle {
    flex: 0 0 calc(45% - 20px);
  }
}
section.vacancy-overview a.vacancy .left .title, section.vacancy-overview a.vacancy .middle .title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
  min-height: 66px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  section.vacancy-overview a.vacancy .left .title, section.vacancy-overview a.vacancy .middle .title {
    font-size: 20px;
    min-height: 56px;
  }
}
@media (max-width: 576px) {
  section.vacancy-overview a.vacancy .left .title, section.vacancy-overview a.vacancy .middle .title {
    min-height: 0;
  }
}
section.vacancy-overview a.vacancy .middle {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  section.vacancy-overview a.vacancy .middle {
    flex-direction: column;
    gap: 4px;
  }
}
section.vacancy-overview a.vacancy .right {
  flex: 0 0 calc(20% - 20px);
}
@media (max-width: 1200px) {
  section.vacancy-overview a.vacancy .right {
    flex: 0 0 calc(10% - 20px);
  }
}
@media (max-width: 576px) {
  section.vacancy-overview a.vacancy .right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
section.vacancy-overview a.vacancy .right i {
  font-size: 24px;
}
/*importeer de standaard files*/
@media (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
  section.percentages .percentage .percentage_text p {
    font-size: 20px;
  }
  section.section-intro-block .intro-block-block .text {
    margin: 0 30px !important;
  }
  section.section-intro-block .intro-block-block .text h2 {
    font-size: 40px;
    line-height: 64px;
  }
  section.section-intro-block .offset-xl-3 .intro-block-block .textblock .text {
    margin: 0 15px 0 auto !important;
  }
  section.block-links .blocks .block .title h2, section.block-links .blocks .block .block-overlay .title h2 {
    margin-bottom: 20px;
  }
  section.block-links .blocks .block .text, section.block-links .blocks .block .block-overlay .text {
    margin-bottom: 20px;
  }
  section.hero-subpage .contact-block {
    display: none;
  }
  section.hero-subpage .textblock-link {
    display: none;
  }
  footer .footer-content .branches > ul > li.block {
    left: -150%;
  }
}
@media (max-width: 992px) {
  footer .footer-content .branches > ul > ul > li.block.active {
    left: 0;
  }
  .container {
    max-width: 768px;
  }
  header .menu .flex-right .search {
    display: flex;
    position: absolute;
    right: -15px;
    bottom: -33px;
    height: 33px;
    background-color: #1a1a18;
  }
  header .menu .flex-right .search i {
    margin: 0;
  }
  section.percentages .percentage {
    margin: 0 0 24px;
  }
  section.percentages .percentage .percentage_text p {
    font-size: 24px;
  }
  section.section-partner-overview .partners.six-columns .partner {
    width: 33.33%;
    padding: 60px;
  }
  section.hero-subpage .hero-image {
    height: 315px;
  }
  section.hero-subpage .hero-text {
    margin-top: 275px;
  }
  section.hero-subpage .textblock-link {
    bottom: -35px;
    right: 45px;
  }
  section.hero-subpage .textblock-link.rechts {
    right: 45px;
  }
  .intro-block-block .text {
    margin: 0 60px 0 auto;
  }
  .intro-block-block .text .alignment-links {
    margin-left: 60px;
  }
  .pagination-container {
    margin: 30px auto 15px;
  }
  section.block-links .filter, section.filter .filter {
    padding: 20px 0 0 0;
  }
  section.block-links .blocks .block-col {
    width: 50%;
  }
  section.block-links .link-below-blocks {
    padding: 30px 0;
  }
  section.section-intro-block .intro-block-image {
    display: none;
  }
  footer .footer-content .branches h2 {
    font-size: 40px;
  }
  footer .footer-content .branches ul li.block {
    left: -120%;
    transform: scale(0.8);
  }
  footer .logo {
    display: none;
  }
  .search-results section.hero-subpage .hero-image {
    height: 150px;
  }
  .search-results section.hero-subpage .hero-text {
    margin-top: 100px;
  }
  .search-results .intro-block-block .intro-block {
    min-height: 180px;
  }
  .search-results .intro-block-block .textblock .text h2 {
    font-size: 20px;
  }
  .search-results section.filter a.filter-btn {
    margin: 0 5px 5px 0 !important;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  footer .footer-content .branches > ul > ul > li.block.active {
    transform: none;
    top: 0px;
  }
  header .flex-left .label {
    display: none;
  }
  section.section-partner-overview .partners .partner {
    padding: 30px !important;
  }
  section.submenu.version-1 .submenu-container {
    display: block;
    text-align: center;
  }
  section.submenu.version-1 .submenu-container ul.submenu-items li {
    display: block;
    margin: 0;
    font-size: 14px;
  }
  section.submenu.version-1 .submenu-container ul.submenu-items li a {
    margin: 7px 0;
  }
  section.submenu.version-2 .submenu-container ul.submenu-items {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  section.submenu.version-2 .submenu-container ul.submenu-items span {
    margin: 0 0 15px;
    display: block;
  }
  section.submenu.version-2 .submenu-container ul.submenu-items li {
    margin: 0 0 10px;
  }
  section.submenu.version-2.fixed .submenu-container ul.submenu-items {
    margin: 0 0 0 auto;
  }
  section.section-intro-block {
    margin: 155px 0 110px;
  }
  section.section-intro-block .intro-block-block .intro-block {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section.section-intro-block .intro-block-block .textblock {
    position: relative;
    background: transparent;
  }
  section.section-intro-block .offset-xl-3 .intro-block-block .textblock .text {
    margin: 0 30px !important;
  }
  section.section-intro-block > .container {
    max-width: none;
    padding: 0;
  }
  section.section-intro-block [class*="col-"] {
    overflow: hidden;
  }
  section.hero-subpage > .container {
    max-width: none;
    padding: 0;
  }
  section.hero-subpage .textblock.rechts {
    width: 100%;
  }
  section.hero-subpage .textblock .text.alignment-rechts {
    margin: 0 15px;
    width: calc(100% - 60px);
  }
  section.block-links .blocks .block-col {
    width: 100%;
    max-width: 425px;
    margin: 0 auto 15px;
  }
  section.block-links .blocks.block-slider .slick-slide > div {
    display: flex;
    justify-content: center;
  }
  section.block-links .blocks .link-below-blocks {
    padding: 15px 0;
  }
  footer .footer-content .branches ul li.block {
    left: -70%;
    top: -80px;
  }
  footer {
    padding: 50px 0 0;
  }
  footer .logo {
    display: none;
  }
}
@media (max-width: 576px) {
  header .logo img {
    max-width: 95px;
  }
  header > .menu {
    padding: 8px 0 8px 10px;
  }
  .intro-block-block .text h1, .intro-block-block .text h2 {
    font-size: 38px;
    line-height: 60px;
  }
  section.text-images {
    margin-left: 0;
    margin-right: 0;
  }
  section.percentages .percentage {
    max-width: 300px;
    margin: 0 auto 24px;
  }
  section.vestiging-contact-block .contact-block {
    padding: 30px 20px 30px;
  }
  section.section-partner-overview .partners:not(.partner-slider) {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  section.section-partner-overview .partners:not(.partner-slider) .partner {
    padding: 50px !important;
    width: 50% !important;
  }
  .block-slider .slick-arrow.arrow-left, .partner-slider .slick-arrow.arrow-left {
    left: 12px;
  }
  .block-slider .slick-arrow.arrow-right, .partner-slider .slick-arrow.arrow-right {
    right: 12px;
  }
  section.hero-subpage .hero-text .textblock .social-media {
    padding-bottom: 50px;
  }
  section.hero-subpage .intro-block-block .text.alignment-links {
    margin: 0 30px;
  }
  section.hero-subpage .hero-text .textblock.rechts {
    width: 100% !important;
  }
  section.section-intro-block .textblock {
    position: relative;
    width: 100%;
    left: 0 !important;
    padding-bottom: 40px;
  }
  section.section-intro-block .text-hidden-sm {
    display: none;
  }
  .intro-block-block .textblock .text h2 {
    font-size: 28px;
    line-height: 46px;
  }
  .intro-block-block .textblock .text .text-hidden-sm {
    display: none;
  }
  .intro-block-block .textblock img {
    max-height: 350px;
  }
  section.hero .hero-inner .hero-text h1 {
    font-size: 28px;
    line-height: 46px;
  }
  footer .footer-content .branches {
    margin: 0;
  }
  footer .footer-content .branches h2 {
    font-size: 28px;
    margin: 0 0 45px;
  }
  footer .footer-content .branches ul li.block {
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
  footer .footer-content .branches ul li.block .text h3 {
    font-size: 20px;
  }
  footer .footer-content .certificates {
    margin: 0;
  }
  footer .map {
    bottom: 200px;
  }
  .intro-block-block .text h1 span, .intro-block-block .text h2 span {
    word-wrap: break-word;
    hyphens: auto;
  }
  footer .footer-content h3 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .advice .bottom, .actual-post .bottom {
    padding: 24px;
  }
  .advice .bottom .details, .actual-post .bottom .details {
    flex-wrap: wrap;
  }
  .advice .bottom .details img, .actual-post .bottom .details img {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  section.section-partner-overview .partners.three-columns .partner {
    padding: 30px;
  }
}
