/* Huisstijl Imports */
/********** COLORS *********/
/*********** MARGINS & PADDINGS ***********/
/******** MEDIA QUERIES ********/
/* General mixins */
/****** DROPSHADOW MIXIN *******/
/**** DIENSTEN MIXINS *****/
/******** FLEXBOX **********/
/******** NIEUWS MIXIN ***********/
/***** TRANSITIONS / TRANSFORMS *****/
@font-face {
  font-family: 'serif';
  src: url('../../fonts/merriweather-regular-webfont.woff2') format('woff2'), url('../../fonts/merriweather-regular-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'light';
  src: url('../../fonts/opensans-light-webfont.woff2') format('woff2'), url('../../fonts/opensans-light-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'regular';
  src: url('../../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../../fonts/opensans-regular-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'semibold';
  src: url('../../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../../fonts/opensans-semibold-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'bold';
  src: url('../../fonts/OpenSans-Bold.woff2') format('woff2'), url('../../fonts/OpenSans-Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'extrabold';
  src: url('../../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../../fonts/OpenSans-ExtraBold.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'nunito';
  src: url('../../fonts/nunito-regular.woff2') format('woff2'), url('../../fonts/nunito-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
@font-face {
  font-family: 'nunitobold';
  src: url('../../fonts/nunito-bold.woff2') format('woff2'), url('../../fonts/nunito-bold.woff') format('woff');
  font-style: normal;
  font-weight: normal !important;
}
h1, h2, h3, h4, h5, h6, p, li, td, a {
  font-weight: 400 !important;
}
h1 {
  font-size: 44px;
  line-height: 52px;
  font-family: 'nunitobold';
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .single-post h1, .single-post h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .single-post h1, .single-post h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
h2 {
  font-size: 44px;
  line-height: 52px;
  font-family: 'nunitobold';
  margin: 0px;
  margin-bottom: 10px !important;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.content-bottom-widgets h2 {
  font-size: 18px;
}
.nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
  font-size: 20px;
  font-family: 'bold';
  text-transform: uppercase;
  line-height: inherit !important;
}
@media screen and (max-width: 768px) {
  .sidebar-news h2, .post-sidebar-custom h2, .mailchimp h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-news h2, .post-sidebar-custom h2, .mailchimp h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .nieuwsblok .wpb_widgetised_column .wpb_wrapper, #rpwe_widget-2 h2 {
    font-size: 16px;
    line-height: 16px;
  }
}
h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'nunitobold';
  font-weight: normal;
  margin: 0px;
  color: #000;
}
@media screen and (max-width: 1040px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px !important;
  }
}
h4, .gdprc_item__label {
  font-size: 19px;
  line-height: 28px;
  font-family: 'nunitobold';
  margin: 0px;
  color: #00a7a8;
}
@media screen and (max-width: 1040px) {
  h4, .gdprc_item__label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4, .gdprc_item__label {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 480px) {
  h4, .gdprc_item__label {
    font-size: 16px;
    line-height: 16px;
  }
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'nunitobold';
}
@media screen and (max-width: 1040px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 28px;
  }
}
p, .screen-reader-text, .gdprc_items p, .social-info {
  font-family: 'nunito';
  font-size: 16px !important;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 1px !important;
}
@media screen and (max-width: 1040px) {
  p, .screen-reader-text, .gdprc_items p, .social-info {
    font-size: 17px !important;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  p, .screen-reader-text, .gdprc_items p, .social-info {
    font-size: 17px !important;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  p, .screen-reader-text, .gdprc_items p, .social-info {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 15px !important;
  }
}
p:empty {
  display: none !important;
}
.last p {
  margin-bottom: 0px !important;
}
.dienstblok-flavour-2 p, .dienstblok-flavour-3-vier 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 p:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier 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 p:after {
    display: none;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier 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 p:after {
    display: none;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier 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 p:after {
    display: none;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 1040px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 768px) {
  .dienstblok-flavour-2 p, .dienstblok-flavour-3-vier p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
td, label, textarea, input {
  font-family: 'nunito';
  font-size: 16px;
  margin: 0px;
}
@media screen and (max-width: 1040px) {
  td, label, textarea, input {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  td, label, textarea, input {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  td, label, textarea, input {
    font-size: 12px;
  }
}
li {
  font-family: 'nunito';
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1040px) {
  li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  li {
    font-size: 12px;
    line-height: 20px;
  }
}
a {
  cursor: pointer;
  padding: 5px;
  font-size: 17px;
  font-family: 'nunito';
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 1040px) {
  a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  a {
    font-size: 12px;
  }
}
.rpwe-block a {
  font-size: 12px;
}
.nieuwsblok .rpwe-block h3, .single .rpwe-block h3 {
  font-size: 10px !important;
}
.standard-button p {
  height: auto;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: unset;
  display: inline-block;
}
.cta-flavour-1 .standard-button a, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  font-family: 'nunito';
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  border-radius: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta-flavour-1 .standard-button a:hover, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink:hover, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .cta-flavour-1 .standard-button a:active, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink:active, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #fff;
  color: #00a7a8;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .cta-flavour-1 .standard-button a, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cta-flavour-1 .standard-button a, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cta-flavour-1 .standard-button a, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink, .cta-flavour-1 .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 12px;
  }
}
.mc-button {
  font-family: 'nunito' !important;
  display: inline-block;
  border: 1px solid #00a7a8 !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer !important;
}
.mc-button:hover, .mc-button:active {
  background-color: #00a7a8 !important;
  color: #fff !important;
  text-decoration: none;
}
.standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .mc-button, .wpcf7-submit {
  font-family: 'nunito';
  display: inline-block;
  border: 1px solid #00a7a8;
  background-color: #fff;
  color: #000;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  border-radius: 0px;
  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, .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .mc-button:hover, .wpcf7-submit:hover, .standard-button a:active, .vc_btn3.vc_btn3-color-juicy-pink:active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .mc-button:active, .wpcf7-submit:active {
  background-color: #00a7a8;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .mc-button, .wpcf7-submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .mc-button, .wpcf7-submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .standard-button a, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .mc-button, .wpcf7-submit {
    font-size: 12px;
  }
}
.pink-background .standard-button a, .pink-background .vc_btn3.vc_btn3-color-juicy-pink, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  font-family: 'nunito';
  display: inline-block;
  border: 1px solid #fff;
  background-color: #00a7a8;
  color: #fff;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  border-radius: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pink-background .standard-button a:hover, .pink-background .vc_btn3.vc_btn3-color-juicy-pink:hover, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .pink-background .standard-button a:active, .pink-background .vc_btn3.vc_btn3-color-juicy-pink:active, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #fff;
  color: #00a7a8;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .pink-background .standard-button a, .pink-background .vc_btn3.vc_btn3-color-juicy-pink, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pink-background .standard-button a, .pink-background .vc_btn3.vc_btn3-color-juicy-pink, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pink-background .standard-button a, .pink-background .vc_btn3.vc_btn3-color-juicy-pink, .pink-background .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 12px;
  }
}
/* Strikte Benodigdheden */
/* Theme and Plugin Fixes*/
.container-full.no-top-pad {
  padding-top: 0px;
}
.container-full > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.container-full .container {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0px 40px;
  background: #7fbbb3;
}
@media screen and (max-width: 340px) {
  .container-full .container {
    padding: 0px 8px;
  }
}
@media screen and (max-width: 360px) {
  .container-full .container {
    padding: 0px 20px;
  }
}
.container-full .container.mar-bot {
  margin-bottom: 50px !important;
}
.container-full .container .content > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container-full .container .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dont-clamp-this p, .standard-button p {
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: unset !important;
  text-overflow: unset !important;
  height: auto !important;
  display: block !important;
}
.ajax-loader {
  display: none !important;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0px;
}
div#wp-a11y-speak-polite, div#wp-a11y-speak-assertive {
  margin-bottom: 0px !important;
}
.copyright-bar, .site {
  overflow-x: hidden;
  max-width: 100%;
}
.edit-link, .skip-link {
  display: none;
}
.site-main {
  margin-bottom: 0px;
}
.site-inner {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}
.site-content {
  padding: 0px;
}
.content-bottom-widgets .widget-area:last-child {
  margin-bottom: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-bottom-widgets .widget {
  border-top: none;
}
.site {
  margin: 0 auto;
  width: 1252px;
  background-color: #7fbbb3;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  -webkit-appearance: none !important;
}
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
p.site-title, p.site-description {
  display: none;
}
.entry-header, footer#colophon {
  display: none;
}
.type-post .entry-header, .type-post footer#colophon {
  display: block !important;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.custom-logo-link img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}
.container > div > div .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
/* Sitewide style declarations */
body {
  background-color: #7fbbb3;
}
body i, body img {
  margin: auto;
}
.the-slider .vc_column-inner {
  padding: 0;
}
.the-slider .vc_column-inner .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .the-slider .vc_column-inner .slick-slide img {
    object-position: center right;
  }
}
input[type=submit] {
  border-radius: 0;
}
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.error-404 {
  max-width: 1200px;
  margin: 30px auto;
}
:focus {
  outline: none;
}
.fa-phone {
  transform: rotateY(180deg);
}
/****** THIS IS FOR STICKY HEADER *****/
.make-it-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1040px) {
  .make-it-sticky {
    position: relative;
  }
}
@media screen and (max-width: 1040px) {
  #behind-menu-box {
    display: none;
  }
}
.scrollToTop {
  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 #00a7a8;
  background: #00a7a8;
  color: #fff;
}
.scrollToTop:hover {
  border-radius: 50%;
  background: #00a7a8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left !important;
  }
}
/**** COOKIE MELDER GPDR CONSENT ****/
#gdprc_bar {
  background-color: #00a7a8;
  padding: 10px 0px !important;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #gdprc_bar {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #gdprc_bar {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #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;
  margin-top: -11px;
  /* Re-order part */
}
#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 (max-width: 702px) {
  #gdprc_bar .container .gdprc_content {
    margin-top: -156px;
  }
}
@media screen and (max-width: 480px) {
  #gdprc_bar .container .gdprc_content {
    margin-top: 0px;
  }
}
#gdprc_bar .container .gdprc_content h3 {
  color: #fff;
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
#gdprc_bar .container .gdprc_content p {
  color: #fff;
  font-size: 12px !important;
  margin-bottom: 5px !important;
  line-height: 21px !important;
}
#gdprc_bar .container .gdprc_content a {
  color: #fff;
  text-decoration: underline !important;
  font-size: 12px !important;
}
#gdprc_bar .container .gdprc_actions a {
  font-size: 12px !important;
  margin-bottom: 5px !important;
  color: #fff;
}
#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: #fff;
  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: #fff;
  color: #00a7a8;
}
@media screen and (max-width: 768px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    line-height: 141px;
  }
}
@media screen and (max-width: 480px) {
  #gdprc_bar .container .gdprc_actions button {
    font-size: 12px !important;
    line-height: 40px;
    border-left: none;
    border-right: none;
    background-color: #fff;
    color: #00a7a8;
  }
}
#gdprc_bar .container .gdprc_actions .gdprc_link {
  text-decoration: underline !important;
}
#gdprc_settings {
  margin-top: 0px !important;
  max-width: 1200px;
  border: none;
}
#gdprc_settings .gdprc_header {
  display: none;
}
#gdprc_settings .gdprc_actions {
  background: transparent;
  border-top: none;
  padding: 0px 0px 30px 0px;
}
#gdprc_settings .gdprc_button, #gdprc_settings .gdprc_action {
  background-color: #00a7a8;
  color: #fff;
  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: 480px) {
  #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: 480px) {
  #gdprc_settings .gdprc_items .gdprc_item .gdprc_item__desc {
    display: block;
  }
}
#gdprc_settings .gdprc_items .gdprc_item .gdprc_item__checkbox__wrapper label {
  background-color: #fff;
}
.cookie-header {
  min-height: 400px;
}
.cookie-row .container {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cookie-row .container .cookie-consent {
    width: 100%;
  }
}
.cookie-row .container img {
  margin-bottom: 30px;
}
.privacyblok {
  padding: 30px 0;
}
.privacyblok h1 {
  margin-bottom: 60px !important;
}
.privacyblok h5 {
  margin-bottom: 0;
}
.privacyblok ul li {
  list-style-type: disc;
  font-family: 'regular';
}
/* Kies een menu (kijk in de nav map) */
ul#responsive-menu {
  position: relative;
  top: 50px;
}
header .site-header-main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  max-width: 1220px;
  margin: 0 auto !important;
  padding: 15px 30px;
  background: #00a7a8;
}
header .site-branding {
  display: inline-flex;
  align-items: center;
  max-width: 310px;
}
header .main-navigation {
  width: 100%;
}
header .main-navigation ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: auto;
}
header .main-navigation ul li {
  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 {
  display: block;
  padding: 0px 15px;
  padding-top: 50px;
  line-height: 20px;
  white-space: nowrap;
  color: white;
  font-family: nunitobold;
}
header .main-navigation ul li i {
  position: absolute;
  left: -40px;
  top: calc(50% - 9px);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
header .main-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #fff;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 200px;
}
header .main-navigation ul li .sub-menu li:last-child {
  display: block;
  width: auto;
}
header .main-navigation ul li .sub-menu li a {
  line-height: 40px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0px 10px;
  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 #000;
  text-decoration: none;
  font-size: 14px;
  white-space: wrap;
}
header .menu-toggle, header .dropdown-toggle span {
  display: none;
}
/*************************************
 STREEP ONDER MENU
 **************************************/
.menu-item .border-bot {
  display: block;
  background-color: #00a7a8;
  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 a {
  text-shadow: 0px 0px 0.2px #000;
}
.menu-item.current-menu-item .border-bot {
  display: block;
  background-color: #00a7a8;
  width: calc(100% - 40px);
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(1, 1);
  transform-origin: center;
}
.menu-item:hover .border-bot {
  transform: scale(1, 1);
}
/*************************************
 STREEP VAN LINKS NAAR ONDER 
 **************************************/
/*************************************
 KLEINE CIRKEL NAAR BEELDVULLEND
 **************************************/
/*************************************
 PIJLTJE VAN BOVEN
 **************************************/
/* Elementen */
/* Topbar */
div#responsive-menu-additional-content {
  position: relative;
  top: 50px;
}
div#responsive-menu-additional-content .topbar {
  background: transparent;
}
.topbar {
  background: #00a7a8;
  padding: 10px;
  max-width: 1233px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 480px) {
  .topbar {
    padding: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar {
    padding: 0px;
  }
}
.topbar .show-at-mobile {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .topbar .show-at-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar .show-at-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .topbar .hide-at-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar .hide-at-mobile {
    display: none !important;
  }
}
.topbar .flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.topbar .topbar2-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.topbar .topbar2-wrapper .flex-wrapper {
  margin: unset;
}
.topbar a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .topbar a {
    line-height: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar a {
    line-height: 28px;
  }
}
.height800 {
  height: 800px;
}
.container {
  max-width: 1280px;
  margin: 0 auto !important;
}
.container li {
  list-style-type: none;
}
.icon-wrapper .wpb_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* Smaak 1 */
.topbar-flavour-1-reverse {
  text-align: right;
}
.topbar-flavour-1-reverse .flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topbar-flavour-1 a {
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.topbar-flavour-1 a svg {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 5px;
}
.topbar-flavour-1 a:hover svg {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-1 .flex-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* Smaak 2 */
.topbar-flavour-2 a {
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.topbar-flavour-2 a svg {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 5px;
}
.topbar-flavour-2 a:hover svg {
  color: #fff;
}
.topbar-flavour-2 .topbar2-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.topbar-flavour-2 .topbar2-wrapper .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper {
    margin-top: 5px !important;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .facebook {
  border: 2px solid #3b5998;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .facebook svg {
  color: #3b5998;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .twitter {
  border: 2px solid #55acee;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .twitter svg {
  color: #55acee;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .pinterest {
  border: 2px solid #cb2027;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .pinterest svg {
  color: #cb2027;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .linkedin {
  border: 2px solid #007bb5;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper .linkedin svg {
  color: #007bb5;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
  background: #fff;
  line-height: 30px;
  margin: 0px 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a {
    margin-right: 10px !important;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a:hover {
  border: 2px solid #fff;
  color: #fff;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.facebook:hover {
  background: #3b5998;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.twitter:hover {
  background: #55acee;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.pinterest:hover {
  background: #cb2027;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a.linkedin:hover {
  background: #007bb5;
  border-radius: 0%;
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a svg {
  color: #00a7a8;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 480px) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a svg {
    left: 0px;
    top: -2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .topbar-flavour-2 .topbar2-wrapper .social-wrapper a svg {
    left: 0px;
    top: -2px;
  }
}
.topbar-flavour-2 .topbar2-wrapper .social-wrapper a:hover svg {
  color: #fff;
}
/* Smaak 3 */
@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(100% - 50% - 40px);
  margin-right: 20px;
}
.contact .container .content img {
  margin-bottom: 30px;
}
@media screen and (max-width: 380px) {
  .contact .container .content img {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 340px) {
  .contact .container .content img {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .contact .container .content img {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 319px) {
  .contact .container .content img {
    margin-bottom: 40px !important;
  }
}
.contact .container .content .openingstijden {
  width: 100%;
}
.contact .container .content .openingstijden tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #000;
  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;
  }
}
@media screen and (max-width: 319px) {
  .contact .container .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -210px !important;
  }
}
.contact .container .zijbalk {
  width: 50%;
  margin-left: 20px;
  padding: 30px;
  z-index: 99;
  order: -1;
}
@media screen and (max-width: 1110px) {
  .contact .container .zijbalk {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .contact .container .zijbalk {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .contact .container .zijbalk {
    position: relative;
    margin-left: 0px;
  }
}
@media screen and (max-width: 319px) {
  .contact .container .zijbalk {
    padding: 14px;
    z-index: 99;
    order: -1;
  }
}
@media screen and (max-width: 380px) {
  .contact .container .zijbalk {
    padding: 15px;
    z-index: 99;
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .zijbalk {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
.contact .container .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 .container .form-wrapper .full-width {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact .container .form-wrapper .full-width {
    width: 53%;
  }
}
.contact .container .form-wrapper .full-width input {
  margin: 0px;
  width: calc(100% - 12px);
}
.contact .container .form-wrapper .half-width {
  width: 50%;
}
.contact .container .form-wrapper .half-width.first input {
  margin: 0px 10px 0px 0px;
}
.contact .container .form-wrapper .half-width.last input {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact .container .form-wrapper .half-width {
    width: 100%;
  }
  .contact .container .form-wrapper .half-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .form-wrapper .half-width {
    width: 100%;
  }
  .contact .container .form-wrapper .half-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact .container .form-wrapper .third-width {
  width: 33.33%;
}
.contact .container .form-wrapper .third-width.first input {
  margin: 0px 10px 0px 0px;
}
.contact .container .form-wrapper .third-width.last input {
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .contact .container .form-wrapper .third-width {
    width: 100%;
  }
  .contact .container .form-wrapper .third-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .contact .container .form-wrapper .third-width {
    width: 100%;
  }
  .contact .container .form-wrapper .third-width input {
    width: calc(100% - 12px);
    margin: 0px !important;
  }
}
.contact .container .form-wrapper input:not([type="submit"]) {
  width: calc(100% - 22px);
  border: 1px solid #e0e1e1;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  margin: 0px 5px;
  border-radius: 3px !important;
}
@media screen and (max-width: 1110px) {
  .contact .container .form-wrapper input:not([type="submit"]) {
    width: calc(100% - 115px) !important;
  }
}
@media screen and (max-width: 900px) {
  .contact .container .form-wrapper input:not([type="submit"]) {
    width: calc(100% - 10px) !important;
  }
}
.contact .container .form-wrapper textarea {
  width: calc(100% - 12px);
  border: 1px solid #e0e1e1;
  line-height: 40px;
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  border-radius: 0px !important;
}
.contact .container .form-wrapper .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;
  width: 100%;
}
.contact .container .form-wrapper .flex-verzend p {
  margin-bottom: 0px !important;
}
.contact .container .form-wrapper .flex-verzend .ajax-loader {
  display: none;
}
.contact .container .form-wrapper .flex-verzend input {
  width: 100%;
  padding-left: unset;
  padding: 0px 20px;
  margin: 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 #000;
  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;
}
.cta {
  background: #00a7a8;
  height: 134px;
}
@media screen and (max-width: 480px) {
  .cta {
    height: 190px;
  }
}
@media screen and (max-width: 900px) {
  .cta {
    height: 174px;
  }
}
@media screen and (max-width: 319px) {
  .cta {
    height: 210px;
  }
}
.cta .container h2, .cta .container h3, .cta .container p {
  color: #fff;
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .cta .container h2 {
    margin-bottom: 15px !important;
  }
  .cta .container h3 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .cta .container h2 {
    margin-bottom: 15px !important;
  }
  .cta .container h3 {
    margin-bottom: 30px !important;
  }
}
.img-cta-balk {
  padding: 20px;
  margin-left: 340px;
}
@media screen and (max-width: 480px) {
  .img-cta-balk {
    margin-left: 0px;
    margin-top: 25px;
  }
}
.img-container-left {
  padding-top: 135px;
}
@media screen and (max-width: 480px) {
  .img-container-left {
    padding-top: 15px;
  }
}
.dienstblok .vierblocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dienstblok .vierblocks .dienstbox:nth-child(1) {
  padding: 0px 30px 20px 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 15px 30px 0px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(1) {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(2) {
  padding: 0px 20px 20px 10px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 30px 15px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(2) {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(3) {
  padding: 0px 10px 20px 20px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 0px 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 15px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(3) {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .vierblocks .dienstbox:nth-child(4) {
  padding: 0px 0px 20px 30px;
}
@media screen and (max-width: 768px) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 0px 15px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok .vierblocks .dienstbox:nth-child(4) {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .teksthouder {
  text-align: center;
  margin-bottom: 50px !important;
}
.dienstblok .teksthouder .dont-clamp-this p {
  max-width: 800px;
  margin: 0 auto;
}
.dienstblok p {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dienstblok p:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .dienstblok p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .dienstblok p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.dienstblok .dienstbox {
  padding: 0px 10px 20px 10px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .dienstbox:first-child {
  padding: 0px 20px 20px 0px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox:first-child {
    padding: 0px 0px 20px 0px;
  }
}
.dienstblok .dienstbox:last-child {
  padding: 0px 0px 20px 20px;
}
@media screen and (max-width: 480px) {
  .dienstblok .dienstbox:last-child {
    padding: 0px 0px 0px 0px;
  }
}
.dienstblok .dienstbox .vc_separator {
  margin: 30px 0px;
}
.dienstblok .dienstbox .vc_separator .vc_sep_line {
  width: 50%;
  left: 50%;
  transform: translatex(-50%);
  border-top: 5px solid #00a7a8;
}
.dienstblok .dienstbox > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dienstblok .dienstbox .wpb_single_image {
  margin-bottom: 20px;
}
.dienstblok .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
  width: 70px !important;
  height: 70px !important;
}
@media screen and (max-width: 768px) {
  .dienstblok .dienstbox .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok.dienstblok-flavour-1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-1 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-1 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-1 .dienstbox.vc_col-sm-3 {
    width: 100%;
  }
}
.dienstblok.dienstblok-flavour-2 .dienstbox > div {
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
}
.dienstblok.dienstblok-flavour-2 .dienstbox > div > div {
  padding: 0px 10px 10px 10px;
}
.dienstblok.dienstblok-flavour-2 .dienstbox .wpb_single_image {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-2 .dienstbox.vc_col-sm-3 {
    width: 100%;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
  width: calc(33.33% - 90px);
  padding: 0px 0px 20px 10px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(33.33% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(33.33% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-drie .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
  width: 70px;
  height: 70px;
  margin: 0px 20px 40px 0px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox {
    width: 50px;
    height: 50px;
  }
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .iconbox .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 50px !important;
    height: 50px !important;
  }
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
  width: calc(50% - 90px);
  padding: 0px 0px 20px 10px;
}
.dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox .vc_separator .vc_sep_line {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(50% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(50% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .dienstblok.dienstblok-flavour-3.dienstblok-flavour-3-vier .dienstbox {
    width: calc(100% - 70px);
    padding: 0px 0px 20px 10px;
  }
}
.faqblok .container {
  text-align: center;
}
.faqblok .container > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.faqblok .container p {
  max-width: 600px;
  margin: 0 auto;
}
.faqblok .container:first-child {
  margin-bottom: 50px !important;
}
.faqblok .container .faq-single {
  width: calc(50% - 15px);
  padding: 30px;
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
  text-align: left;
}
.faqblok .container .faq-single.links {
  margin-right: 15px;
}
.faqblok .container .faq-single.rechts {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .faqblok .container .faq-single.rechts {
    margin: 50px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok .container .faq-single.rechts {
    margin: 50px 0px 0px 0px !important;
  }
}
.faqblok .container .faq-single .vc_toggle {
  border: 1px solid #000;
  border-bottom: none;
  padding: 5px 20px 5px 5px;
  margin: 0px;
}
.faqblok .container .faq-single .vc_toggle:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
  .faqblok .container .faq-single .vc_toggle h4 {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .faqblok .container .faq-single {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok .container .faq-single {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
}
.faqblok.faqblok-flavour-2 .container {
  text-align: center;
}
.faqblok.faqblok-flavour-2 .container .faq-single {
  width: 50%;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faqblok.faqblok-flavour-2 .container .faq-single {
    width: 100%;
    left: unset;
    transform: translatex(0%);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .faqblok.faqblok-flavour-2 .container .faq-single {
    width: 100%;
    left: unset;
    transform: translatex(0%);
  }
}
.introblok .content {
  width: calc(100% - 400px - 20px);
  margin-right: 20px;
}
.introblok .content > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .introblok .content {
    width: calc(100% - 250px - 40px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok .content {
    width: calc(100% - 250px - 40px);
  }
}
@media screen and (max-width: 480px) {
  .introblok .content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.introblok .zijbalk {
  width: 380px;
  margin-left: 20px;
  background: #fff;
  padding: 0px 15px 30px 15px;
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
  text-align: left;
}
.introblok .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.introblok .zijbalk .wpb_single_image {
  margin-left: -15px;
  margin-right: -15px;
}
.introblok .zijbalk figure {
  width: 100%;
  margin-bottom: 30px;
}
.introblok .zijbalk figure .vc_single_image-wrapper {
  width: 100%;
}
.introblok .zijbalk figure .vc_single_image-wrapper img {
  width: 100%;
}
.introblok .zijbalk ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px !important;
  width: 100%;
}
.introblok .zijbalk ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.introblok .zijbalk ul li:hover svg {
  left: 5px;
}
.introblok .zijbalk ul li svg {
  margin: 0px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  top: 4px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .introblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.introblok .zijbalk a {
  position: relative;
  overflow: hidden;
}
.introblok .zijbalk a svg {
  position: absolute;
  left: -100px;
  color: #fff;
  top: calc(50% - 8px);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.introblok .zijbalk a:hover svg {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .introblok .zijbalk {
    width: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .introblok .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .introblok .zijbalk {
    width: 100%;
    margin-left: 0px;
  }
}
.introblok.introblok-flavour-1 .zijbalk {
  padding: 30px 15px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-1 .zijbalk {
    padding: 15px !important;
  }
  .introblok.introblok-flavour-1 .zijbalk ul {
    margin-bottom: 15px !important;
  }
}
.introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk {
  padding: 0px 15px 30px 15px !important;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk {
    padding: 0px 15px 15px 15px !important;
  }
  .introblok.introblok-flavour-1.introblok-flavour-1-sidebar-2 .zijbalk figure {
    margin-bottom: 15px !important;
  }
}
.introblok.introblok-flavour-2 {
  text-align: center;
}
.introblok.introblok-flavour-2 .container {
  max-width: 800px;
  margin: 0 auto;
}
.introblok.introblok-flavour-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-3 .content {
    order: -1;
  }
}
.introblok.introblok-flavour-3 .zijbalk {
  box-shadow: none;
  padding: 0px 0px 30px 15px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-3 .zijbalk {
    padding: 0px;
  }
}
.introblok.introblok-flavour-3.mirrored .content {
  margin-right: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-3.mirrored .content {
    margin-left: 0px;
  }
}
.introblok.introblok-flavour-3.mirrored .zijbalk {
  margin-left: 0px;
  margin-right: 20px;
  padding: 0px 15px 30px 0px;
}
@media screen and (max-width: 480px) {
  .introblok.introblok-flavour-3.mirrored .zijbalk {
    margin-right: 0px;
    padding: 0px;
  }
}
.nieuwsblok .container select {
  height: 40px;
  width: 100%;
  border-radius: 0px !important;
  padding-left: 10px;
  background-color: transparent;
}
.nieuwsblok .container .vc_btn3-container {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nieuwsblok .container:first-child {
  margin-bottom: 50px !important;
}
.nieuwsblok .container:first-child p {
  max-width: 800px;
  margin: 0 auto;
}
.nieuwsblok .container > div > div {
  padding-left: 0px;
  padding-right: 0px;
}
.nieuwsblok .container .content {
  width: calc(100% - 380px - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .nieuwsblok .container .content {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container .content {
    width: 100%;
    margin-left: 0px;
    order: -1;
  }
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_grid-item-mini {
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_gitem-zone-c {
  background-color: #fff !important;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
  display: block;
  display: -webkit-box;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    display: block;
    display: -webkit-box;
    font-size: 21px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4:after {
    display: none;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 1040px) and screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4:after {
    display: none;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4:after {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) and screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) and screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading h4 {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading p {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading p:after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .content .vc_grid .vc_grid-item .vc_custom_heading p {
    font-size: 12px;
    line-height: 20px;
    height: 62px;
  }
}
.nieuwsblok .container .zijbalk {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .nieuwsblok .container .zijbalk {
    width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .nieuwsblok .container .zijbalk {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .nieuwsblok .container .zijbalk {
    width: 100%;
  }
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 50px;
  padding: 10px 0px;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li h3 {
  width: calc(100% - 60px);
  margin-left: 60px;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li a {
  text-transform: none;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li .rpwe-time {
  width: calc(100% - 60px);
  margin-left: 60px;
}
.nieuwsblok .container .zijbalk .rpwe-block .rpwe-ul .rpwe-li .rpwe-img {
  position: absolute;
}
.nieuwsblok.nieuwsblok-flavour-2 .container .content {
  width: 100%;
  margin-left: 0px;
}
.single .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .single .container {
    padding: 0px 40px;
  }
}
.single .container article {
  width: calc(100% - 380px - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .single .container article {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .single .container article {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 480px) {
  .single .container article {
    width: 100%;
    margin-left: 0px;
    order: -1;
  }
}
.single .container article .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single .container article .entry-header h1 {
  margin: 20px 0px !important;
}
.single .container article .entry-header .byline {
  display: none;
}
.single .container article .entry-header .posted-on {
  width: calc(100% - 10px);
  display: block;
  background-color: #e6e6e6;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
.single .container aside {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .single .container aside {
    width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .single .container aside {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .single .container aside {
    width: 100%;
  }
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 50px;
  padding: 10px 0px;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li h3 {
  width: calc(100% - 60px);
  margin-left: 60px;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li .rpwe-time {
  width: calc(100% - 60px);
  margin-left: 60px;
}
.single .container aside .rpwe-block .rpwe-ul .rpwe-li .rpwe-img {
  position: absolute;
}
.single .container #comments {
  width: calc(100% - 380px - 30px);
  margin-left: 410px;
}
@media screen and (max-width: 768px) {
  .single .container #comments {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .single .container #comments {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (max-width: 480px) {
  .single .container #comments {
    width: 100%;
    margin-left: 0px;
  }
}
.single .container #comments #respond {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
}
.single .container #comments form .logged-in-as {
  display: none;
}
.single .container #comments form .comment-form-comment label {
  display: none;
}
.single .container #comments form .comment-form-comment textarea {
  width: 100%;
}
.single .container .post-navigation {
  width: calc(100% - 380px - 30px);
  margin-left: 410px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .single .container .post-navigation {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .single .container .post-navigation {
    width: calc(100% - 200px - 30px);
    margin-left: 230px;
  }
}
@media screen and (max-width: 480px) {
  .single .container .post-navigation {
    width: 100%;
    margin-left: 0px;
  }
}
.single .container .post-navigation h2 {
  display: none;
}
.single .container .post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(100% - 20px);
  background-color: #e6e6e6;
  padding: 10px;
}
@media screen and (max-width: 1040px) {
  .tekstblok .container:first-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tekstblok .content {
  width: calc(100% - 380px - 20px);
  margin-right: 0px;
}
.tekstblok .content > div {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .tekstblok .content {
    width: calc(100% - 250px - 20px);
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .content {
    width: calc(100% - 250px - 20px);
  }
}
@media screen and (max-width: 480px) {
  .tekstblok .content {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.tekstblok .zijbalk {
  width: 380px;
  margin-left: 20px;
  background: #7fbbb3;
  padding: 0px 15px 30px 15px;
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
  text-align: left;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk {
    padding: 0px 15px 15px 15px;
  }
}
.tekstblok .zijbalk > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tekstblok .zijbalk .wpb_single_image {
  margin-left: -15px;
  margin-right: -15px;
}
.tekstblok .zijbalk figure {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk figure {
    margin-bottom: 15px;
  }
}
.tekstblok .zijbalk figure .vc_single_image-wrapper {
  width: 100%;
}
.tekstblok .zijbalk figure .vc_single_image-wrapper img {
  width: 100%;
}
.tekstblok .zijbalk ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px !important;
  width: 100%;
}
.tekstblok .zijbalk ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tekstblok .zijbalk ul li:hover svg {
  left: 5px;
}
.tekstblok .zijbalk ul li svg {
  margin: 0px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 0px;
  top: 4px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .zijbalk ul li svg {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk ul {
    margin-bottom: 0px !important;
  }
}
.tekstblok .zijbalk a {
  position: relative;
  overflow: hidden;
}
.tekstblok .zijbalk a svg {
  position: absolute;
  left: -100px;
  color: #fff;
  top: calc(50% - 8px);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.tekstblok .zijbalk a:hover svg {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .tekstblok .zijbalk {
    width: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok .zijbalk {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .tekstblok .zijbalk {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-1 .container .content {
  width: calc(100% - 50% - 20px);
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-1 .container .content {
    width: 100%;
  }
}
.tekstblok.tekstblok-flavour-1 .container .zijbalk {
  width: 50%;
  box-shadow: none;
  padding: 0px 0px 0px 15px;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-1 .container .zijbalk {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
}
.tekstblok.tekstblok-flavour-1 .container.mirrored .content {
  width: calc(100% - 50% - 20px);
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-1 .container.mirrored .content {
    width: 100%;
  }
}
.tekstblok.tekstblok-flavour-1 .container.mirrored .zijbalk {
  width: 50%;
  box-shadow: none;
  padding: 0px 15px 0px 0px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-1 .container.mirrored .zijbalk {
    width: 100%;
    padding: 0px !important;
    margin-right: 0px;
  }
}
.tekstblok.tekstblok-flavour-1.mirrored .container .content {
  width: calc(100% - 50% - 20px);
}
.tekstblok.tekstblok-flavour-1.mirrored .container .zijbalk {
  width: 50%;
  box-shadow: none;
  padding: 0px 15px 0px 0px;
  margin-left: 0px;
  margin-right: 20px;
}
.tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .content {
  width: calc(100% - 50% - 20px);
}
.tekstblok.tekstblok-flavour-1.mirrored .container.mirrored .zijbalk {
  width: 50%;
  box-shadow: none;
  padding: 0px 0px 0px 15px;
  margin-left: 20px;
  margin-right: 0px;
}
.tekstblok.tekstblok-flavour-2 .container {
  text-align: center;
  margin-bottom: 0px !important;
  padding-top: 30px;
}
.tekstblok.tekstblok-flavour-2 .container > div > div {
  padding-right: 0px;
  padding-left: 0px;
}
.tekstblok.tekstblok-flavour-3 .zijbalk {
  box-shadow: none;
  padding: 0px 0px 0px 15px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-3 .zijbalk {
    padding: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-3.mirrored .zijbalk {
  padding: 0px 15px 0px 0px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-3.mirrored .zijbalk {
    padding: 0px !important;
    margin-right: 0px !important;
  }
}
.tekstblok.tekstblok-flavour-4 .no-image .zijbalk {
  padding: 30px 15px 30px 15px;
}
@media screen and (max-width: 480px) {
  .tekstblok.tekstblok-flavour-4 .no-image .zijbalk {
    padding: 15px;
  }
}
.tekstblok.tekstblok-flavour-4 .no-image ul {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .tekstblok.tekstblok-flavour-4 .content {
    width: calc(100% - 250px - 35px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .tekstblok.tekstblok-flavour-4 .content {
    width: calc(100% - 250px - 35px);
    margin-right: 15px;
  }
}
.homeblok .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
}
.homeblok .container:before, .homeblok .container:after {
  flex-basis: 100%;
}
.homeblok .container:first-child {
  margin-bottom: 30px !important;
}
.homeblok.desktop .homebutton {
  width: 280px;
  height: 280px;
}
.homeblok.desktop .homebutton > div {
  width: 280px;
  height: 280px;
  padding: 0;
  background-size: cover;
  border-radius: 13px;
}
.homeblok.desktop .homebutton p {
  width: 280px;
  height: 280px;
  margin-bottom: 0 !important;
  background: rgba(0, 167, 168, );
  border-radius: 13px;
  opacity: 0;
  transition: all 0.3s ease;
}
.homeblok.desktop .homebutton p a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 280px;
  height: 280px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.homeblok.desktop .homebutton p:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .homeblok.desktop {
    display: none;
  }
}
.homeblok.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .homeblok.mobile {
    display: block;
  }
  .homeblok.mobile .container {
    margin-bottom: 30px !important;
    width: calc(100% - 80px);
  }
  .homeblok.mobile .homebutton {
    width: 387px;
    height: 120px;
    margin: 0 auto;
  }
  .homeblok.mobile .homebutton > div {
    width: 387px;
    height: 120px;
    padding: 0;
    background-size: cover;
    border-radius: 13px;
  }
  .homeblok.mobile .homebutton p {
    width: 387px;
    height: 120px;
    margin-bottom: 0 !important;
    background: rgba(0, 167, 168, );
    border-radius: 13px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .homeblok.mobile .homebutton p a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 387px;
    height: 120px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
  }
  .homeblok.mobile .homebutton p:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .homeblok.mobile .homebutton {
    width: 290px;
    height: 90px;
  }
  .homeblok.mobile .homebutton > div {
    width: 290px;
    height: 90px;
  }
  .homeblok.mobile .homebutton p {
    width: 290px;
    height: 90px;
  }
  .homeblok.mobile .homebutton p a {
    width: 290px;
    height: 90px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .homeblok.mobile .homebutton {
    width: 50%;
    height: 130px;
  }
  .homeblok.mobile .homebutton > div {
    width: 100%;
    height: 130px;
  }
  .homeblok.mobile .homebutton p {
    width: 100%;
    height: 130px;
  }
  .homeblok.mobile .homebutton p a {
    width: 100%;
    height: 130px;
    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;
  }
}
.sliderblok {
  padding: 50px 0;
}
.metaslider .flexslider:hover .flex-next {
  opacity: 1 !important;
  right: -35px !important;
}
.metaslider .flexslider:hover .flex-prev {
  opacity: 1 !important;
  left: -35px !important;
}
@media screen and (max-width: 1040px) {
  .metaslider .flexslider .flex-next {
    opacity: 1 !important;
    right: -30px !important;
  }
  .metaslider .flexslider .flex-prev {
    opacity: 1 !important;
    left: -30px !important;
  }
}
.submitcf7 p.verplichtveld {
  margin: 10px 0 !important;
}
.content-bottom-widgets .widget-area section ul.footer-nav li a {
  font-family: 'regular';
}
.content-bottom-widgets .widget-area section ul.footer-nav li a:hover {
  font-family: 'semibold';
}
.submitcf7 p.verplichtveld a, .mfp-counter {
  font-family: 'regular';
}
/*** SLIDER ROW ***/
.slider-row {
  padding: 50px 0px;
}
.msacwl-gallery-slider button.slick-prev, .msacwl-gallery-slider button.slick-prev:hover, .msacwl-gallery-slider button.slick-prev:focus, .msacwl-gallery-carousel button.slick-prev, .msacwl-gallery-carousel button.slick-prev:hover, .msacwl-gallery-carousel button.slick-prev:focus {
  background: transparent url("/wp-content/uploads/slider-pijltje-links.png") !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 30px;
}
.msacwl-gallery-slider button.slick-next, .msacwl-gallery-slider button.slick-next:hover, .msacwl-gallery-slider button.slick-next:focus, .msacwl-gallery-carousel button.slick-next, .msacwl-gallery-carousel button.slick-next:hover, .msacwl-gallery-carousel button.slick-next:focus {
  background: transparent url("/wp-content/uploads/slider-pijltje-rechts.png") !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 30px;
}
.mfp-bg {
  background: #00a7a8 !important;
}
/* META SLIDER LOOP */
img.attachment-large.size-large {
  width: 100% !important;
  height: auto !important;
}
.msacwl-carousel-slide {
  padding: 0px 10px;
}
.msacwl-gallery-carousel button.slick-prev {
  left: -60px;
  top: calc(50% + 10px);
}
.msacwl-gallery-carousel button.slick-next {
  right: -60px;
  top: calc(50% + 10px);
}
.msacwl-carousel-slide a {
  height: auto;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
/* De rest */
.content-bottom-widgets .widget-area:first-child section .bottom-cta {
  background-color: #00a7a8;
  padding: 50px 0px;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0px 40px;
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container {
    flex-wrap: wrap;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 30px;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box .svg-wrap {
  width: 100%;
  text-align: center;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:first-child {
  padding: 0px 20px 0px 0px;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:last-child {
  padding: 0px 0px 0px 20px;
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box:last-child {
    margin-bottom: 0px;
  }
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box h3 {
  margin-bottom: 5px !important;
  margin-top: 20px !important;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box p {
  margin-bottom: 0px !important;
  color: #fff;
  text-align: center;
}
.content-bottom-widgets .widget-area:first-child section .bottom-cta .container .usp-box svg {
  font-size: 32px;
  color: #b6112d;
  padding: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #00a7a8;
  border-radius: 50%;
  background-color: #fff;
}
.content-bottom-widgets .widget-area:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 40px;
}
.content-bottom-widgets .widget-area:last-child section:nth-child(1) {
  width: calc(33.33% - 20px);
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(1) {
    width: calc(33.33% - 15px);
    padding: 0px 15px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(1) {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.content-bottom-widgets .widget-area:last-child section:nth-child(2) {
  width: calc(33.33% - 20px);
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(2) {
    width: calc(66.67% - 15px);
    padding: 0px 0px 0px 15px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(2) {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.content-bottom-widgets .widget-area:last-child section:nth-child(3) {
  width: calc(33.33% - 20px);
  padding: 0px 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(3) {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section:nth-child(3) {
    margin-top: 50px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-nav {
  padding: 0px;
  margin: 0px;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li {
  list-style-type: none;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li a svg {
  display: none;
}
.content-bottom-widgets .widget-area:last-child section form .form-wrapper .full-width input {
  width: calc(100% - 10px);
  padding: 0px 0px 0px 10px;
  box-shadow: none;
  border: 1px solid #e0e1e1;
  line-height: 40px;
  height: 40px;
  border-radius: 0px !important;
  background: #f3f3f3;
  border-radius: 3px 3px 0px 0px !important;
}
.content-bottom-widgets .widget-area:last-child section form .form-wrapper .full-width textarea {
  width: calc(100% - 10px);
  padding: 10px 0px 0px 10px;
  border: 1px solid #e0e1e1;
  border-radius: 0px !important;
  box-shadow: none;
  height: 100px;
  background: #f3f3f3;
  border-radius: 3px 3px 3px 3px !important;
  margin-top: 20px;
}
.content-bottom-widgets .widget-area:last-child section form .form-wrapper .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;
}
.content-bottom-widgets .widget-area:last-child section form .form-wrapper .flex-verzend p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section form .form-wrapper .flex-verzend {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .content-bottom-widgets .widget-area:last-child section form .form-wrapper .flex-verzend {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info img {
  width: 71%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info img {
    display: none;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info h4 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info h4 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info {
    width: calc(33.33% - 13px);
    display: inline-block;
    margin: 0px 10px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .bezoek-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .contact-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .contact-info {
    width: calc(33.33% - 13px);
    display: inline-block;
    margin: 0px 5px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .contact-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .contact-info svg {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info {
    width: calc(33.33% - 12px);
    display: inline-block;
    margin: 0px 0px 0px 10px;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info {
    width: 100%;
    display: block;
    margin: 0px 0px 20px 0px;
    text-align: left;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info p {
    text-align: left;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li {
    margin-right: 20px;
    margin-left: 0px;
  }
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook {
  border: 2px solid #3b5998;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook svg {
  color: #3b5998;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter {
  border: 2px solid #55acee;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter svg {
  color: #55acee;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest {
  border: 2px solid #cb2027;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest svg {
  color: #cb2027;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin {
  border: 2px solid #007bb5;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin svg {
  color: #007bb5;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.facebook:hover {
  background: #3b5998;
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.twitter:hover {
  background: #55acee;
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.pinterest:hover {
  background: #cb2027;
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a.linkedin:hover {
  background: #007bb5;
  border-radius: 0%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a svg {
  color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a:hover {
  background-color: #fff;
  border-radius: 50%;
}
.content-bottom-widgets .widget-area:last-child section .footer-info .social-info div li a:hover svg {
  color: #fff;
}
.content-bottom-widgets .mobile_show {
  display: none;
}
@media screen and (max-width: 768px) {
  .content-bottom-widgets .mobile_show {
    display: block;
    margin-bottom: 30px !important;
    margin: 0;
    width: 50%;
    max-width: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .content-bottom-widgets .mobile_show {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-bottom-widgets .mobile_show {
    display: block;
    margin-bottom: 30px !important;
    margin: 0;
    width: 100%;
    max-width: 250px;
  }
}
.copyright-bar {
  padding: 20px 40px;
  background: #00a7a8;
  max-width: 1173px;
  margin: 0 auto;
}
.copyright-bar .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  .copyright-bar .container {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 480px) {
  .copyright-bar .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.copyright-bar .container p {
  margin-bottom: 0px !important;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .copyright-bar .container p {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.copyright-bar .container a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .copyright-bar {
    padding: 5px 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .copyright-bar {
    padding: 5px 0px;
  }
}
/* 404 */
.error-page {
  background-color: #e6e6e6;
  margin-top: 50px;
  padding: 50px 0px;
}
.error-page .container .standard-button > div {
  text-align: center;
}
.error-page .container h1 {
  text-transform: unset !important;
}
.error-page .container ul {
  margin: 0px 0px 30px 0px !important;
  padding: 0px;
}
.error-page .container ul li {
  font-family: 'light' !important;
  list-style-type: disc !important;
}
.error-page .container p {
  font-family: 'light' !important;
}
.cookie-row {
  margin-top: 100px;
}
.cookie-row td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-row a {
  text-decoration: underline !important;
}
.cookie-info-box {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(210, 210, 210, 1);
  margin-top: 30px;
}
.cookie-info-box > div > div {
  border-bottom: 1px solid #000;
  padding: 20px 0px;
}
.cookie-info-box > div > div p strong {
  font-family: 'bold';
  text-transform: uppercase;
}
.pea_cook_wrapper {
  bottom: 0px !important;
  width: 100%;
  left: 0px !important;
  margin: 0px !important;
}
.pea_cook_wrapper a#fom {
  display: inline-block;
  border-bottom: none !important;
  border: 1px solid #fff !important;
  margin: 20px 0px 20px 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pea_cook_wrapper a#fom:hover {
  background-color: #fff;
  color: #000 !important;
}
.pea_cook_wrapper .pea_cook_btn {
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block;
  width: auto;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pea_cook_wrapper .pea_cook_btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.pea_cook_wrapper p {
  bottom: 30px;
  margin: 0;
  font-weight: normal;
  line-height: 16px;
  padding-top: 30px;
}
.wpb_single_image .vc_align_left {
  background: #7fbbb3;
}
.tekst-naast-foto, h3 {
  color: #fff;
  order: -1;
}
@media screen and (max-width: 480px) {
  .tekst-naast-foto, h3 {
    padding-top: 30px;
  }
}
.container-full .container-1300 {
  max-width: 1280px;
  width: 100%;
  padding: 0;
}
.container-full .container-1300 .vc_column-inner {
  padding: 0;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: #34a8a7 !important;
  margin: 0 auto;
  margin-left: 50%;
  transform: translatex(-50%);
  margin-top: 71px;
  position: absolute;
}
@media screen and (max-width: 1040px) {
  .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    margin-left: 50%;
    transform: translatex(-50%);
  }
}
@media screen and (max-width: 480px) {
  .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    margin-left: 50%;
    transform: translatex(-50%);
  }
}
.widget-area {
  background: white;
}
.rij-tekst-producten {
  padding-top: 20px;
  margin-left: 140px;
}
@media screen and (max-width: 1110px) {
  .rij-tekst-producten {
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .rij-tekst-producten {
    margin-left: 0px;
  }
}
.rij-tekst-producten p {
  color: white;
  margin: 0 !important;
}
.lijst-merken {
  max-width: 1280px;
  margin: 0 auto !important;
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-bottom-widgets h2 {
  color: #00a7a8 !important;
}
.content-bottom-widgets .widget-area:last-child section .footer-nav li a:before {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  margin-right: 10px;
  top: -2px;
  color: #00a7a8;
  width: 10px;
  height: 10px;
  background-color: #00a7a8;
  display: block;
}
.flex-verzend {
  justify-content: flex-end !important;
}
@media screen and (max-width: 1040px) {
  .flex-verzend {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 480px) {
  .flex-verzend {
    justify-content: flex-end !important;
  }
}
.contact-page-textarea textarea {
  height: 370px;
  margin-bottom: 65px;
  width: 500px;
  border-radius: 3px;
  border: 1px solid #e0e1e1;
  padding: 5px;
}
@media screen and (max-width: 1110px) {
  .contact-page-textarea textarea {
    width: 390px;
  }
}
@media screen and (max-width: 900px) {
  .contact-page-textarea textarea {
    height: 95px;
    width: 260px;
    margin-bottom: 10px;
  }
}
.contact-page-form {
  width: 506px;
  position: relative;
  z-index: 9999;
  border-radius: 3px;
}
.verstuur-contact-page {
  padding-top: 10px;
  margin-left: 5px;
  margin-bottom: 300px;
}
@media screen and (max-width: 1110px) {
  .verstuur-contact-page {
    margin-left: 100%;
    transform: translateX(-197%);
  }
}
@media screen and (max-width: 900px) {
  .verstuur-contact-page {
    margin-left: 100%;
    transform: translateX(-330%);
  }
}
.verstuur-contact-page input {
  background: #fff;
  color: #00a7a8 !important;
  width: 100px !important;
}
.verstuur-contact-page input:hover {
  background: lightgray;
}
.verstuur-contact-page {
  padding-top: 10px;
  margin-bottom: 300px;
  margin-left: 5px;
  width: 98%;
}
@media screen and (max-width: 900px) {
  .verstuur-contact-page {
    margin-left: 100% !important;
    transform: translateX(-172%) !important;
  }
}
.verstuur-contact-page input {
  float: right;
}
.contact-balk-form {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 255px;
}
@media screen and (max-width: 1110px) {
  .contact-balk-form {
    position: relative;
    min-height: 315px;
  }
}
@media screen and (max-width: 900px) {
  .contact-balk-form {
    min-height: 0px;
  }
}
@media screen and (max-width: 380px) {
  .contact-balk-form {
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0px;
  }
}
.entry-content {
  position: relative;
}
.allemerkenimage {
  min-height: 340px;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .allemerkenimage {
    min-height: 215px;
  }
}
@media screen and (max-width: 480px) {
  .allemerkenimage {
    min-height: 85px;
  }
}
.allemerkenimage img {
  position: absolute;
  bottom: -60px;
  width: calc(100% - 300px);
  left: 150px;
}
@media screen and (max-width: 480px) {
  .allemerkenimage img {
    left: 0px;
    min-width: 340px;
  }
}
.strandmanimage {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 565px;
}
@media screen and (max-width: 1040px) {
  .strandmanimage {
    min-height: 425px;
  }
}
@media screen and (max-width: 480px) {
  .strandmanimage {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .strandmanimage {
    min-height: 305px;
  }
}
.strandmanimage img {
  position: absolute;
}
.scootermanimage {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 470px;
  margin-left: 50px;
}
@media screen and (max-width: 1040px) {
  .scootermanimage {
    min-height: 440px;
  }
}
@media screen and (max-width: 480px) {
  .scootermanimage {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .scootermanimage {
    min-height: 305px;
  }
}
.scootermanimage img {
  position: absolute;
}
.blijemanimage {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 480px;
}
@media screen and (max-width: 1040px) {
  .blijemanimage {
    min-height: 425px;
  }
}
@media screen and (max-width: 480px) {
  .blijemanimage {
    min-height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .blijemanimage {
    min-height: 345px;
  }
}
.blijemanimage img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .blijemanimage img {
    top: 170px;
  }
}
@media screen and (max-width: 480px) {
  .blijemanimage img {
    top: 50px;
  }
}
.lijstmanimage {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 700px;
  background: #7fbbb3;
}
@media screen and (max-width: 1110px) {
  .lijstmanimage {
    min-height: 590px;
  }
}
@media screen and (max-width: 900px) {
  .lijstmanimage {
    min-height: 400px;
  }
}
@media screen and (max-width: 380px) {
  .lijstmanimage {
    min-height: 125px;
  }
}
@media screen and (max-width: 480px) {
  .lijstmanimage {
    min-height: 220px;
  }
}
@media screen and (max-width: 319px) {
  .lijstmanimage {
    min-height: 390px;
  }
}
@media screen and (max-width: 360px) {
  .lijstmanimage {
    min-height: 120px;
  }
}
.lijstmanimage img {
  bottom: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 1110px) {
  .lijstmanimage img {
    bottom: -70px;
    width: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 900px) {
  .lijstmanimage img {
    width: 61%;
  }
}
@media screen and (max-width: 319px) {
  .lijstmanimage img {
    bottom: 138px;
    left: 16px;
    width: 70%;
    position: absolute;
  }
}
@media screen and (max-width: 380px) {
  .lijstmanimage img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .schrijfimage {
    min-height: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .witte-tekst-in-cta {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .witte-tekst-in-cta {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .witte-tekst-in-cta {
    padding-top: 60px;
    margin-left: 56px;
  }
}
@media screen and (max-width: 319px) {
  .witte-tekst-in-cta {
    margin-left: 23px;
  }
}
@media screen and (max-width: 340px) {
  .witte-tekst-in-cta {
    margin-left: 20px;
  }
}
@media screen and (max-width: 360px) {
  .witte-tekst-in-cta {
    margin-left: 35px;
  }
}
.buttonproducten {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .tekstblok-left-producten p {
    width: calc(50% - 5px);
  }
  .tekstblok-left-producten p:nth-child(odd) {
    padding-right: 2.5px;
  }
  .tekstblok-left-producten p:nth-child(even) {
    padding-left: 2.5px;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-left-producten > div {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-midden-producten p {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-midden-producten {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-left-producten {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-midden-producten > div {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-right-producten p {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .tekstblok-right-producten > div {
    display: flex;
    flex-wrap: wrap;
  }
}
.h3-home-page {
  margin-bottom: 20px !important;
  font-size: 48px !important;
  line-height: 55px;
}
input::-webkit-input-placeholder {
  color: #b8bcbe;
}
textarea::-webkit-input-placeholder {
  color: #b8bcbe;
}
.wpcf7-submit {
  color: #fff !important;
  background-color: #00a7a8;
  border-radius: 4px !important;
}
@media screen and (max-width: 1040px) {
  .telnummer {
    margin-top: 0px !important;
  }
}
p#fix-max {
  font-size: 13px !important;
  text-align: center;
}
.contact-balk-form {
  background: #00a7a8;
  height: 134px;
  box-sizing: border-box;
  padding-top: 72px !important;
}
@media screen and (max-width: 480px) {
  .contact-balk-form {
    height: 105px !important;
  }
}
.cosmeet-contact-logo {
  margin-left: 150px;
}
@media screen and (max-width: 480px) {
  .cosmeet-contact-logo {
    display: none !important;
  }
}
@media screen and (max-width: 1040px) {
  .cosmeet-contact-logo {
    display: none !important;
  }
}
/* Animaties */
.scrollToTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  animation-name: slideButtonIn;
  animation-duration: 1s;
  width: 50px;
  height: 50px;
  border-radius: 0%;
}
@keyframes slideButtonIn {
  0% {
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-radius: 0%;
  }
}
/* Site-specifieke CSS */
.flex-verzend {
  margin-top: 10px;
}
/********
 360 EDITS
 ********/
.degree-frame {
  width: 100%;
  height: 800px;
}
.degree-frame .pnlm-sprite {
  background-image: url(../../../wp-content/uploads/logo-best-of-wordpress-144.png);
  background-size: contain;
  background-color: white;
  width: 100px !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
@media screen and (max-width: 319px) {
  .container-full .container {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0px 0px !important;
    background: #7fbbb3;
  }
}
