@charset "UTF-8";
/********** COLORS *********/
/*********** MARGINS & PADDINGS ***********/
/******** MEDIA QUERIES ********/
/* General mixins */
/****** DROPSHADOW MIXIN *******/
/**** DIENSTEN MIXINS *****/
/******** FLEXBOX **********/
/******** NIEUWS MIXIN ***********/
/***** TRANSITIONS / TRANSFORMS *****/
/* Font Faces */
@font-face {
  font-family: "darma-bold";
  src: url("../../fonts/DharmaGothicE-Bold.woff2") format("woff2"), url("../../fonts/DharmaGothicE-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: "darma-regular";
  src: url("../../fonts/DharmaGothicE-Regular.woff2") format("woff2"), url("../../fonts/DharmaGothicE-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal !important;
}
@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: "deal";
  src: url("../../fonts/Shrikhand-Regular.woff2") format("woff2"), url("../../fonts/Shrikhand-Regular.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: "work-sans-reg";
  src: url("../../fonts/WorkSans-Regular.woff2") format("woff2"), url("../../fonts/WorkSans-Regular.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;
}
strong, b {
  font-family: "bold";
}
h1 {
  font-family: "bold";
  font-size: 36px;
  color: #303030;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1040px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-family: "bold";
  font-size: 34px;
  color: #303030;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1040px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 587px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-family: "regular";
  font-size: 24px;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 20px !important;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-family: "bold";
  font-size: 24px;
  line-height: 1.2;
  color: #303030;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1040px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 587px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-family: "bold";
  font-size: 20px;
  line-height: 1.2;
  color: #303030;
}
h6 {
  font-family: "bold";
  font-size: 16px;
  line-height: 1.2;
  color: #303030;
}
.nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
  font-size: 20px;
  font-family: "bold";
}
p, p.screen-reader-text {
  font-family: "work-sans-reg";
  font-size: 16px;
  line-height: 1.4;
  margin: 0px;
  margin-bottom: 30px !important;
  word-spacing: -2px;
}
p:empty {
  display: none !important;
}
p::selection, h4::selection, h3::selection, h2::selection, h1::selection {
  color: white;
  background: black;
}
.dienstblok-flavour-1 p {
  margin-bottom: 40px !important;
}
.dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dienstblok-flavour-2 p:after, .dienstblok-flavour-3-vier:not(.noclamp) p:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.dienstblok-flavour-3 p {
  margin-bottom: 40px !important;
}
.last p {
  margin-bottom: 0px !important;
}
td, label {
  font-family: "work-sans-reg";
  font-size: 16px;
  margin: 0px;
}
textarea, input {
  font-family: "work-sans-reg";
  font-size: 14px;
}
li {
  font-family: "work-sans-reg";
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 0px !important;
}
.rpwe-block a {
  font-size: 12px;
}
.nieuwsblok .rpwe-block h3, .single .rpwe-block h3 {
  font-size: 10px !important;
}
a {
  font-family: "work-sans-reg";
}
.standard-button p {
  height: auto;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
  display: inline-block;
}
.standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, input#gform_submit_button_2, input#gform_submit_button_1 {
  font-family: "bold";
  display: inline-block;
  border: 1px solid black;
  background-color: white;
  color: black;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  overflow-x: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.standard-button a:hover, .standard-button a:active, .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink:active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, input#gform_submit_button_2:hover, input#gform_submit_button_2:active, input#gform_submit_button_1:hover, input#gform_submit_button_1:active {
  border: 1px solid white;
  background-color: black;
  color: white;
  text-decoration: none;
}
input.wpcf7-submit {
  padding: 0px 20px;
  font-size: 16px;
  border: 1px solid black;
  background-color: black;
  color: white;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input.wpcf7-submit:hover, input.wpcf7-submit:active {
  border: 1px solid black;
  background-color: white;
  color: black !important;
  text-decoration: none;
}
.cta-button a {
  font-family: "bold";
  display: inline-block;
  border: 1px solid black;
  background-color: white;
  color: black;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  overflow-x: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta-button a:hover, .cta-button a:active {
  border: 1px solid white;
  background-color: black;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .single-post h1, .single-post h2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px auto;
    margin-bottom: 10px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dienstblok-flavour-2 p:after, .dienstblok-flavour-3-vier:not(.noclamp) p:after {
    display: none;
  }
  td, label {
    font-size: 14px;
  }
  textarea, input {
    font-size: 14px;
  }
  li {
    font-size: 14px;
    line-height: 24px;
  }
  a {
    font-size: 14px;
  }
  .standard-button p {
    height: auto;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
  }
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, input[type=submit] {
    font-size: 14px;
  }
  .cta-button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 1040px) and screen and (min-width: 481px) and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-post h1, .single-post h2 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px auto;
    margin-bottom: 10px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    display: block;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dienstblok-flavour-2 p:after, .dienstblok-flavour-3-vier:not(.noclamp) p:after {
    display: none;
  }
  td, label {
    font-size: 12px;
  }
  textarea, input {
    font-size: 12px;
  }
  li {
    font-size: 12px;
    line-height: 20px;
  }
  a {
    font-size: 12px;
  }
  .standard-button p {
    height: auto;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
  }
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, input[type=submit] {
    font-size: 12px;
  }
  .cta-button a {
    font-size: 12px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and screen and (min-width: 481px) and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 587px) {
  .single-post h1, .single-post h2 {
    font-size: 18px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    margin: 0px auto;
    margin-bottom: 10px !important;
  }
  h4, .gdprc_item__label {
    font-size: 16px !important;
    line-height: 21px;
    margin-bottom: 5px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px !important;
    line-height: 16px;
  }
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    display: block;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dienstblok-flavour-2 p:after, .dienstblok-flavour-3-vier:not(.noclamp) p:after {
    display: none;
  }
  td, label {
    font-size: 12px !important;
  }
  textarea, input {
    font-size: 11px !important;
  }
  li {
    font-size: 12px !important;
    line-height: 20px;
  }
  a {
    font-size: 12px !important;
  }
  .standard-button p {
    height: auto;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
  }
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, input[type=submit] {
    font-size: 12px !important;
  }
  .cta-button a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 587px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 587px) and screen and (min-width: 481px) and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier:not(.noclamp) p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.custom-contact-container-full {
  width: 100%;
  width: calc(100% - 200px);
  padding: 100px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
@media screen and (max-width: 768px) {
  .custom-contact-container-full {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
.custom-contact-container-full .custom-contact-container-titles {
  margin: 0 auto !important;
  margin-bottom: 50px !important;
  width: 100%;
  max-width: 1200px;
  display: block;
}
.custom-contact-container-full .custom-contact-container {
  margin: 0 auto !important;
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-contact-container-full .custom-contact-container:before {
  display: none !important;
}
.custom-contact-container-full .custom-contact-container:after {
  display: none !important;
}
.custom-contact-container-full .custom-contact-container .contact-card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  transition: box-shadow 0.2s ease-in-out;
  background: white;
  padding: 20px;
  width: 288px;
  transition: all 0.3s ease;
}
.custom-contact-container-full .custom-contact-container .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.custom-contact-container-full .custom-contact-container .contact-card > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 30px;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf .left h4 {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #111827 !important;
  font-weight: 700 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf .left span {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf .right {
  width: auto;
}
.custom-contact-container-full .custom-contact-container .contact-card .naam-bedrijf .right i {
  color: gray !important;
  font-size: 25px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 10px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens .left {
  width: 25px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens .left i {
  color: gray !important;
  font-size: 17px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens .right .adres {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .adres-gegevens .right .postbus {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .telefoonnummer {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .telefoonnummer .left {
  width: 25px;
  display: flex;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .telefoonnummer .left i {
  color: gray !important;
  font-size: 17px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .telefoonnummer .right {
  width: 100%;
  display: flex;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .telefoonnummer .right .nummer {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .emailadres {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .emailadres .left {
  width: 25px;
  display: flex;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .emailadres .left i {
  color: gray !important;
  font-size: 17px;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .emailadres .right {
  width: 100%;
  display: flex;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .gegevens-bedrijf .emailadres .right .email {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .opgericht {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0px;
}
.custom-contact-container-full .custom-contact-container .contact-card .opgericht .line-one .tekst {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .opgericht .line-two .tekst {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0px;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .btw {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .btw .grijs i {
  color: gray;
  font-size: 17px;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .btw .tekst {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .btw .btw-nummer {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .kvk {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .kvk .grijs i {
  color: gray;
  font-size: 17px;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .kvk .tekst {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .zakelijke-gegevens .kvk .kvk-nummer {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
}
.custom-contact-container-full .custom-contact-container .contact-card .vcard-button a {
  color: white;
  font-size: 14px !important;
  line-height: 16px !important;
  background: black;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.custom-contact-container-full .custom-contact-container .contact-card .vcard-button a i {
  margin-right: 10px;
}
.custom-contact-container-full .custom-contact-container .contact-card .algemene-voorwaarden {
  margin-top: 20px;
}
.custom-contact-container-full .custom-contact-container .contact-card .algemene-voorwaarden a {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #111827 !important;
  font-weight: 400 !important;
  text-align: center;
  display: block;
  text-decoration: none;
}
.hellMap {
  height: 500px;
}
.hellMap > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.download-pdf i {
  margin: 0 !important;
}
.no-top-pad {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.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: white !important;
}
.wpcf7-response-output {
  padding: 0px;
  margin-top: 30px;
  background-color: black;
  color: white;
  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;
  line-height: 50px !important;
}
@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 .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 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%;
  margin-left: 0px;
  padding: 30px;
  box-shadow: 0px 2px 8px 0px #d2d2d2;
  background: white;
}
@media screen and (max-width: 768px) {
  .contact .container .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
.contact.contact-flavour-2 {
  background-color: #e6e6e6;
  padding: 100px 0;
}
.contact.contact-flavour-2 .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;
}
.contact.contact-flavour-2 .form-wrapper input:not([type="submit"]), .contact.contact-flavour-2 .form-wrapper select {
  width: calc(100% - 22px);
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  line-height: 40px;
  height: 40px;
  padding: 0px;
  padding-left: 10px;
  margin-bottom: 10px !important;
  border-radius: 0px !important;
}
.contact.contact-flavour-2 .form-wrapper textarea {
  width: calc(100% - 12px);
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  line-height: 40px;
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  margin-bottom: 30px;
  border-radius: 0px !important;
  height: 120px;
}
.contact.contact-flavour-2 .form-wrapper input:not([type="submit"]), .contact.contact-flavour-2 .form-wrapper textarea {
  margin-top: 10px;
}
.contact.contact-flavour-2 .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%;
}
.contact.contact-flavour-2 .form-wrapper .flex-verzend p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-2 .form-wrapper .flex-verzend .ajax-loader {
  display: none;
}
.contact.contact-flavour-2 .form-wrapper .flex-verzend input {
  width: 100%;
  padding-left: unset;
  padding: 0px 20px;
  margin: 0px;
  margin-bottom: 0px;
}
.contact.contact-flavour-2 .form-wrapper .full-width {
  width: 100%;
}
.contact.contact-flavour-2 .form-wrapper .full-width input:not([type="submit"]), .contact.contact-flavour-2 .form-wrapper .full-width select {
  margin: 0px;
  width: calc(100% - 12px);
}
.contact.contact-flavour-2 .form-wrapper .full-width select {
  width: 100%;
}
.contact.contact-flavour-2 .form-wrapper .half-width {
  width: 50%;
}
.contact.contact-flavour-2 .form-wrapper .half-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.contact.contact-flavour-2 .form-wrapper .half-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-2 .form-wrapper .half-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .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) {
  .contact.contact-flavour-2 .form-wrapper .half-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .form-wrapper .half-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-2 .form-wrapper .third-width {
  width: 33.33%;
}
.contact.contact-flavour-2 .form-wrapper .third-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.contact.contact-flavour-2 .form-wrapper .third-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-2 .form-wrapper .third-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .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) {
  .contact.contact-flavour-2 .form-wrapper .third-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .form-wrapper .third-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-2 .form-wrapper .twothird-width {
  width: 66.67%;
  margin-right: -16px;
}
.contact.contact-flavour-2 .form-wrapper .twothird-width.first input:not([type="submit"]) {
  margin: 0px 20px 0px 0px;
}
.contact.contact-flavour-2 .form-wrapper .twothird-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-2 .form-wrapper .twothird-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .form-wrapper .twothird-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) {
  .contact.contact-flavour-2 .form-wrapper .twothird-width {
    width: 100%;
  }
  .contact.contact-flavour-2 .form-wrapper .twothird-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-2 .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;
}
.contact.contact-flavour-2 .form-wrapper.fancy p label {
  max-width: 200px;
  min-width: 200px;
}
.contact.contact-flavour-2 .form-wrapper.fancy p > span {
  width: calc(100% - 200px - 20px);
  margin-left: 20px;
}
.contact.contact-flavour-2 .form-wrapper.fancy p input:not(.wpcf7-submit) {
  border: none;
  padding-left: 0px !important;
  border-bottom: 1px solid black;
  position: relative;
  overflow: hidden;
}
.contact.contact-flavour-2 .form-wrapper.fancy p input:not(.wpcf7-submit)::placeholder {
  width: 100%;
  transform: translatex(-100%);
  transition: all 0.3s ease-in-out;
  transform-origin: left;
}
.contact.contact-flavour-2 .form-wrapper.fancy p input:not(.wpcf7-submit):focus::placeholder {
  transform: translatex(0px);
}
.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 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-3 .full-width {
  width: 100%;
}
.contact.contact-flavour-3 .full-width input:not([type="submit"]), .contact.contact-flavour-3 .full-width select {
  margin: 0px;
  width: calc(100% - 12px);
}
.contact.contact-flavour-3 .full-width select {
  width: 100%;
}
.contact.contact-flavour-3 .half-width {
  width: 50%;
}
.contact.contact-flavour-3 .half-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.contact.contact-flavour-3 .half-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-3 .half-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .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) {
  .contact.contact-flavour-3 .half-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .half-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-3 .third-width {
  width: 33.33%;
}
.contact.contact-flavour-3 .third-width.first input:not([type="submit"]) {
  margin: 0px 10px 0px 0px;
}
.contact.contact-flavour-3 .third-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-3 .third-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .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) {
  .contact.contact-flavour-3 .third-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .third-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-3 .twothird-width {
  width: 66.67%;
  margin-right: -16px;
}
.contact.contact-flavour-3 .twothird-width.first input:not([type="submit"]) {
  margin: 0px 20px 0px 0px;
}
.contact.contact-flavour-3 .twothird-width.last input:not([type="submit"]) {
  margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-3 .twothird-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .twothird-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) {
  .contact.contact-flavour-3 .twothird-width {
    width: 100%;
  }
  .contact.contact-flavour-3 .twothird-width input:not([type="submit"]) {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact.contact-flavour-3.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;
}
.contact.contact-flavour-3.fancy p label {
  max-width: 200px;
  min-width: 200px;
}
.contact.contact-flavour-3.fancy p > span {
  width: calc(100% - 200px - 20px);
  margin-left: 20px;
}
.contact.contact-flavour-3.fancy p input:not(.wpcf7-submit) {
  border: none;
  padding-left: 0px !important;
  border-bottom: 1px solid black;
  position: relative;
  overflow: hidden;
}
.contact.contact-flavour-3.fancy p input:not(.wpcf7-submit)::placeholder {
  width: 100%;
  transform: translatex(-100%);
  transition: all 0.3s ease-in-out;
  transform-origin: left;
}
.contact.contact-flavour-3.fancy p input:not(.wpcf7-submit):focus::placeholder {
  transform: translatex(0px);
}
.contact.contact-flavour-4 select, .contact.contact-flavour-4 input:not([type="radio"]) {
  line-height: 40px;
  height: 40px;
  border: 1px solid black;
  background-color: 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;
}
.contact.contact-flavour-4 .q-box-wrapper {
  width: 100%;
  display: flex;
  padding: 30px 0px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.contact.contact-flavour-4 .q-box-wrapper p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box1 {
  width: calc(33.33% - 10px);
  padding: 0px 10px 0px 0px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box1 {
    width: 100%;
    padding: 0px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box1 p {
  margin-top: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box2 {
  width: calc(33.33% - 10px);
  padding: 0px 5px 0px 5px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box2 {
    width: 100%;
    padding: 0px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box2 p {
  margin-top: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box3 {
  width: calc(33.33% - 10px);
  padding: 0px 0px 0px 10px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box3 {
    width: 100%;
    padding: 0px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box3 p {
  margin-top: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box4, .contact.contact-flavour-4 .q-box-wrapper .box10, .contact.contact-flavour-4 .q-box-wrapper .box13, .contact.contact-flavour-4 .q-box-wrapper .box21 {
  width: 33.33%;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box4, .contact.contact-flavour-4 .q-box-wrapper .box10, .contact.contact-flavour-4 .q-box-wrapper .box13, .contact.contact-flavour-4 .q-box-wrapper .box21 {
    width: 100%;
    padding: 0px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box5 {
  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;
  width: 66.66%;
  line-height: 40px;
}
.contact.contact-flavour-4 .q-box-wrapper .box5 > span > span > span {
  display: block;
  margin-left: 0px !important;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box5 {
    width: 100%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box6 {
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 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;
  width: 66.67%;
  line-height: 38px;
  margin-top: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:first-child {
  margin-top: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child {
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child .first-word {
  width: 33.33%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child p {
  width: 66.67%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child p > span {
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child p > span > span {
  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;
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child p > span > span > span {
  width: 100%;
  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;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li:last-child p > span > span > span input {
  width: auto !important;
  margin-right: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li .first-word {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li .first-word {
    width: 33.33%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li .first-word {
    width: 33.33%;
  }
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li .first-word {
    width: 100%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li 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;
  width: 50%;
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li p input {
  width: calc(100% - 50px);
  display: inline-block;
}
.contact.contact-flavour-4 .q-box-wrapper .box6 li p span:not(.wpcf7-form-control-wrap) {
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li {
    width: 100%;
  }
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 li {
    width: 100%;
    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;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box6 li p {
    width: 100%;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box6 li p input {
    width: 100%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box6 img {
  position: absolute;
  right: 15px;
  width: calc(33.33% - 15px);
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box6 img {
    position: relative;
    width: 100%;
    right: unset;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 {
  width: 100%;
  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) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 {
    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;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 {
    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;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > 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;
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div input:not([type="radio"]) {
  margin-left: 10px;
  width: calc(100% - 20px);
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div input[type="radio"] {
  margin-right: 5px;
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div p.last-word {
  margin-left: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(1) {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(1) {
    width: 33.33%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(1) {
    width: 33.33%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(2) {
  width: 16.67%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(2) {
    width: 16.67%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(2) {
    width: 16.67%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(3) {
  width: 25%;
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(3) .last-word {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(3) {
    width: 50%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(4) {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(4) {
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:nth-child(4) {
    width: 50%;
    margin-top: 10px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box9 > div .wpcf7-list-item {
  display: flex;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box9 > div:last-child {
    margin-bottom: 0px !important;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box14 {
  width: 100%;
  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;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div {
  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;
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div input[type="radio"] {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box14 > div {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box14 > div:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box14 > div {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box14 > div:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box14 > div {
    width: 100% !important;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div:nth-child(5) {
  width: 66.67%;
  margin-right: 0px;
  margin-bottom: 0px;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div:nth-child(4) {
  margin-bottom: 0px;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div:nth-child(3) {
  width: 33.33%;
  margin-right: 0px;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div .wpcf7-list-item {
  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;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div > span:first-child {
  width: 25%;
}
.contact.contact-flavour-4 .q-box-wrapper .box14 > div > span:last-child {
  width: 75%;
}
.contact.contact-flavour-4 .q-box-wrapper .box15, .contact.contact-flavour-4 .q-box-wrapper .box16, .contact.contact-flavour-4 .q-box-wrapper .box17 {
  width: 33.33%;
}
.contact.contact-flavour-4 .q-box-wrapper .box15 img, .contact.contact-flavour-4 .q-box-wrapper .box16 img, .contact.contact-flavour-4 .q-box-wrapper .box17 img {
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box15 p, .contact.contact-flavour-4 .q-box-wrapper .box16 p, .contact.contact-flavour-4 .q-box-wrapper .box17 p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box15 > div, .contact.contact-flavour-4 .q-box-wrapper .box16 > div, .contact.contact-flavour-4 .q-box-wrapper .box17 > div {
  width: 100%;
  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: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box15, .contact.contact-flavour-4 .q-box-wrapper .box16, .contact.contact-flavour-4 .q-box-wrapper .box17 {
    width: 100% !important;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box16 > div {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box16 {
    width: 66.67%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box16 {
    width: 66.67%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box17 {
    width: 66.67%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box17 {
    width: 66.67%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box17 > div {
  margin-bottom: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box17 > div > span {
  width: 10%;
}
.contact.contact-flavour-4 .q-box-wrapper .box17 > div > span.first-text, .contact.contact-flavour-4 .q-box-wrapper .box17 > div > span.wpcf7-form-control-wrap:first-child {
  width: 25%;
}
.contact.contact-flavour-4 .q-box-wrapper .box17 > div > span.wpcf7-form-control-wrap {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box18 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box18 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box19 {
  display: flex;
  flex-wrap: wrap;
  width: 66.67%;
}
@media screen and (max-width: 768px) {
  .contact.contact-flavour-4 .q-box-wrapper .box19 {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact.contact-flavour-4 .q-box-wrapper .box19 {
    width: 100%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box19 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  margin-right: 5px;
  height: auto !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row {
  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;
  width: 100%;
  margin-bottom: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row input[type="radio"] {
  margin-right: 5px;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(1) > span {
  width: 50%;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(1) > span > span {
  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.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > span {
  width: 50%;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > span > span {
  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.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > div {
  width: calc(25% - 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.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > div:first-child {
  margin-right: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > div:last-child {
  margin-left: 10px;
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > div > span:first-child {
  margin-right: 5px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(2) > div {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(3), .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(4) {
  margin-left: 30px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(3), .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row:nth-child(4) {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row {
    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;
  }
  .contact.contact-flavour-4 .q-box-wrapper .box19 .wrap-row > span {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box26 {
  width: 66.67%;
}
.contact.contact-flavour-4 .q-box-wrapper .box26 textarea {
  width: 100%;
  max-width: 747px;
}
@media screen and (max-width: 587px) {
  .contact.contact-flavour-4 .q-box-wrapper .box26 {
    width: 100%;
  }
}
.contact.contact-flavour-4 .q-box-wrapper .box27 {
  padding: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box27 p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box27 .wpcf7-list-item {
  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;
}
.contact.contact-flavour-4 .q-box-wrapper .box27 .wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  margin-right: 5px;
}
.contact.contact-flavour-4 .q-box-wrapper .box28 {
  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;
  width: 100%;
}
.contact.contact-flavour-4 .q-box-wrapper .box28 p {
  margin-bottom: 0px !important;
}
.contact.contact-flavour-4 .q-box-wrapper .box28 input[type="submit"] {
  padding: 0px 20px;
  width: 100%;
  line-height: 40px;
  color: white !important;
  background-color: black !important;
  cursor: pointer;
}
.contact.contact-flavour-4 .q-box-wrapper .box28 input[type="submit"]:hover {
  color: black !important;
  background-color: white !important;
}
.contact.contact-flavour-4 .q-box-wrapper span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
.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;
  float: left;
}
.labelcontactform label::after {
  content: "";
  clear: both;
  display: table;
}
.labelcontactform input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .labelcontactform select {
  width: calc(100% - 22px);
  border: 1px solid black;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  margin: 0px 20px;
  border-radius: 0px !important;
}
.labelcontactform textarea {
  width: calc(100% - 22px);
  border: 1px solid 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;
}
/**** COOKIE MELDER GPDR CONSENT ****/
#gdprc_bar {
  background-color: black;
  padding: 10px 0px !important;
  height: 100px;
  overflow: hidden;
  z-index: 99999999;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #gdprc_bar {
    height: 120px;
  }
}
@media screen and (max-width: 587px) {
  #gdprc_bar {
    height: auto;
  }
}
#gdprc_bar .container {
  margin-top: 0px !important;
}
@media screen and (max-width: 587px) {
  #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 */
  /* end */
  margin-top: -11px;
}
#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: "regular";
}
@media screen and (max-width: 587px) {
  #gdprc_bar .container .gdprc_content {
    margin-top: 0px;
  }
}
#gdprc_bar .container .gdprc_content h3 {
  color: white;
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
#gdprc_bar .container .gdprc_content p {
  color: white;
  font-size: 12px !important;
  margin-bottom: 5px !important;
  line-height: 21px !important;
}
#gdprc_bar .container .gdprc_content a {
  color: white;
  text-decoration: underline !important;
  font-size: 12px !important;
}
#gdprc_bar .container .gdprc_actions a {
  font-size: 12px !important;
  margin-bottom: 5px !important;
  color: 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: white;
  text-decoration: none;
  font-size: 16px !important;
  margin-bottom: 5px !important;
  line-height: 91px;
  margin-top: -11px;
  border-left: 1px solid white;
  border-right: 1px solid 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: white;
  color: black;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    line-height: 141px;
  }
}
@media screen and (max-width: 587px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    line-height: 40px;
    border-left: none;
    border-right: none;
    background-color: white;
    color: black;
  }
}
#gdprc_bar .container .gdprc_actions .gdprc_link {
  text-decoration: underline !important;
}
#gdprc_settings {
  margin-top: 0px !important;
  max-width: 1200px;
  border: none;
  overflow: visible;
}
#gdprc_settings .gdprc_header {
  display: none;
}
#gdprc_settings .gdprc_actions {
  background: transparent;
  border-top: none;
  padding: 0px 0px 30px 0px;
}
#gdprc_settings .gdprc_button, #gdprc_settings .gdprc_action {
  background-color: black;
  color: white;
  border: none;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px !important;
  width: auto !important;
  font-size: 12px;
  font-family: "regular";
}
#gdprc_settings .gdprc_items {
  background: transparent;
  border-top: none;
  margin-top: -30px;
  padding: 0px;
}
#gdprc_settings .gdprc_items .gdprc_item {
  padding: 0px;
}
@media screen and (max-width: 587px) {
  #gdprc_settings .gdprc_items .gdprc_item .gdprc_item__link {
    display: none;
  }
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__label {
  order: 2;
}
#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: 587px) {
  #gdprc_settings .gdprc_items .gdprc_item .gdprc_item__desc {
    display: block;
  }
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__checkbox__wrapper label {
  background-color: white;
}
.cookie-header {
  min-height: 400px;
}
.cookie-row {
  padding: 50px 0;
}
.cookie-row .container {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
@media screen and (max-width: 587px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
.cookie-row .container img {
  margin-bottom: 30px;
}
.privacyblok {
  padding: 50px 0;
}
.privacyblok > div > div {
  padding-bottom: 35px !important;
}
.privacyblok h1 {
  margin-bottom: 60px !important;
}
.privacyblok h5 {
  margin-bottom: 0;
}
.privacyblok ol {
  padding-left: 0;
  margin-top: 0;
}
.privacyblok ul li {
  list-style-type: disc;
  font-family: "regular";
}
.privacyblok ol li {
  list-style-type: none;
  font-family: "regular";
}
.privacyblok table {
  border-collapse: collapse;
  margin-bottom: 28px !important;
}
.privacyblok table, .privacyblok th, .privacyblok td {
  border: 1px solid black;
}
.privacyblok th, .privacyblok td {
  padding: 5px;
}
.dienstenblok.dienstblok-flavour-3 {
  padding: 100px 0;
}
.dienstenblok.dienstblok-flavour-3 .container.marbot50 {
  margin-bottom: 50px !important;
}
.dienstenblok.dienstblok-flavour-3 .container.last-container .dienstbox {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .container.last-container .dienstbox {
    padding-bottom: 20px !important;
  }
  .dienstenblok.dienstblok-flavour-3 .container.last-container .dienstbox:last-child {
    padding-bottom: 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox {
    width: 50% !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox {
    width: 100% !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(1) {
  padding: 0px 45px 20px 0px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(2) {
  padding: 0px 30px 20px 20px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(3) {
  padding: 0px 15px 20px 30px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 0px 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(4) {
  padding: 0px 0px 20px 45px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 15px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .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) {
  .dienstenblok.dienstblok-flavour-3 .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;
  }
}
.dienstenblok.dienstblok-flavour-3 .teksthouder {
  text-align: center;
  margin-bottom: 50px !important;
}
.dienstenblok.dienstblok-flavour-3 .teksthouder .dont-clamp-this p {
  max-width: 800px;
  margin: 0 auto;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox {
  padding: 0px 25px 20px 25px;
  text-align: left;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox {
    padding: 0px 0px 20px 0px;
  }
}
.dienstenblok.dienstblok-flavour-3 .dienstbox:first-child {
  padding: 0px 50px 20px 0px;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox:first-child {
    padding: 0px 0px 20px 0px;
  }
}
.dienstenblok.dienstblok-flavour-3 .dienstbox:last-child {
  padding: 0px 0px 20px 50px;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox:last-child {
    padding: 0px 0px 0px 0px;
  }
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper {
  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;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper svg {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstenblok.dienstblok-flavour-3 .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .vc_separator {
  margin: 20px 0px !important;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .vc_separator .vc_sep_line {
  width: 50%;
  left: 50%;
  transform: translatex(-50%);
  border-top: 2px solid black;
  max-width: 70px;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .wpb_single_image {
  margin-bottom: 20px;
}
.dienstenblok.dienstblok-flavour-3 .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
  width: 70px !important;
  height: 70px !important;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper {
  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;
}
.dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper svg {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstenblok.dienstblok-flavour-3 .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstenblok.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) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstenblok.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;
  }
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
  width: calc(33.33% - 90px);
  padding: 0px 0px 20px 20px;
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstenblok.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) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(33.33% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstenblok.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) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstenblok.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;
  }
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
  width: calc(50% - 90px);
  padding: 0px 0px 20px 10px;
}
.dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstenblok.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) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(50% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.dienstenblok.dienstblok-flavour-1 {
  padding: 100px 0;
  text-align: center;
}
.dienstenblok.dienstblok-flavour-1 .container.marbot50 {
  margin-bottom: 50px !important;
}
.dienstenblok.dienstblok-flavour-1 .container.last-container .dienstbox {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .container.last-container .dienstbox {
    padding-bottom: 20px !important;
  }
  .dienstenblok.dienstblok-flavour-1 .container.last-container .dienstbox:last-child {
    padding-bottom: 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox {
    width: 50% !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox {
    width: 100% !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(1) {
  padding: 0px 45px 20px 0px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(2) {
  padding: 0px 30px 20px 20px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(3) {
  padding: 0px 15px 20px 30px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 0px 0px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 0px 50px 0px !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(4) {
  padding: 0px 0px 20px 45px;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 15px !important;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .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) {
  .dienstenblok.dienstblok-flavour-1 .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;
  }
}
.dienstenblok.dienstblok-flavour-1 .teksthouder {
  text-align: center;
  margin-bottom: 50px !important;
}
.dienstenblok.dienstblok-flavour-1 .teksthouder .dont-clamp-this p {
  max-width: 800px;
  margin: 0 auto;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox {
  padding: 0px 25px 20px 25px;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox {
    padding: 0px 0px 20px 0px;
  }
}
.dienstenblok.dienstblok-flavour-1 .dienstbox:first-child {
  padding: 0px 50px 20px 0px;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox:first-child {
    padding: 0px 0px 20px 0px;
  }
}
.dienstenblok.dienstblok-flavour-1 .dienstbox:last-child {
  padding: 0px 0px 20px 50px;
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox:last-child {
    padding: 0px 0px 0px 0px;
  }
}
.dienstenblok.dienstblok-flavour-1 .dienstbox p.bigprice strong {
  font-size: 20px;
  font-family: "bold";
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper {
  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;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper svg {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .dienstenblok.dienstblok-flavour-1 .dienstbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .vc_separator {
  margin: 20px 0px !important;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .vc_separator .vc_sep_line {
  width: 50%;
  border-top: 2px solid black;
  max-width: 70px;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox > div {
  padding: 10px !important;
  border: 1px solid black;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .wpb_single_image {
  margin-bottom: 20px;
}
.dienstenblok.dienstblok-flavour-1 .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
  width: 70px !important;
  height: 70px !important;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper {
  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;
}
.dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper svg {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper {
    width: 50px;
    height: 50px;
    position: relative;
    left: 10px;
  }
  .dienstenblok.dienstblok-flavour-1 .iconbox .iconwrapper svg {
    font-size: 24px;
  }
}
.dienstenblok.dienstblok-flavour-1 .iconholder .iconwrapper {
  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;
}
.dienstenblok.dienstblok-flavour-1 .iconholder .iconwrapper svg {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 50px !important;
  }
  .dienstenblok.dienstblok-flavour-1 .dienstbox:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox {
    width: 50%;
  }
}
@media screen and (max-width: 587px) {
  .dienstenblok.dienstblok-flavour-1 .dienstbox {
    width: 100%;
  }
}
.dienstblok {
  padding: 100px 0;
  text-align: center;
}
.dienstblok:not(.noclamp) p {
  margin: 20px 0px !important;
  font-family: "open_sans";
  color: #333333;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dienstblok p:after {
  display: none;
}
.dienstblok h4 {
  padding: 20px 0px;
}
.dienstblok .vc_icon_element {
  -webkit-animation: wpb_appear 2s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_appear 2s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_appear 2s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.dienstcontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.dienstcontainer .vc_column_container {
  max-width: 1200px;
  margin: 0 auto;
}
.tekstblok.formulier-blok .container {
  padding-bottom: 50px !important;
}
.formcharter p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .formcharter .vc_col-sm-6 {
    width: calc(50% - 1px);
  }
}
.formcharter .form-form {
  border: 1px solid black;
  padding: 50px;
  background-color: black;
  color: white;
}
.formcharter .form-form input[type="radio"] {
  margin-right: 10px;
}
@media screen and (max-width: 587px) {
  .formcharter .form-form {
    padding: 20px;
  }
}
.formcharter .form-form h2 {
  color: white;
  font-size: 30px;
  text-transform: none;
}
.formcharter .form-form a {
  color: white;
}
.formcharter .form-form .wpcf7-response-output {
  background-color: white;
  color: black;
  margin-top: 0;
}
.formcharter .form-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .formcharter .form-form select {
  margin: 0;
  background-color: white;
}
.formcharter .form-form select {
  width: calc(100% - 10px);
}
@media screen and (max-width: 587px) {
  .formcharter .form-form select {
    font-size: 16px;
  }
}
.formcharter .form-form .wpcf7-radio {
  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;
}
.formcharter .form-form .wpcf7-radio .wpcf7-list-item {
  width: 50%;
  font-size: 14px;
}
@media screen and (max-width: 1207px) {
  .formcharter .form-form .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .formcharter .form-form .wpcf7-radio .wpcf7-list-item {
    width: 50%;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .formcharter .form-form .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.formcharter .form-form .flex-verzend {
  width: 100%;
}
.formcharter .form-form input.wpcf7-submit {
  border: 1px solid white;
}
.formcharter .form-sidebar {
  border: 1px solid black;
  padding: 50px;
}
@media screen and (max-width: 587px) {
  .formcharter .form-sidebar {
    padding: 20px;
  }
}
.formcharter .form-sidebar h2 {
  font-size: 30px;
  text-transform: none;
}
.formcharter .form-sidebar p.ul-line {
  margin-bottom: 0 !important;
}
.formcharter .form-sidebar ul {
  list-style-image: url("/wp-content/uploads/hellenique-check.svg");
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 28px !important;
}
.formcharter .form-sidebar ul li {
  font-size: 14px;
}
.formcharter .form-sidebar .zoom-bar {
  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;
  margin-top: 30px;
}
.formcharter .form-sidebar .zoom-bar .zoom-img {
  margin: 0;
}
.formcharter .form-sidebar .zoom-bar .zoom-img img {
  width: 125px;
  margin-top: 5px;
}
.formcharter .form-sidebar .zoom-bar .zoom-text {
  padding-left: 30px;
  box-sizing: border-box;
  width: calc(100% - 125px);
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 20px;
}
.formcharter.henriecharter .form-form h2 {
  font-size: 25px;
}
.formcharter.henriecharter .form-form .standard-button {
  padding: 0;
}
.formcharter.henriecharter .form-form .standard-button p {
  margin: 80px 0 0 0 !important;
}
.formcharter.henriecharter .form-form .standard-button a {
  background-color: black;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}
.formcharter.henriecharter .form-form .standard-button a:hover {
  color: black;
  background-color: white;
}
.formcharter.henriecharter .form-sidebar p {
  margin-bottom: 0 !important;
}
.formcharter.henriecharter .form-sidebar .henrie-row {
  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;
  margin-bottom: 20px;
}
.formcharter.henriecharter .form-sidebar .henrie-row .henrie-img {
  margin: 0;
}
.formcharter.henriecharter .form-sidebar .henrie-row .henrie-img img {
  width: 90px;
  margin-top: 5px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
}
.formcharter.henriecharter .form-sidebar .henrie-row .henrie-text {
  padding-left: 10px;
  box-sizing: border-box;
  width: calc(100% - 90px);
}
.formcharter.henriecharter .form-sidebar .henrie-row .henrie-text p {
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 20px;
}
.formcharter.henriecharter .form-sidebar .henrie-row .henrie-text p strong {
  font-family: "bold";
  font-size: 20px;
}
.cta.mini-cta {
  background-color: black;
  padding: 10px 0;
}
.cta.mini-cta .container h2 {
  color: white;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.cta.mini-cta .container a {
  color: white;
  font-size: 20px !important;
}
.card-row .container {
  max-width: 800px;
}
.card-row .servicecards {
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-row .servicecards > div:first-child {
    margin-bottom: 30px;
  }
}
.card-row .servicecards p {
  margin-bottom: 0 !important;
}
.card-row .servicecards .price p {
  font-size: 25px;
  font-family: "bold";
}
.card-row .servicecards img {
  max-width: 300px;
  margin-bottom: 30px;
}
.cta {
  background-color: #e6e6e6;
  padding: 50px 0;
  text-align: center;
}
.cta .vc_btn3-container .vc_general.vc_btn3-style-modern {
  background-color: #000000;
  color: #ffffff;
}
.cta .vc_btn3-container .vc_general.vc_btn3-style-modern:hover, .cta .vc_btn3-container .vc_general.vc_btn3-style-modern:active {
  background-color: #f2f2f2;
  color: #000000;
}
.ctacontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.ctacontainer .vc_column_container {
  max-width: 1200px;
  margin: 0 auto;
}
.cta-flavour-1 .container {
  padding: 0px;
}
@media screen and (max-width: 587px) {
  .cta-flavour-1 .container h2 {
    font-size: 26px !important;
    margin: 0 !important;
  }
}
.seo-footer {
  width: calc(100% - 80px);
  padding: 0px 40px;
}
.seo-footer .seo-wrapper {
  border-top: 1px solid lightgray;
  padding: 20px 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}
.seo-footer .seo-wrapper p {
  margin-bottom: 0px !important;
}
.seo-footer .seo-wrapper a {
  font-weight: 400 !important;
}
.seo-footer .seo-wrapper p, .seo-footer .seo-wrapper a {
  font-size: 12px;
  color: gray;
  line-height: 18px;
}
.content-bottom-widgets .widget-area:last-child {
  margin-bottom: 0px;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 40px;
  gap: 30px;
}
.content-bottom-widgets .widget-area:last-child a {
  font-weight: 400 !important;
}
@media screen and (max-width: 587px) {
  .content-bottom-widgets .widget-area:last-child {
    padding: 40px;
    gap: 0px;
  }
}
/******** COPYRIGHT BAR *********/
.copyright-bar .copy-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid lightgray;
}
@media screen and (max-width: 587px) {
  .copyright-bar .copy-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 587px) {
  .copyright-bar .copy-wrapper p:last-child {
    margin-top: 0;
  }
}
.copyright-bar .copy-wrapper p, .copyright-bar .copy-wrapper a {
  color: #303030 !important;
  font-size: 12px !important;
}
.copyright-bar .copy-wrapper a {
  overflow-x: hidden;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.copyright-bar .btn-group-vertical > .btn-group:after, .copyright-bar .btn-group-vertical > .btn-group:before, .copyright-bar .btn-toolbar:after, .copyright-bar .btn-toolbar:before, .copyright-bar .container-fluid:after, .copyright-bar .container-fluid:before, .copyright-bar .container:after, .copyright-bar .container:before, .copyright-bar .dl-horizontal dd:after, .copyright-bar .dl-horizontal dd:before, .copyright-bar .form-horizontal .form-group:after, .copyright-bar .form-horizontal .form-group:before, .copyright-bar .modal-footer:after, .copyright-bar .modal-footer:before, .copyright-bar .nav:after, .copyright-bar .nav:before, .copyright-bar .navbar-collapse:after, .copyright-bar .navbar-collapse:before, .copyright-bar .navbar-header:after, .copyright-bar .navbar-header:before, .copyright-bar .navbar:after, .copyright-bar .navbar:before, .copyright-bar .pager:after, .copyright-bar .pager:before, .copyright-bar .panel-body:after, .copyright-bar .panel-body:before, .copyright-bar .row:after, .copyright-bar .row:before, .copyright-bar .vc_row:after, .copyright-bar .vc_row:before {
  display: none !important;
}
.content-bottom-widgets .widget {
  border-top: none;
}
.content-bottom-widgets {
  background-color: #ffffff;
  padding: 30px 0px;
}
.content-bottom-widgets form p {
  margin: 0px;
}
.content-bottom-widgets .widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent !important;
}
.content-bottom-widgets .widget-area section {
  width: calc(100%);
  /*   padding: 0px 20px; */
}
.content-bottom-widgets .widget-area section h2 {
  font-size: 24px;
  margin: 0px 0px 40px 0px;
}
.content-bottom-widgets .widget-area section ul h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.content-bottom-widgets .widget-area section .footer-img {
  height: 50px !important;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content-bottom-widgets .widget-area section ul.footer-nav {
  margin: 0px;
  padding: 0px;
}
.content-bottom-widgets .widget-area section ul.footer-nav li {
  list-style-type: none;
}
.content-bottom-widgets .widget-area section ul.footer-nav li:hover i {
  left: 5px;
}
.content-bottom-widgets .widget-area section ul.footer-nav li:hover a {
  text-decoration: underline !important;
}
.content-bottom-widgets .widget-area section ul.footer-nav li i {
  display: none;
}
.content-bottom-widgets .widget-area section ul.footer-nav li a {
  text-decoration: none !important;
  font-size: 15px;
}
.content-bottom-widgets .widget-area section ul.contact-info {
  margin: 0px;
  padding: 0px;
}
.content-bottom-widgets .widget-area section ul.contact-info li {
  list-style-type: none;
  transition: all 0.3s ease;
  font-size: 15px;
}
.content-bottom-widgets .widget-area section ul.contact-info li:hover a {
  text-decoration: underline !important;
}
.content-bottom-widgets .widget-area section ul.contact-info li strong {
  font-family: "open_sans_XtraBold";
  margin-right: 5px;
}
.content-bottom-widgets .widget-area section ul.contact-info li i {
  margin-right: 20px;
  position: relative;
  left: 0;
}
.content-bottom-widgets .widget-area section ul.contact-info li a {
  text-decoration: none !important;
  padding: 0px 20px 0px 0px;
}
.content-bottom-widgets .widget-area section ul.bezoek-info {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.content-bottom-widgets .widget-area section ul.bezoek-info li {
  list-style-type: none;
  transition: all 0.3s ease;
  font-size: 15px;
}
.content-bottom-widgets .widget-area section ul.bezoek-info li i {
  margin-right: 20px;
  position: relative;
  left: 0;
}
.content-bottom-widgets .widget-area section .footer-info img {
  margin-bottom: 15px;
  width: 70%;
}
.content-bottom-widgets .widget-area section ul.social-info {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.content-bottom-widgets .widget-area section ul.social-info div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
}
.content-bottom-widgets .widget-area section ul.social-info li {
  list-style-type: none;
  line-height: 40px;
  transition: all 0.3s ease;
  border: 1px solid #000000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover {
  border-radius: 0%;
}
.content-bottom-widgets .widget-area section ul.social-info li a {
  text-align: center;
  background: #ffffff;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.content-bottom-widgets .widget-area section ul.social-info li a:hover {
  border-radius: 0%;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover .facebook {
  background-color: #000000;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover .pinterest {
  background-color: #000000;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover .twitter {
  background-color: #000000;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover .linkedin {
  background-color: #000000;
}
.content-bottom-widgets .widget-area section ul.social-info li:hover i {
  color: #ffffff;
}
.content-bottom-widgets .widget-area section ul.social-info li i {
  margin-right: 0px;
  position: relative;
  font-size: 25px;
  line-height: 40px;
}
.copyright-bar .container {
  padding: 0px;
}
@media screen and (max-width: 1040px) {
  .content-bottom-widgets form .wpcf7-submit {
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area section h2 {
    font-size: 18px;
  }
  .content-bottom-widgets .widget-area section ul h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .content-bottom-widgets .widget-area section ul a, .content-bottom-widgets .widget-area section ul li {
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area section ul.footer-nav li a {
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li i {
    margin-right: 20px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li a {
    padding: 0px 10px 0px 0px;
  }
  .content-bottom-widgets .widget-area section ul.bezoek-info {
    margin: 0px 0px 20px 0px;
  }
  .content-bottom-widgets .widget-area section ul.social-info li i {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 960px) {
  .content-bottom-widgets form .wpcf7-submit {
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area section h2 {
    font-size: 16px;
  }
  .content-bottom-widgets .widget-area section ul h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .content-bottom-widgets .widget-area section ul a, .content-bottom-widgets .widget-area section ul li {
    font-size: 13px;
  }
  .content-bottom-widgets .widget-area section ul.footer-nav li a {
    font-size: 13px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li i {
    margin-right: 20px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li a {
    padding: 0px 10px 0px 0px;
  }
  .content-bottom-widgets .widget-area section ul.bezoek-info {
    margin: 0px 0px 20px 0px;
  }
  .content-bottom-widgets .widget-area section ul.social-info li i {
    padding: 0px;
    width: 40px;
  }
}
@media screen and (max-width: 784px) {
  .content-bottom-widgets form .wpcf7-submit {
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .content-bottom-widgets .widget-area section:nth-child(2) {
    width: calc(66.67% - 40px);
  }
  .content-bottom-widgets .widget-area section:nth-child(3) {
    width: 100%;
  }
  .content-bottom-widgets .widget-area section:nth-child(3) .footer-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .content-bottom-widgets .widget-area section:nth-child(3) .footer-info img {
    display: none;
  }
  .content-bottom-widgets .widget-area section:nth-child(3) .footer-info ul {
    width: calc(33.33% - 20px);
    padding: 0px 10px;
  }
  .content-bottom-widgets .widget-area section h2 {
    font-size: 16px;
  }
  .content-bottom-widgets .widget-area section ul h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .content-bottom-widgets .widget-area section ul a, .content-bottom-widgets .widget-area section ul li {
    font-size: 12px;
  }
  .content-bottom-widgets .widget-area section ul.footer-nav li a {
    font-size: 12px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info {
    flex-grow: 1;
    width: calc(50% - 20px) !important;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li {
    flex-grow: 1;
    white-space: nowrap;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li:hover a {
    padding: 0px 0px 0px 5px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li i {
    margin-right: 20px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li a {
    padding: 0px 10px 0px 0px;
  }
  .content-bottom-widgets .widget-area section ul.bezoek-info {
    margin: 0px 0px 20px 0px;
    width: calc(50% - 20px) !important;
  }
  .content-bottom-widgets .widget-area section ul.social-info {
    width: 100% !important;
    font-size: 14px;
  }
  .content-bottom-widgets .widget-area section ul.social-info li i {
    padding: 0px;
    width: 40px;
  }
  .copyright-bar .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 496px) {
  .content-bottom-widgets {
    padding: 0px !important;
  }
  .content-bottom-widgets form .wpcf7-submit {
    font-size: 12px !important;
  }
  .content-bottom-widgets .widget-area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .content-bottom-widgets .widget-area section {
    width: 100% !important;
  }
  .content-bottom-widgets .widget-area section .footer-info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-bottom-widgets .widget-area section .footer-info img {
    display: none;
  }
  .content-bottom-widgets .widget-area section .footer-info ul {
    width: 100% !important;
    padding: 0px;
  }
  .content-bottom-widgets .widget-area section h2 {
    font-size: 16px;
  }
  .content-bottom-widgets .widget-area section ul h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .content-bottom-widgets .widget-area section ul a, .content-bottom-widgets .widget-area section ul li {
    font-size: 12px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info {
    flex-grow: 2;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li {
    flex-grow: 1;
    white-space: nowrap;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li:hover a {
    padding: 0px 0px 0px 5px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li i {
    margin-right: 20px;
  }
  .content-bottom-widgets .widget-area section ul.contact-info li a {
    padding: 0px 10px 0px 0px;
  }
  .content-bottom-widgets .widget-area section ul.bezoek-info {
    margin: 0px 0px 20px 0px;
    width: calc(100% - 0px) !important;
  }
  .content-bottom-widgets .widget-area section ul.social-info li i {
    padding: 0px;
    width: 40px;
  }
}
body.home .main-navigation ul li, body.home .site-branding a, body.home .topbar-flavour-2 a {
  opacity: 0;
}
button#rmp_menu_trigger-7833 {
  top: 65px !important;
  z-index: 99999999;
}
@media screen and (max-width: 587px) {
  button#rmp_menu_trigger-7833 {
    top: 17.5px !important;
  }
}
.make-it-sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 80px);
  z-index: 999;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1040px) {
  .make-it-sticky {
    position: fixed;
  }
}
@media screen and (max-width: 1040px) {
  #behind-menu-box {
    display: none;
  }
}
.site-header {
  padding: 10px 40px;
}
.site-header .site-branding {
  max-width: 200px;
}
.site-header .site-branding a {
  display: flex;
  align-items: center;
}
.site-header .site-branding a svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 587px) {
  .site-header {
    position: fixed;
    width: calc(100% - 40px);
    background: #fff;
    z-index: 9999999;
    top: 0;
    padding: 10px 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .site-main {
    margin-top: 90px !important;
  }
}
header .site-header-main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 70px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  gap: 100px;
}
header .site-branding {
  display: inline-flex;
  align-items: center;
}
header #site-header-menu {
  width: calc(100% - 0px);
}
header .main-navigation {
  width: 100%;
}
header .main-navigation ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: auto;
  gap: 20px;
}
header .main-navigation ul li {
  width: auto;
  position: relative;
}
header .main-navigation ul li .dropdown-toggle {
  display: none;
}
header .main-navigation ul li:hover .sub-menu {
  display: block;
}
header .main-navigation ul li a {
  white-space: nowrap;
}
header .main-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #ffffff;
  right: 0;
  z-index: 9999;
  width: 100%;
}
header .main-navigation ul li .sub-menu li .menu-image-hover-wrapper {
  position: absolute;
  right: -310px;
  padding: 20px !important;
  border: 5px solid #000000;
  top: -0.5px;
  background: #ffffff;
}
header .main-navigation ul li .sub-menu li .menu-image-hover-wrapper a {
  padding: 0px 40px !important;
}
header .main-navigation ul li .sub-menu li .menu-image-hover-wrapper .menu-image {
  opacity: 0;
}
header .main-navigation ul li .sub-menu li .menu-image-hover-wrapper .hovered-image {
  opacity: 0;
}
header .main-navigation ul li .sub-menu li .menu-image-hover-wrapper:hover .hovered-image {
  opacity: 1;
}
header .main-navigation ul li .sub-menu li:hover .menu-image {
  opacity: 1;
}
header .main-navigation ul li li:last-child {
  display: block;
  width: auto;
}
header .main-navigation ul li li a {
  line-height: 40px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
  text-align: left;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 14px;
  white-space: wrap;
  width: 200px;
}
header .main-navigation ul li li a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
header .main-navigation ul li a {
  color: #303030;
  background: #ffffff;
  display: block;
  padding: 0;
  line-height: 70px;
  text-decoration: none;
  font-family: "work-sans-reg";
}
header .main-navigation ul li i {
  position: absolute;
  left: -40px;
  top: calc(50% - 9px);
  transition: all 0.3s ease;
  opacity: 0;
}
header .main-navigation ul li:hover i {
  color: #ffffff;
  opacity: 1;
  left: 40px;
}
header .menu-toggle, header .dropdown-toggle span {
  display: none;
  background: #000000;
  border: none;
}
header .menu-toggle:hover, header .dropdown-toggle span:hover {
  color: #ffffff;
  cursor: pointer;
}
header .menu-toggle:focus, header .dropdown-toggle span:focus {
  outline: none !important;
}
header .dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
header .dropdown-toggle:toggled-on:after {
  content: "V";
}
header .dropdown-toggle:after {
  content: "V";
  font-size: 24px;
  left: 1px;
  position: relative;
  right: 10px;
  width: 48px;
}
header .dropdown-toggle:hover, header .dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}
/* NAVIGATION MENU EDITS NESSACERY (lol that spelling tho) FOR MENU ITEMS ON EVERY SITE */
@media screen and (max-width: 820px) {
  .main-navigation ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .sub-menu {
    width: 150px !important;
    left: -15px;
  }
  .site-header-menu {
    display: block;
  }
  .main-navigation ul li {
    display: block;
    width: 100%;
  }
  .dropdown-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-item-has-children:hover .sub-menu {
    display: none !important;
  }
  header .main-navigation ul li:last-child {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  header .main-navigation ul li .sub-menu.toggled-on {
    position: relative;
    height: auto;
    width: 100% !important;
    left: 0;
    display: block !important;
  }
  header .site-header-main {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header #site-header-menu {
    width: 100%;
    position: absolute;
  }
  .menu-toggle {
    position: relative;
    z-index: 99999 !important;
  }
  .toggled-on {
    display: block !important;
    z-index: 9999;
  }
  .dropdown-toggle {
    display: inline-block;
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }
  .dropdown-toggle.toggled-on {
    transform: rotate(180deg);
  }
  .site-header-menu {
    display: none;
  }
  .dropdown-toggle span {
    display: none;
  }
  .main-navigation ul {
    flex-wrap: wrap;
    padding: 0px;
  }
  .main-navigation ul li {
    display: block;
    width: 100%;
  }
  .main-navigation ul li:hover .dropdown-toggle {
    color: #ffffff;
  }
  .dropdown-toggle:hover {
    color: #000000 !important;
  }
  .main-navigation ul li:hover .dropdown-toggle.toggled-on {
    color: #000000;
  }
  .sub-menu.toggled-on {
    position: relative;
    top: 0px;
    display: block !important;
    border: none;
    border-top: 1px solid #000000;
  }
  .dropdown-toggle:focus {
    outline: none !important;
    color: #000000;
  }
  .dropdown-toggle.toggled-on:focus {
    background-color: #f0f0f0;
    outline: none !important;
    color: #ffffff;
  }
}
@media screen and (max-width: 587px) {
  .introblok {
    padding: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.introblok-flavour-1 {
  padding: 100px 40px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
.introblok-flavour-1 .container {
  padding: 0px !important;
}
.introblok-flavour-1 .container > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.introblok-flavour-1 > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.introblok-flavour-1 .content {
  width: calc(66.7% - 20px);
  margin-right: 20px;
}
.introblok-flavour-1 .content h1 {
  margin-bottom: 10px !important;
}
.introblok-flavour-1 .content h2 {
  font-family: "regular" !important;
  font-size: 30px !important;
  text-wrap: auto !important;
  text-transform: none !important;
}
@media screen and (max-width: 1040px) {
  .introblok-flavour-1 .content h2 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .content h2 {
    font-size: 24px !important;
  }
}
.introblok-flavour-1 .content h3 {
  margin-bottom: 10px !important;
}
.introblok-flavour-1 .content ul {
  padding: 0px;
  position: relative;
  left: 20px;
  margin: 0px;
  margin-top: -5px;
}
.introblok-flavour-1 .content ul li {
  position: relative;
  line-height: 40px;
}
.introblok-flavour-1 .content ul li i {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .introblok-flavour-1 .content {
    width: calc(50% - 20px);
    float: left;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .content {
    width: 100%;
    margin-bottom: 30px !important;
    margin: 0;
  }
}
.introblok-flavour-1 .sidebar {
  width: calc(33.3% - 20px);
  margin-left: 20px;
  margin-top: calc(((30px * 2) + 10px) + (34px + 28px));
  background: #f5f5f5;
  padding: 10px 0px;
  border-radius: 10px;
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .sidebar > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.introblok-flavour-1 .sidebar h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .introblok-flavour-1 .sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .sidebar h3 {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
.introblok-flavour-1 .sidebar a i {
  position: absolute;
  left: -100px;
  transition: all 0.3s ease;
  color: #ffffff;
  top: calc(50% - 8px);
}
.introblok-flavour-1 .sidebar a:hover i {
  left: 10px;
}
@media screen and (max-width: 1040px) {
  .introblok-flavour-1 .sidebar a {
    font-size: 14px;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .sidebar a {
    font-size: 10px;
    line-height: 18px;
  }
}
.introblok-flavour-1 .sidebar ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px !important;
  line-height: 28px;
  display: inline-block;
}
.introblok-flavour-1 .sidebar ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.introblok-flavour-1 .sidebar ul li i {
  margin: 0;
  margin-right: 15px;
  background: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 100 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.introblok-flavour-1 .sidebar ul li i:hover {
  left: 5px;
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .sidebar ul {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .introblok-flavour-1 .sidebar {
    width: calc(50% - 20px);
    max-width: none;
    float: left;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 .sidebar {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1 {
    padding: 50px 20px !important;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 587px) {
  .introblok-flavour-1-sidebar-1 .sidebar {
    padding-top: 10px;
    margin: 0 !important;
  }
}
.introblok-flavour-1-sidebar-2 .sidebar {
  margin-top: 0;
  padding: 0;
  max-width: 360px;
}
.introblok-flavour-1-sidebar-2 .sidebar img {
  border-radius: 10px;
}
.introblok-flavour-1-sidebar-2 .sidebar h3 {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.introblok-flavour-1-sidebar-2 .sidebar > div {
  padding: 0;
}
.introblok-flavour-1-sidebar-2 .sidebar .vc_column-inner .wpb_text_column > div {
  padding: 0px 20px;
}
.nieuwsblok h3 {
  margin-bottom: 50px !important;
}
.nieuwsblok .standard-btn p {
  margin-top: 50px;
  display: block !important;
}
.nieuwsblok h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.nieuwsblok .container .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item {
  border-radius: 1rem;
}
.nieuwsblok .container .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_grid-item-mini.vc_clearfix {
  border-radius: 1rem;
}
.nieuwsblok .container .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_gitem_row.vc_row.vc_gitem-row-position-top {
  border-radius: 0rem 0rem 1rem 1rem;
}
.nieuwsblok .container .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
  border-radius: 1rem 1rem 0rem 0rem;
}
.nieuwsblok .container .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419328663991 {
  border-radius: 0rem 0rem 1rem 1rem;
}
.nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-3.vc_grid_filter-item.vc_visible-item, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-6.vc_grid_filter-item.vc_visible-item, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-5.vc_grid_filter-item.vc_visible-item {
  border-radius: 1rem;
}
.nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-3.vc_grid_filter-item.vc_visible-item .vc_grid-item-mini.vc_clearfix, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-6.vc_grid_filter-item.vc_visible-item .vc_grid-item-mini.vc_clearfix, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-5.vc_grid_filter-item.vc_visible-item .vc_grid-item-mini.vc_clearfix {
  border-radius: 1rem;
}
.nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-3.vc_grid_filter-item.vc_visible-item .vc_gitem_row.vc_row.vc_gitem-row-position-top, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-6.vc_grid_filter-item.vc_visible-item .vc_gitem_row.vc_row.vc_gitem-row-position-top, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-5.vc_grid_filter-item.vc_visible-item .vc_gitem_row.vc_row.vc_gitem-row-position-top {
  border-radius: 0rem 0rem 1rem 1rem;
}
.nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-3.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-6.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-5.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
  border-radius: 1rem 1rem 0rem 0rem;
}
.nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-3.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419328663991, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-6.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419328663991, .nieuws-pagina .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_grid-term-5.vc_grid_filter-item.vc_visible-item .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419328663991 {
  border-radius: 0rem 0rem 1rem 1rem;
}
.nieuws-pagina .nieuws-sidebar, .single-post .nieuws-sidebar, .nieuws-pagina .sidebar, .single-post .sidebar {
  padding-right: 0px !important;
}
.nieuws-pagina .nieuws-sidebar > div, .single-post .nieuws-sidebar > div, .nieuws-pagina .sidebar > div, .single-post .sidebar > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nieuws-content img.vc_gitem-zone-img {
  min-height: 270px;
}
.home .main-navigation ul li, .home .custom-logo, .home .topbar-flavour-2 a {
  opacity: 0;
}
.home-instagram-wrapper > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.home-instagram-wrapper .socialwall > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.home-instagram-wrapper .social-container > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.scroll-fade-in {
  opacity: 0;
}
.roundimg img {
  border-radius: 1rem;
}
.tekst-h2 h2 {
  font-size: 26px;
  line-height: 30px;
  color: #303030;
  text-transform: none !important;
}
.uitingen-container-full {
  padding: 100px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  position: relative;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1040px) {
  .uitingen-container-full {
    padding: 100px 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .uitingen-container-full {
    padding: 50px 20px;
    width: calc(100% - 40px);
  }
}
.uitingen-container-full > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.uitingen-container-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.05), transparent), radial-gradient(circle at 80% 20%, rgba(120, 119, 198, 0.05), transparent);
  opacity: 0.7;
}
.uitingen-container-full .uitingen-titles-container {
  max-width: 1200px;
  text-align: center;
  padding-bottom: 50px;
  margin: 0 auto !important;
}
.uitingen-container-full .mar-bot-container {
  padding-bottom: 15px !important;
}
.uitingen-container-full .uitingen-container {
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0 auto !important;
}
.uitingen-container-full .uitingen-container::before, .uitingen-container-full .uitingen-container::after {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  .uitingen-container-full .uitingen-container {
    flex-wrap: wrap;
  }
}
.uitingen-container-full .uitingen-container .uiting-box {
  position: relative;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 1rem;
  border: 1px solid rgba(229, 231, 235, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .uitingen-container-full .uitingen-container .uiting-box {
    width: 100%;
  }
}
.uitingen-container-full .uitingen-container .uiting-box > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.uitingen-container-full .uitingen-container .uiting-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.5), rgba(250, 245, 255, 0.5));
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.uitingen-container-full .uitingen-container .uiting-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.uitingen-container-full .uitingen-container .uiting-box:hover::before {
  opacity: 1;
}
.uitingen-container-full .uitingen-container .uiting-box:hover hr {
  opacity: 1;
}
.uitingen-container-full .uitingen-container .uiting-box .icon-image {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  z-index: 10;
}
.uitingen-container-full .uitingen-container .uiting-box .icon-image img {
  z-index: 10;
}
.uitingen-container-full .uitingen-container .uiting-box h4 {
  position: relative;
  z-index: 10;
  line-height: 1.6;
  flex-grow: 1;
}
.uitingen-container-full .uitingen-container .uiting-box p {
  position: relative;
  z-index: 10;
  color: #6b7280;
  line-height: 1.4;
  flex-grow: 1;
  margin-bottom: 20px !important;
}
.uitingen-container-full .uitingen-container .uiting-box .clamp p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uitingen-container-full .uitingen-container .uiting-box .clamp-drie p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uitingen-container-full .uitingen-container .uiting-box hr {
  position: relative;
  z-index: 10;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #1f2937, #000000);
  border-radius: 1px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  margin: 20px 0px !important;
}
.uitingen-container-full .uitingen-container .uiting-box .last p {
  margin-bottom: 0px !important;
}
.skills-container-full {
  padding: 100px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  position: relative;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1040px) {
  .skills-container-full {
    padding: 100px 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .skills-container-full {
    padding: 50px 20px;
    width: calc(100% - 40px);
  }
}
.skills-container-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.05), transparent), radial-gradient(circle at 80% 20%, rgba(120, 119, 198, 0.05), transparent);
  opacity: 0.7;
}
.skills-container-full .skills-titles-container {
  max-width: 1200px;
  text-align: center;
  padding-bottom: 50px;
  margin: 0 auto !important;
}
.skills-container-full .skills-container {
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0 auto !important;
}
.skills-container-full .skills-container::before, .skills-container-full .skills-container::after {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  .skills-container-full .skills-container {
    flex-wrap: wrap;
  }
}
.skills-container-full .skills-container .skill-box {
  position: relative;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 1rem;
  border: 1px solid rgba(229, 231, 235, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .skills-container-full .skills-container .skill-box {
    width: 100%;
  }
}
.skills-container-full .skills-container .skill-box > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.skills-container-full .skills-container .skill-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.5), rgba(250, 245, 255, 0.5));
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.skills-container-full .skills-container .skill-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.skills-container-full .skills-container .skill-box:hover::before {
  opacity: 1;
}
.skills-container-full .skills-container .skill-box:hover hr {
  opacity: 1;
}
.skills-container-full .skills-container .skill-box .icon-image {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  z-index: 10;
}
.skills-container-full .skills-container .skill-box .icon-image img {
  z-index: 10;
}
.skills-container-full .skills-container .skill-box h4 {
  position: relative;
  z-index: 10;
  line-height: 1.4;
  flex-grow: 1;
}
.skills-container-full .skills-container .skill-box p {
  position: relative;
  z-index: 10;
  color: #6b7280;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px !important;
}
.skills-container-full .skills-container .skill-box hr {
  position: relative;
  z-index: 10;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #1f2937, #000000);
  border-radius: 1px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  margin: 20px 0px !important;
}
.skills-container-full .skills-container .skill-box .last p {
  margin-bottom: 0px !important;
}
.tekstblok {
  background-color: #f2f2f2;
  padding: 100px 0;
}
.tekstcontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.tekstcontainer .vc_column_container {
  max-width: 1200px;
  margin: 0 auto;
}
.tekstblok .sidebar {
  padding-bottom: 0px !important;
}
.tekstblok .container {
  padding: 0px 20px 100px 20px !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;
}
.tekstblok .container ul li {
  list-style-type: square;
}
.tekstblok .container:last-child {
  padding: 0px 20px !important;
}
.tekstblok .container .content, .tekstblok .container .tekstimage {
  padding: 0px !important;
  width: calc(50% - 1px);
}
.tekstblok-flavour-1 > div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tekstblok-flavour-1 .container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
}
.tekstblok-flavour-1 .container:before {
  display: none !important;
}
.tekstblok-flavour-1 .container:after {
  display: none !important;
}
.tekstblok-flavour-1 .container .content {
  width: 100% !important;
}
.tekstblok-flavour-1 .container .content > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tekstblok-flavour-1 .container .tekstimage {
  width: 100% !important;
}
.tekstblok-flavour-1 .container .tekstimage > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 1040px) {
  .tekstblok-flavour-1 .container {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}
@media screen and (max-width: 587px) {
  .tekstblok-flavour-1 img {
    margin-bottom: 10px;
  }
  .tekstblok-flavour-1 h2 {
    margin-bottom: 20px !important;
  }
}
.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;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .tekstblok .container .tekstimage {
    margin-bottom: 20px;
  }
}
.tekstblok-flavour-4 .sidebar ul li svg {
  margin-right: 5px;
}
.tekstblok {
  background: white;
}
.tekstblok .container {
  padding: 50px 0px;
}
@media screen and (max-width: 587px) {
  .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 .container .tekstimage {
  padding: 0px 20px;
}
@media screen and (max-width: 587px) {
  .tekstblok .container .tekstimage {
    order: 1;
  }
}
.tekstblok .container .content {
  padding: 0px 20px;
}
@media screen and (max-width: 587px) {
  .tekstblok .container .content {
    order: 2;
  }
}
.tekstblok .container .content h3 {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
.tekstblok .container .content .toptitel h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.tekstblok h2 {
  margin-top: 0px !important;
}
.tekstblok h4 {
  margin-bottom: 0px !important;
  font-size: 18px !important;
}
@media screen and (max-width: 1040px) {
  .tekstblok-flavour-4 .sidebar {
    margin-left: 0px !important;
  }
}
.tekstblok-flavour-4 .drop-shadow-box .wpb_raw_code {
  text-align: center;
}
.tekstblok-flavour-4 .drop-shadow-box .wpb_raw_code .icon-image {
  margin-top: 0px;
}
.tekstblok-flavour-4 .google-img {
  margin-top: 30px;
}
.tekstblok-flavour-4 .sidebar {
  width: calc(33.3% - 20px);
  margin-left: 20px;
  background: #ffffff;
}
.tekstblok-flavour-4 .sidebar h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px !important;
  font-weight: 900;
}
.tekstblok-flavour-4 .sidebar ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px !important;
  line-height: 28px;
}
.tekstblok-flavour-4 .sidebar ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.tekstblok-flavour-4 .sidebar ul li:hover i {
  left: 5px;
}
.tekstblok-flavour-4 .sidebar ul li i {
  margin: 0;
  margin-right: 15px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 100 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.tekstblok-flavour-4-sidebar-1 .sidebar {
  margin-top: 0px;
  padding: 40px 0px;
}
.tekstblok-flavour-4-sidebar-1 .sidebar .vc_column-inner > div {
  padding: 0px 20px;
}
.tekstblok-flavour-4-sidebar-2 .vc_column_container > .vc_column-inner .sidebar {
  max-width: 360px;
  margin-top: 40px;
}
.tekstblok-flavour-4-sidebar-2 .vc_column_container > .vc_column-inner .sidebar .vc_column-inner {
  padding: 0;
}
.tekstblok-flavour-4-sidebar-2 .sidebar .vc_column-inner .wpb_text_column > div {
  padding: 0px 20px;
}
/* Pixel Fixery */
.tekstblok-flavour-4 h2 {
  font-family: "open_sans_XtraBold";
  font-size: 44px;
  line-height: 28px;
  color: #333333;
  line-height: 52px;
  margin: 0;
}
.tekstblok-flavour-4 h3 {
  margin-top: 12px;
}
.tekstblok-flavour-4 h4 {
  margin-top: 28px;
  margin-bottom: -15px !important;
  font-size: 20px;
}
.tekstblok-flavour-4 .subrow {
  margin-top: 10px;
}
.tekstblok-flavour-4-sidebar-1 .sidebar {
  margin-bottom: 0px;
}
.tekstblok-flavour-4-sidebar-1 .sidebar .standard-btn p {
  text-align: center;
}
.tekstblok-flavour-4-sidebar-1 .sidebar h4 {
  margin-bottom: 24px !important;
  text-align: center;
}
.tekstblok-flavour-4-sidebar-1 .sidebar ul {
  margin-bottom: 32px !important;
  display: inline-block;
}
.tekstblok-flavour-4-sidebar-2 .sidebar {
  margin-bottom: 35px;
}
.tekstblok-flavour-4-sidebar-2 .sidebar h4 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 1040px) {
  .tekstblok-flavour-4 h2 {
    text-transform: uppercase;
    font-size: 34px;
    margin: 0;
    margin-bottom: 5px !important;
    line-height: 34px;
  }
  .tekstblok-flavour-4 h3 {
    font-size: 21px;
    margin-bottom: 20px !important;
    margin-top: 0px;
  }
  .tekstblok-flavour-4 h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .tekstblok-flavour-4 p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .sidebar h4 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .sidebar ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 784px) {
  .tekstblok-flavour-4 .content {
    width: calc(50% - 20px);
    float: left;
  }
  .tekstblok-flavour-4 h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    margin-bottom: 5px !important;
    line-height: 34px;
  }
  .tekstblok-flavour-4 h3 {
    font-size: 21px;
    margin-bottom: 20px !important;
    margin-top: 0px;
  }
  .tekstblok-flavour-4 h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .tekstblok-flavour-4 p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .sidebar {
    width: calc(50% - 20px);
    max-width: none;
    float: left;
  }
  .tekstblok-flavour-4 .sidebar h4 {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .sidebar ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .tekstblok-flavour-4 .content {
    width: 100%;
    float: none;
  }
  .tekstblok-flavour-4 .content h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    margin-bottom: 5px !important;
    line-height: 34px;
  }
  .tekstblok-flavour-4 .content h3 {
    font-size: 21px;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .content h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .tekstblok-flavour-4 .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  .tekstblok-flavour-4 .sidebar {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .tekstblok-flavour-4 .sidebar a {
    font-size: 14px;
  }
  .tekstblok-flavour-4 .sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}
/* Mobile view */
@media screen and (max-width: 540px) {
  .tekstblok-flavour-4 .content {
    padding: 0;
  }
  .tekstblok-flavour-4 .content h2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .tekstblok-flavour-4 .content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .tekstblok-flavour-4 .content h4 {
    margin-top: 18px;
    margin-bottom: 0px !important;
    line-height: 24px;
    font-size: 16px;
  }
  .tekstblok-flavour-4 .content p, .tekstblok-flavour-4 .content .last p {
    margin-bottom: 5px !important;
    font-size: 12px;
    line-height: 20px;
  }
  .tekstblok-flavour-4 .content .subrow {
    text-align: center;
  }
  .tekstblok-flavour-4 .sidebar {
    width: 100%;
    margin: 20px 0;
  }
  .tekstblok-flavour-4 .sidebar li {
    font-size: 10px !important;
  }
  .tekstblok-flavour-4 .sidebar a {
    font-size: 12px !important;
  }
  .tekstblok-flavour-4 .sidebar > div > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .tekstblok-flavour-4-sidebar-2 .sidebar {
    width: 100%;
    margin: 20px auto;
  }
  .tekstblok-flavour-4-sidebar-2 .sidebar > div > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  font-weight: 400;
}
p.gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
}
/* Zorg dat de lijst horizontaal of netjes in rijen komt */
.gfield_radio {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Verberg de standaard radio button */
.gfield_radio input[type="radio"] {
  display: none !important;
}
/* Basisstijl voor het label (onselecteerd) */
.gfield_radio label {
  display: inline-block !important;
  padding: 5px 1.2em !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  /* mooi afgerond */
  background-color: #f0f0f0 !important;
  color: #333 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
/* Hover-effect */
.gfield_radio label:hover {
  background-color: #e0e0e0 !important;
}
/* Actieve / geselecteerde knop */
.gfield_radio input[type="radio"]:checked + label {
  background-color: #000 !important;
  /* zwart zoals jouw voorbeeld */
  color: #fff !important;
  border-color: #000 !important;
}
.gform_wrapper.gravity-theme .gfield textarea {
  max-width: 100%;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  border-bottom: 1px solid lightgray;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-left: 0px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #000 !important;
  margin-bottom: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #000 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: rgba(0, 0, 0, 0.1) !important;
  border: 1.5px solid #000 !important;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(0, 0, 0, 0.041) !important;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 10px !important;
  position: relative;
  width: 100%;
  color: #000 !important;
}
/* v2 */
.post-password-required {
  padding: 100px;
  text-align: center;
}
.post-password-required form {
  margin: 0 auto;
}
.post-password-required .entry-content {
  max-width: 1200px;
  margin: 0 auto !important;
}
.post-password-required .entry-content p:nth-child(1) {
  font-size: 18px;
  margin: 0 auto 30px;
}
.post-password-required .entry-content p:nth-child(2) {
  font-size: 18px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.post-password-required .entry-content p:nth-child(2) label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "bold";
  margin-bottom: 30px;
}
.post-password-required .entry-content p:nth-child(2) input {
  border: 1px solid black;
  height: 40px;
  line-height: 40px;
}
.post-password-required .entry-content p:nth-child(2) input[type="submit"] {
  line-height: 40px !important;
  font-family: "work-sans-reg" !important;
  font-size: 16px !important;
  background: #000;
  border: 1px solid #000 !important;
  display: inline-block;
  padding: 0px 20px !important;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3sease;
  height: auto !important;
  width: 100%;
  max-width: 175px;
  border-radius: 0px;
  cursor: pointer;
  margin: 0 auto;
}
.post-password-required .entry-content p:nth-child(2) input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .post-password-required {
    padding: 50px;
  }
}
.social-container {
  width: 100vw !important;
  margin: 0px !important;
}
.portfolio-video-tekst .portfolio-video-tekst-container {
  max-width: 100%;
  width: calc(100vw - 80px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.portfolio-video-tekst .portfolio-video-tekst-container::before {
  display: none;
}
.portfolio-video-tekst .portfolio-video-tekst-container::after {
  display: none;
}
.portfolio-video-tekst .portfolio-video-tekst-container .video {
  width: 100%;
}
.portfolio-video-tekst .portfolio-video-tekst-container .video .video-background {
  position: fixed;
  top: 0%;
  left: 0%;
  min-width: 200px;
  min-height: 200px;
  transform: translate(0%, 0%);
}
.portfolio-video-tekst .portfolio-video-tekst-container .video #container {
  height: 500vh;
}
.portfolio-video-tekst .portfolio-video-tekst-container .tekst {
  width: 100%;
}
/* Einde v2 */
.bronze section > div, .silver section > div, .gold-price section > div {
  background: linear-gradient(180deg, #121212 18%, white 18%, white 100%) !important;
  box-shadow: 0px 0px 4px black;
  border: none !important;
}
.prijzen-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .prijzen-container {
    grid-template-columns: 1fr;
  }
}
.prijzen-container::before {
  display: none;
}
.prijzen-container::after {
  display: none;
}
.prijs {
  width: 100% !important;
}
.prijs .wpb-plan-description {
  margin-top: 50px !important;
}
.prijs a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-block.vc_btn3-color-black {
  display: none;
}
.prijs .wpb-plan-title {
  color: white !important;
  text-transform: uppercase;
  font-family: "bold";
}
.prijs > div {
  padding: 0px !important;
}
.meest-gekozen::after {
  width: 90px;
  transform: rotate(0deg);
  height: 90px;
  content: "Meest gekozen";
  font-size: 14px;
  font-family: "bold";
  background: #121212;
  color: white;
  position: absolute;
  top: -30px;
  right: -15px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 20px;
  box-shadow: 0px 0px 4px #121212;
  border: 2px solid white;
}
/**** Vacature V2 STYLING ****/
.no-padding-bottom {
  padding-bottom: 0px !important;
}
p.sbi_hover_caption_wrap {
  font-size: 12px !important;
  text-align: left !important;
}
p.sbi_hover_caption_wrap {
  padding: 20px;
}
p.sbi_caption_wrap {
  text-align: left;
}
.sbi_header_text h3, .sbi_header_text p {
  display: none !important;
  content: "Hellenique";
}
div.lepopup-uploader-file > div.lepopup-uploader-progress > div.lepopup-uploader-progress-bar {
  background: lawngreen !important;
}
.lepopup-uploader-file-title, .lepopup-if-times:before {
  color: white !important;
}
.vacature-upload-button span:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: white;
  font-weight: 900;
  margin-right: 10px;
}
.vacature-container-full-new .vacature-container .vacature-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 1040px) {
  .vacature-container-full-new .vacature-container .vacature-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 587px) {
  .vacature-container-full-new .vacature-container .vacature-wrapper {
    grid-template-columns: 1fr;
  }
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed {
  opacity: 0.6;
  pointer-events: none;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed:before {
  content: "Niet beschikbaar";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  color: black;
  font-size: 16px;
  font-family: "bold";
  opacity: 1;
  display: block;
  padding: 5px 20px 5px 20px;
  background: white;
  border-radius: 30px 0px 30px 0px;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed .vacature-afbeelding img {
  filter: grayscale(1);
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed .hellenique-icoon {
  z-index: 3;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed .vacature-content {
  z-index: 2;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .v-closed .vacature-content h4 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box {
  max-height: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 30px;
  box-shadow: 0px 0px 10px lightgray;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box {
    max-height: 900px;
  }
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* fixes overlap error in IE7/8, 
    				make sure you have an empty gif */
  background-image: url("/");
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-afbeelding img {
  border-radius: 30px 30px 0px 0px;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .hellenique-icoon img {
  width: 60px;
  height: 60px;
  position: relative;
  left: 25px;
  top: -85px;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-content {
  border-radius: 30px;
  background: white;
  padding: 20px 20px 20px 20px;
  margin-top: -105px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-content {
    padding: 20px 20px 30px 20px;
  }
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-usp {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px 15px 20px;
  bottom: 0;
  position: absolute;
  width: 315px;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-usp p {
  font-size: 12px;
  color: gray;
}
.vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-usp i {
  margin-right: 5px;
}
@media screen and (max-width: 1040px) {
  .vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-usp {
    flex-direction: column;
  }
  .vacature-container-full-new .vacature-container .vacature-wrapper .vacature-box .vacature-usp p {
    margin-bottom: 0px !important;
  }
}
/**** EINDE Vacature V2 STYLING ****/
/**** PAGINA GLU STYLING ****/
.vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md.last {
  background: #f5f5f5;
  padding: 10px 20px;
}
@media screen and (max-width: 587px) {
  .vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_md.last h4 {
    font-size: 12px !important;
    font-family: 12px !important;
  }
}
.glu-slider-row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.rode-cta {
  background: #C10118;
  width: 100%;
  padding: 50px 0px;
}
.rode-cta .rode-cta-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .rode-cta .rode-cta-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.rode-cta .rode-cta-container .links {
  width: 30%;
}
.rode-cta .rode-cta-container .links .desktop {
  position: absolute;
  width: 320px;
  top: 0;
}
@media screen and (max-width: 1040px) {
  .rode-cta .rode-cta-container .links .desktop {
    display: none;
  }
}
.rode-cta .rode-cta-container .links .mobile {
  display: none;
}
@media screen and (max-width: 1040px) {
  .rode-cta .rode-cta-container .links .mobile {
    display: block;
    margin-bottom: 50px;
  }
}
.rode-cta .rode-cta-container .rechts {
  width: 70%;
  margin-left: 50px;
}
@media screen and (max-width: 1040px) {
  .rode-cta .rode-cta-container .rechts {
    margin-left: 0px;
  }
}
.rode-cta .rode-cta-container .rechts .content h2 {
  color: white;
}
@media screen and (max-width: 587px) {
  .rode-cta .rode-cta-container .rechts .content h2 {
    text-align: center;
  }
}
.rode-cta .rode-cta-container .rechts .content p {
  color: white;
}
@media screen and (max-width: 587px) {
  .rode-cta .rode-cta-container .rechts .content p {
    text-align: center;
  }
}
.rode-cta .rode-cta-container .rechts .button {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
@media screen and (max-width: 1040px) {
  .rode-cta .rode-cta-container .rechts .button {
    flex-direction: column;
    justify-content: center;
  }
}
.rode-cta .rode-cta-container .rechts .button p, .rode-cta .rode-cta-container .rechts .button a {
  color: white;
  line-height: 38px;
}
@media screen and (max-width: 587px) {
  .rode-cta .rode-cta-container .rechts .button p, .rode-cta .rode-cta-container .rechts .button a {
    text-align: center;
  }
}
.rode-cta .rode-cta-container .rechts .button a.standard-button, .rode-cta .rode-cta-container .rechts .button a.red-cta-button {
  color: #C10118 !important;
  background-color: white;
  border: white;
  text-decoration: none;
  margin-right: 50px;
}
@media screen and (max-width: 587px) {
  .rode-cta .rode-cta-container .rechts .button a.standard-button, .rode-cta .rode-cta-container .rechts .button a.red-cta-button {
    margin-right: 0px;
    text-align: center;
  }
}
.contact-info-glu {
  background-color: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 587px) {
  .contact-info-glu h4 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
}
.page-id-7714 .vc_row.wpb_row.vc_row-fluid.cta.cta-flavour-1.container-full {
  display: none;
}
.page-id-7714 .glu-ul li {
  list-style-type: disc !important;
}
@media screen and (max-width: 1040px) {
  .page-id-7714 .glu-ul li {
    text-align: left;
  }
}
.page-id-7714 h2 {
  font-family: "darma-regular" !important;
  font-size: 40px !important;
  line-height: 40px !important;
}
.page-id-7714 h2 sup {
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  .page-id-7714 h2 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 587px) {
  .page-id-7714 h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .page-id-7714 h2 sup {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 587px) {
  .glu-faq-list h2 {
    margin-bottom: 30px !important;
  }
}
/**** RESPONSIVE EDITS FOR FINETUNING ***/
.algvoorwaarden p, .algvoorwaarden ol {
  margin-bottom: 20px !important;
}
.algvoorwaarden ol.subol {
  margin-bottom: 0 !important;
  padding-left: 38px;
}
.algvoorwaarden ol:not(.subol) li {
  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;
}
.algvoorwaarden ol:not(.subol) li em {
  font-style: normal;
  display: inline-block;
  padding-right: 5px;
  min-width: 35px;
}
.wpcf7 .kc_captcha {
  margin: 0 auto;
}
.wpcf7 .captcha-image {
  border: none;
  max-width: 350px;
  font-size: 14px;
}
.wpcf7 .captcha-image .cf7ic_instructions span {
  color: black;
  text-decoration: underline;
}
.wpcf7 .captcha-image label > input:checked + svg, .wpcf7 .captcha-image label > input:focus + svg {
  border: 1px solid black;
}
.wpcf7 .captcha-image svg {
  width: 25px;
  height: 25px;
  color: black;
}
.entry-content a {
  font-family: "bold";
  text-decoration: underline;
}
.entry-content a:hover {
  color: #969696;
}
.entry-content .standard-btn a {
  font-family: "work-sans-reg" !important;
}
.slider-row.vacature-row {
  padding: 50px 0px;
  height: 300px;
  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-row.vacature-row .slider-img {
  max-width: 1200px;
  margin: 0 auto;
}
.slider-row.vacature-row h2 {
  color: white;
}
.slider-row .container ul {
  margin-top: 0px !important;
}
.page-id-2266 .content-bottom-widgets .widget-area:first-child, .page-id-3427 .content-bottom-widgets .widget-area:first-child {
  display: none;
}
.page-id-2266 .cta, .page-id-3427 .cta {
  background-color: black !important;
  margin-bottom: 100px !important;
}
.page-id-2266 .cta h2, .page-id-2266 .cta h3, .page-id-3427 .cta h2, .page-id-3427 .cta h3 {
  color: white;
}
.page-id-2266 .cta .standard-btn a, .page-id-3427 .cta .standard-btn a {
  background-color: white;
  color: black;
  border: 1px solid white;
  text-decoration: none;
}
.page-id-2266 .cta .standard-btn a:hover, .page-id-3427 .cta .standard-btn a:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
.cta.blackground {
  background-color: black !important;
  padding: 20px 0px;
}
.cta.blackground h2, .cta.blackground h3 {
  color: white;
}
.cta.blackground .standard-btn p {
  margin-bottom: 0 !important;
}
.cta.blackground .standard-btn a {
  background-color: white !important;
  color: black !important;
  border: 1px solid white !important;
}
.cta.blackground .standard-btn a:hover {
  background-color: black !important;
  color: white !important;
}
.standard-btn a {
  text-decoration: none !important;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
.wpcf7-form-control-wrap {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}
.classradiobutton .wpcf7-list-item {
  margin-bottom: 5px;
}
.contactform .wpcf7-form-control-wrap:not(.kc_captcha) .wpcf7-radio {
  width: 100%;
  display: block;
}
.contactform .wpcf7-form-control-wrap:not(.kc_captcha) .wpcf7-radio span {
  width: calc(33.333% - 32.5px);
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
}
.contactform .wpcf7-form-control-wrap:not(.kc_captcha) .wpcf7-radio span.wpcf7-list-item:nth-child(3n) {
  margin-right: 5px;
}
.mc-banner {
  z-index: 99999 !important;
  min-height: 124px;
}
@media screen and (max-width: 587px) {
  .contact-blok {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .contact-flavour-3 h2 {
    font-size: 32px;
  }
  input[type="radio"] {
    width: auto;
  }
}
.screen-reader-response {
  height: 0;
  overflow: hidden;
}
/*** EXTRA CONTACTBLOK STYLING *****/
.contact-blokken {
  padding: 100px 0px;
}
@media screen and (max-width: 587px) {
  .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: 587px) {
  .contact-blokken .container {
    margin-top: 50px !important;
  }
}
.contact-blokken .container .contact-blok {
  padding: 15px;
  box-shadow: 0px 0px 10px #b4b4b4;
  background-color: 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: 1040px) {
  .contact-blokken .container .contact-blok {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 587px) {
  .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;
}
/* MAILCHIMP EDITS */
.mc4wp-form {
  padding: 20px;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 1rem;
}
.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: "work-sans-reg" !important;
  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 .holder {
  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 .holder p {
  margin-bottom: 0px !important;
  height: auto !important;
}
.mc4wp-form .mc4wp-form-fields .holder input {
  border: 1px solid #dcdcdc;
  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 {
  font-family: "work-sans-reg" !important;
  display: inline-block;
  border: 1px solid black;
  background-color: black;
  color: white;
  line-height: 40px;
  height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  overflow-x: hidden;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.mc4wp-form .mc4wp-form-fields .flex-verzend input:hover, .mc4wp-form .mc4wp-form-fields .flex-verzend input:active {
  border: 1px solid black;
  background-color: white;
  color: black;
  text-decoration: none;
}
/* EIND MAILCHIMP */
.sub-menu .menu-item {
  width: 200px;
  overflow: hidden;
}
.sub-menu .menu-item#menu-item-4729 {
  width: 244px;
}
.sub-menu .menu-item#menu-item-4729 a {
  width: 244px;
}
.sub-menu .menu-item#menu-item-7377 {
  width: 244px;
}
.sub-menu .menu-item#menu-item-7377 a {
  width: 244px;
}
.sub-menu .menu-item:last-child {
  width: 200px;
}
.sub-menu .menu-item a {
  overflow: hidden;
  text-shadow: none !important;
}
.sub-menu .menu-item .border-bot {
  display: none !important;
}
.menu-item .border-bot {
  display: none;
  background-color: black;
  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, .menu-item.current-menu-parent .border-bot {
  display: none;
  background-color: black;
  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);
}
@keyframes blokAnimatie {
  0% {
    top: -20px;
  }
  100% {
    top: -3px;
  }
}
@keyframes blokAnimatieSub {
  0% {
    top: 50%;
    left: -20px;
  }
  100% {
    top: 50%;
    left: -5px;
  }
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
  overflow: visible !important;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline img {
  padding: 0px !important;
}
.single-helleniqueblog .container ul li {
  list-style-type: square;
}
.archive #primary {
  position: relative;
}
.archive main#main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 250px;
  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: 481px) and (max-width: 768px) {
  .archive main#main {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 587px) {
  .archive main#main {
    padding: 0px 20px;
  }
}
.archive main#main .page-header {
  width: 100%;
  margin: 30px 0px 50px 0px;
  position: absolute;
  background: black;
  color: white;
  left: 0;
  top: -250px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive main#main .page-header h1 {
  color: white;
}
.archive main#main .pagination {
  width: 100%;
  padding: 50px 0px 50px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 30px 0px 50px 0px;
}
.archive main#main .pagination .nav-links {
  margin-top: 30px;
}
.archive main#main .pagination .nav-links a {
  color: white;
  background-color: black;
  border: 1px solid black;
  padding: 0px 20px;
  line-height: 40px;
  display: inline-block;
  margin: 0px 5px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.archive main#main .pagination .nav-links a:hover {
  color: black;
  background-color: white;
}
@media screen and (max-width: 587px) {
  .archive main#main .pagination .nav-links a {
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
  }
}
.archive main#main article {
  padding: 20px;
  box-shadow: 0px 0px 7px 1px #f0f0f0;
  margin: 20px;
  width: calc(50% - 82px);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .archive main#main article {
    width: 100%;
  }
}
@media screen and (max-width: 587px) {
  .archive main#main article {
    width: 100%;
  }
}
.archive main#main article .sec-title {
  display: none !important;
}
.archive main#main article img {
  width: 100%;
  height: auto;
}
.archive main#main article .entry-content {
  text-align: left;
}
.archive main#main article .entry-footer {
  text-align: left;
}
.introblok .sidebar {
  padding-bottom: 0px !important;
}
.gw-gopf-filter.gw-gopf-clearfix {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin-left: 0px !important;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gw-gopf-filter.gw-gopf-clearfix {
    max-width: 500px;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 587px) {
  .privacyblok h2 {
    text-align: left !important;
  }
  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
    padding: 0px !important;
  }
  .nieuwsblok .wpb_wrapper h3 {
    margin-bottom: 0px !important;
  }
  .single-helleniqueblog .container aside, .single-deals .container aside {
    order: 2;
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }
  .single-helleniqueblog .container article, .single-deals .container article {
    order: 1;
    margin-top: 0px !important;
  }
  button#responsive-menu-button {
    top: 40px !important;
  }
  .single .container article {
    margin-bottom: 0px !important;
  }
  .single-post .container aside {
    margin-top: 20px !important;
  }
  .dienstblok.portfolio-row .wpb_wrapper h3 {
    margin-bottom: 0px !important;
  }
  .dienstblok.team .container .hel-diensten {
    margin-bottom: 0px !important;
  }
  .dienstblok-flavour-1 .vc_row-fluid:last-child .hel-diensten:last-child {
    padding-bottom: 0px !important;
  }
  .content-bottom-widgets .widget-area:last-child section .textwidget .footer-info ul {
    padding: 0px !important;
  }
  .content-bottom-widgets .widget-area:first-child {
    max-width: 100%;
    margin-bottom: 30px !important;
  }
  .dienstblok-flavour-1.rota img {
    margin-bottom: 50px;
    width: calc(100% - 60px);
    padding: 0px 30px;
  }
}
.mobile_show {
  display: none;
}
@media screen and (max-width: 587px) {
  .mobile_show {
    display: block;
    max-width: 75%;
    padding: 0px;
    margin: 0;
    margin-bottom: 30px;
  }
}
span.a2a_svg {
  background-color: #000000 !important;
  border-radius: 50% !important;
  padding: 4px;
}
.single-post .copyright-bar .container {
  max-width: 1200px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gw-gopf-col-wrap {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    transform: none !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 587px) {
  .gw-gopf-col-wrap {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    transform: none !important;
    margin-bottom: 30px !important;
  }
}
.introblok .container .content ul {
  margin-bottom: 30px;
}
.introblok .container .content ul li {
  line-height: 28px;
}
.introblok .container .sidebar {
  margin-bottom: 100px;
}
.introblok .container .sidebar h3 {
  text-align: left;
}
.introblok .container .sidebar ul li svg {
  margin-right: 10px;
}
.cta {
  padding: 100px 0px;
}
.dienstblok.portfolio-row h3 {
  margin-bottom: 100px !important;
}
.dienstblok.portfolio-row.blackiswhite h3 {
  margin-bottom: 30px !important;
}
.dienstblok.team h3 {
  margin-bottom: 100px !important;
}
.dienstblok.team .hel-diensten {
  margin-bottom: 60px !important;
}
.dienstblok.team .hel-diensten h4 {
  padding-top: 30px;
}
.dienstblok.team .container:last-child .hel-diensten {
  margin-bottom: 0px !important;
}
.dienstblok.team .container:last-child .hel-diensten h4 {
  padding-top: 30px;
}
.dienstblok .hel-diensten {
  margin-bottom: 0px !important;
}
.dienstblok .hel-diensten .standard-btn p {
  margin-bottom: 0px !important;
}
.single-helleniqueblog .container, .single-deals .container {
  padding: 0px 20px !important;
  max-width: 1200px !important;
}
.single-helleniqueblog .container article, .single-deals .container article {
  margin-bottom: 50px;
  margin-top: 100px;
}
.single-helleniqueblog .container aside, .single-deals .container aside {
  margin-top: 100px;
}
.single-helleniqueblog .container aside h2, .single-deals .container aside h2 {
  font-size: 24px !important;
}
.single-helleniqueblog .container h1, .single-deals .container h1 {
  padding: 20px 0px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1040px) {
  .vc_carousel-slideline {
    margin-bottom: -60px !important;
  }
  #responsive-menu-container {
    max-width: 300px;
  }
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    display: block;
    display: -webkit-box;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4:after, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4:after {
    display: none;
  }
  .tekstblok .container {
    padding: 0px 20px 100px 20px !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;
  }
  .tekstblok .container#pos {
    padding: 0px 20px !important;
  }
  .tekstblok .container .content, .tekstblok .container .tekstimage {
    padding: 0px !important;
    width: calc(50% - 1px);
  }
  .dienstblok.portfolio-row h3 {
    margin-bottom: 100px !important;
  }
  .dienstblok.portfolio-row.blackiswhite h3 {
    margin-bottom: 30px !important;
  }
  .dienstblok.team .hel-diensten {
    margin-bottom: 60px !important;
  }
  .dienstblok .hel-diensten {
    margin-bottom: 0px !important;
  }
  .dienstblok .hel-diensten .standard-btn p {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 1040px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 1040px) and screen and (min-width: 481px) and (max-width: 768px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-helleniqueblog .entry-content img, .single-deals .entry-content img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 587px) {
  .single-helleniqueblog .entry-content img, .single-deals .entry-content img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4:after, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4:after {
    display: none;
  }
  .tekstblok .container {
    padding: 0px 20px !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: wrap;
    flex-wrap: wrap;
  }
  .tekstblok .container:last-child {
    margin-top: 50px !important;
  }
  .tekstblok .container .content, .tekstblok .container .tekstimage {
    padding: 0px !important;
    width: calc(100% - 1px);
  }
  .tekstblok .container .tekstimage {
    order: 1;
  }
  .tekstblok .container .content {
    order: 2;
  }
  .dienstblok.portfolio-row h3 {
    margin-bottom: 0px !important;
  }
  .dienstblok.portfolio-row.blackiswhite h3 {
    margin-bottom: 30px !important;
  }
  .dienstblok.team .hel-diensten {
    margin-bottom: 60px !important;
  }
  .dienstblok .hel-diensten {
    padding-bottom: 60px !important;
  }
  .dienstblok .hel-diensten .standard-btn p {
    margin-bottom: 0px !important;
  }
  .copyright-bar .container {
    padding: 0px 20px !important;
  }
  .content-bottom-widgets .widget-area:first-child section .container {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and screen and (max-width: 1040px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and screen and (min-width: 481px) and (max-width: 768px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4, .nieuwsblok .vc_grid-item .vc_grid-item-mini .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 587px) {
  .scrollToTop {
    display: none;
  }
  .scrollToTop svg {
    width: 25px !important;
    height: 25px !important;
  }
  #gw_go_portfolio_hel_port .gw-gopf .gw-gopf-cats {
    text-align: center;
    margin-bottom: 100px !important;
  }
  .introblok h1, .introblok h2, .introblok h3, .introblok h4, .introblok p, .tekstblok h1, .tekstblok h2, .tekstblok h3, .tekstblok h4, .tekstblok p {
    text-align: left;
  }
  .introblok p, .tekstblok p {
    margin-bottom: 20px !important;
  }
  .introblok .last p, .tekstblok .last p {
    margin-bottom: 0px !important;
  }
  .introblok .mvacature h3, .tekstblok .mvacature h3 {
    color: black !important;
    font-family: "open_sans_XtraBold" !important;
  }
  .introblok .mvacature ul, .tekstblok .mvacature ul {
    text-align: left;
  }
  .introblok .mvacature table, .tekstblok .mvacature table {
    text-align: left !important;
  }
  .introblok .content .vacatureul, .tekstblok .content .vacatureul {
    text-align: left !important;
    left: 0;
  }
  .introblok .sidebar, .tekstblok .sidebar {
    padding-bottom: 30px;
  }
  .introblok .sidebar > div > div > div, .tekstblok .sidebar > div > div > div {
    width: 100%;
  }
  .introblok .sidebar h3, .tekstblok .sidebar h3 {
    text-align: left;
  }
  .introblok .sidebar ul, .tekstblok .sidebar ul {
    display: block;
  }
  .introblok .sidebar ul li svg, .tekstblok .sidebar ul li svg {
    margin-right: 10px;
  }
  .tekstblok .container {
    padding: 0px 20px !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: wrap;
    flex-wrap: wrap;
  }
  .tekstblok .container:last-child {
    margin-top: 50px !important;
  }
  .tekstblok .container .content, .tekstblok .container .tekstimage {
    padding: 0px !important;
    width: calc(100% - 1px);
  }
  .dienstblok h2 {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 15px !important;
  }
  .dienstblok h3 {
    padding: 0px 20px;
    margin: 0 auto;
    max-width: 75%;
    margin-bottom: 30px !important;
  }
  .dienstblok .standard-btn p {
    margin-bottom: 0px !important;
  }
  .tijdschrift h2, .tijdschrift h3 {
    text-align: left;
    max-width: 100%;
    padding: 0px 40px !important;
  }
  .cta .container {
    padding: 0px 20px !important;
  }
  .cta .container h2 {
    margin-bottom: 20px !important;
  }
  .contact .contact-info h2 {
    text-align: left !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
  .introblok, .dienstblok, .cta, .tekstblok, .nieuwsblok, .logo-row {
    padding: 50px 15px;
  }
  .introblok > div > div, .dienstblok > div > div, .cta > div > div, .tekstblok > div > div, .nieuwsblok > div > div, .logo-row > div > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .introblok > div > div .container > div > div, .dienstblok > div > div .container > div > div, .cta > div > div .container > div > div, .tekstblok > div > div .container > div > div, .nieuwsblok > div > div .container > div > div, .logo-row > div > div .container > div > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content-bottom-widgets .widget-area section {
    margin-bottom: 40px !important;
  }
  .content-bottom-widgets .widget-area section:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 587px) and screen and (max-width: 587px) {
  .content-bottom-widgets .widget-area section {
    margin-bottom: 0px !important;
  }
}
/**** END FINETUNING ***/
@font-face {
  font-family: "merriweather";
  src: url("../../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../../fonts/merriweather-regular-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../../fonts/opensans-regular-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "open_sans_XtraBold";
  src: url("../../fonts/OpenSans-Bold.woff2") format("woff2"), url("../../fonts/OpenSans-Bold.woff") format("woff");
  font-style: normal;
}
@media screen and (max-width: 587px) {
  #responsive-menu-container {
    width: 55% !important;
  }
}
.flex-verzend {
  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;
  color: black;
}
.flex-verzend .verplichtveld {
  line-height: 40px;
}
.make-sidebar-sticky {
  position: fixed !important;
  left: calc(66.7% - 30px - 50px);
  top: 80px !important;
  margin-top: 0px !important;
}
@media screen and (max-width: 587px) {
  .make-sidebar-sticky {
    position: relative !important;
    left: unset;
  }
}
.make-sidebar-sticky .addtoany_content {
  display: block !important;
}
.single-post .container aside .addtoany_content {
  display: block !important;
}
.make-sidebar-sticky-bottom {
  position: absolute !important;
  left: calc(66.7% - 30px - 50px);
  margin-top: 0px !important;
  transform: translate3d(0, 0, 0);
  bottom: 0px;
}
@media screen and (max-width: 587px) {
  .make-sidebar-sticky-bottom {
    position: relative !important;
    left: unset;
  }
}
.make-sidebar-sticky-bottom .addtoany_content {
  display: block !important;
}
.single-post .container {
  margin-bottom: 50px !important;
}
.single-post .addtoany_content {
  display: none;
}
.scrollToTop {
  display: none !important;
  position: fixed;
  right: 20px;
  bottom: 65px;
  animation-name: slideButtonIn;
  animation-duration: 1s;
  width: 50px;
  height: 50px;
  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: 1px solid black;
  background: black;
  border-radius: 0%;
  color: white;
}
.scrollToTop:hover {
  border-radius: 50%;
  background: white;
  color: black;
}
@keyframes slideButtonIn {
  0% {
    right: -20px;
    bottom: 50px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    right: 20px;
    bottom: 65px;
    width: 50px;
    height: 50px;
    border-radius: 0%;
  }
}
/** EXTRA FOOTER EDITS SCSS **/
.copyright-bar .copy-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;
  padding: 15px 0px;
}
@media screen and (max-width: 587px) {
  .copyright-bar .copy-wrapper {
    padding: 20px 0px;
    flex-wrap: wrap;
    max-width: 75%;
    flex-direction: column !important;
  }
}
.copyright-bar .copy-wrapper .avg-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 587px) {
  .copyright-bar .copy-wrapper .avg-links {
    flex-direction: column;
    gap: 5px;
  }
}
.copyright-bar .copy-wrapper p {
  margin-bottom: 0px !important;
}
.copyright-bar .copy-wrapper p a {
  color: #303030;
}
.copyright-bar .copy-wrapper p a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 587px) {
  .copyright-bar .copy-wrapper p {
    line-height: 21px !important;
    width: 100%;
  }
}
.content-bottom-widgets {
  padding: 0px 0px 30px 0px;
}
.content-bottom-widgets .widget-area:first-child {
  max-width: 100%;
  margin-bottom: 50px;
}
.content-bottom-widgets .widget-area:first-child section {
  width: 100% !important;
  padding: 0px;
}
.content-bottom-widgets .widget-area:first-child section .container {
  margin: 0 auto !important;
  float: none;
  padding-top: 0px;
}
.content-bottom-widgets .widget-area:first-child section .container h3 {
  max-width: 850px;
  margin: 0 auto;
}
/* PORTFOLIO EDITS */
.gw-gopf-circle img {
  position: relative;
  top: 0px;
}
.entry-header, footer#colophon {
  display: none !important;
}
.single-post .post-thumbnail {
  display: none;
}
.single-post .container {
  margin-top: 200px !important;
  position: unset !important;
  display: flex;
  justify-content: space-between;
  position: unset;
  z-index: 999;
  padding: 0px 20px;
  padding-top: 100px;
}
.single-post .container aside {
  position: absolute;
  left: calc(66.7% - 30px + 50px);
}
@media screen and (max-width: 1040px) {
  .single-post .container aside {
    left: calc(66.7% - 30px);
    max-width: 350px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-post .container aside {
    left: calc(50% + 50px);
    max-width: unset;
    width: calc(100% - (50% + 70px)) !important;
  }
}
@media screen and (max-width: 587px) {
  .single-post .container aside {
    position: relative !important;
    width: 100% !important;
    left: unset;
    top: unset !important;
  }
}
.single-post .black-header {
  display: flex !important;
  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: absolute;
  width: calc(100% - 40px);
  background-color: black;
  left: 0;
  height: 200px;
  text-align: center;
  padding: 20px;
}
.single-post .black-header h1 {
  color: white;
  margin-bottom: 20px !important;
}
.single-post .black-header h1 .sec-title {
  font-size: 21px;
  font-family: "regular";
  font-weight: normal;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-post .black-header h1 .sec-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 587px) {
  .single-post .black-header h1 .sec-title {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}
.single-post .black-header .heading-meta {
  color: white;
}
@media screen and (max-width: 587px) {
  .single-post .black-header .heading-meta {
    max-width: 90%;
    margin: 0 auto;
  }
}
.single-post .black-header .heading-meta ul {
  padding: 0px;
  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;
  margin: 0px !important;
}
.single-post .black-header .heading-meta ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
}
.single-post .black-header .heading-meta ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.single-post .black-header .heading-meta a {
  color: white;
  font-weight: normal !important;
}
.single-post article {
  width: calc(66.7% - 30px);
  margin-right: 30px;
  max-width: calc(66.7% - 30px) !important;
}
@media screen and (max-width: 1040px) {
  .single-post article {
    width: calc(66.7% - 100px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-post article {
    width: 50%;
  }
}
@media screen and (max-width: 587px) {
  .single-post article {
    width: 100%;
    left: unset;
    max-width: unset !important;
    margin-right: 0px !important;
  }
}
.single-post article .img-wrapper img {
  width: 100%;
  height: auto;
}
.single-post article .content-wrapper {
  display: none;
}
.single-post aside .product-list h4 {
  text-align: left !important;
}
.single-post aside .product-list a {
  display: inline-block;
  font-weight: normal !important;
}
.single-post aside .img-wrapper {
  display: none;
}
/* EIND PORTFOLIO EDITS */
@media screen and (max-width: 1040px) {
  .gw-gopf-col-wrap {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    transform: none !important;
    margin-bottom: 30px !important;
  }
}
.contact-flavour-3.contactcontainer {
  padding-bottom: 0px !important;
}
.contact-flavour-3 .wpb_map_wraper {
  height: 400px !important;
  padding-bottom: 0px !important;
}
.contact-flavour-3 .wpb_map_wraper iframe {
  height: 400px !important;
}
.footer-nav li {
  background-color: white;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  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;
}
.footer-nav li a {
  color: black !important;
  display: block;
  width: calc(100% - 35px);
}
.footer-nav li i {
  color: black;
  margin-right: 20px !important;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 15px !important;
}
.logo-row {
  padding: 100px 0px;
}
.logo-row .container h3 {
  margin-bottom: 50px !important;
}
.hel-diensten .icon-image {
  margin-bottom: 30px;
}
.flip-person {
  transform: rotatey(180deg);
}
.team img {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.team .icon-image {
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-top: 60px;
  background-color: black;
  position: relative;
}
.team .icon-image a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  border: 0px solid white;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: absolute;
}
.team .icon-image a:hover {
  border: 3px solid white;
}
.team .icon-image a:hover svg {
  transform: scale(1.1, 1.1);
}
.team .icon-image svg {
  font-size: 34px;
  transform: scale(1, 1);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.team h4 {
  padding-top: 20px;
}
@media screen and (max-width: 587px) {
  .topbar-flavour-2 .topbar2-wrapper .wrapper {
    flex-wrap: nowrap;
  }
  .topbar-flavour-2 .topbar2-wrapper .wrapper a {
    width: auto !important;
  }
}
.topbar-flavour-2 .social-wrapper a:hover svg {
  color: white;
}
.topbar-flavour-2 .social-wrapper i {
  color: black;
}
.social-info div a:hover svg {
  color: white;
}
.social-info div i {
  color: black;
}
.footer-nav li svg {
  margin-right: 5px;
}
.grey-background {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%) !important;
}
.introblok .toptitel h2 {
  margin-bottom: 0px !important;
  font-size: 24px !important;
}
.introblok h3 {
  margin-bottom: 0px !important;
}
.dienstblok.dienstblok-flavour-1 .vc_separator .vc_sep_line {
  border-color: #333333 !important;
  width: 80px !important;
  margin: 0 auto;
}
ul.vacatureul {
  padding-bottom: 40px !important;
  left: 0px !important;
}
ul.vacatureul li {
  font-size: 20px;
}
.mvacature .wpb_button, .mvacature .wpb_content_element, .mvacature ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px !important;
}
.mvacature li {
  list-style-type: square;
}
/*** NIEUWS ***/
.nieuws-pagina .vc_grid-item .vc_grid-item-mini h4 {
  display: block;
  display: -webkit-box;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.nieuws-pagina .vc_grid-item .vc_grid-item-mini h4:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .nieuws-pagina .vc_grid-item .vc_grid-item-mini h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.single-helleniqueblog .container, .single-deals .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;
  padding: 50px 30px;
}
@media screen and (max-width: 587px) {
  .single-helleniqueblog .container, .single-deals .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: wrap;
    flex-wrap: wrap;
  }
}
.single-helleniqueblog .container aside, .single-deals .container aside {
  width: 33.33%;
}
@media screen and (max-width: 1040px) {
  .single-helleniqueblog .container aside, .single-deals .container aside {
    max-width: 350px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-helleniqueblog .container aside, .single-deals .container aside {
    max-width: unset;
    width: calc(100% - (50% + 70px)) !important;
  }
}
@media screen and (max-width: 587px) {
  .single-helleniqueblog .container aside, .single-deals .container aside {
    position: relative !important;
    width: 100% !important;
    top: unset !important;
  }
}
.single-helleniqueblog .container article, .single-deals .container article {
  width: calc(66.7% - 30px);
  margin-left: 30px;
  max-width: calc(66.7% - 30px) !important;
}
.single-helleniqueblog .container article .entry-header, .single-deals .container article .entry-header {
  display: block !important;
}
.single-helleniqueblog .container article .post-thumbnail img, .single-deals .container article .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1040px) {
  .single-helleniqueblog .container article, .single-deals .container article {
    width: calc(100% - 350px - 30px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .single-helleniqueblog .container article, .single-deals .container article {
    width: 50%;
  }
}
@media screen and (max-width: 587px) {
  .single-helleniqueblog .container article, .single-deals .container article {
    width: 100%;
    left: unset;
    margin-left: 0px;
    max-width: unset !important;
    margin-right: 0px !important;
  }
}
.slider-button.rev-btn {
  display: none !important;
}
.blackiswhite {
  padding: 50px 0 !important;
}
.blackiswhite h2, .blackiswhite h1 {
  color: #fff;
}
.blackiswhite h3 {
  color: #fff;
}
.team .hel-diensten > div {
  padding: 0;
}
.hel-diensten .icon-image img {
  margin: 0;
}
.tijdschrift {
  padding-bottom: 0;
}
.tijdschrift h3 {
  padding: 0 30px;
}
.tijdschrift .no-clamp p, .tijdschrift h4, .tijdschrift table {
  padding: 0px 20px !important;
}
.newsback-row {
  width: 100%;
  position: relative;
}
.newsback-row .newsback {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.slider-row {
  background-color: #000;
}
@media (max-width: 900px) {
  .cropradio {
    width: 70%;
    margin: 0 auto;
  }
}
* {
  letter-spacing: normal !important;
}
.content-bottom-widgets input, .contact-flavour-3 input:not([type=radio]) {
  height: 40px;
}
.page-id-3531 .cta {
  display: none;
}
.stikhand h1, .stikhand:not(.intro-deals) h2 {
  font-family: "deal" !important;
  text-transform: none !important;
}
.single-deals .price-row {
  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;
}
.single-deals .price-row .superdeals img {
  width: 260px;
}
.single-deals .price-row .price-highlight p {
  margin-bottom: 0 !important;
}
.single-deals .price-row .price-highlight p strong {
  font-family: "deal";
}
.single-deals .price-row .price-highlight p.price-amount {
  font-family: "bold";
  font-size: 50px;
  line-height: 88px;
}
.single-deals .price-row .price-highlight p.price-amount big {
  font-size: 80px;
}
.single-deals .price-row .price-highlight .legal-disclaimer p {
  font-size: 8px;
  max-width: 260px;
  line-height: 12px;
}
.single-deals .newsback-row {
  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;
  top: -20px;
}
.single-deals .button-row .standard-btn {
  text-align: center;
  margin: 30px 0;
}
.intro-deals {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
}
.intro-deals .container .content {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .intro-deals .container .content {
    padding-top: 20px;
  }
}
.intro-deals .container .sidebar {
  margin-top: 10em;
  background: none;
  box-shadow: none;
  border: 1px solid black;
}
.intro-deals .container .sidebar h3, .intro-deals .container .sidebar ul, .intro-deals .container .sidebar li {
  text-align: center !important;
  display: block;
}
.intro-deals .container .sidebar > div {
  position: relative;
  top: -10em;
  margin-bottom: -10em;
}
.dealgrid .vc_gitem-zone-c {
  overflow: visible;
}
.mannetje {
  position: absolute;
  top: -115px;
  right: 0;
}
.mannetje img {
  width: 133px;
  height: 133px;
}
@media screen and (max-width: 767px) and (min-width: 651px) {
  .mannetje {
    bottom: -10px;
    left: -115px;
    right: auto;
    top: auto;
  }
}
.slider-row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  max-height: 600px;
}
.slider-row .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper {
  padding-bottom: 28.25%;
}
.error-page {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: black;
  min-height: 500px;
}
.error-page h1, .error-page h4 {
  color: white;
}
.error-page .standard-btn {
  margin-top: 150px;
}
.steden-sign {
  display: none;
  position: absolute;
  bottom: -100px;
  right: -55px;
}
@media screen and (max-width: 587px) {
  .steden-sign {
    bottom: -50px;
  }
}
@media screen and (max-width: 1320px) {
  .steden-sign {
    right: 0;
  }
}
.steden-sign img {
  height: 314px;
  width: auto;
}
@media screen and (max-width: 587px) {
  .steden-sign img {
    height: 245px;
  }
}
@media screen and (min-width: 785px) and (max-width: 1040px) {
  .steden-sign img {
    height: 200px;
  }
}
.text-align-center {
  text-align: center !important;
}
@media screen and (max-width: 550px) {
  .text-align-center {
    text-align: center !important;
  }
  .text-align-center h3 {
    text-align: center !important;
  }
}
.text-align-center h3 {
  text-align: center !important;
}
.iframe-banner-container {
  padding: 35px 0px;
}
@media screen and (max-width: 587px) {
  .iframe-banner-container {
    padding: 0px 0px;
  }
}
.iframe-banner-container > div > div > div > div {
  text-align: center;
}
.iframe-banner-container iframe.iframe-wrapper {
  height: 250px !important;
  width: 300px !important;
  border: 0px solid black;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .iframe-banner-container iframe.iframe-wrapper {
    height: 188px !important;
    width: 225px !important;
  }
}
@media screen and (max-width: 345px) {
  .iframe-banner-container iframe.iframe-wrapper {
    height: 237px !important;
    width: 285px !important;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsbriefblok .container .wpb_column {
    width: 100%;
    margin-bottom: 30px;
  }
}
.nieuwsbriefblok .container .mc4wp-form .mc4wp-form-fields .holder input {
  margin-bottom: 20px !important;
}
.maintenence-price h2 {
  text-transform: lowercase !important;
  font-family: Open sans;
}
.maintenence-price .maintenence-price-per-year {
  font-weight: 800 !important;
}
.maintenence-price .maintenence-per-year {
  font-weight: 100 !important;
  font-size: 25px;
  margin-left: 5px;
}
.maintenence-package-icon {
  margin-top: 20px;
}
.logoblok .vc_gitem_row {
  background-color: transparent;
}
.logoblok .logo-background {
  height: 120px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 69%;
  margin: 0 auto;
  box-sizing: border-box;
}
.logoblok .logo {
  margin-top: 100px;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.container-full {
  padding: 50px 0;
}
.container-full .live-pbp--poweredby {
  display: none !important;
}
.socialwall.container-full {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  background-image: url("/wp-content/uploads/het-streek-background-element-icons-light.svg");
  background-size: 1600px 600px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.socialwall.container-full h1, .socialwall.container-full h2, .socialwall.container-full h3, .socialwall.container-full h4, .socialwall.container-full h5, .socialwall.container-full h6 {
  color: #333333;
}
.socialwall.container-full > div {
  padding: 50px 0px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
.socialwall.container-full .social-follows {
  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: 450px;
  margin: 0 auto;
}
.socialwall.container-full .social-follows a {
  color: white;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .socialwall.container-full .social-follows {
    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;
  }
}
.socialwall.container-full .social-follows .sub-follows {
  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;
  position: relative;
  padding: 4px 0 4px 60px;
}
@media screen and (max-width: 768px) {
  .socialwall.container-full .social-follows .sub-follows {
    margin-bottom: 20px;
  }
}
.socialwall.container-full .social-follows .sub-follows:before {
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
}
.socialwall.container-full .social-follows .instagram-follows:before {
  content: "";
}
.socialwall.container-full .social-follows .facebook-follows:before {
  content: "";
}
.socialwall.container-full [id^=sb-wall].sb-wall .sb-wall-footer {
  text-align: center;
}
.socialwall.container-full.socialpage {
  background-color: transparent;
  background-image: url("/wp-content/uploads/het-streek-background-element-icons-social.svg");
  position: relative;
  z-index: 1;
}
.socialwall.container-full.socialpage > div {
  background: transparent;
}
.socialwall.container-full.socialpage h1, .socialwall.container-full.socialpage h2, .socialwall.container-full.socialpage h3, .socialwall.container-full.socialpage h4, .socialwall.container-full.socialpage h5, .socialwall.container-full.socialpage h6 {
  color: black;
}
.socialwall.container-full.socialpage .social-follows {
  margin-bottom: 50px;
}
.socialwall.container-full.socialpage .social-follows a, .socialwall.container-full.socialpage .social-follows .sub-follows:before {
  color: black;
  border-color: black;
}
[id^=sb-wall].sb-wall .sb-wall-load-btn {
  display: block;
  border: none;
  margin: 0 auto !important;
  background: #000 !important;
  margin-top: 50px !important;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 15%;
  min-height: 30px;
  padding: 5px 0;
  margin: 0;
  font-family: "regular";
  position: relative;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -moz-transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
[id^=sb-wall].sb-wall .sbsw-item-inner {
  position: relative;
  width: 100%;
  float: left;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  min-height: 758px;
  background: white;
  border-radius: 3px;
}
@media screen and (max-width: 587px) {
  [id^=sb-wall].sb-wall .sbsw-item-inner {
    min-height: 646px;
  }
}
.joinus {
  background: white !important;
}
.joinus .container {
  max-width: 1200px !important;
}
.joinus h1 {
  margin-bottom: 10px !important;
}
.joinus h3 {
  margin-bottom: 30px !important;
}
.joinus svg {
  color: #ffdd00;
  font-size: 20px;
  margin-right: 10px;
}
.joinus ul li.small-tekst {
  font-size: 15px;
  margin-left: 30px;
}
.nopadding {
  padding: 0 !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #000 !important;
}
.cli-switch input:checked + .cli-slider {
  background-color: #000 !important;
}
.sbsw-follow {
  background: black !important;
}
.sbsw-item svg.svg-inline--fa.fa-instagram.fa-w-14 {
  color: black !important;
}
.scroller {
  max-width: 100vw;
  background: #fff;
}
.scroller__inner {
  padding-block: 3rem;
  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, #fff 20%, #fff 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, 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: 200s;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 200s;
}
@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: #ea728d;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem gray;
}
