@charset "UTF-8";
/* Huisstijl Imports */
/********** COLORS *********/
:root {
  --primary: rgb(239, 135, 12);
  --primary_alpha: rgba(239, 135, 12, 0.5);
  --gradstart: rgb(239, 135, 12);
  --gradend: rgb(239, 135, 12);
  --secondary: rgb(39,77,96);
  --secondary_alpha: rgba(39,77,96,0.1);
  --secgradstart: #28526a;
  --secgradend: #1f3c4e;
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --colored-bg: rgba(218,218,218,0.25);
  --colored-solid: #f5f6f5;
}
/*********** MARGINS & PADDINGS ***********/
/******** MEDIA QUERIES ********/
/* General mixins */
/****** DROPSHADOW MIXIN *******/
/**** DIENSTEN MIXINS *****/
/******** FLEXBOX **********/
/******** NIEUWS MIXIN ***********/
/***** TRANSITIONS / TRANSFORMS *****/
@font-face {
  font-family: "serif";
  src: url("../../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../../fonts/merriweather-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "light";
  src: url("../../fonts/opensans-light-webfont.woff2") format("woff2"), url("../../fonts/opensans-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "regular";
  src: url("../../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../../fonts/opensans-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "semibold";
  src: url("../../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../../fonts/opensans-semibold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "bold";
  src: url("../../fonts/OpenSans-Bold.woff2") format("woff2"), url("../../fonts/OpenSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "extrabold";
  src: url("../../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "lato-black";
  src: url("../../fonts/Lato-Black.woff2") format("woff2"), url("../../fonts/Lato-Black.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "lato-blackitalic";
  src: url("../../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../../fonts/lato-BlackItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "lato-bold";
  src: url("../../fonts/Lato-Bold.woff2") format("woff2"), url("../../fonts/Lato-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "lato-regular";
  src: url("../../fonts/Lato-Regular.woff2") format("woff2"), url("../../fonts/Lato-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-bold";
  src: url("../../fonts/Orbitron-Bold.woff2") format("woff2"), url("../../fonts/Orbitron-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-extrabold";
  src: url("../../fonts/Orbitron-ExtraBold.woff2") format("woff2"), url("../../fonts/Orbitron-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-black";
  src: url("../../fonts/Orbitron-Black.woff2") format("woff2"), url("../../fonts/Orbitron-Black.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-bold";
  src: url("../../fonts/Orbitron-Bold.woff2") format("woff2"), url("../../fonts/Orbitron-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-extrabold";
  src: url("../../fonts/Orbitron-Extrabold.woff2") format("woff2"), url("../../fonts/Orbitron-Extrabold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-medium";
  src: url("../../fonts/Orbitron-Medium.woff2") format("woff2"), url("../../fonts/Orbitron-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-semibold";
  src: url("../../fonts/Orbitron-Semibold.woff2") format("woff2"), url("../../fonts/Orbitron-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "orbitron-variablefontwght";
  src: url("../../fonts/Orbitron-VariableFontwght.woff2") format("woff2"), url("../../fonts/Orbitron-VariableFontwght.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
body {
  font-family: "lato-regular";
}
h1, h2, h3, h4, h5, h6, p, li, td, a {
  font-weight: 400 !important;
}
h1 {
  font-size: 40px;
  line-height: 42px;
  font-family: "orbitron-bold";
  font-style: italic;
  margin: 0px;
  margin-bottom: 20px !important;
  color: var(--primary);
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .single-post h1, .single-post h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .single-post h1, .single-post h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
h2 {
  font-size: 26px;
  line-height: 36px;
  font-family: "orbitron-bold";
  font-style: italic;
  margin: 0px;
  margin-bottom: 20px !important;
  color: var(--primary);
  text-transform: none;
}
@media screen and (max-width: 1040px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.content-bottom-widgets h2 {
  font-size: 19px !important;
  text-transform: unset;
}
.nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2, .single-post .post-sidebar-custom {
  font-size: 20px;
  font-family: "orbitron-black";
  text-transform: uppercase;
  line-height: inherit !important;
  font-style: italic;
  color: var(--secondary);
}
@media screen and (max-width: 768px) {
  .sidebar-news h2, .post-sidebar-custom h2, .mailchimp h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-news h2, .post-sidebar-custom h2, .mailchimp h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px;
    line-height: 16px;
  }
}
h3 {
  font-size: 26px;
  line-height: 36px;
  font-family: "Orbitron-bold";
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 25px !important;
  color: var(--primary);
}
@media screen and (max-width: 1040px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px !important;
  }
}
h4, .gdprc_item__label {
  font-size: 19px;
  line-height: 28px;
  font-family: "lato-black";
  margin: 0px;
  margin-bottom: 10px !important;
  color: var(--primary);
}
@media screen and (max-width: 1040px) {
  h4, .gdprc_item__label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4, .gdprc_item__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  h4, .gdprc_item__label {
    font-size: 16px;
    line-height: 20px;
  }
}
.vc_toggle_title > h4 {
  display: inline;
  font-family: "lato-black";
}
h5 {
  font-size: 17px;
  line-height: 27px;
  font-family: "Orbitron-bold";
  font-style: italic;
  margin-bottom: 15px !important;
  color: var(--primary);
}
@media screen and (max-width: 1040px) {
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
p, .screen-reader-text, .gdprc_items p, .social-info, address {
  font-family: "lato-regular";
  font-size: 17px !important;
  line-height: 27px;
  margin: 0px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  p, .screen-reader-text, .gdprc_items p, .social-info, address {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  p, .screen-reader-text, .gdprc_items p, .social-info, address {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 15px !important;
  }
}
p:empty {
  display: none !important;
}
.last h1, .last h2, .last h3, .last h4, .last h5, .last h6, .last li, .last td, .last ul, .last a, .last p {
  margin-bottom: 0px !important;
}
td, label, textarea, input {
  font-family: "lato-regular";
  font-size: 17px;
  margin: 0px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  td, label, textarea, input {
    font-size: 14px;
    line-height: 20px;
  }
}
li:not(.product) {
  font-family: "lato-regular";
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  li:not(.product) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  li:not(.product) {
    font-size: 14px;
    line-height: 20px;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.rpwe-block a {
  font-size: 12px;
}
.nieuwsblok .rpwe-block h3, .single .rpwe-block h3 {
  font-size: 10px !important;
}
.standard-button p {
  height: auto;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
  display: inline-block;
}
input::placeholder, textarea::placeholder {
  color: var(--secondary) !important;
  opacity: 0.5;
}
.standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .mc-button, .wpcf7-submit, .search-submit, .gdprc_button, .gdprc_action__delete, input.gform-button, input#gform_submit_button_3, input#gform_submit_button_2, input#gform_submit_button_1, input#gform_submit_button_4, input#gform_submit_button_5 {
  font-family: "lato-regular" !important;
  display: inline-block !important;
  width: auto !important;
  color: var(--white);
  background: linear-gradient(var(--primary), var(--primary));
  line-height: 25px;
  padding: 15px;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-size: 17px;
}
.standard-button a:hover, .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .mc-button:hover, .wpcf7-submit:hover, .search-submit:hover, .gdprc_button:hover, .gdprc_action__delete:hover, input.gform-button:hover, input#gform_submit_button_3:hover, input#gform_submit_button_2:hover, input#gform_submit_button_1:hover, input#gform_submit_button_4:hover, input#gform_submit_button_5:hover {
  opacity: 0.8;
}
.standard-button a:after, .vc_btn3.vc_btn3-color-juicy-pink:after, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after, .mc-button:after, .wpcf7-submit:after, .search-submit:after, .gdprc_button:after, .gdprc_action__delete:after, input.gform-button:after, input#gform_submit_button_3:after, input#gform_submit_button_2:after, input#gform_submit_button_1:after, input#gform_submit_button_4:after, input#gform_submit_button_5:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 10px;
  color: var(--secondary);
}
.offerteknop.standard-button a {
  background: linear-gradient(var(--gradstart), var(--gradend)) !important;
  border: 1px solid var(--primary) !important;
}
/* Strikte Benodigdheden */
/* Theme and Plugin Fixes*/
.container-full {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .container-full {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 480px) {
  .container-full {
    padding: 30px 0px;
  }
}
.container-full.no-top-pad {
  padding: 0px;
}
.container-full > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.container-full .container {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0px 40px;
}
.container-full .container.mar-bot {
  margin-bottom: 50px !important;
}
.container-full .container .content > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container-full .container .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container-full .container-pannellum {
  max-width: 1250px;
  margin: 0 auto !important;
  padding: 0px 40px;
}
.container-full .container-pannellum.mar-bot {
  margin-bottom: 50px !important;
}
.container-full .container-pannellum .content > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container-full .container-pannellum .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dont-clamp-this p, .standard-button p {
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: unset !important;
  text-overflow: unset !important;
  height: auto !important;
  display: block !important;
}
.ajax-loader {
  display: none !important;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: inherit !important;
  color: inherit !important;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0px;
}
div#wp-a11y-speak-polite, div#wp-a11y-speak-assertive {
  margin-bottom: 0px !important;
}
.copyright-bar, .site {
  overflow-x: hidden;
  max-width: 100%;
}
.edit-link, .skip-link {
  display: none;
}
.site-main {
  margin-bottom: 0px;
  margin-top: 153px;
}
@media screen and (max-width: 1040px) {
  .site-main {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .site-main {
    margin-top: 90px !important;
  }
}
.site-inner {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}
.site-content {
  padding: 0px;
}
.content-bottom-widgets .widget-area:last-child {
  margin-bottom: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-bottom-widgets .widget {
  border-top: none;
}
.site {
  margin: 0px;
  background-color: var(--white);
}
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  -webkit-appearance: none !important;
}
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
p.site-title, p.site-description {
  display: none;
}
.entry-header, footer#colophon {
  display: none;
}
.type-post .entry-header, .type-post footer#colophon {
  display: block !important;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.container > div > div .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
  display: block;
}
/* Sitewide style declarations */
body {
  background-color: var(--secondary);
}
body i, body img {
  margin: auto;
  width: 100%;
}
.the-slider .vc_column-inner {
  padding: 0;
}
.the-slider .vc_column-inner .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .the-slider .vc_column-inner .slick-slide img {
    object-position: center right;
  }
}
input[type=submit] {
  border-radius: 0;
}
input:not([type="radio"], [type="checkbox"]), select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.error-404 {
  max-width: 1200px;
  margin: 30px auto;
}
:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left !important;
  }
}
/**** COOKIE MELDER GPDR CONSENT ****/
.cadar-sticky__interested {
  z-index: 99999;
}
#gdprc_bar {
  background: var(--secondary);
  padding: 11px 0px !important;
  height: auto;
  z-index: 123456789;
}
@media (max-width: 500px) {
  #gdprc_bar {
    height: auto;
    padding-top: 30px !important;
  }
}
@media (max-width: 500px) {
  #gdprc_bar .container {
    padding: 0px 10px;
  }
}
#gdprc_bar .container .gdprc_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Re-order part */
}
@media screen and (max-width: 768px) {
  #gdprc_bar .container .gdprc_content {
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  #gdprc_bar .container .gdprc_content {
    padding-right: 0px !important;
  }
}
#gdprc_bar .container .gdprc_content .gdprc_content__title {
  order: 1;
  display: none;
}
#gdprc_bar .container .gdprc_content .preword {
  order: 3;
  margin-right: 5px;
}
#gdprc_bar .container .gdprc_content .tussen-woord {
  order: 5;
  margin-right: 5px;
}
#gdprc_bar .container .gdprc_content .gdprc_content__desc {
  order: 2;
  margin: 0px !important;
}
#gdprc_bar .container .gdprc_content .gdprc_content__link {
  order: 4;
}
#gdprc_bar .container .gdprc_content .gdprc_content__link_separator {
  display: none;
}
#gdprc_bar .container .gdprc_content .gdprc_action__close {
  order: 7;
}
#gdprc_bar .container .gdprc_content a {
  order: 6;
  margin-right: 5px;
  line-height: 21px !important;
  font-family: "lato-regular";
}
@media (max-width: 500px) {
  #gdprc_bar .container .gdprc_content {
    margin-top: 0px;
    position: relative;
  }
}
#gdprc_bar .container .gdprc_content h3 {
  color: var(--white);
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
#gdprc_bar .container .gdprc_content p {
  color: var(--white);
  font-size: 12px !important;
  margin-bottom: 5px !important;
  line-height: 21px !important;
}
#gdprc_bar .container .gdprc_content a {
  color: var(--white);
  text-decoration: none !important;
  font-size: 12px !important;
}
#gdprc_bar .container .gdprc_actions a {
  font-size: 12px !important;
  margin-bottom: 5px !important;
  color: var(--white);
}
#gdprc_bar .container .gdprc_actions .gdprc_action__settings {
  display: none;
}
#gdprc_bar .container .gdprc_actions button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: var(--white);
  text-decoration: none;
  font-size: 16px !important;
  margin-bottom: 5px !important;
  min-height: 91px;
  margin-top: -11px;
  font-family: "lato-bold";
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#gdprc_bar .container .gdprc_actions button:hover {
  background-color: var(--white);
  color: var(--primary);
}
@media screen and (max-width: 768px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    min-height: 172px;
  }
}
@media (max-width: 500px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    min-height: 40px;
    border-left: none;
    border-right: none;
    background-color: var(--white);
    color: var(--primary);
  }
}
#gdprc_bar .container .gdprc_actions .gdprc_link {
  text-decoration: none !important;
}
#gdprc_settings {
  margin-top: 0px !important;
  max-width: 1200px;
  border: none;
}
#gdprc_settings .gdprc_header {
  display: none;
}
#gdprc_settings .gdprc_actions {
  background: transparent;
  border-top: none;
  padding: 0px 0px 30px 0px;
}
#gdprc_settings .gdprc_actions:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#gdprc_settings .gdprc_actions:last-child .gdprc_action__save {
  margin-right: 30px;
}
#gdprc_settings .gdprc_button, #gdprc_settings .gdprc_action {
  min-height: 1px;
}
#gdprc_settings .gdprc_items {
  background: transparent;
  border-top: none;
  margin-top: -30px;
  padding: 0px;
  border: none;
}
#gdprc_settings .gdprc_items .gdprc_item {
  padding: 0px;
}
@media screen and (max-width: 480px) {
  #gdprc_settings .gdprc_items .gdprc_item .gdprc_item__link {
    display: none;
  }
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__label {
  order: 2;
  margin-left: 10px;
  font-family: "bold";
  margin-bottom: 0px !important;
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__checkbox__wrapper {
  order: 1;
  margin-right: 20px;
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__desc {
  order: 3;
}
@media screen and (max-width: 480px) {
  #gdprc_settings .gdprc_items .gdprc_item .gdprc_item__desc {
    display: block;
  }
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__checkbox__wrapper label {
  background-color: var(--white);
}
.cookie-header {
  min-height: 400px;
}
.cookie-row ul {
  margin-bottom: 30px !important;
}
.cookie-row ul li {
  position: relative;
  width: calc(100% - 30px);
  left: 30px;
}
.cookie-row ul li svg {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.cookie-row .container {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
.cookie-row .container img {
  margin-bottom: 30px;
}
.privacyblok {
  padding: 30px 0;
}
.privacyblok h1 {
  margin-bottom: 60px !important;
}
.privacyblok h5 {
  margin-bottom: 0;
}
.privacyblok ul {
  margin-bottom: 30px;
}
.privacyblok li {
  list-style-type: disc;
  font-family: "lato-regular";
}
.privacyblok .container > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-wrapper input:not([type="submit"]) {
  width: calc(100% - 22px);
  border: 1px solid #d2d2d2;
  line-height: 40px;
  background: white;
  height: 40px;
  padding: 0px;
  padding-left: 10px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  border-radius: 0px !important;
}
.form-wrapper textarea {
  width: calc(100% - 12px);
  height: 120px;
  border: 1px solid #d2d2d2;
  line-height: 40px;
  padding: 0px;
  background: white;
  padding-left: 10px;
  margin: 0px;
  margin-bottom: 30px;
  border-radius: 0px !important;
}
.form-wrapper input:not([type="submit"]), .form-wrapper textarea {
  margin-top: 10px;
}
.form-wrapper .flex-verzend {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.form-wrapper .flex-verzend p {
  margin-bottom: 0px !important;
}
.form-wrapper .flex-verzend .ajax-loader {
  display: none;
}
.form-wrapper .flex-verzend input {
  width: 100%;
  padding-left: unset;
  padding: 0px 20px;
  margin: 0px;
  margin-bottom: 0px;
}
.form-wrapper .full-width {
  width: 100%;
}
.form-wrapper .full-width input:not([type="submit"]) {
  margin: 0px;
  width: calc(100% - 12px);
}
.form-wrapper .half-width {
  width: 50%;
}
.form-wrapper .half-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.form-wrapper .half-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .form-wrapper .half-width {
    width: 100%;
  }
  .form-wrapper .half-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .form-wrapper .half-width {
    width: 100%;
  }
  .form-wrapper .half-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.form-wrapper .third-width {
  width: 33.33%;
}
.form-wrapper .third-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.form-wrapper .third-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .form-wrapper .third-width {
    width: 100%;
  }
  .form-wrapper .third-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .form-wrapper .third-width {
    width: 100%;
  }
  .form-wrapper .third-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.form-wrapper.fancy p {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .form-wrapper.fancy p {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-wrapper.fancy p label {
  max-width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .form-wrapper.fancy p label {
    width: 100%;
    max-width: unset !important;
    min-width: unset !important;
  }
}
.form-wrapper.fancy p > span {
  width: calc(100% - 200px - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .form-wrapper.fancy p > span {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.form-wrapper.fancy p input:not(.wpcf7-submit) {
  border: none;
  padding-left: 0px !important;
  border-bottom: 1px solid var(--black);
  position: relative;
  overflow: hidden;
}
.form-wrapper.fancy p input:not(.wpcf7-submit)::placeholder {
  width: 100%;
  transform: translatex(-100%);
  transition: all 0.3s ease-in-out;
  transform-origin: left;
}
.form-wrapper.fancy p input:not(.wpcf7-submit):focus::placeholder {
  transform: translatex(0px);
}
@media screen and (max-width: 480px) {
  .form-wrapper.fancy p input:not(.wpcf7-submit) {
    height: 28px !important;
    line-height: 28px !important;
  }
}
/* Kies een menu (kijk in de nav map) */
#rmp_menu_trigger-8617 {
  z-index: 99999999;
}
.mobile-header {
  display: none;
  background: var(--white);
  padding: 20px;
  width: 100%;
  position: fixed;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}
.mobile-header img {
  max-width: 200px;
  margin: 0;
}
.rmp-menu-additional-content .social-title {
  color: var(--white) !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}
.rmp-menu-additional-content .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
li#rmp-menu-item-21 {
  margin: 20px 0px !important;
}
li#rmp-menu-item-21 a {
  background: var(--primary) !important;
  padding: 10px 16px !important;
  height: auto !important;
  font-size: 17px !important;
}
li#rmp-menu-item-21 a::after {
  content: "" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
  padding-left: 10px !important;
  font-size: 20px !important;
  color: var(--secondary) !important;
}
li#rmp-menu-item-21 .border-bot {
  display: none !important;
}
.nav-down {
  top: 60px !important;
}
@media screen and (max-width: 1040px) {
  .nav-down {
    top: 0px !important;
  }
}
.nav-up {
  top: -160px !important;
}
.top-down {
  top: 0px;
}
.top-up {
  top: -200px;
}
.stick-top {
  top: 0px !important;
}
.stick-menu {
  top: 60px !important;
}
.site-header {
  position: fixed;
  top: 40px;
  z-index: 99999;
  background-color: var(--white);
  width: calc(100vw - 200px);
  padding: 0px 100px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 1040px) {
  .site-header {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    display: none !important;
  }
}
.site-header .site-header-main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 90px;
  max-width: 1920px;
  margin: 0 auto !important;
  padding: 0px 0px;
}
@media screen and (max-width: 1040px) {
  .site-header .site-header-main {
    display: block;
    margin-bottom: 15px !important;
    padding: 15px 40px;
  }
}
.site-header .site-header-main .site-header-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site-header .site-branding {
  display: inline-flex;
  align-items: center;
  max-width: 260px;
  min-width: 240px;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .site-header .site-branding {
    max-width: 100px;
    min-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding {
    max-width: 250px;
    min-width: 100px;
    margin-top: 0px !important;
  }
}
.site-header .main-navigation {
  width: 100%;
}
.site-header .main-navigation ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: auto;
}
.site-header .main-navigation ul.primary-menu > li:last-child {
  top: 18px;
  margin-right: 0px !important;
}
.site-header .main-navigation ul.primary-menu > li:last-child a {
  color: var(--white);
  background: linear-gradient(var(--primary), var(--primary));
  line-height: 25px;
  padding: 15px;
  border-radius: 10px;
}
.site-header .main-navigation ul.primary-menu > li:last-child a:hover {
  opacity: 0.8;
}
.site-header .main-navigation ul.primary-menu > li:last-child a:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 10px;
  color: var(--black);
}
.site-header .main-navigation ul.primary-menu > li:last-child .border-bot {
  display: none;
}
.site-header .main-navigation ul.primary-menu > li:first-child {
  margin-left: 15px;
}
.site-header .main-navigation ul li {
  position: relative;
  margin-right: 15px !important;
  font-size: 16px;
}
.site-header .main-navigation ul li .dropdown-toggle {
  display: none;
}
.site-header .main-navigation ul li:hover .sub-menu {
  display: block;
}
.site-header .main-navigation ul li a {
  display: block;
  padding: 10px;
  line-height: 70px;
  white-space: nowrap;
}
.site-header .main-navigation ul li i {
  position: absolute;
  left: -40px;
  top: calc(50% - 9px);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.site-header .main-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 25px 0px;
  background: var(--primary) !important;
}
.site-header .main-navigation ul li .sub-menu .border-bot {
  display: none;
}
.site-header .main-navigation ul li .sub-menu li {
  top: 0px;
  margin: 0 !important;
}
.site-header .main-navigation ul li .sub-menu li:last-child {
  display: block;
  width: auto;
}
.site-header .main-navigation ul li .sub-menu li:last-child a {
  margin-bottom: 0px !important;
}
.site-header .main-navigation ul li .sub-menu li:hover .sub-menu {
  display: block;
}
.site-header .main-navigation ul li .sub-menu li a {
  margin: 0 auto;
  line-height: 24px;
  background: var(--primary) !important;
  color: var(--white);
  font-weight: bold;
  padding: 0px 25px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  white-space: wrap;
  border-radius: 0px !important;
}
.site-header .main-navigation ul li .sub-menu li a:hover {
  background-color: var(--secondary);
}
.site-header .menu-toggle, .site-header .dropdown-toggle span {
  display: none;
}
.site-header:not(.make-it-sticky) .site-header-menu {
  position: relative;
  top: 5px;
}
/*************************************
 STREEP ONDER MENU
**************************************/
.menu-item .border-bot {
  display: block;
  background-color: #274d60;
  width: calc(100% - 40px);
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(0, 1);
  transform-origin: center;
}
.menu-item.current-menu-item .border-bot {
  display: block;
  background-color: #274d60;
  width: calc(100% - 40px);
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(1, 1);
  transform-origin: center;
}
.menu-item:hover .border-bot {
  transform: scale(1, 1);
}
/*************************************
 STREEP VAN LINKS NAAR ONDER 
**************************************/
/*************************************
 KLEINE CIRKEL NAAR BEELDVULLEND
**************************************/
/*************************************
 PIJLTJE VAN BOVEN
**************************************/
.fullheader-1 {
  position: relative;
  margin-top: -130px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fullheader-1 a {
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .fullheader-1 {
    margin-top: -170px;
  }
}
.fullheader-1 .container {
  max-width: 50%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.fullheader-big {
  background-size: cover;
}
.fullheader-small {
  height: 400px;
  background-size: cover;
}
/* Elementen */
/* Topbar */
div#responsive-menu-additional-content {
  position: relative;
  top: 50px;
}
div#responsive-menu-additional-content .topbar {
  background: transparent;
}
.topbar {
  position: fixed;
  z-index: 999999;
  width: calc(100vw - 200px);
  padding: 0px 100px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: linear-gradient(var(--secgradstart), var(--secgradend));
}
.topbar .custom-hamburger {
  display: none;
}
@media screen and (max-width: 1040px) {
  .topbar {
    width: auto;
  }
  .topbar .custom-hamburger {
    display: block;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topbar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .topbar {
    background: transparent !important;
  }
}
@media screen and (max-width: 1040px) {
  .topbar {
    position: relative !important;
  }
}
@media screen and (max-width: 480px) {
  .topbar {
    padding: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar {
    padding: 0px;
  }
}
.topbar .show-at-mobile {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .topbar .show-at-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar .show-at-mobile {
    display: block !important;
  }
}
.topbar .hide-at-mobile {
  align-items: flex-end !important;
}
@media screen and (max-width: 480px) {
  .topbar .hide-at-mobile {
    background-color: var(--black);
  }
  .topbar .hide-at-mobile .flex-wrapper, .topbar .hide-at-mobile .social-wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar .hide-at-mobile {
    background-color: var(--black);
  }
  .topbar .hide-at-mobile .flex-wrapper, .topbar .hide-at-mobile .social-wrapper {
    display: none !important;
  }
}
.topbar .flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.topbar .topbar2-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.topbar .topbar2-wrapper .flex-wrapper {
  margin: unset;
}
.topbar a {
  line-height: 40px;
  color: var(--white);
}
.topbar a i {
  color: var(--primary);
  display: inline;
}
@media screen and (max-width: 480px) {
  .topbar a {
    line-height: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar a {
    line-height: 28px;
  }
}
.social-wrapper a {
  line-height: 40px;
  color: var(--white);
}
.social-wrapper a i {
  color: var(--primary);
  display: inline;
}
@media screen and (max-width: 480px) {
  .social-wrapper a {
    line-height: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .social-wrapper a {
    line-height: 28px;
  }
}
.height800 {
  height: 800px;
}
.container {
  max-width: 1200px;
  margin: 0 auto !important;
}
.container li {
  list-style-type: none;
}
.icon-wrapper .wpb_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* Smaak 1 */
.topbar-flavour-1-reverse {
  text-align: right;
}
.topbar-flavour-1-reverse .flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topbar-flavour-1 a {
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.topbar-flavour-1 a i {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 5px;
}
.topbar-flavour-1 a:hover {
  color: var(--secondary);
}
.topbar-flavour-1 a:hover i {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* Smaak 2 */
.topbar-flavour-2 a::first-child {
  padding: 0px 0px 0px 20px !important;
}
.topbar-flavour-2 a {
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.topbar-flavour-2 a i {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 5px;
}
.topbar-flavour-2 a:hover {
  color: var(--white);
}
.topbar-flavour-2 a:hover i {
  color: var(--white);
}
.topbar-flavour-2 .topbar2-wrapper {
  max-width: 1920px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.topbar-flavour-2 .topbar2-wrapper .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper {
    position: relative;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper {
    margin-top: 5px !important;
    right: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper {
    margin-top: 5px !important;
    right: unset;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .facebook {
  border: none;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .facebook i {
  color: var(--primary);
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .twitter {
  border: none;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .twitter i {
  color: var(--primary);
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .pinterest {
  border: none;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .pinterest i {
  color: var(--primary);
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .linkedin {
  border: none;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .linkedin i {
  color: var(--primary);
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
  background: transparent;
  line-height: 20px;
  margin: 0px 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
    margin-right: 10px !important;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a:hover {
  border: none;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.facebook:hover {
  background: transparent;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.twitter:hover {
  background: transparent;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.pinterest:hover {
  background: transparent;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.linkedin:hover {
  background: transparent;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a i {
  color: #df9c3f;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a i {
    left: 0px;
    top: -2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a i {
    left: 0px;
    top: -2px;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a:hover i {
  color: var(--white);
}
/* Smaak 3 */
/********** COLORS *********/
:root {
  --primary: rgb(239, 135, 12);
  --primary_alpha: rgba(239, 135, 12, 0.5);
  --gradstart: rgb(239, 135, 12);
  --gradend: rgb(239, 135, 12);
  --secondary: rgb(39,77,96);
  --secondary_alpha: rgba(39,77,96,0.1);
  --secgradstart: #28526a;
  --secgradend: #1f3c4e;
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --colored-bg: rgba(218,218,218,0.25);
  --colored-solid: #f5f6f5;
}
/*********** MARGINS & PADDINGS ***********/
/******** MEDIA QUERIES ********/
/* General mixins */
/****** DROPSHADOW MIXIN *******/
/**** DIENSTEN MIXINS *****/
/******** FLEXBOX **********/
/******** NIEUWS MIXIN ***********/
/***** TRANSITIONS / TRANSFORMS *****/
.swal2-popup .swal2-header .swal2-title span {
  line-height: 28px !important;
}
.swal2-popup .swal2-actions button {
  display: inline-block !important;
}
.swal2-popup .swal2-actions button span {
  color: var(--white) !important;
}
.contact .gform_wrapper {
  margin-top: 40px;
}
.contact .gform_wrapper .gfield textarea.medium {
  height: 150px;
  min-block-size: 0;
}
@media screen and (max-width: 768px) {
  .contact .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact .container .map-container {
  margin-top: 50px;
}
.contact .container .map-container > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.contact .container .content {
  width: calc(50% - 100px);
  margin-right: 100px;
}
.contact .container .content img {
  margin-bottom: 30px;
}
.contact .container .content a {
  display: inline-block;
}
.contact .container .content .logo-contact {
  text-align: left !important;
}
.contact .container .content .logo-contact img {
  max-width: 250px !important;
}
.contact .container .content .openingstijden {
  width: 100%;
}
.contact .container .content .openingstijden tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--black);
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .contact .container .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px !important;
  }
}
.contact .container .zijbalk {
  width: 50%;
  background: transparent;
  margin-left: 0px;
  padding: 0px 30px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .contact .container .zijbalk {
    width: 100%;
    margin-left: 0px;
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .container .zijbalk p {
  width: 100%;
}
.contact .container .zijbalk p:last-child {
  display: flex;
  flex-direction: row-reverse;
}
.contact .container.mirror .content {
  margin-right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .contact .container.mirror .content {
    margin-left: 0;
  }
}
.contact.contact-flavour-3 .contactinfo {
  margin-bottom: 30px !important;
  width: 100%;
}
.contact.contact-flavour-3 .contactinfo tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--black);
  line-height: 40px;
}
.contact.contact-flavour-3 .zijbalk img {
  margin-bottom: 30px;
}
.contact.contact-flavour-3 .zijbalk ul {
  padding: 0px;
}
.contact.contact-flavour-3 .zijbalk ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 40px;
}
.contact.contact-flavour-3 .zijbalk ul li svg {
  margin-right: 20px;
  font-size: 24px;
}
.contact.contact-flavour-4 select, .contact.contact-flavour-4 input:not([type="radio"]) {
  line-height: 40px;
  height: 40px;
  border: 1px solid var(--black);
  background-color: var(--white);
  width: 100%;
  border-radius: 0px !important;
  -webkit-appearance: none;
}
.contact.contact-flavour-4 input:not([type="radio"]) {
  padding: 0px;
  height: 38px !important;
  padding-left: 10px;
  width: calc(100% - 10px);
}
.contact.contact-flavour-4 select {
  padding-left: 10px;
}
.labelcontactform {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.labelcontactform .full-width {
  width: 100%;
}
.labelcontactform .full-width input {
  margin: 0px;
  width: calc(100% - 12px);
}
.labelcontactform .half-width {
  width: 50%;
}
.labelcontactform .half-width.first input {
  margin: 0px 10px 0px 0px;
}
.labelcontactform .half-width.last input {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .labelcontactform .half-width {
    width: 100%;
  }
  .labelcontactform .half-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .labelcontactform .half-width {
    width: 100%;
  }
  .labelcontactform .half-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.labelcontactform .third-width {
  width: 33.33%;
}
.labelcontactform .third-width.first input {
  margin: 0px 10px 0px 0px;
}
.labelcontactform .third-width.last input {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .labelcontactform .third-width {
    width: 100%;
  }
  .labelcontactform .third-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .labelcontactform .third-width {
    width: 100%;
  }
  .labelcontactform .third-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.labelcontactform label {
  display: block;
  margin-bottom: 15px;
}
.labelcontactform input {
  width: calc(100% - 22px);
  border: 1px solid var(--black);
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  margin: 0px 20px;
  border-radius: 0px !important;
}
.labelcontactform textarea {
  width: calc(100% - 12px);
  border: 1px solid var(--black);
  line-height: 28px;
  height: 150px;
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  border-radius: 0px !important;
}
.labelcontactform .submitcf7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.labelcontactform .submitcf7 p {
  margin-bottom: 0px !important;
}
.labelcontactform .submitcf7 .ajax-loader {
  display: none;
}
.labelcontactform .submitcf7 input {
  width: auto;
  padding: 0px 20px;
  margin: 0px;
  cursor: pointer;
}
.captcha-image {
  border: none !important;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 96%;
}
.captcha-image .cf7ic_instructions span {
  color: var(--white) !important;
  font-weight: bold;
  font-family: "bold";
}
.captcha-image label > input + svg {
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  color: var(--white);
  display: block;
  width: 35px;
  height: 35px;
}
.cf7ic_instructions {
  display: block;
  color: var(--white);
}
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
  border: 2px solid var(--white) !important;
}
.wpcf7-not-valid-tip {
  color: var(--white) !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.gform-theme--api, .gform-theme--foundation {
  --gf-form-gap-y: 25px;
}
.cta {
  background-color: var(--secondary);
  min-height: 222px;
  margin-top: 0px;
}
.cta .container h2, .cta .container h3, .cta .container p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta .container h2 {
    margin-bottom: 15px !important;
  }
  .cta .container h3 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .cta .container h2 {
    margin-bottom: 15px !important;
  }
  .cta .container h3 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1500px) {
  .cta .container:not(.noimgcta) .vc_column-inner {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .cta .container:not(.noimgcta) .vc_column-inner {
    width: 100%;
  }
}
.cta .container.noimgcta {
  color: var(--white);
}
.cta.cta-flavour-1 {
  background-image: url("/wp-content/uploads/dethi-vans-image-call-to-action.avif");
  /* The image used */
  background-color: var(--secondary);
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  padding: 100px 0px 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cta.cta-flavour-1 .img-cta {
  height: 430px;
  width: 300px;
  position: absolute;
  bottom: -51px;
  right: -95px;
}
@media screen and (max-width: 1500px) {
  .cta.cta-flavour-1 .img-cta {
    height: 430px;
    width: 300px;
    position: absolute;
    top: -238px;
    right: 40px;
  }
}
@media screen and (max-width: 1267px) {
  .cta.cta-flavour-1 .img-cta {
    height: 430px;
    width: 300px;
    position: absolute;
    top: -238px;
    right: -15px;
  }
}
@media screen and (max-width: 1070px) {
  .cta.cta-flavour-1 .img-cta {
    height: 430px;
    width: 300px;
    position: absolute;
    top: -212px;
    right: 15px;
  }
}
@media screen and (max-width: 1040px) {
  .cta.cta-flavour-1 .img-cta {
    height: 430px;
    width: 300px;
    position: absolute;
    top: -223px;
    right: -26px;
  }
}
@media screen and (max-width: 960px) {
  .cta.cta-flavour-1 .img-cta {
    display: none;
  }
}
.cta.cta-flavour-1 .oranje-cta-button a {
  font-family: "regular" !important;
  display: inline-block !important;
  width: auto !important;
  border: 1px solid var(--secondary) ! important;
  background: linear-gradient(var(--gradstart), var(--gradend)) !important;
  color: var(--white) !important;
  line-height: 40px !important;
  padding: 0px 20px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  overflow-x: hidden !important;
  position: relative !important;
  border-radius: 0px !important;
  cursor: pointer !important;
  margin-bottom: 0px !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta.cta-flavour-1 .oranje-cta-button a:hover, .cta.cta-flavour-1 .oranje-cta-button a:active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1040px) {
  .cta.cta-flavour-1 .oranje-cta-button a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .cta.cta-flavour-1 .oranje-cta-button a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .cta.cta-flavour-1 .oranje-cta-button a {
    font-size: 12px !important;
  }
}
.cta.cta-flavour-2 {
  position: relative;
  background-attachment: fixed;
}
.cta.cta-flavour-2 > div {
  position: unset;
}
.cta.cta-flavour-2 .container {
  position: relative;
  z-index: 999;
}
.cta.cta-flavour-2 .cta-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.cta.cta-flavour-3 {
  padding: 50px 0;
}
.cta.cta-flavour-3 h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0 !important;
}
.cta.cta-flavour-3 a {
  color: var(--white);
  font-size: 32px;
  font-family: "bold";
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .cta.cta-flavour-3 {
    padding: 20px 0;
  }
  .cta.cta-flavour-3 a, .cta.cta-flavour-3 h2 {
    font-size: 24px !important;
  }
  .cta.cta-flavour-3 a {
    display: block;
  }
}
.dienstblok .container.marbot50 {
  margin-bottom: 50px !important;
}
.dienstblok .container.last-container .dienstbox {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .dienstblok .container.last-container .dienstbox {
    padding-bottom: 20px !important;
  }
  .dienstblok .container.last-container .dienstbox:last-child {
    padding-bottom: 0px !important;
  }
}
.dienstblok .vierblocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox {
    width: 100% !important;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(1) {
  padding: 0px 45px 20px 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 37.5px 50px 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(2) {
  padding: 0px 30px 20px 20px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 50px 37.5px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(3) {
  padding: 0px 15px 20px 30px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 37.5px 0px 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 0px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(4) {
  padding: 0px 0px 20px 45px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 37.5px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dienstblok .teksthouder {
  text-align: center;
  margin-bottom: 50px !important;
}
.dienstblok .teksthouder .dont-clamp-this p {
  max-width: 800px;
  margin: 0 auto;
}
.dienstblok .dienstbox {
  padding: 0px 25px 20px 25px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .dienstbox:first-child {
  padding: 0px 50px 20px 0px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox:first-child {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .dienstbox:last-child {
  padding: 0px 0px 20px 50px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox:last-child {
    padding: 0px 0px 0px 0px;
  }
}
.dienstblok .dienstbox .iconwrapper {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dienstblok .dienstbox .iconwrapper svg {
  font-size: 30px;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .dienstblok .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstblok .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstblok .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstblok .dienstbox .vc_separator {
  margin: 30px 0px;
}
.dienstblok .dienstbox .vc_separator .vc_sep_line {
  width: 50%;
  left: 50%;
  transform: translatex(-50%);
  border-top: 2px solid var(--primary);
  max-width: 70px;
}
.dienstblok .dienstbox > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dienstblok .dienstbox .wpb_single_image {
  margin-bottom: 20px;
}
.dienstblok .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
  width: 70px !important;
  height: 70px !important;
}
@media screen and (max-width: 768px) {
  .dienstblok .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok .iconbox .iconwrapper {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dienstblok .iconbox .iconwrapper svg {
  font-size: 30px;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .dienstblok .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstblok .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstblok .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstblok.dienstblok-flavour-1 {
  text-align: center;
}
.dienstblok.dienstblok-flavour-1 .iconholder .iconwrapper {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dienstblok.dienstblok-flavour-1 .iconholder .iconwrapper svg {
  font-size: 30px;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-1 .dienstbox {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 50px !important;
  }
  .dienstblok.dienstblok-flavour-1 .dienstbox:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-1 .dienstbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-1 .dienstbox {
    width: 100%;
  }
}
.dienstblok.dienstblok-flavour-2 .dienstbox {
  padding: 0px 10px 0px 10px;
}
.dienstblok.dienstblok-flavour-2 .dienstbox:first-child {
  padding: 0px 20px 0px 0px;
}
.dienstblok.dienstblok-flavour-2 .dienstbox:last-child {
  padding: 0px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .dienstbox {
    padding: 0;
    margin-bottom: 20px;
  }
  .dienstblok.dienstblok-flavour-2 .dienstbox:first-child {
    padding: 0;
  }
  .dienstblok.dienstblok-flavour-2 .dienstbox:last-child {
    padding: 0;
    margin-bottom: 0;
  }
}
.dienstblok.dienstblok-flavour-2 .dienstbox > div > div {
  padding: 0px 10px 10px 10px;
  text-align: center;
}
.dienstblok.dienstblok-flavour-2 .dienstbox .wpb_single_image {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 100%;
  }
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie .dienstbox {
  padding: 20px !important;
  min-width: 320px;
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie .wpb_single_image {
  margin-bottom: 0px !important;
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie .bedrijswagen-button {
  width: 100%;
  margin: 0 auto;
  margin-left: -10px;
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie .bedrijswagen-button a {
  background: linear-gradient(var(--gradstart), var(--gradend)) !important;
  line-height: 25px;
  padding: 10px 10px;
  width: 100%;
  display: block;
  text-align: center !important;
  color: var(--white);
  text-decoration: none;
  font-family: "orbitron-black";
  font-size: 24px;
}
.dienstblok.dienstblok-flavour-2 .bedrijfswagen-categorie .bedrijswagen-button a span {
  font-size: 16px;
  font-family: "lato-regular";
  text-decoration: underline;
}
.dienstblok.dienstblok-flavour-2 .vierblocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(1) {
  padding: 0px 22.5px 0px 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 0px 20px 0px !important;
  }
}
.dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(2) {
  padding: 0px 15px 0px 10px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 20px 0px !important;
  }
}
.dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(3) {
  padding: 0px 7.5px 0px 15px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 0px 20px 0px !important;
  }
}
.dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(4) {
  padding: 0px 0px 0px 22.5px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 20px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .vierblocks {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .vierblocks {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
  width: calc(33.33% - 90px);
  padding: 0px 0px 20px 20px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(33.33% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(33.33% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
  width: calc(50% - 90px);
  padding: 0px 0px 20px 10px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(50% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(50% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.faqblok .container {
  text-align: center;
}
.faqblok .container > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.faqblok .container p {
  max-width: 600px;
  margin: 0 auto;
}
.faqblok .container:first-child {
  margin-bottom: 50px !important;
}
.faqblok .container .faq-single {
  width: calc(50% - 15px);
  padding: 30px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  text-align: left;
}
.faqblok .container .faq-single p {
  max-width: none;
}
.faqblok .container .faq-single.links {
  margin-right: 15px;
}
.faqblok .container .faq-single.rechts {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .faqblok .container .faq-single.rechts {
    margin: 50px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok .container .faq-single.rechts {
    margin: 50px 0px 0px 0px !important;
  }
}
.faqblok .container .faq-single .vc_toggle {
  border: 0px solid #d2d2d2;
  border-bottom: none;
  padding: 5px 20px 5px 5px;
  margin: 0px;
}
.faqblok .container .faq-single .vc_toggle:last-child {
  border-bottom: 0px solid #d2d2d2;
}
@media screen and (max-width: 480px) {
  .faqblok .container .faq-single .vc_toggle h4 {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .faqblok .container .faq-single {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok .container .faq-single {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
}
.faqblok.faqblok-flavour-2 .container {
  text-align: center;
}
.faqblok.faqblok-flavour-2 .container .faq-single {
  width: 75%;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faqblok.faqblok-flavour-2 .container .faq-single {
    width: 100%;
    left: unset;
    transform: translatex(0%);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok.faqblok-flavour-2 .container .faq-single {
    width: 100%;
    left: unset;
    transform: translatex(0%);
  }
}
.introblok.colored-bg .zijbalk {
  background-color: var(--white);
}
.introblok .content {
  width: calc(100% - 400px - 100px);
  margin-right: 100px;
}
.introblok .content > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1040px) {
  .introblok .content {
    width: calc(100% - 300px - 60px - 1px);
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .introblok .content {
    width: calc(100% - 250px - 60px - 1px);
    margin-right: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .introblok .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.introblok .zijbalk {
  width: 400px;
  background: var(--white);
  padding: 0px 0px 30px 0px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  text-align: left;
}
.introblok .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.introblok .zijbalk figure {
  width: 100%;
  margin-bottom: 30px;
}
.introblok .zijbalk figure .vc_single_image-wrapper {
  width: 100%;
}
.introblok .zijbalk figure .vc_single_image-wrapper img {
  width: 100%;
}
.introblok .zijbalk ul {
  padding: 0px;
  margin: 0px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-bottom: 30px !important;
}
.introblok .zijbalk ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.introblok .zijbalk ul li:hover svg {
  left: 0px;
}
.introblok .zijbalk ul li i {
  margin: 0px;
  margin-right: 15px;
  background: none;
  border-radius: 50%;
  width: 20px;
  color: var(--secondary);
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  top: 4px;
}
@media screen and (max-width: 480px) {
  .introblok .zijbalk ul li i {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok .zijbalk ul li i {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .introblok .zijbalk ul {
    width: calc(100% - 40px);
  }
}
.introblok .zijbalk a {
  position: relative;
  overflow: hidden;
}
.introblok .zijbalk a i {
  position: absolute;
  left: -100px;
  color: var(--white);
  top: calc(50% - 8px);
}
@media screen and (max-width: 1040px) {
  .introblok .zijbalk {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .introblok .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .introblok .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
.introblok.introblok-flavour-1 h1 {
  color: var(--secondary);
}
.introblok.introblok-flavour-1 h4 {
  color: var(--secondary);
}
.introblok.introblok-flavour-1 .zijbalk {
  padding: 30px 0px;
  background: linear-gradient(var(--gradstart), var(--gradend));
}
.introblok.introblok-flavour-1 .zijbalk h3 {
  margin-bottom: 30px !important;
  color: white;
  padding: 0px 45px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-1 .zijbalk {
    padding: 15px !important;
  }
  .introblok.introblok-flavour-1 .zijbalk ul {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-1 .zijbalk {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    box-shadow: none;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div > div:nth-child(1) {
    max-width: 150px;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div > div:nth-child(1) figure {
    margin-bottom: 0px !important;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div > div:nth-child(2) {
    width: calc(100% - 150px - 185px);
    margin-left: 25px;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div > div:nth-child(2) ul {
    margin-bottom: 0px !important;
  }
  .introblok.introblok-flavour-1 .zijbalk > div > div > div:nth-child(3) {
    max-width: 160px;
  }
}
.introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk {
  padding: 0px 0px 30px 0px !important;
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk {
    padding: 0px 0px 15px 0px !important;
  }
  .introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk figure {
    margin-bottom: 15px !important;
  }
}
.introblok.introblok-flavour-2 {
  text-align: center;
}
.introblok.introblok-flavour-2 .container {
  max-width: 1200px;
  margin: 0 auto;
}
.introblok.introblok-flavour-2 .vooraad-intro {
  text-align: left !important;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-2 .vooraad-intro iframe {
    width: 250px !important;
  }
}
.introblok.introblok-flavour-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-3 .content {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3 .content {
    order: -1;
    width: 100%;
    padding-bottom: 0px;
  }
}
.introblok.introblok-flavour-3 .zijbalk {
  box-shadow: none;
  padding: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3 .zijbalk {
    padding: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-3 .zijbalk {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3 .zijbalk {
    padding: 0px;
    width: 100%;
  }
}
.introblok.introblok-flavour-3.mirrored .content {
  margin-right: 0px;
  margin-left: 100px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-3.mirrored .content {
    margin-left: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-3.mirrored .content {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.mirrored .content {
    margin-left: 0px;
  }
}
.introblok.introblok-flavour-3.mirrored .zijbalk {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.mirrored .zijbalk {
    margin-right: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.switched .content {
    margin-left: 60px !important;
    margin-right: 0px !important;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.switched .content {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.switched.mirrored .content {
    margin-left: 60px !important;
    margin-right: 0px !important;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-3.switched.mirrored .content {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-4 {
    padding: 50px 0px 0px 0px !important;
  }
}
.introblok.introblok-flavour-4 .container .intro-hover-box {
  position: relative;
  margin-bottom: 43px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-4 .container .intro-hover-box {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-4 .container .intro-hover-box {
    margin-bottom: 45px;
  }
}
.introblok.introblok-flavour-4 .container .intro-hover-box a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  background-color: var(--primary);
  transform-origin: top;
  opacity: 0;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-4 .container .intro-hover-box a {
    opacity: 1;
  }
}
.introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper {
  pointer-events: none !important;
  position: absolute;
  z-index: 99991;
  opacity: 0;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper h1, .introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper h2, .introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper h3, .introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper p {
  color: var(--white);
}
.introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper h3 {
  margin-bottom: 10px !important;
}
.introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper p {
  margin-bottom: 0px !important;
}
.introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper .seppie {
  width: 150px;
  height: 1px;
  background-color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper .seppie {
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-4 .container .intro-hover-box .box-tekst-wrapper {
    opacity: 1;
  }
}
.introblok.introblok-flavour-4 .container .intro-hover-box img {
  width: 100%;
}
.introblok.introblok-flavour-4 .container .intro-hover-box:hover .box-tekst-wrapper {
  opacity: 1;
}
.introblok.introblok-flavour-4 .container .intro-hover-box:hover a {
  opacity: 0.5;
}
.introblok.introblok-flavour-4 .container .intro-hover-box.no-mar-bot {
  margin-bottom: 0px !important;
}
.introblok.introblok-flavour-4 .container .content {
  width: calc(100% - 400px);
  margin-right: 0px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-4 .container .content {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-4 .container .content {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-4 .container .content {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-4 .container .content {
    width: 100%;
  }
}
.introblok.introblok-flavour-4 .container .zijbalk {
  box-shadow: none;
  margin-left: 0px;
  background: var(--white);
  padding: 0px 0px 0px 15px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-4 .container .zijbalk {
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-4 .container .zijbalk {
    width: 220px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-4 .container .zijbalk {
    width: 75%;
  }
  .introblok.introblok-flavour-4 .container .zijbalk > div > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .introblok.introblok-flavour-4 .container .zijbalk > div > div .intro-hover-box {
    padding: 0px 12.5px;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-4 .container .zijbalk {
    width: 100%;
    padding: 0px !important;
  }
}
.introblok.introblok-flavour-5 .container .intro-hover-box {
  position: relative;
  margin-bottom: 60px;
}
.introblok.introblok-flavour-5 .container .intro-hover-box a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  background-color: var(--primary);
  transform-origin: top;
  opacity: 0;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-5 .container .intro-hover-box a {
    opacity: 1;
  }
}
.introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper {
  pointer-events: none !important;
  position: absolute;
  z-index: 99991;
  opacity: 0;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper h2, .introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper h3, .introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper p {
  color: var(--white);
}
.introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper h3 {
  margin-bottom: 10px !important;
}
.introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper p {
  margin-bottom: 0px !important;
}
.introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper .seppie {
  width: 150px;
  height: 1px;
  background-color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper .seppie {
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-5 .container .intro-hover-box .box-tekst-wrapper {
    opacity: 1;
  }
}
.introblok.introblok-flavour-5 .container .intro-hover-box img {
  width: 100%;
}
.introblok.introblok-flavour-5 .container .intro-hover-box:hover .box-tekst-wrapper {
  opacity: 1;
}
.introblok.introblok-flavour-5 .container .intro-hover-box:hover a {
  opacity: 0.5;
}
.introblok.introblok-flavour-5 .container .intro-hover-box.no-mar-bot {
  margin-bottom: 0px !important;
}
.introblok.introblok-flavour-5 .container .content {
  width: calc(100% - 395px);
  margin-right: 0px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-5 .container .content {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-5 .container .content {
    width: calc(100% - 230px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-5 .container .content {
    width: calc(100% - 245px);
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-5 .container .content {
    width: 100%;
  }
}
.introblok.introblok-flavour-5 .container .zijbalk {
  box-shadow: none;
  margin-left: 0px;
  background: var(--white);
  padding: 0px 15px 0px 0px;
  width: 395px;
}
@media screen and (max-width: 1040px) {
  .introblok.introblok-flavour-5 .container .zijbalk {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .introblok.introblok-flavour-5 .container .zijbalk {
    width: 230px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok.introblok-flavour-5 .container .zijbalk {
    width: 245px;
  }
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-5 .container .zijbalk {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 45px !important;
  }
}
.introblok.introblok-flavour-6 .container .full-content {
  width: 100% !important;
  margin-bottom: 50px !important;
}
.introblok.introblok-flavour-6 .container .full-content > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.introblok.introblok-flavour-6 .container .full-content > div h1, .introblok.introblok-flavour-6 .container .full-content > div h2, .introblok.introblok-flavour-6 .container .full-content > div h3, .introblok.introblok-flavour-6 .container .full-content > div h4, .introblok.introblok-flavour-6 .container .full-content > div h5, .introblok.introblok-flavour-6 .container .full-content > div h6, .introblok.introblok-flavour-6 .container .full-content > div p, .introblok.introblok-flavour-6 .container .full-content > div a, .introblok.introblok-flavour-6 .container .full-content > div li {
  text-align: center !important;
}
.introblok.introblok-flavour-6 .container .content {
  width: calc(100% - 50% - 100px);
  margin-right: 0px;
  margin-left: 100px;
}
.introblok.introblok-flavour-6 .container .zijbalk {
  width: 50%;
  box-shadow: none;
}
.introblok.introblok-flavour-6 .container .zijbalk ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 0px !important;
}
.introblok.introblok-flavour-6 .container .zijbalk ul li svg {
  color: #0c0;
}
.page-id-15 .car-search .introblok-flavour-2 {
  display: block;
}
.car-detail .introblok.introblok-flavour-2 {
  display: none !important;
}
.no-padding-container-full {
  padding: 0px 0px !important;
}
@media screen and (max-width: 480px) {
  .mobile-no-show {
    display: none !important;
  }
}
.desktop-no-show {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .desktop-no-show {
    display: block !important;
  }
}
.nieuwsblok .container select {
  height: 40px;
  width: 100%;
  border-radius: 0px !important;
  padding-left: 10px;
  background-color: transparent;
}
.nieuwsblok .container .smalltext p {
  max-width: 800px;
  margin: 0 auto;
}
.nieuwsblok .container .vc_btn3-container {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nieuwsblok .container.marbot50 {
  margin-bottom: 50px !important;
}
.nieuwsblok .container > div > div {
  padding-left: 0px;
  padding-right: 0px;
}
.nieuwsblok .container .content-full-three {
  width: 100%;
  margin-left: 0px;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content-full-three .vc_grid .vc_grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container .content-full-three .vc_grid .vc_grid-item {
    width: 100%;
  }
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_grid-item-mini {
  box-shadow: 0px 2px 8px 0px #d2d2d2;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-zone-c {
  background-color: var(--white) !important;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data {
  text-align: left !important;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data .vc_grid-filter-item {
  background-color: transparent !important;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a {
  background-color: transparent;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:hover {
  background-color: transparent;
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:hover:before {
  transform: rotate(3deg);
}
.nieuwsblok .container .content-full-three .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px !important;
  color: var(--primary);
  transform: rotate(0deg);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nieuwsblok .container .content {
  width: calc(100% - 400px - 100px - 1px);
  margin-left: 100px;
}
@media screen and (max-width: 1040px) {
  .nieuwsblok .container .content {
    width: calc(100% - 250px - 60px - 1px);
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content {
    width: calc(100% - 200px - 60px - 1px);
    margin-left: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .nieuwsblok .container .content {
    width: calc(100% - 250px - 60px - 1px);
    margin-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container .content {
    width: 100%;
    margin-left: 0px;
    order: -1;
  }
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_grid-item-mini {
  box-shadow: 0px 2px 8px 0px #d2d2d2;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-zone-c {
  background-color: var(--white) !important;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data {
  text-align: left !important;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data .vc_grid-filter-item {
  background-color: transparent !important;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a {
  background-color: transparent;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:hover {
  background-color: transparent;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:hover:before {
  transform: rotate(3deg);
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-post-data .vc_gitem-post-category-name a:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px !important;
  color: var(--primary);
  transform: rotate(0deg);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item {
    width: 100%;
  }
}
.nieuwsblok .container .zijbalk {
  width: 400px;
}
@media screen and (max-width: 1040px) {
  .nieuwsblok .container .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .zijbalk {
    width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .nieuwsblok .container .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container .zijbalk {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 50px;
  padding: 10px 0px;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li h3 {
  width: calc(100% - 60px);
  margin-left: 80px;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li a {
  text-transform: none;
  font-family: "regular";
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li .rpwe-time {
  width: calc(100% - 60px);
  margin-left: 80px;
  display: none;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li .rpwe-img {
  position: absolute;
}
.nieuwsblok.nieuwsblok-flavour-2 .container .content {
  width: 100%;
  margin-left: 0px;
}
.single .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .single .container {
    padding: 0px 40px;
  }
}
.single .container article {
  width: calc(100% - 300px - 35px);
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .single .container article {
    width: 100%;
    margin-left: 0px;
    order: -1;
  }
}
.single .container article .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single .container article .entry-header h1 {
  margin: 20px 0px !important;
}
.single .container article .entry-header .byline {
  display: none;
}
.single .container article .entry-header .posted-on {
  width: calc(100% - 10px);
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
.single .container article .entry-header .posted-on .updated {
  display: none;
}
.single .container aside {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .single .container aside {
    width: 400px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .single .container aside {
    width: 100%;
  }
}
.single .container aside .rpwe-block a {
  text-transform: math-auto;
  font-family: "regular" !important;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 50px;
  padding: 10px 0px;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li a {
  font-family: "regular" !important;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li h3 {
  width: calc(100% - 60px);
  margin-left: 80px;
  font-family: "regular" !important;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li .rpwe-time {
  width: calc(100% - 60px);
  margin-left: 80px;
  display: none;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li .rpwe-img {
  position: absolute;
}
.single .container #comments {
  width: calc(100% - 380px - 30px);
  margin-left: 410px;
}
@media screen and (max-width: 768px) {
  .single .container #comments {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .single .container #comments {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (max-width: 480px) {
  .single .container #comments {
    width: 100%;
    margin-left: 0px;
  }
}
.single .container #comments #respond {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
}
.single .container #comments form .logged-in-as {
  display: none;
}
.single .container #comments form .comment-form-comment label {
  display: none;
}
.single .container #comments form .comment-form-comment textarea {
  width: 100%;
}
.single .container .nieuws-sharewrapper {
  width: 640px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper p {
  margin-bottom: 0px !important;
  font-family: "regular";
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode {
  position: relative;
  left: -20px;
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode .addtoany_list a {
  padding: 0px;
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode .addtoany_list a:last-child span {
  border-right: none;
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode .addtoany_list a span {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 0px 20px;
  background-color: transparent !important;
  border-right: 1px solid var(--black);
  border-radius: 0px;
}
@media screen and (max-width: 480px) {
  .single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode .addtoany_list a span {
    padding: 0px 15px;
  }
}
.single .container .nieuws-sharewrapper .nieuws-socialwrapper .addtoany_shortcode .addtoany_list a span svg path {
  fill: var(--black);
}
@media screen and (max-width: 480px) {
  .single .container .nieuws-sharewrapper .nieuws-socialwrapper {
    width: 100%;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single .container .nieuws-sharewrapper .post-navigation {
  width: 145px;
}
@media screen and (max-width: 480px) {
  .single .container .nieuws-sharewrapper .post-navigation {
    width: 100%;
  }
}
.single .container .nieuws-sharewrapper .post-navigation h2 {
  display: none;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-previous a {
  color: var(--black);
  display: inline-block;
  font-family: "regular";
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-previous a .prev-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-previous a .prev-wrapper span {
  display: none;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-previous a .prev-wrapper span:first-child {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-previous a .prev-wrapper svg {
  font-size: 30px;
  color: var(--secondary);
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-next a {
  color: var(--black);
  display: inline-block;
  font-family: "regular";
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-next a .next-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-next a .next-wrapper span {
  display: none;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-next a .next-wrapper span:first-child {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.single .container .nieuws-sharewrapper .post-navigation .nav-links .nav-next a .next-wrapper svg {
  font-size: 30px;
  color: var(--secondary);
}
.mc4wp-form {
  padding: 0px;
  background-color: var(--white);
}
.mc4wp-form .mc4wp-response p {
  font-family: bold !important;
  height: auto !important;
  margin-top: 20px;
}
.mc4wp-form .mc4wp-form-fields h2 {
  font-size: 20px;
  margin-bottom: 0px !important;
  margin-top: 0px;
}
.mc4wp-form .mc4wp-form-fields h4 {
  margin-bottom: 20px !important;
  font-family: "regular";
  text-align: left !important;
  line-height: 21px !important;
  font-size: 17px !important;
}
.mc4wp-form .mc4wp-form-fields p {
  margin-bottom: 10px !important;
  height: auto !important;
}
.mc4wp-form .mc4wp-form-fields .mc-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mc4wp-form .mc4wp-form-fields .mc-wrapper p {
  margin-bottom: 0px !important;
  height: auto !important;
  width: 100%;
}
.mc4wp-form .mc4wp-form-fields .mc-wrapper input {
  display: block;
  padding: 0px 0px 0px 10px;
  width: calc(100% - 10px);
  line-height: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.mc4wp-form .mc4wp-form-fields .flex-verzend {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.mc4wp-form .mc4wp-form-fields .flex-verzend a {
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields .flex-verzend input {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0px 20px;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
  width: auto !important;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.archive .content-area {
  background-color: var(--colored-bg);
}
.archive .content-area .site-main {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive .content-area .site-main header {
  width: 100%;
}
.archive .content-area .site-main article {
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  position: relative;
  margin-bottom: 45px !important;
  background-color: var(--white);
  margin: 0px 15px;
  width: calc(33.33% - 30px);
}
.archive .content-area .site-main article .entry-header {
  position: absolute;
  left: 10px;
  top: -5px;
}
.archive .content-area .site-main article .entry-header h2 {
  line-height: 28px !important;
  margin-bottom: 0px !important;
}
.archive .content-area .site-main article .entry-header h2 a {
  font-family: "bold";
  color: var(--white);
}
.archive .content-area .site-main article .entry-content, .archive .content-area .site-main article .entry-footer {
  padding: 0px 10px 0px 10px;
}
.archive .content-area .site-main article .entry-footer {
  padding-bottom: 10px;
}
.archive .content-area .site-main article .entry-footer .byline {
  width: 100% !important;
  display: block;
}
.archive .content-area .site-main article .entry-footer .posted-on {
  width: 100% !important;
  display: block;
}
.archive .content-area .site-main article:nth-child(3n+1) {
  margin: 0px 30px 0px 0px;
}
.archive .content-area .site-main article:nth-child(3n+3) {
  margin: 0px 0px 0px 30px;
}
.archive .content-area .site-main article .post-thumbnail img {
  height: auto !important;
}
.archive .content-bottom-widgets {
  background-color: var(--white);
}
.nav-next, .nav-previous {
  display: none;
}
.nieuws-cta-container {
  margin-top: 0px;
}
.nieuwsblok h4 {
  font-family: "orbitron-black";
  color: var(--secondary);
  font-style: italic;
}
.post h3 {
  margin-top: 40px !important;
}
.single-project main {
  background: var(--colored-bg);
  padding-bottom: 100px;
}
.single-project main ul {
  padding-left: 20px;
}
.single-project main ul li {
  list-style-type: disc;
}
.single-project main .container {
  padding: 0 40px;
}
.single-project strong {
  font-family: "lato-bold";
  color: var(--secondary);
}
.single-project.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .single-project.container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .single-project.container .sidebar {
    margin-top: 30px;
  }
}
.single-project .sidebar {
  background: var(--secondary);
  padding: 20px;
  box-sizing: border-box;
  max-width: 310px;
}
.single-project .sidebar h2, .single-project .sidebar .wpb_wrapper {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--primary);
  font-family: "Orbitron-bold";
  font-style: italic;
}
.single-project .sidebar h2 input, .single-project .sidebar .wpb_wrapper input {
  text-align: left;
}
.single-project .sidebar .gform-theme--foundation {
  --gf-form-gap-y: 16px;
}
.single-project .sidebar img {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0px auto 30px !important;
  display: block;
  width: 200px;
}
.single-project .sidebar .gform-theme--foundation #field_submit input {
  width: 100% !important;
}
.single-project .sidebar .projectzijbalk h2 {
  font-size: 16px;
  line-height: 19px;
}
.single-project .sidebar .projectzijbalk address {
  font-style: normal;
}
.single-project .sidebar .projectzijbalk address i, .single-project .sidebar .projectzijbalk address svg {
  color: var(--primary);
}
.single-project .project-fotos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-project .project-fotos a {
  display: block;
  width: calc( 33% - 20px );
  border-radius: 10px;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  margin: 0 0 30px;
  overflow: hidden;
}
.single-project div.pp_social {
  display: none;
}
.tekstblok .container.marbot50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .tekstblok .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tekstblok .content {
  width: calc(100% - 400px - 100px - 1px);
  margin-right: 100px;
}
.tekstblok .content > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1040px) {
  .tekstblok .content {
    width: calc(100% - 300px - 60px - 1px);
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok .content {
    width: calc(100% - 250px - 60px - 1px);
    margin-right: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok .content {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 30px;
    order: -1;
  }
}
.tekstblok .zijbalk {
  width: 400px;
  margin-left: 0px;
  background: var(--white);
  padding: 0px 15px 30px 15px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk {
    padding: 0px 15px 15px 15px;
  }
}
.tekstblok .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tekstblok .zijbalk figure {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk figure {
    margin-bottom: 15px;
  }
}
.tekstblok .zijbalk figure .vc_single_image-wrapper {
  width: 100%;
}
.tekstblok .zijbalk figure .vc_single_image-wrapper img {
  width: 100%;
}
.tekstblok .zijbalk .list-items li {
  display: list-item;
  margin-left: 20px !important;
  list-style: disc;
}
.tekstblok .zijbalk ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px !important;
  width: 100%;
}
.tekstblok .zijbalk ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tekstblok .zijbalk ul li:hover svg {
  left: 5px;
}
.tekstblok .zijbalk ul li svg {
  margin: 0px;
  margin-right: 15px;
  background: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  top: 4px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.tekstblok .zijbalk a {
  position: relative;
  overflow: hidden;
}
.tekstblok .zijbalk a svg {
  position: absolute;
  left: -100px;
  color: var(--white);
  top: calc(50% - 8px);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.tekstblok .zijbalk a:hover svg {
  left: 10px;
}
@media screen and (max-width: 1040px) {
  .tekstblok .zijbalk {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok .zijbalk {
    width: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1 .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tekstblok.tekstblok-flavour-1 .container .content {
  width: calc(50% - 20px);
  margin-right: 20px;
  order: -1;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1 .container .content {
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 25px !important;
  }
}
.tekstblok.tekstblok-flavour-1 .container .zijbalk {
  width: calc(50% - 20px);
  box-shadow: none;
  padding: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1 .container .zijbalk {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
}
.tekstblok.tekstblok-flavour-1 .container.mirrored .content {
  width: calc(50% - 20px);
  margin-left: 20px !important;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1 .container.mirrored .content {
    width: 100%;
    order: -1;
    margin-left: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-1 .container.mirrored .zijbalk {
  width: calc(50% - 20px);
  box-shadow: none;
  padding: 0px 1;
  margin-left: 0px;
  margin-right: 20px;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1 .container.mirrored .zijbalk {
    width: 100%;
    padding: 0px !important;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1040px) {
  .tekstblok.tekstblok-flavour-1 .container:first-child {
    margin-bottom: 50px !important;
  }
}
.tekstblok.tekstblok-flavour-1.mirrored .container .content {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1.mirrored .container .content {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 25px !important;
  }
}
.tekstblok.tekstblok-flavour-1.mirrored .container .zijbalk {
  width: calc(50% - 20px);
  box-shadow: none;
  padding: 0px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1.mirrored .container .zijbalk {
    width: 100%;
    padding: 0px;
    margin-right: 0px;
  }
}
.tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .content {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .content {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 25px !important;
  }
}
.tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .zijbalk {
  width: calc(50% - 20px);
  box-shadow: none;
  padding: 0px;
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .zijbalk {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
}
.tekstblok.tekstblok-flavour-1.homeintro {
  position: relative;
}
.tekstblok.tekstblok-flavour-1.homeintro .content {
  position: relative;
  top: -175px;
  margin-bottom: -175px !important;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-1.homeintro .content {
    top: -120px;
    margin-bottom: -120px !important;
  }
}
.tekstblok.tekstblok-flavour-1.homeintro .content .wpb_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tekstblok.tekstblok-flavour-1.homeintro .content .wpb_wrapper figure {
  width: 100%;
}
.tekstblok.tekstblok-flavour-1.homeintro .content .wpb_wrapper figure > div {
  width: 100%;
}
.tekstblok.tekstblok-flavour-1.homeintro .mainphoto {
  margin-bottom: 35px;
  width: 100%;
  box-sizing: border-box;
}
.tekstblok.tekstblok-flavour-1.homeintro .mainphoto img {
  width: 100%;
}
.tekstblok.tekstblok-flavour-1.homeintro .leftphoto, .tekstblok.tekstblok-flavour-1.homeintro .rightphoto {
  margin-bottom: 35px;
  width: calc( 50% - 17px);
  box-sizing: border-box;
}
.tekstblok.tekstblok-flavour-2 .container {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 0px !important;
}
.tekstblok.tekstblok-flavour-2 .container > div > div {
  padding-right: 0px;
  padding-left: 0px;
}
.tekstblok.tekstblok-flavour-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-3 .content {
    order: -1;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-3 .content {
    padding-bottom: 0px;
  }
}
.tekstblok.tekstblok-flavour-3 .zijbalk {
  box-shadow: none;
  padding: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-3 .zijbalk {
    padding: 0px;
    width: 100%;
  }
}
.tekstblok.tekstblok-flavour-3.mirrored .content {
  margin-right: 0px;
  margin-left: 100px;
}
@media screen and (max-width: 1040px) {
  .tekstblok.tekstblok-flavour-3.mirrored .content {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-3.mirrored .content {
    margin-left: 0px;
  }
}
.tekstblok.tekstblok-flavour-3.mirrored .zijbalk {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-3.mirrored .zijbalk {
    margin-right: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-3.switched .content {
    order: 2;
    padding-bottom: 0;
  }
}
.tekstblok.tekstblok-flavour-4 ul {
  padding: 0px;
  margin: 0px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-4 ul {
    width: calc(100% - 40px);
  }
}
.tekstblok.tekstblok-flavour-4 ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tekstblok.tekstblok-flavour-4 ul li:hover svg {
  left: 5px;
}
.tekstblok.tekstblok-flavour-4 ul li svg {
  margin: 0px;
  margin-right: 15px;
  background: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  top: 4px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-4 ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok.tekstblok-flavour-4 ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.tekstblok.tekstblok-flavour-4 .zijbalk {
  padding: 0px 0px 30px 0px;
}
.tekstblok.tekstblok-flavour-4 .no-image .zijbalk {
  padding: 30px 0px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-4 .no-image .zijbalk {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-4 .content {
    width: calc(100% - 250px - 61px);
    margin-right: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok.tekstblok-flavour-4 .content {
    width: calc(100% - 250px - 35px);
    margin-right: 15px;
  }
}
.tekstblok.tekstblok-flavour-5 .content {
  margin-right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 1040px) {
  .tekstblok.tekstblok-flavour-5 .content {
    width: calc(100% - 300px - 60px - 1px);
    margin-right: 0;
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-5 .content {
    width: 100%;
    margin: 0;
  }
}
.tekstblok.tekstblok-flavour-5 .zijbalk {
  padding: 0px;
  box-shadow: none;
  order: -1;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-5 .zijbalk {
    width: 100%;
  }
}
.tekstblok.tekstblok-flavour-6 .container a {
  color: var(--primary);
  text-decoration: underline;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk {
  padding: 0px;
  box-shadow: none;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk .wpb_single_image {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-6 .container .zijbalk:not(.bruidshow-contact) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-6 .container .zijbalk {
    padding: 15px;
  }
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form input:not([type=submit]), .tekstblok.tekstblok-flavour-6 .container .zijbalk form select {
  width: calc(100% - 15px);
  padding: 0px 0px 0px 15px;
  box-shadow: none;
  border: 1px solid #e0e1e1;
  color: #b8bcbe;
  background-color: #fcfcfc;
  border-radius: 3px;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form input:not([type=submit])[type="checkbox"], .tekstblok.tekstblok-flavour-6 .container .zijbalk form select[type="checkbox"] {
  width: auto;
  display: inline-block;
  -webkit-appearance: checkbox;
  margin-right: 10px;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form select {
  width: 100% !important;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form textarea {
  width: calc(100% - 15px);
  padding: 15px 0px 0px 15px;
  border: 1px solid #e0e1e1;
  color: #b8bcbe;
  background-color: #fcfcfc;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 13px !important;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form .flex-verzend {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form .flex-verzend p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-6 .container .zijbalk form .flex-verzend {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok.tekstblok-flavour-6 .container .zijbalk form .flex-verzend {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tekstblok.tekstblok-flavour-6 .container .zijbalk form p .wpcf7-list-item {
  display: inline-flex;
  width: 33.33%;
  align-items: center;
  margin: 0px;
}
.tekstblok.tekstblok-flavour-6 .container ul {
  margin-bottom: 20px !important;
}
.tekstblok.tekstblok-flavour-6 .container .hony-prijzen .prijs-wrapper .hony-prijs {
  width: 155px;
  background-color: #f8d4dc;
  border: 1px solid var(--primary);
  border-radius: 3px;
  margin-bottom: 10px;
}
.tekstblok.tekstblok-flavour-6 .container .hony-prijzen .prijs-wrapper .hony-prijs p {
  line-height: 30px;
  padding: 0px 10px;
}
.tekstblok.tekstblok-flavour-6 .container .hony-prijzen .prijs-wrapper .hony-prijs:last-child {
  margin-bottom: 26px;
}
.tekstblok.tekstblok-flavour-6 .container.no-mar-bot {
  margin-bottom: 0px !important;
}
.tekstblok.tekstblok-flavour-6 .container.teammember {
  margin-bottom: 0px !important;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .team-member {
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .team-member:first-child {
  margin-right: 7.5px;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .team-member:last-child {
  margin-left: 7.5px;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .team-member > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-6 .container.teammember .team-member {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-6 .container.teammember .het-team {
  width: 100%;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .het-team > div {
  padding-right: 0px;
  padding-left: 0px;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .het-team .vc_figure {
  width: 100%;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .het-team .vc_figure > div {
  width: 100%;
}
.tekstblok.tekstblok-flavour-6 .container.teammember .het-team .vc_figure > div img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .tekstblok.tekstblok-flavour-6 .content.full-dis {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-6 .content:not(.bruidshow-contact) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-6 .content {
    width: calc(100% - 250px - 35px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok.tekstblok-flavour-6 .content {
    width: calc(100% - 250px - 35px);
    margin-right: 15px;
  }
}
.tekstblok.tekstblok-flavour-6 .content h3 {
  color: var(--primary);
}
.tekstblok.tekstblok-flavour-7 {
  position: relative;
}
.tekstblok.tekstblok-flavour-7 > div {
  position: unset;
}
.tekstblok.tekstblok-flavour-7 .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
}
.tekstblok.tekstblok-flavour-7 .content > div {
  height: 100%;
}
.tekstblok.tekstblok-flavour-7 .content > div:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: calc(100% + 1px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), white);
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7 .content > div:after {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7 .content {
    position: relative;
    top: unset;
    width: 100% !important;
    right: unset !important;
    height: 250px;
    order: -1;
  }
}
.tekstblok.tekstblok-flavour-7 .zijbalk {
  margin-left: calc(50% + 20px)!important;
  box-shadow: none;
  width: 50%;
  padding: 0px !important;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7 .zijbalk {
    margin-left: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-7.mirrored .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-right: 0px !important;
  margin-left: 100px !important;
}
.tekstblok.tekstblok-flavour-7.mirrored .content > div {
  height: 100%;
}
.tekstblok.tekstblok-flavour-7.mirrored .content > div:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: calc(100% + 1px);
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7.mirrored .content > div:after {
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7.mirrored .content {
    position: relative;
    top: unset;
    width: 100% !important;
    left: unset !important;
    height: 250px;
    order: -1;
    margin-left: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-7.mirrored .zijbalk {
  margin-right: calc(50% + 20px)!important;
  margin-left: 0px !important;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-7.mirrored .zijbalk {
    margin-right: 0px !important;
  }
}
.homeblok .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
}
.homeblok .container:before, .homeblok .container:after {
  flex-basis: 100%;
}
.homeblok .container:first-child {
  margin-bottom: 30px !important;
}
.homeblok.desktop .homebutton {
  width: 280px;
  height: 280px;
}
.homeblok.desktop .homebutton > div {
  width: 280px;
  height: 280px;
  padding: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 13px;
}
.homeblok.desktop .homebutton p {
  width: 280px;
  height: 280px;
  margin-bottom: 0 !important;
  background: var(--primary_alpha);
  border-radius: 13px;
  opacity: 0;
  transition: all 0.3s ease;
}
.homeblok.desktop .homebutton p a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 280px;
  height: 280px;
  font-size: 30px;
  color: var(--white);
  text-decoration: none;
}
.homeblok.desktop .homebutton p:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .homeblok.desktop {
    display: none;
  }
}
.homeblok.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .homeblok.mobile {
    display: block;
  }
  .homeblok.mobile .container {
    margin-bottom: 30px !important;
    width: calc(100% - 80px);
  }
  .homeblok.mobile .homebutton {
    width: 387px;
    height: 387px;
    margin: 0 auto;
  }
  .homeblok.mobile .homebutton > div {
    width: 387px;
    height: 387px;
    padding: 0;
    background-size: cover;
    background-position: center center;
    border-radius: 13px;
  }
  .homeblok.mobile .homebutton p {
    width: 387px;
    height: 387px;
    margin-bottom: 0 !important;
    background: var(--primary_alpha);
    border-radius: 13px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .homeblok.mobile .homebutton p a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 387px;
    height: 387px;
    font-size: 30px;
    color: var(--white);
    text-decoration: none;
  }
  .homeblok.mobile .homebutton p:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .homeblok.mobile .homebutton {
    width: 240px;
    height: 240px;
  }
  .homeblok.mobile .homebutton > div {
    width: 240px;
    height: 240px;
  }
  .homeblok.mobile .homebutton p {
    width: 240px;
    height: 240px;
  }
  .homeblok.mobile .homebutton p a {
    width: 240px;
    height: 240px;
  }
}
.sliderblok {
  padding: 50px 0;
}
.metaslider .flexslider:hover .flex-next {
  opacity: 1 !important;
  right: -35px !important;
}
.metaslider .flexslider:hover .flex-prev {
  opacity: 1 !important;
  left: -35px !important;
}
@media screen and (max-width: 1040px) {
  .metaslider .flexslider .flex-next {
    opacity: 1 !important;
    right: -30px !important;
  }
  .metaslider .flexslider .flex-prev {
    opacity: 1 !important;
    left: -30px !important;
  }
}
.submitcf7 p.verplichtveld {
  margin: 10px 0 !important;
}
.content-bottom-widgets .widget-area section ul.footer-nav li a {
  font-family: "regular";
}
.content-bottom-widgets .widget-area section ul.footer-nav li a:hover {
  font-family: "semibold";
}
.submitcf7 p.verplichtveld a, .mfp-counter {
  font-family: "regular";
}
/*** SLIDER ROW ***/
.slider-row {
  padding: 50px 0px;
}
.msacwl-gallery-slider button.slick-prev, .msacwl-gallery-slider button.slick-prev:hover, .msacwl-gallery-slider button.slick-prev:focus, .msacwl-gallery-carousel button.slick-prev, .msacwl-gallery-carousel button.slick-prev:hover, .msacwl-gallery-carousel button.slick-prev:focus {
  background: transparent url("/wp-content/themes/twentysixteen-child/images/slider-pijltje-links.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 30px;
}
.msacwl-gallery-slider button.slick-next, .msacwl-gallery-slider button.slick-next:hover, .msacwl-gallery-slider button.slick-next:focus, .msacwl-gallery-carousel button.slick-next, .msacwl-gallery-carousel button.slick-next:hover, .msacwl-gallery-carousel button.slick-next:focus {
  background: transparent url("/wp-content/themes/twentysixteen-child/images/slider-pijltje-rechts.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 30px;
}
.mfp-bg {
  background: var(--secondary) !important;
}
/* META SLIDER LOOP */
img.attachment-large.size-large {
  width: 100% !important;
  height: auto !important;
}
.msacwl-carousel-slide {
  padding: 0px 10px;
}
.msacwl-gallery-carousel button.slick-prev {
  left: -60px;
  top: calc(50% + 10px);
}
.msacwl-gallery-carousel button.slick-next {
  right: -60px;
  top: calc(50% + 10px);
}
.msacwl-carousel-slide a {
  height: auto;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.page-id-239 {
  background-color: var(--black);
}
.page-id-239 #content-bottom-widgets {
  display: none;
}
.page-id-239 .site-header, .page-id-239 .topbar {
  display: none;
}
.page-id-239 .site-main {
  margin-top: 0px !important;
}
.page-id-239 .copyright-bar {
  display: none;
}
.page-id-239 .entry-content {
  position: relative;
}
.modules {
  height: 100vh;
}
.modules.robot-holder {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  height: 200px;
  background-color: #f0f0f0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.modules.robot-holder > div {
  position: unset !important;
}
.modules.robot-holder .robot-assistent {
  position: absolute;
  bottom: 0px;
  left: 0;
  min-width: 350px;
  max-width: 350px;
}
.modules.robot-holder .robot-text-holder {
  width: calc(100% - 400px - 40px);
  margin-left: 340px;
  border: 1px solid var(--black);
  padding: 20px;
}
.modules .container:first-child {
  min-height: 150px;
  max-height: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.modules .container .module-wrapper {
  width: 100%;
  height: calc(100vh - 200px - 150px - 50px);
  overflow: scroll;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
}
/* De rest */
.content-bottom-widgets .widget-area:first-child section .bottom-cta {
  background-color: var(--primary);
  padding: 50px 0px;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container {
    flex-wrap: wrap;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 30px;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box .svg-wrap {
  width: 100%;
  text-align: center;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:first-child {
  padding: 0px 20px 0px 0px;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:last-child {
  padding: 0px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:last-child {
    margin-bottom: 0px;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box h3 {
  margin-bottom: 5px !important;
  margin-top: 20px !important;
  display: block;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box p {
  margin-bottom: 0px !important;
  color: var(--white);
  text-align: center;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box i {
  font-size: 32px;
  color: var(--primary);
  padding: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--secondary);
  border-radius: 50%;
  background-color: var(--white);
}
.content-bottom-widgets .widget-area:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px;
}
.content-bottom-widgets .widget-area:last-child h2 {
  line-height: 19px !important;
}
.content-bottom-widgets .widget-area:last-child section {
  width: calc(25% - 20px);
  margin: 50px 0;
}
@media screen and (max-width: 1040px) {
  .content-bottom-widgets .widget-area:last-child section {
    width: calc(50% - 20px);
    margin: 20px 0;
  }
}
@media screen and (max-width: 622px) {
  .content-bottom-widgets .widget-area:last-child section {
    width: 100%;
    margin: 15px 0;
  }
}
.content-bottom-widgets .widget-area:last-child section .form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-bottom-widgets .widget-area:last-child section .form-wrapper textarea {
  max-height: 150px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .form-wrapper textarea {
    margin-bottom: 10px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-nav {
  padding: 0px;
  margin: 0px;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li {
  list-style-type: none;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li a {
  display: block;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
  font-family: "lato-regular";
  color: var(--black);
  overflow: hidden;
  position: relative;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li a i {
  color: var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info img {
  width: 100%;
  margin-bottom: 30px;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info img {
    display: none;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info h4 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info h4 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .contact-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .contact-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .contact-info i {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
    text-align: left;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
    text-align: left;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
    margin-right: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
    margin-right: 20px;
    margin-left: 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook {
  border: 2px solid var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook i {
  color: var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter {
  border: 2px solid var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter i {
  color: var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest {
  border: 2px solid var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest i {
  color: var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin {
  border: 2px solid var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin i {
  color: var(--primary);
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook:hover {
  background: var(--primary);
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter:hover {
  background: var(--primary);
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest:hover {
  background: var(--primary);
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin:hover {
  background: var(--primary);
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a i {
  color: var(--white);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a:hover {
  background-color: var(--white);
  border-radius: 50%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a:hover i {
  color: var(--white);
}
.content-bottom-widgets .mobile_show {
  display: none;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .mobile_show {
    display: block;
    margin-bottom: 30px !important;
    margin: 0;
    width: 50%;
    max-width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .content-bottom-widgets .mobile_show {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .mobile_show {
    display: block;
    margin-bottom: 30px !important;
    margin: 0;
    width: 100%;
    max-width: 150px;
  }
}
.copyright-bar {
  padding: 5px 0px;
  background: var(--colored-solid);
}
.copyright-bar .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0px 40px;
}
@media screen and (max-width: 480px) {
  .copyright-bar .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.copyright-bar .container p {
  margin-bottom: 0px !important;
  color: var(--black);
  font-size: 11px !important;
}
@media screen and (max-width: 480px) {
  .copyright-bar .container p {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.copyright-bar .container a {
  color: var(--white);
  text-decoration: underline;
  font-size: 11px !important;
}
.copyright-bar .container img {
  max-height: 15px !important;
  max-width: 17px !important;
  height: 100%;
}
.copyright-bar .container i, .copyright-bar .container svg {
  color: var(--primary);
}
@media screen and (max-width: 480px) {
  .copyright-bar {
    padding: 5px 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .copyright-bar {
    padding: 5px 0px;
  }
}
.dagen {
  margin-right: 30px;
}
.searchpage .searchlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchpage .searchlist li {
  width: calc(33.333333% - 60px);
  margin: 30px !important;
  background-color: rgba(255, 255, 255, 0.5);
}
.searchpage .searchlist li .postimage a {
  position: relative;
  display: block;
  height: 100%;
}
.searchpage .searchlist li .postimage a:hover:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  font-size: 30px;
  line-height: 45px;
  display: block;
  text-align: right;
  color: var(--white);
  padding-top: 0;
  padding-right: 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.searchpage .searchlist li .postimage img {
  width: 100%;
  height: auto;
}
.searchpage .searchlist li .postcontent {
  padding: 20px;
}
.searchpage .searchlist li .postcontent h3 a {
  color: var(--black);
  font-size: 28px;
  line-height: 48px;
  font-family: "bold";
}
.searchpage .searchlist li .postcontent h3 a:hover {
  opacity: 0.6;
}
.searchpage h1.search-title {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 36px;
}
.searchpage .searchpagination {
  padding: 30px;
  text-align: center;
}
/* 404 */
.error-page {
  background-color: #e6e6e6;
  margin-top: 50px;
  padding: 50px 0px;
}
.error-page .container .standard-button > div {
  text-align: center;
}
.error-page .container h1 {
  text-transform: unset !important;
}
.error-page .container ul {
  margin: 0px 0px 30px 0px !important;
  padding: 0px;
}
.error-page .container ul li {
  position: relative;
  left: 30px;
  width: calc(100% - 30px);
}
.error-page .container ul li svg {
  position: absolute;
  left: -30px;
  top: 5px;
}
.error-page .container .zoeken form label span {
  display: none;
}
.error-page .container .zoeken form label input {
  line-height: 40px;
  height: 42px;
  -webkit-appearance: none;
  border: 1px solid var(--black);
  padding: 0px 0px 0px 10px;
  width: calc(100% - 150px - 25px);
  margin-right: 20px;
}
.error-page .container .zoeken form button {
  max-width: 150px;
  min-width: 150px;
}
.error-page .but-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.error-page.error-designer {
  background-color: var(--white);
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}
.error-page.error-designer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.error-page.error-designer .content {
  width: calc(100% - 500px - 60px);
  margin-right: 60px;
}
.error-page.error-designer .content a {
  text-decoration: underline !important;
}
.error-page.error-designer .zijbalk {
  width: 500px;
}
.error-page.error-simple {
  background-color: var(--white);
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}
.error-page.error-simple .container {
  max-width: 600px;
}
.error-page.error-simple .container .content img {
  max-height: 350px;
  width: auto;
  margin-bottom: 50px !important;
}
.error-page.error-simple .container .content h1 {
  font-size: 36px !important;
  line-height: 36px !important;
}
.error-page.error-simple .container .content h3 {
  font-size: 21px !important;
}
.error-page.error-simple .container .content h1, .error-page.error-simple .container .content h3, .error-page.error-simple .container .content p {
  text-align: center;
}
.error-page.error-simple .container .content a {
  text-decoration: underline !important;
}
.error-page.error-background {
  background-color: transparent;
  height: calc(100vh - 150px);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.error-page.error-background > div {
  position: unset;
}
.error-page.error-background .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.error-page.error-background .container .content {
  max-width: 840px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #505050;
}
.error-page.error-background .absolute-this-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation-name: switchBackground;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes switchBackground {
  0% {
    background-image: url("/wp-content/uploads/error-bg3.jpg");
  }
  33% {
    background-image: url("/wp-content/uploads/error-bg2.jpg");
  }
  66% {
    background-image: url("/wp-content/uploads/error-bg1.jpg");
  }
  100% {
    background-image: url("/wp-content/uploads/error-bg3.jpg");
  }
}
.cookie-row {
  margin-top: 100px;
}
.cookie-row td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.cookie-info-box {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  margin-top: 30px;
}
.cookie-info-box > div > div {
  border-bottom: 1px solid var(--black);
  padding: 20px 0px;
}
.pea_cook_wrapper {
  bottom: 0px !important;
  width: 100%;
  left: 0px !important;
  margin: 0px !important;
}
.pea_cook_wrapper a#fom {
  display: inline-block;
  border-bottom: none !important;
  border: 1px solid var(--white) !important;
  margin: 20px 0px 20px 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pea_cook_wrapper a#fom:hover {
  background-color: var(--white);
  color: var(--black) !important;
}
.pea_cook_wrapper .pea_cook_btn {
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block;
  width: auto;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pea_cook_wrapper .pea_cook_btn:hover {
  background-color: var(--white);
  color: var(--black) !important;
}
.pea_cook_wrapper p {
  bottom: 30px;
  margin: 0;
  font-weight: normal;
  line-height: 16px;
  padding-top: 30px;
}
.pt-checkout-form {
  margin-bottom: 15px;
  border: none !important;
  padding: 15px;
  width: 20em;
}
.pt-checkout-form button {
  -webkit-appearance: button;
  background-color: var(--black);
  border: 2px solid var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
  display: none;
}
.pt-checkout-form button:hover {
  color: var(--black);
  background: var(--white);
}
.vc_column-inner.vc_custom_1540979957109 h5 {
  margin-bottom: 0px;
  margin-left: 15px;
}
.vc_column-inner.vc_custom_1540979957109 img {
  margin-left: 15px;
  margin-top: 30px !important;
  max-width: 93% !important;
}
.vc_column-inner.vc_custom_1540976379530 h5 {
  margin-bottom: 0px;
  margin-left: 15px;
}
.vc_column-inner.vc_custom_1540976379530 img {
  margin-left: 15px;
  margin-top: 30px;
  max-width: 93% !important;
}
.vc_custom_1540977606979 h5, .vc_custom_1540977627881 h5, .vc_custom_1540977587526 h5, .vc_custom_1540977653744 h5, .vc_custom_1540977722899 h5, .vc_custom_1540977713471 h5, .vc_custom_1540977705000 h5 {
  margin-bottom: 0px;
  margin-left: 15px;
}
.pt-form-group .pt-uea-container .pt-uea-custom-amount {
  width: 93%;
}
@media screen and (max-width: 480px) {
  .pt-form-group .pt-uea-container .pt-uea-custom-amount {
    width: 50% !important;
  }
}
* .h1-pannellum {
  color: var(--black) !important;
}
.h3-pannellum {
  padding: 20px;
}
.img-pannellum {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 2560px) {
  .img-pannellum {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .img-pannellum {
    width: 100%;
  }
}
.wpb_single_image.vc_align_left {
  text-align: center !important;
}
.pannellum-bow {
  margin-left: 50%;
}
@media screen and (max-width: 480px) {
  .pannellum-bow {
    margin-left: 0% !important;
  }
}
.grey-background {
  padding: 50px 0px;
  background-color: #e6e6e6;
}
.contact-blokken {
  padding: 100px 0px;
}
@media screen and (max-width: 480px) {
  .contact-blokken {
    padding: 50px 0px;
  }
}
.contact-blokken .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px !important;
}
@media screen and (max-width: 480px) {
  .contact-blokken .container {
    margin-top: 50px !important;
  }
}
.contact-blokken .container .contact-blok {
  padding: 15px;
  box-shadow: 0px 0px 10px #b4b4b4;
  background-color: var(--white);
  width: calc(25% - 30px);
  margin: 0 auto;
}
.contact-blokken .container .contact-blok > div {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .contact-blokken .container .contact-blok {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-blokken .container .contact-blok {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .contact-blokken .container .contact-blok:last-child {
    margin-bottom: 0px !important;
  }
}
.contact-blokken .container .contact-blok .vc_separator {
  margin: 20px 0px !important;
}
.contact-blokken .container .contact-blok h4 {
  margin-top: 5px !important;
  font-size: 16px !important;
}
.contact-blokken .container .contact-blok p svg {
  margin-right: 20px;
}
.contact-blokken .container .contact-blok .standard-btn a {
  width: calc(100% - 40px);
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.contact-blokken .container .contact-blok .standard-btn a svg {
  margin-right: 0px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid var(--primary) !important;
}
span.page-numbers.current {
  background: var(--primary_alpha) !important;
  color: var(--primary) !important;
}
.woocommerce.single-product .content-bottom-widgets {
  border-top: 1px solid var(--secondary);
}
.woocommerce.single-product h1 {
  color: var(--secondary);
}
.woocommerce.single-product main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 0 20px;
}
.woocommerce.single-product .product-intro-blok {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product-intro-blok {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
}
.woocommerce.single-product .product-intro-blok p.price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 0px;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 0;
  font-size: 30px !important;
  padding: 10px 20px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product-intro-blok p.price, .woocommerce.single-product .product-intro-blok .standard-button a {
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product-intro-blok .standard-button a {
    font-size: 18px !important;
  }
}
.woocommerce.single-product .product-intro-blok .product-intro-price {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product-intro-blok .product-intro-price {
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
  }
}
.woocommerce.single-product #content .product-main-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product #content .product-main-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.woocommerce.single-product #content .product-main-content .product-left-side {
  width: 75%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product #content .product-main-content .product-left-side {
    width: 100%;
    padding-right: 0px;
  }
}
.woocommerce.single-product #content .product-main-content .product-left-side div.images {
  width: 100%;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-uitgerust {
  margin-bottom: 30px;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-uitgerust svg {
  color: var(--primary);
  margin-right: 10px;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-afmetingen {
  margin-bottom: 30px;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-afmetingen table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-afmetingen table th {
  background-color: var(--secondary);
  color: var(--primary);
  font-family: "lato-black";
  padding: 5px;
  text-align: center;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-afmetingen table td {
  background-color: var(--secondary_alpha);
  color: var(--black);
  font-family: "lato-regular";
  padding: 5px;
  text-align: center;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form {
  background: var(--secondary);
  padding: 10px 30px 20px;
  border-bottom: 4px solid var(--primary);
  margin-bottom: 30px;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form h2 {
  color: var(--white);
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form .left-form, .woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form .right-form {
  width: 49%;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form .wpcf7-submit {
  width: 100% !important;
  box-sizing: border-box;
  background: var(--primary) !important;
  text-align: center;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form .wpcf7-submit:hover {
  background: var(--black) !important;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form input:not([type="submit"]) {
  margin: 0 0 10px !important;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form textarea {
  margin: 0 0 10px !important;
  height: 220px;
  max-width: 100%;
}
.woocommerce.single-product #content .product-main-content .product-left-side .product-form .inrichting-form .verplichtveld a {
  color: var(--white);
}
.woocommerce.single-product #content .product-main-content .product-right-side {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product #content .product-main-content .product-right-side {
    width: 300px;
    max-width: 100%;
  }
}
.woocommerce.single-product #content .product-main-content .product-right-side .cadar-card {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.woocommerce.single-product #content .product-main-content .product-right-side .cadar-card .cadar-concreetgeregeld__usps {
  padding-bottom: 30px;
}
.woocommerce.single-product #content .product-main-content .product-right-side .cadar-interested .cadar-price {
  box-sizing: border-box;
}
.woocommerce.single-product #content .product-main-content .product-right-side .cadar-interested .cadar-price .lease-short {
  font-size: 24px;
  margin: 0 0 12px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: #f6f6f6;
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce ul.products li.product .subblock, .woocommerce-page ul.products li.product .subblock {
  color: var(--secondary);
  font-size: 18px;
  font-family: "bold";
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 20px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .woocommerce ul.products li.product .woocommerce-loop-category__title, .bedrijfswagen-container .bedrijfswagen-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title, .bedrijfswagen-container .bedrijfswagen-wrapper .woocommerce ul.products li.product h3 {
  color: #274d60;
  background-color: transparent;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper h2 {
  margin-bottom: 5px !important;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .subblock {
  padding: 0px 20px;
  color: var(--secondary);
  font-size: 18px;
  font-family: "bold";
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 20px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .excerptblock {
  padding: 0px 20px;
  min-height: 140px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .excerptblock ul {
  padding: 0px 20px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .excerptblock ul li {
  list-style: disc;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .excerptblock p {
  margin-bottom: 0px !important;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .priceblock {
  text-align: center;
  padding: 5px;
  background: var(--primary);
  border-radius: 5px;
  color: var(--white);
  margin: 15px 20px;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .priceblock .price {
  color: white !important;
}
.bedrijfswagen-container .bedrijfswagen-wrapper .button {
  color: var(--white);
  background-color: var(--secondary);
  width: calc(100% - 73px);
  margin: 0px 20px;
  text-align: center;
  margin-bottom: 20px !important;
}
/* Animaties */
/****** THIS IS FOR STICKY HEADER *****/
.make-it-sticky {
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1040px) {
  .make-it-sticky {
    position: relative !important;
    box-shadow: none !important;
  }
}
@media screen and (max-width: 1040px) {
  #behind-menu-box {
    display: none;
  }
}
.scrollToTop {
  display: none !important;
  z-index: 9999;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 0px solid var(--black);
  background: linear-gradient(var(--gradstart), var(--gradend));
  color: var(--white);
  position: fixed;
  right: 0px;
  bottom: 0px;
  animation-name: slideButtonIn;
  animation-duration: 1s;
  width: 38px;
  height: 38px;
  border-radius: 0%;
}
@keyframes slideButtonIn {
  0% {
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    right: 0px;
    bottom: 0px;
    width: 38px;
    height: 38px;
    border-radius: 0%;
  }
}
.hel-simple-slider {
  animation: bgSlider 15s infinite;
  height: 400px;
}
.hel-simple-slider-boxed {
  background-color: var(--primary);
}
.hel-simple-slider-boxed .container {
  animation: bgSlider 15s infinite;
  height: 400px;
}
@keyframes bgSlider {
  0% {
    background-image: url(/wp-content/uploads/blokken-header1.jpg);
  }
  25% {
    background-image: url(/wp-content/uploads/blokken-header2.jpg);
  }
  35% {
    background-image: url(/wp-content/uploads/blokken-header2.jpg);
  }
  60% {
    background-image: url(/wp-content/uploads/blokken-header3.jpg);
  }
  70% {
    background-image: url(/wp-content/uploads/blokken-header3.jpg);
  }
  90% {
    background-image: url(/wp-content/uploads/blokken-header1.jpg);
  }
}
/* Site-specifieke CSS */
body .lightboxOverlay, body .ewd-ulb-background, body div.pp_overlay {
  z-index: 999999;
}
body .lightbox, body .ewd-ulb-lightbox-container, body div.pp_pic_holder {
  z-index: 1999999;
}
.gform-theme--foundation #field_submit {
  justify-content: flex-end;
}
.projectenblok .vc_gitem-post-data {
  margin-bottom: 0;
}
.projectenblok .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
.projectenblok .vc_btn3.vc_btn3-color-white, .projectenblok .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  background: transparent !important;
}
.projectenblok h3 {
  margin-bottom: 50px !important;
}
.sliderhold .teksthover {
  display: none !important;
}
.sliderhold .n2-ss-layers-container:hover > div {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.sliderhold .n2-ss-layers-container:hover > div .teksthover {
  display: block !important;
}
.sliderhold ss3-force-full-width {
  margin-bottom: 50px;
  margin-top: 50px;
}
.sliderhold .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -80%;
}
.formbalk {
  background-color: var(--secondary);
  padding: 50px 0;
}
.formbalk .gform-theme--foundation .gfield .ginput_password.large, .formbalk .gform-theme--foundation .gfield input.large, .formbalk .gform-theme--foundation .gfield select.large {
  height: 57px !important;
}
.formbalk .formbalkimage img {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .formbalk .formbalkimage img {
    width: 200px;
    margin-bottom: 30px !important;
  }
}
.formbalk .gform-theme--foundation #field_submit input {
  width: 100% !important;
  font-size: 17px;
  font-family: "Lato" !important;
}
.formbalk .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .formbalk .container {
    display: block;
  }
}
.liststyle h4 {
  margin-bottom: 0 !important;
}
.liststyle .zijbalk ul {
  padding-left: 20px;
}
.liststyle .zijbalk ul li {
  list-style-type: disc;
  display: list-item;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
  }
}
.pagehero {
  background-image: url("/wp-content/uploads/dethi-bwi-hero-slider-scaled.webp");
  background-color: var(--secondary);
  background-position: center;
  background-size: cover;
  bckground-repeat: no-repeat;
  text-align: center;
  height: 275px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .pagehero {
    height: 175px;
  }
}
.pagehero.homehero {
  height: 350px;
}
.pagehero h1 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0 !important;
}
.pagehero h1 strong {
  color: var(--primary);
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.googlemapsholder .vc_column_container > .vc_column-inner {
  padding: 0;
}
.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_btn3.vc_btn3-size-md {
  padding: 0 48px 0 0;
  color: var(--black);
}
.vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_btn3.vc_btn3-size-md i, .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col .vc_btn3.vc_btn3-size-md svg {
  color: var(--primary);
}
.vc_gitem-zone-a, img.vc_gitem-zone-img {
  border-radius: 10px;
}
.busblok {
  background-image: url("/wp-content/uploads/dethi-bwi-contact-cta-background-scaled.webp");
  background-color: var(--secondary);
  background-position: center;
  background-size: cover;
  bckground-repeat: no-repeat;
  color: var(--white);
}
.busblok a {
  color: var(--white);
}
.busblok i, .busblok svg {
  color: var(--primary);
}
.busblok img {
  border-radius: 12px;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .busblok img {
    margin-bottom: 30px !important;
  }
}
.cadar-interested {
  border-color: var(--primary);
  background-color: var(--secondary);
  color: var(--white);
  height: auto;
}
.cadar-interested ul.cadar-concreetgeregeld__usps {
  margin-bottom: 0px !important;
}
.cadar-interested .cadar-price {
  position: relative;
  width: 100%;
  padding: 10px 15px 15px;
  text-align: center;
  font-weight: 700;
  background-color: var(--primary);
  z-index: 99;
}
.cadar-interested .cadar-price::after {
  content: " ";
  position: absolute;
  right: calc(50% - 10px);
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--primary);
}
@media screen and (max-width: 480px) {
  .cky-revisit-bottom-left {
    display: none !important;
    right: 15px !important;
    left: auto !important;
    bottom: 90px !important;
  }
  .cky-btn-revisit-wrapper {
    display: none !important;
    width: 60px !important;
    height: 60px !important;
  }
}
button.cky-btn.cky-btn-reject {
  display: none;
}
.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-duotone, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fasds, .fasl, .fasr, .fass, .fast, .fat {
  display: inline !important;
}
/* Gravity Forms */
p.gform_required_legend {
  display: none !important;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body textarea:focus {
  box-shadow: 0px 0px 4px lightgray;
  border-color: var(--primary);
}
label.gfield_label.gform-field-label {
  font-family: "lato-regular" !important;
  position: absolute;
  background: var(--colored-solid);
  left: 15px;
  top: -10px;
  padding: 0px 5px 0px 10px;
  z-index: 2;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
  font-family: "lato-regular" !important;
  color: darkgray;
  border-radius: 10px;
  height: 45px;
  position: relative;
  z-index: 1;
}
input:-internal-autofill-selected {
  background-color: var(--white) !important;
}
.gfield--type-consent input:before {
  color: var(--primary) !important;
}
.gform-theme--foundation .gfield textarea.medium {
  border-radius: 10px;
}
.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-textarea {
  position: relative;
}
input#gform_submit_button_1 {
  margin-left: auto;
}
/* Einde Gravity Forms */
.bedankt-container .w-400 {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.bedankt-container .bedankt-logo {
  max-width: 300px;
  margin: 0 auto;
}
.container-full.nobotmarg {
  padding-bottom: 0;
}
.overzichtinrichting {
  border-bottom: 1px solid var(--secondary);
}
.overzichtinrichting .chosen-container-single .chosen-single {
  width: 100%;
  height: 40px !important;
  line-height: 34px !important;
  padding: 0 10px;
  border: 2px solid var(--white);
  border-radius: 0;
  color: #2d2d2d;
  background: var(--white);
  transition: border 0.15s;
  cursor: pointer;
}
.overzichtinrichting .chosen-container-single .chosen-single div b {
  display: none;
}
.overzichtinrichting .chosen-container-single .chosen-single:focus, .overzichtinrichting .chosen-container-single .chosen-single:hover, .overzichtinrichting .chosen-container-single .chosen-single:active {
  border-color: var(--primary);
}
.overzichtinrichting .cadar-results-page__side {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.overzichtinrichting .cadar-results-page__side .widget-woof {
  padding-top: 15px;
}
.overzichtinrichting .cadar-results-page__side .widget-woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary);
}
.overzichtinrichting .cadar-results-page__side .widget-woof .widget_price_filter .ui-slider .ui-slider-handle {
  top: -5px;
  background-color: var(--white);
}
.overzichtinrichting .cadar-results-page__side .widget-woof .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background: var(--primary);
}
.overzichtinrichting .cadar-results-page__side .widget-woof .woof_submit_search_form_container button {
  background: var(--secondary);
  width: 100%;
  padding: 10px;
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
}
.overzichtinrichting .cadar-results-page__side .widget-woof .woof_container_select {
  margin-top: 20px;
}
.overzichtinrichting .cadar-results-page__side .widget-woof h4 {
  font-family: "orbitron-black";
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
  .overzichtinrichting .cadar-results-page__side {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .overzichtinrichting .cadar-results-page__side {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .overzichtinrichting .woof-section {
    width: 66%;
  }
  .overzichtinrichting .woof-section .woocommerce-page.columns-3 ul.products li.product, .overzichtinrichting .woof-section .woocommerce.columns-3 ul.products li.product {
    width: 47%;
    margin: 0 0 20px;
  }
  .overzichtinrichting .woof-section .woocommerce-page.columns-3 ul.products li.product.first, .overzichtinrichting .woof-section .woocommerce.columns-3 ul.products li.product.first {
    clear: unset;
  }
  .overzichtinrichting .woof-section .woocommerce ul.products {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overzichtinrichting .woof-section .woocommerce ul.products:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .overzichtinrichting .woof-section {
    width: 100%;
  }
}
.overzichtinrichting button.woof_reset_button_2 {
  background: var(--secondary);
  padding: 10px;
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
}
.overzichtinrichting .woocommerce-result-count, .overzichtinrichting .woocommerce-ordering {
  display: none;
}
.overzichtinrichting ul.products li.product {
  border-radius: 0;
  color: #2d2d2d;
  background-color: #f6f6f6;
  border-bottom: 4px solid #ddd;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
.overzichtinrichting ul.products li.product p {
  margin-bottom: 0px !important;
}
.overzichtinrichting ul.products li.product a {
  position: relative;
}
.overzichtinrichting ul.products li.product a img {
  position: relative;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  max-width: none;
}
.overzichtinrichting ul.products li.product a.button {
  width: calc(100% - 30px);
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 0;
}
.overzichtinrichting ul.products li.product h2 {
  margin-bottom: 0 !important;
  color: #274d60;
  font-size: 24px !important;
}
.overzichtinrichting ul.products li.product .priceblock {
  text-align: center;
  padding: 5px;
  background: var(--primary);
  border-radius: 5px;
  color: var(--white);
}
.overzichtinrichting ul.products li.product .priceblock .price {
  color: var(--white);
}
.overzichtinrichting ul.products li.product .excerptblock {
  margin-bottom: 20px;
  min-height: 110px;
}
.overzichtinrichting ul.products li.product .excerptblock ul {
  padding-left: 20px;
}
.overzichtinrichting ul.products li.product .excerptblock ul li {
  list-style-type: disc;
}
@media screen and (max-width: 480px) {
  .overzichtinrichting ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
.interested-overzicht.cadar-interested {
  margin-bottom: 0;
  border-bottom-color: var(--primary);
}
.interested-overzicht.cadar-interested .cadar-price {
  box-sizing: border-box;
}
.interested-overzicht.cadar-interested ul li {
  list-style-type: circle;
}
.blauwe-tekst h1, .blauwe-tekst h2, .blauwe-tekst h3 {
  color: var(--secondary);
}
.team-blue img {
  border-radius: 10px;
}
.team-blue h2 {
  margin: 30px 0 0 0 !important;
  font-size: 19px;
  text-transform: none;
}
.container a {
  text-decoration: underline;
}
.container a:hover {
  text-decoration: none;
}
div.wpcf7-response-output {
  background: linear-gradient(var(--secgradstart), var(--secgradend));
  border: none !important;
  padding: 20px 10px;
  color: var(--white);
}
.page-id-192 .last-row {
  padding-bottom: 200px;
}
.page-id-192 .content-bottom-widgets .widget-area {
  margin-top: -100px;
  background-color: var(--white);
  border-radius: 20px;
  border: 10px solid var(--colored-bg);
}
.iframe-holder iframe {
  width: 100%;
  height: auto;
}
.colored-bg {
  background-color: var(--colored-bg);
}
.colored-bg .content {
  background-color: transparent;
}
.colored-bg .zijbalk {
  background-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .colored-bg .zijbalk {
    background-color: transparent !important;
  }
  .colored-bg .zijbalk svg {
    background-color: transparent !important;
  }
}
.colored-bg.mirrored .content {
  background-color: transparent;
}
.colored-bg.mirrored .zijbalk {
  background-color: transparent;
}
.slider-row {
  background-image: url("/wp-content/uploads/blokken-header.jpg");
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.slider-wrapper {
  position: relative;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.slider-wrapper h1 {
  color: var(--white);
  margin-bottom: 0px !important;
  text-align: center;
}
.slider-wrapper .slide-1 {
  animation-name: sliderAnimation1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  width: 100%;
}
.slider-wrapper .slide-2 {
  position: absolute;
  top: -100px;
  animation-name: sliderAnimation1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  display: none;
}
.slider-wrapper .slide-3 {
  position: absolute;
  top: -100px;
  animation-name: sliderAnimation1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  display: none;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.blue-linear-bg {
  background: linear-gradient(#28526a, #1f3c4e);
}
.oranje-linear-bg {
  background: linear-gradient(var(--gradstart), var(--gradend));
}
.oranje-tekst {
  color: var(--primary);
}
.blauwe-tekst {
  color: var(--secondary);
}
.blauwe-tekst-footer {
  color: var(--secondary);
  font-family: "lato-black";
}
.blauwe-tekst-footer-margin-30 {
  color: var(--secondary);
  font-family: "lato-black";
  margin-right: 30px;
}
.blauwe-tekst-footer-margin {
  color: var(--secondary);
  font-family: "lato-black";
  margin-right: 48px;
}
@media screen and (max-width: 550px) {
  .vc_custominfiniteloop.desktop, .vc_custominfiniteloop2.desktop {
    display: none;
  }
}
.vc_custominfiniteloop.mobile, .vc_custominfiniteloop2.mobile {
  display: none;
}
@media screen and (max-width: 550px) {
  .vc_custominfiniteloop.mobile, .vc_custominfiniteloop2.mobile {
    display: block;
  }
}
.vc_custominfiniteloop .vc_item, .vc_custominfiniteloop2 .vc_item {
  height: auto !important;
}
.vc_custominfiniteloop .vc_item .vc_inner, .vc_custominfiniteloop2 .vc_item .vc_inner {
  text-align: center;
}
.vc_custominfiniteloop .vc_item .vc_inner img, .vc_custominfiniteloop2 .vc_item .vc_inner img {
  width: 70% !important;
  height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .vc_custominfiniteloop .vc_item .vc_inner img, .vc_custominfiniteloop2 .vc_item .vc_inner img {
    width: 90% !important;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .vc_custominfiniteloop .vc_item .vc_inner img, .vc_custominfiniteloop2 .vc_item .vc_inner img {
    width: 90% !important;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .carousel-not-show-mobile {
    display: none !important;
  }
}
.carousel-show-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .carousel-show-mobile {
    display: block !important;
  }
}
.dienstblok.dienstblok-flavour-2 .dienstbox > div > div p {
  text-align: left;
}
.padding-70-0 {
  padding: 70px 0px !important;
}
.fa-chevron-circle-right {
  color: #df9c3f;
}
.site-header:not(.make-it-sticky) .site-branding {
  margin-top: 29px;
}
.has-list ul {
  list-style-position: inside;
}
.has-list ul li {
  list-style-type: square !important;
}
.undercase {
  text-transform: none;
}
.introblok.intro-kv .zijbalk {
  padding: 20px 0px;
  margin-bottom: 120px;
}
.introblok.intro-kv .zijbalk h3, .introblok.intro-kv .zijbalk ul {
  margin-bottom: 10px !important;
}
.introblok.intro-kv .zijbalk iframe {
  position: absolute;
  bottom: -175px;
  max-width: 100%;
}
.refblok .dienstbox {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-origin: content-box;
}
.refblok .dienstbox p {
  text-align: center !important;
}
.refblok .dienstbox > div {
  padding: 0 15px !important;
  text-align: center;
}
.refblok .dienstbox > div .stars {
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 20px;
}
.refblok .dienstbox > div .signoff {
  color: var(--primary);
  font-style: italic;
}
.teamfoto img {
  max-width: 720px;
}
.bedrijfswagen-ul .bedrijfswagen-wrapper .list-items {
  margin-bottom: 30px;
}
.bedrijfswagen-ul .bedrijfswagen-wrapper .list-items li {
  list-style-type: disc !important;
  margin-left: 30px;
}
a.responsive-menu-pro-item-link {
  height: 50px !important;
  line-height: 17px !important;
  padding: 18px !important;
}
.info-balk-bedrijfswagen {
  display: none;
}
.home .info-balk-bedrijfswagen {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  height: auto;
  padding: 20px 0px;
  background: linear-gradient(var(--secgradstart), var(--secgradend));
}
@media screen and (max-width: 480px) {
  .home .info-balk-bedrijfswagen {
    display: block;
  }
}
.home .info-balk-bedrijfswagen .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px;
}
.home .info-balk-bedrijfswagen .wrapper .contact-buttons {
  display: flex;
  align-items: center;
}
.home .info-balk-bedrijfswagen .wrapper p {
  width: 155px;
  margin-bottom: 0px !important;
  color: var(--white);
}
.home .info-balk-bedrijfswagen .wrapper a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 5px 0px 5px;
  padding: 20px;
  color: var(--white);
  background-color: var(--primary);
  cursor: pointer;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: var(--primary) !important;
}
.cli-switch input:checked + .cli-slider {
  background-color: var(--primary) !important;
}
div#cookie-law-info-bar {
  z-index: 9999999 !important;
}
.flexblok-bwo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 640px;
}
@media screen and (max-width: 480px) {
  .flexblok-bwo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flexblok-bwo .klantenvertellen-bwo {
    padding: 20px 0;
  }
}
.flexblok-bwo .usplist-bwo {
  padding-left: 20px;
}
.flexblok-bwo .usplist-bwo li i, .flexblok-bwo .usplist-bwo li svg {
  color: #1ca440;
  background: transparent !important;
}
.nieuws-dethi p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 78px;
}
.whatsapp-dethi {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0px;
  box-shadow: 0px 0px 6px darkslategray;
  border: none;
  border-radius: 0px 15px;
}
.whatsapp-dethi .whatsapp-dethi-container {
  background: linear-gradient(var(--secgradstart), var(--secgradend));
  width: 250px;
  height: 175px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  border-radius: 0px 15px 0px 0px;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-content {
  background: var(--primary);
  width: 100%;
  border: none;
  border-radius: 0px 15px 0px 0px;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-content .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 0px 25px; */
  width: 100%;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-content .inner p {
  margin-bottom: 0px !important;
  line-height: 50px;
  color: var(--white);
  text-align: right;
  width: 180px;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-content .inner button {
  color: var(--white);
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-content .oranje-driehoek {
  left: calc(50% - 10px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--primary) transparent transparent transparent;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}
.whatsapp-dethi .whatsapp-dethi-container .whatsapp-dethi-buttons a {
  background: var(--primary);
  padding: 10px 15px;
  color: var(--white);
  font-size: 26px;
}
.whatsapp-dethi {
  bottom: 20px;
  right: 20px;
  box-shadow: none;
}
.whatsapp-dethi a {
  font-size: 40px;
  color: var(--white);
  display: block;
  background-color: #25d366;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
}
.scroller {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--primary);
}
.scroller__inner {
  padding-block: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.scroller__inner img {
  width: 100%;
  max-width: 150px;
  padding: 0px 25px;
  max-height: 100px;
}
.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, var(--white) 20%, var(--white) 80%, transparent);
  mask: linear-gradient(90deg, transparent, var(--white) 20%, var(--white) 80%, transparent);
}
.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 40s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* general styles */
.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.tag-list li {
  padding: 1rem;
  background: var(--primary);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem gray;
}
.pad-0 > div {
  padding: 0px !important;
}
/*occassions */
.occassiontekst h3 {
  margin-bottom: 20px !important;
}
.occassiontekst ul {
  padding-left: 20px;
  margin-bottom: 1.6em !important;
}
.occassiontekst ul li {
  list-style-type: square;
}
.occassiontekst ul strong {
  color: var(--primary);
}
/* producten */
.tekstblok img {
  border-radius: 10px;
}
.productrow .container {
  margin-bottom: 50px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.productrow .container .image {
  width: 30%;
}
.productrow .container .content {
  width: 60%;
}
.productrow .container .vc_column-inner {
  padding: 0;
}
.productrow .container .image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .productrow .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .productrow .container .image {
    width: 100%;
    padding-bottom: 30px;
  }
  .productrow .container .content {
    width: 100%;
    order: 2;
  }
}
.vc_grid.vc_row .vc_grid-item {
  height: auto !important;
}
@media screen and (max-width: 1040px) {
  .vc_grid.vc_row .vc_grid-item {
    width: 100%;
  }
}
