/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Lighten or Darken background */
/* Scalable image. @par: max-width */
/* Scalable image snapped to parent container */
/* Vertical aligns a component. @par: percentage from top */
/* Dynamic gradient with prefixes */
/* Automatically adds prefixes */
/*  ==============================
      PREDEFINED CLASSES
    ============================== */
/* Horizontally aligns absolute component in relative/absolute container */
.h-align {
  left: 0;
  right: 0;
  margin: auto;
}
/* Vertically aligns absolute container in relative/absolute container */
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Absolute Centering */
.abs-center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Default link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #b3a991;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #373636;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/* Scalable image */
img.scale {
  max-width: 100%;
  height: auto;
}
/* WOW / Animate */
.wow {
  visibility: hidden;
}
/* StickyJS */
.is-sticky {
  -webkit-backface-visibility: hidden;
}
/* ObjectFit Images */
.ofi-cover {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*  ==============================
      MAIN LAYOUT
    ============================== */
#header-sticky-wrapper {
  -webkit-transition: 0.3s height;
  -khtml-transition: 0.3s height;
  -moz-transition: 0.3s height;
  transition: 0.3s height;
}
a {
  color: #b3a991;
}
a:hover,
a:focus {
  color: #83775b;
  text-decoration: none;
}
a.button {
  background-color: #00a19a;
}
a.button:hover {
  color: #fff;
  background-color: #009089;
}
img {
  max-width: 100%;
  height: auto;
}
/*  ===============
    Social
    =============== */
.social li {
  display: inline-block;
}
.social img {
  width: 32px;
  height: 32px;
}
/*  ===============
    SLIDERS
    =============== */
.slider .slider-container {
  position: relative;
}
.slider .slides {
  position: relative;
}
.slider .slides .slide {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .bx-slider,
.slider .bx-wrapper {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #ccc;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b3a991;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:not(.active):hover {
  background: #ddd;
}
.slider .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .overlay .content {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.slider .overlay .content h1,
.slider .overlay .content p {
  text-shadow: 1px 1px 1px #000;
}
/*  ===============
    KOLOMMEN
    =============== */
.kolom .text-wrapper {
  margin-bottom: 20px;
}
.kolom .icoon-wrapper {
  margin-bottom: 20px;
}
.kolom .image-wrapper {
  margin-bottom: 20px;
}
.kolom .tabel-wrapper {
  margin-bottom: 20px;
}
.kolom .teller-wrapper {
  margin-bottom: 20px;
}
.kolom .menu-wrapper {
  margin-bottom: 20px;
}
.kolom .faq-wrapper {
  margin-bottom: 20px;
}
.kolom .quote-wrapper {
  margin-bottom: 20px;
}
.kolom .download-wrapper {
  margin-bottom: 20px;
}
.kolom .beforeafter-wrapper {
  margin-bottom: 20px;
}
/*  ===============
    GALERIJ
    =============== */
.galerij-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.galerij-wrapper:first-of-type:not(:only-of-type) {
  padding-bottom: 0 !important;
}
.galerij-wrapper:last-of-type:not(:only-of-type) {
  padding-top: 0 !important;
}
.galerij-wrapper:not(:first-of-type):not(:last-of-type) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.galerij-wrapper .galerij-blok {
  padding: 10px;
  z-index: 1;
  position: relative;
  transition: 0.3s z-index;
}
.galerij-wrapper .galerij-blok:hover {
  z-index: 5;
}
.galerij-wrapper img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.fancybox {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none !important;
}
.fancybox.overlay {
  position: relative;
}
.fancybox.overlay:hover:before,
.fancybox.overlay:hover:after {
  opacity: 1;
}
.fancybox.overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "FontAwesome";
  content: "\f002";
  z-index: 1;
  transition: 0.3s;
}
.fancybox.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(46, 132, 206, 0.6);
  content: "";
  transition: 0.3s;
}
/*  ===============
    FAQ
    =============== */
#faq .faq-q {
  cursor: pointer;
  font-weight: bold;
}
#faq .faq-a {
  clear: both;
  display: none;
}
/*  ===============
    VIDEO
    =============== */
.container-fluid .ytvideo {
  margin-left: -15px;
  margin-right: -15px;
}
.video-wrapper .hover-reset {
  display: block !important;
}
.ytvideo {
  position: relative;
  margin: 0 auto;
}
.ytvideo iframe {
  /* position: absolute; top: -100%; bottom: -100%; left: -100%; right: -100%; */
  margin: auto;
  width: 100% !important;
}
/*  ===============
    USPS
    =============== */
.usps_wrapper .usps {
  text-align: center;
}
.usps_wrapper .usps .usp-header {
  cursor: pointer;
  margin: 20px 0 30px;
}
.usps_wrapper .usps .usp-header .icon .fab {
  font-size: 64px;
}
.usps_wrapper .usps .usp-header .titel {
  display: inline-block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
.usps_wrapper .usps .usp-header:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  display: block;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.usps_wrapper .usps .usp-header.active:after {
  border-bottom: 20px solid #b3a991;
}
.usps_wrapper .usps .usp-description {
  display: none;
  margin-bottom: 20px;
}
.usps_wrapper .usps .usp-description.active {
  display: block;
}
.usps_wrapper .usps .usp-description p {
  margin: 0;
}
.usps_wrapper .usps .usp-description .content {
  position: relative;
  background: #b3a991;
  color: #fff;
  font-weight: bold;
  padding: 32px;
}
.usps_wrapper .usps .usp-description .content .close-usp {
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
/*  ===============
    MENU (Diepte 3)
    =============== */
#mainmenu #menu-hoofdmenu {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu {
  display: none;
  z-index: 999;
  width: 180px;
  visibility: hidden;
}
#mainmenu #menu-hoofdmenu > li > a {
  display: block;
}
#mainmenu #menu-hoofdmenu > li:hover > a {
  display: block;
  padding-bottom: 5px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul {
  background-color: dodgerblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -150px !important;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li a {
  color: black;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > a {
  padding-bottom: 5px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul {
  background-color: deepskyblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -0px !important;
  bottom: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li a {
  color: black;
}
.contactformulier_wrapper .validation_error {
  font-size: 18px;
  color: #c33;
  margin-bottom: 16px;
}
.contactformulier_wrapper label {
  display: none !important;
}
.contactformulier_wrapper .ginput_container_checkbox label {
  display: inline-block !important;
}
.contactformulier_wrapper .ginput_container_checkbox ul {
  margin: 0;
  padding: 0;
}
.contactformulier_wrapper .ginput_container_checkbox ul li {
  padding-bottom: 10px !important;
}
.contactformulier_wrapper .ginput_container_checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox !important;
}
.contactformulier_wrapper .gform_fields li input,
.contactformulier_wrapper .gform_fields li textarea {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.contactformulier_wrapper .gform_fields li input[type="checkbox"] {
  width: auto;
}
.contactformulier_wrapper .gform_fields li select {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contactformulier_wrapper .gform_fields li textarea {
  resize: none;
  height: 165px;
  overflow: auto;
  vertical-align: top;
}
.contactformulier_wrapper .gfield {
  margin: 12px 0 !important;
}
.contactformulier_wrapper .gforms_confirmation_message {
  font-size: 14px;
}
.contactformulier_wrapper .gform_button.button {
  margin-top: 16px;
  clear: both;
  float: right;
  background: #b3a991;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contactformulier_wrapper .gform_button.button:hover {
  background: #c8c1af;
}
.contactformulier_wrapper .gfield_error input,
.contactformulier_wrapper .gfield_error textarea {
  border: 1px solid #A63232 !important;
}
.contactformulier_wrapper .gfield_error .validation_message {
  background: #FFDFE0;
  color: #A63232;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
}
.contactformulier_wrapper .gform_ajax_spinner {
  clear: left;
  float: left;
}
/* Reset List styles */
.gform_wrapper ul,
.gform_wrapper li,
.nostyle,
.nostyle li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
@media (min-width: 601px) {
  .gform_wrapper .column-count-1-of-2 {
    padding-right: 8px !important;
  }
  .gform_wrapper .column-count-2-of-2 {
    padding-left: 8px !important;
  }
}
/*  ==============================
      TELLER
    ============================== */
.teller {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
/*  ==============================
      DOWNLOAD
    ============================== */
.download-wrapper i {
  font-size: 18px;
}
.download-wrapper .bestanden_lijst {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.download-wrapper .bestanden_lijst li {
  margin: 10px 0px;
}
/*  ==============================
      BLOG
    ============================== */
.blog-categorie h3 a {
  color: #b3a991;
}
.blog-categorie h3 a:hover {
  color: #373636;
}
.blogcredits {
  margin-bottom: 10px;
  background-color: #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
/*  ==============================
      MAIN TEMPLATE
    ============================== */
.space-both,
.space-top {
  padding-top: 40px;
}
.space-both,
.space-bottom {
  padding-bottom: 40px;
}
.space-none {
  padding-top: 0;
  padding-bottom: 0;
}
#colofon {
  text-align: center;
  padding: 10px;
  font-size: 11px;
}
#colofon img {
  width: 18px;
}
/*  ==============================
      Animation
    ============================== */
.element-animation {
  -webkit-animation: animationFrames ease 1s;
  -khtml-animation: animationFrames ease 1s;
  -moz-animation: animationFrames ease 1s;
  animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -khtml-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
/*  ==============================
      Before/After
    ============================== */
.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
}
.cocoen * {
  box-sizing: inherit;
}
.cocoen *::after,
.cocoen *::before {
  box-sizing: inherit;
}
.cocoen img,
.cocoen picture > img {
  max-width: none;
}
.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}
.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}
.cocoen-drag {
  background: #ffffff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
.cocoen-drag::before {
  border: 3px solid #ffffff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}
/*  ==============================
      DEFAULTS (DON'T TOUCH)
    ============================== */
/* Align with wrap */
.text-right_wrap {
  display: inline-block;
  float: right;
  clear: right;
}
.text-left_wrap {
  display: inline-block;
  float: left;
  clear: left;
}
.text-left {
  clear: right;
}
.text-center {
  clear: both;
}
.text-right {
  clear: left;
}
.text-justify {
  clear: both;
}
.text-default {
  clear: both;
}
/* Browser upgrade message */
.browser-upgrade {
  background: #ccc;
  color: #000;
  padding: 4px 0;
  text-align: center;
}
/* Mobile icon in mobile navbar */
#mobile-icon {
  position: relative;
  float: right;
  right: 10px;
}
#mobile-icon a {
  background: none;
}
#mobile-icon a img {
  width: 22px;
  height: 22px;
}
/* Mobile Header */
.mobile-header {
  background: #7d7e7d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-8 */
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px;
}
.mobile-header a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC) center center no-repeat transparent;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}
/* Relative */
.rel {
  position: relative;
}
/* Extra small devices (424px and lower */
@media (max-width: 424px) {
  .xxs-full {
    width: 100%;
  }
}
/* Small devices (767px and lower */
@media (max-width: 767px) {
  .container .row .inner {
    width: auto !important;
  }
  .parallax .overlay .content {
    width: 100% !important;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wpmm-force-bg {
    background: transparent !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Bootstrap extra 5-column layout */
.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .col-xs-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-c5 {
    width: 20%;
    float: left;
  }
}
#googlemaps_inhoud p,
#googlemaps_inhoud img,
#googlemaps_inhoud a {
  text-align: center;
}
#googlemaps_content {
  text-align: center !important;
}
#googlemaps_logo img {
  max-width: 200px;
}
.law-validation label {
  position: relative;
  top: 3px;
}
@font-face {
  font-family: 'kontrapunkt_mikibold';
  src: url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/Kontrapunkt Miki Bold.eot');
  src: url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/Kontrapunkt Miki Bold.eot?#iefix') format('embedded-opentype'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/Kontrapunkt Miki Bold.woff2') format('woff2'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/Kontrapunkt Miki Bold.woff') format('woff'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/Kontrapunkt Miki Bold.svg#Kontrapunkt Miki Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'kontrapunkt_mikiregular';
  src: url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/KontrapunktMiki-Regular.eot');
  src: url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/KontrapunktMiki-Regular.eot?#iefix') format('embedded-opentype'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/KontrapunktMiki-Regular.woff2') format('woff2'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/KontrapunktMiki-Regular.woff') format('woff'), url('https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../fonts/KontrapunktMiki-Regular.svg#KontrapunktMiki-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
body {
  font-family: 'kontrapunkt_mikiregular';
  font-size: 16px;
  line-height: 27px;
  color: #4A4A49;
}
a.button {
  text-transform: uppercase;
  padding: 6px 40px;
}
.cc-message,
.cc-btn {
  font-family: 'kontrapunkt_mikibold';
  font-size: 16px;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'kontrapunkt_mikibold';
  color: #b3a991;
  text-transform: uppercase;
  color: #4A4A49;
}
h1 {
  font-size: 28px;
  line-height: 36px;
}
.page-title {
  text-align: center;
}
h2 {
  font-size: 28px;
  line-height: 36px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 22px;
  line-height: 30px;
}
h6 {
  font-size: 20px;
  line-height: 28px;
}
.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  padding: 0px 50px;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-direction a {
  top: 60%;
}
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
.header-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0px;
}
.header-wrapper #header {
  color: #fff;
}
.header-wrapper #header .menucontainer {
  position: relative;
}
.header-wrapper #header .position_wrapper {
  position: absolute;
  right: 0px;
  width: 100%;
}
.header-wrapper #header .position_corrector {
  margin-right: 0px;
}
.header-wrapper #header .position_corrector .row {
  padding: 10px 0px;
}
.header-wrapper #header .navigationtools ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  margin-top: 10px;
}
.header-wrapper #header .navigationtools ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  width: 20px;
  text-align: center;
}
.header-wrapper #header .navigationtools ul li i {
  cursor: pointer;
}
.header-wrapper #header #logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 10px;
}
.header-wrapper #header .mainmenu_wrapper {
  border-top: 2px solid #666;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  XXdisplay: inline-block;
}
.header-wrapper #header .mainmenu_wrapper .werkvelden {
  text-align: center;
}
.header-wrapper #header .mainmenu_wrapper .werkvelden a:hover img.hover {
  display: inline-block;
  visibility: visible;
}
.header-wrapper #header .mainmenu_wrapper .werkvelden a:hover img.nohover {
  display: none;
  visibility: hidden;
}
.header-wrapper #header .mainmenu_wrapper img {
  max-width: 80%;
  clear: both;
  height: auto;
  margin-bottom: 5px;
}
.header-wrapper #header .mainmenu_wrapper img.hover {
  display: none;
  visibility: hidden;
}
.header-wrapper #header .contactwrapper {
  border-top: 2px solid #666;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 00px;
  display: -webkit-box;
}
.header-wrapper #header .contactwrapper .contactgegevens {
  text-align: right;
}
.header-wrapper #header .contactwrapper h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.header-wrapper #header .contactwrapper .social_footer {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.header-wrapper #header .contactwrapper .social_footer > li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  padding-right: 10px;
}
.header-wrapper #header .contactwrapper .social_footer > li:last-child {
  padding-right: 0px;
}
.header-wrapper #header .searchformwrapper > div {
  border-top: 0px solid #666;
  margin-top: 0px;
  padding-top: 20px;
}
.header-wrapper #header a {
  color: #fff;
}
.header-wrapper #header a:hover {
  color: #83775b;
}
.header-wrapper #header .bars_close,
.header-wrapper #header .phone_close,
.header-wrapper #header .search_close {
  color: #009f9e;
}
.header-wrapper .nds-advanced-search-form-container {
  border-bottom: 2px solid #009f9e;
  margin-bottom: 0px;
}
.header-wrapper .nds-advanced-search-form-container input[type=search] {
  width: 90%;
  border: none;
  -webkit-appearance: none;
  background: transparent;
  color: #fff !important;
  padding-left: 10px;
}
.header-wrapper .nds-advanced-search-form-container input[type=search]:focus {
  outline: none;
}
.header-wrapper .nds-advanced-search-form-container input[type=search]::placeholder {
  color: #fff;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}
.header-wrapper .nds-advanced-search-form-container input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.header-wrapper .nds-advanced-search-form-container input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.header-wrapper .nds-advanced-search-form-container .nds-search-button {
  color: #009f9e;
  font-size: 20px;
  float: right;
  background-color: transparent !important;
  border: 0px;
}
.header-wrapper .nds-advanced-search-form-container .nds-search-button span {
  display: none;
  visibility: hidden;
}
.header-wrapper .mainmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-wrapper .mainmenu .current-menu-parent > a,
.header-wrapper .mainmenu .current-menu-item a {
  color: #009f9e !important;
}
.header-wrapper .mainmenu > li {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 45%;
  display: block;
  clear: both;
  border-right: 2px solid #009f9e;
}
.header-wrapper .mainmenu > li:first-child {
  float: left;
  clear: none;
  position: absolute;
}
.header-wrapper .mainmenu > li:nth-child(2) {
  clear: right;
}
.header-wrapper .mainmenu > li > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}
.header-wrapper .mainmenu > li > ul li {
  text-indent: -5px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-wrapper .mainmenu > li > ul li:before {
  content: " - ";
  text-indent: -5px;
}
.header_visual_container {
  width: 100%;
  Xheight: 50vh;
  position: static;
  min-height: 80px;
}
.header_visual_container .image-container {
  position: relative;
  z-index: 9998;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0px -200px;
}
.header_visual_container .scrollarrow {
  background-image: url("https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../../images/background_arrow.png");
  cursor: pointer;
  width: 70px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  margin-left: -35px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}
.header_visual_container .scrollarrow div.bounce {
  -animation-duration: 2s;
  moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
.header_visual_container .video-background {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  background-image: url("https://bakkala.ie/wp-content/themes/sieronline_child/assets/less/../../images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.ui-widget {
  font-family: 'kontrapunkt_mikiregular';
  font-size: 16px;
  line-height: 27px;
  border: 0px !important;
  color: #fff;
  background: #b3a991;
  z-index: 10000;
}
.ui-widget li {
  padding: 10px;
}
.ui-widget .ui-state-focus {
  border: 0px !important;
  background: #9e9173 !important;
  color: #fff !important;
  font-weight: bold !important;
  margin: 0px !important;
}
.slanted:before,
.slanted:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  /* underlay beneath content */
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}
.slanted:before {
  top: 0;
  right: 0;
  bottom: 5px;
  /* == border-top-width of :after */
}
.slanted:after {
  top: auto;
  right: -0px;
  /* + some px to mask rounding errors during scale */
  bottom: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  /* this is the actual slant*/
  background-color: transparent;
  border-right-color: transparent;
  /* this is the actual slant*/
}
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* HEADER *******************************************************************************************************************/
/* CONTENT *******************************************************************************************************************/
/* CONTENT *******************************************************************************************************************/
.row.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.row.flex-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.flex-row.row:after,
.row.flex-row.row:before {
  display: flex;
}
.v-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hv-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-container {
  position: relative;
  margin: 40px 0;
}
.timeline-container:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background: #000;
  transform: translateX(-50%);
  top: 20px;
  bottom: 20px;
  left: calc((((100% + 30px) / 12 * 3) - 30px) / 2);
}
.timeline-container .timeline-circle {
  background-color: #fff;
  border: 4px solid #999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
}
.timeline-container .timeline-circle.circle-top {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-container .timeline-circle.circle-bottom {
  border-width: 2px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.timeline-container .event {
  top: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.timeline-container .year-wrapper {
  width: 100%;
  height: 100%;
}
.timeline-container .year-wrapper .year {
  text-align: center;
  margin: 15px 0;
}
.timeline-container .icon-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.timeline-container .icon-wrapper .icon-circle {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 92px;
  width: 100%;
  max-height: 92px;
  border-radius: 50%;
}
.timeline-container .icon-wrapper .icon-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.timeline-container .icon-wrapper .icon {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
  width: 75%;
  max-height: 80px;
  height: auto;
}
.timeline-container .icon-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  background-size: 8px 8px;
}
.timeline-container .description-wrapper {
  padding: 12px 16px;
  position: relative;
}
.timeline-container .description-wrapper:before {
  content: "";
  position: absolute;
  width: 0;
}
.timeline-container .description-wrapper h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.timeline-container .description-wrapper > p:last-of-type {
  margin-bottom: 0;
}
.timeline-container .description-wrapper .open,
.timeline-container .description-wrapper .inline {
  display: inline;
}
.timeline-container .description-wrapper .read-more,
.timeline-container .description-wrapper .read-less {
  display: inline-block;
}
.timeline-container .toggle {
  display: none;
  overflow: hidden;
}
.timeline-container .theme-brn .year {
  color: #b3a991;
}
.timeline-container .theme-brn .icon-circle {
  background: #b3a991;
}
.timeline-container .theme-brn .icon-wrapper:before {
  background: radial-gradient(#b3a991 27%, transparent 30%) 1px 1px repeat-x;
  background-size: 8px 8px;
  background-position: right center;
}
.timeline-container .theme-brn .description-wrapper {
  background: #b3a991;
  color: #000000;
}
.timeline-container .theme-brn .description-wrapper.dash-top-left:before {
  top: 0;
  left: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid #b3a991;
}
.timeline-container .theme-brn .description-wrapper.dash-top-right:before {
  top: 0;
  right: 0;
  border-top: 12px solid #fff;
  border-left: 12px solid #b3a991;
}
.timeline-container .theme-brn .description-wrapper.dash-bottom-left:before {
  bottom: 0;
  left: 0;
  border-bottom: 12px solid #fff;
  border-right: 12px solid #b3a991;
}
.timeline-container .theme-brn .description-wrapper.dash-bottom-right:before {
  bottom: 0;
  right: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid #b3a991;
}
.timeline-container .theme-brn .description-wrapper h3 {
  color: #000000;
}
.timeline-container .theme-brn .description-wrapper a {
  color: #ffffff;
}
.timeline-container .theme-blk .year {
  color: #000000;
}
.timeline-container .theme-blk .icon-circle {
  background: #000000;
}
.timeline-container .theme-blk .icon-wrapper:before {
  background: radial-gradient(#000000 27%, transparent 30%) 1px 1px repeat-x;
  background-size: 8px 8px;
  background-position: right center;
}
.timeline-container .theme-blk .description-wrapper {
  background: #000000;
  color: #ffffff;
}
.timeline-container .theme-blk .description-wrapper.dash-top-left:before {
  top: 0;
  left: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid #000000;
}
.timeline-container .theme-blk .description-wrapper.dash-top-right:before {
  top: 0;
  right: 0;
  border-top: 12px solid #fff;
  border-left: 12px solid #000000;
}
.timeline-container .theme-blk .description-wrapper.dash-bottom-left:before {
  bottom: 0;
  left: 0;
  border-bottom: 12px solid #fff;
  border-right: 12px solid #000000;
}
.timeline-container .theme-blk .description-wrapper.dash-bottom-right:before {
  bottom: 0;
  right: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid #000000;
}
.timeline-container .theme-blk .description-wrapper h3 {
  color: #ffffff;
}
.timeline-container .theme-blk .description-wrapper a {
  color: #b3a991;
}
.timeline-container .theme-trq .year {
  color: #009f9e;
}
.timeline-container .theme-trq .icon-circle {
  background: #009f9e;
}
.timeline-container .theme-trq .icon-wrapper:before {
  background: radial-gradient(#009f9e 27%, transparent 30%) 1px 1px repeat-x;
  background-size: 8px 8px;
  background-position: right center;
}
.timeline-container .theme-trq .description-wrapper {
  background: #009f9e;
  color: #ffffff;
}
.timeline-container .theme-trq .description-wrapper.dash-top-left:before {
  top: 0;
  left: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid #009f9e;
}
.timeline-container .theme-trq .description-wrapper.dash-top-right:before {
  top: 0;
  right: 0;
  border-top: 12px solid #fff;
  border-left: 12px solid #009f9e;
}
.timeline-container .theme-trq .description-wrapper.dash-bottom-left:before {
  bottom: 0;
  left: 0;
  border-bottom: 12px solid #fff;
  border-right: 12px solid #009f9e;
}
.timeline-container .theme-trq .description-wrapper.dash-bottom-right:before {
  bottom: 0;
  right: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid #009f9e;
}
.timeline-container .theme-trq .description-wrapper h3 {
  color: #ffffff;
}
.timeline-container .theme-trq .description-wrapper a {
  color: #000000;
}
@media (min-width: 768px) {
  .timeline-container:after {
    left: 24%;
    transform: translateX(-50%);
  }
  .timeline-container .event:first-of-type {
    margin-top: 60px;
  }
  .timeline-container .icon-wrapper:before {
    width: 150%;
    margin-left: -15px;
  }
  .timeline-container .icon-wrapper .icon-circle {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .timeline-container .timeline-circle {
    margin: 0 auto;
  }
  .timeline-container .year-wrapper .year {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media (min-width: 992px) {
  .timeline-container:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-container .year-wrapper .year {
    margin-top: -2px;
    transform: translateY(-50%);
  }
  .timeline-container .icon-wrapper:before {
    width: 120%;
  }
  .timeline-container .event.margin-none {
    margin-top: -30px;
  }
  .timeline-container .event.margin-normal {
    margin-top: 40px;
  }
  .timeline-container .event.margin-high {
    margin-top: 80px;
  }
  .timeline-container .event-left .year-wrapper .year {
    left: 15px;
    right: auto;
  }
  .timeline-container .event-left .icon-wrapper:before {
    margin-left: -30px;
  }
  .timeline-container .event-right .year-wrapper .year {
    left: auto;
    right: 15px;
  }
  .timeline-container .event-right .icon-wrapper:before {
    margin-left: 0;
  }
}
.entry-content img {
  margin: 0px;
}
.searchresult {
  padding-bottom: 40px;
}
.searchresult h1 {
  margin-bottom: 40px;
}
#broodkruimel {
  color: #b3a991;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 16px;
  border-bottom: 1px solid #b3a991;
}
.nieuws-wrapper {
  text-align: center;
}
.nieuws-wrapper div.nieuwsitem {
  text-align: left;
  margin-bottom: 15px;
}
.nieuws-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
.nieuws-wrapper h3 {
  text-transform: unset;
  font-size: 18px;
  line-height: 24px;
}
.nieuws-wrapper h3 a {
  color: #373636;
}
.nieuws-wrapper a.button {
  background: #b3a991;
  margin: 40px 0px;
}
.nieuws-wrapper a.button:hover {
  background: #9e9173;
}
div.nieuwsitem {
  margin-bottom: 15px;
}
div.nieuwsitem h3 {
  text-transform: unset;
  font-size: 18px;
  line-height: 24px;
}
div.nieuwsitem h3 a {
  color: #373636;
}
.themaitems {
  padding-top: 15px;
}
div.themaitem {
  margin-bottom: 15px;
}
div.themaitem h3 {
  text-transform: unset;
  font-size: 18px;
  line-height: 24px;
}
div.themaitem h3 a {
  color: #373636;
}
.section_nieuws {
  background: #F3EFEB;
}
.project-wrapper {
  color: #fff;
}
.project-wrapper a {
  color: #fff !important;
}
.project-wrapper p {
  margin: 0px;
  padding: 0px;
}
.project-wrapper h3 {
  color: #009f9e !important;
  margin: 0px;
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  width: 80%;
}
.project-wrapper .werkvelden {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.project-wrapper .werkvelden li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.project-wrapper .werkvelden li img {
  max-width: 40px;
  height: auto;
}
.project-wrapper i {
  font-size: 40px;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.project-wrapper .projectitem {
  position: relative;
  padding: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.project-wrapper .projectitem .overlay {
  position: absolute;
  z-index: 99;
  padding: 40px;
  background: rgba(55, 54, 54, 0.8);
  top: 0px;
  width: 100%;
  height: 100%;
}
.project-wrapper .projectitem .overlay .titel_wrapper {
  position: absolute;
  bottom: 40px;
}
.werkveld-wrapper {
  background: #b3a991;
  color: #fff;
}
.werkveld-wrapper h3 a,
.werkveld-wrapper a {
  color: #474131 !important;
}
.werkveld-wrapper .werkveld:hover {
  background: #D8CDBF;
}
.werkveld-wrapper .werkveld .werkveld-inhoud {
  padding: 60px 0px;
  text-align: center;
}
.werkveld-wrapper .werkveld .werkveld-inhoud img {
  max-width: 125px;
  height: auto;
}
.werkveld-wrapper .werkveld .werkveld-inhoud h2 {
  color: #fff;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  line-height: 16px;
  font-family: "kontrapunkt_mikiregular";
}
.kolom_wit_content {
  color: #ffff;
}
.kolom_wit_content h1,
.kolom_wit_content h2,
.kolom_wit_content h3,
.kolom_wit_content h4,
.kolom_wit_content h5,
.kolom_wit_content h6 {
  color: #fff;
}
.kolom_wit_content a.button {
  background: #fff;
  color: #373636;
}
.kolom_antraciet_content {
  color: #373636;
}
.kolom_antraciet_content h1,
.kolom_antraciet_content h2,
.kolom_antraciet_content h3,
.kolom_antraciet_content h4,
.kolom_antraciet_content h5,
.kolom_antraciet_content h6 {
  color: #373636;
}
.kolom_antraciet_content a.button {
  background: #373636 !important;
  color: #fff;
}
.kolom_lichtbeige {
  background: #f1ede8 !important;
  padding: 0px 15px !important;
  color: #373636;
}
.kolom_lichtbeige h1,
.kolom_lichtbeige h2,
.kolom_lichtbeige h3,
.kolom_lichtbeige h4,
.kolom_lichtbeige h5,
.kolom_lichtbeige h6 {
  color: #373636;
}
.kolom_lichtbeige a.button {
  background: #373636 !important;
  color: #fff;
}
.kolom_donkerbeige {
  background: #b3a991 !important;
  padding: 0px 15px !important;
  color: #373636;
}
.kolom_donkerbeige .button {
  background: #83775b !important;
}
.kolom_donkerbeige h1,
.kolom_donkerbeige h2,
.kolom_donkerbeige h3,
.kolom_donkerbeige h4,
.kolom_donkerbeige h5,
.kolom_donkerbeige h6 {
  color: #373636;
}
.kolom_donkerbeige a.button {
  background: #373636 !important;
  color: #fff;
}
.kolom_donkerbeige a {
  color: #f1ede8;
}
.kolom_donkerbeige a:hover {
  color: #ded4c8;
}
.kolom_blauw {
  background: #009f9e !important;
  padding: 0px 15px !important;
  color: #ffff;
}
.kolom_blauw h1,
.kolom_blauw h2,
.kolom_blauw h3,
.kolom_blauw h4,
.kolom_blauw h5,
.kolom_blauw h6 {
  color: #fff;
}
.kolom_blauw a.button {
  background: #fff;
  color: #373636;
}
.kolom_antraciet {
  background: #373636 !important;
  padding: 0px 15px !important;
  color: #fff;
  color: #ffff;
}
.kolom_antraciet h1,
.kolom_antraciet h2,
.kolom_antraciet h3,
.kolom_antraciet h4,
.kolom_antraciet h5,
.kolom_antraciet h6 {
  color: #fff;
}
.kolom_antraciet a.button {
  background: #fff;
  color: #373636;
}
.kolom_wit {
  background: #fff !important;
  padding: 0px 15px !important;
  color: #373636;
}
.kolom_wit h1,
.kolom_wit h2,
.kolom_wit h3,
.kolom_wit h4,
.kolom_wit h5,
.kolom_wit h6 {
  color: #373636;
}
.kolom_wit a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_lichtbeige {
  background: #f1ede8 !important;
  color: #373636;
}
.stijl_lichtbeige h1,
.stijl_lichtbeige h2,
.stijl_lichtbeige h3,
.stijl_lichtbeige h4,
.stijl_lichtbeige h5,
.stijl_lichtbeige h6 {
  color: #373636;
}
.stijl_lichtbeige a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_donkerbeige {
  background: #b3a991 !important;
}
.stijl_donkerbeige .kolom_antraciet_content a {
  color: #f1ede8;
}
.stijl_donkerbeige .kolom_antraciet_content a:hover {
  color: #ded4c8;
}
.stijl_blauw {
  background: #009f9e !important;
  color: #ffff;
}
.stijl_blauw h1,
.stijl_blauw h2,
.stijl_blauw h3,
.stijl_blauw h4,
.stijl_blauw h5,
.stijl_blauw h6 {
  color: #fff;
}
.stijl_blauw a.button {
  background: #fff;
  color: #373636;
}
.stijl_antraciet {
  background: #373636 !important;
  color: #ffff;
}
.stijl_antraciet h1,
.stijl_antraciet h2,
.stijl_antraciet h3,
.stijl_antraciet h4,
.stijl_antraciet h5,
.stijl_antraciet h6 {
  color: #fff;
}
.stijl_antraciet a.button {
  background: #fff;
  color: #373636;
}
.stijl_blauwwit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #009f9e !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #009f9e 50%, #ffffff 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #009f9e 50%, #ffffff 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #009f9e 50%, #ffffff 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_blauwwit .kolom:nth-of-type(1) {
  background: #009f9e !important;
  padding: 0px 15px !important;
  color: #ffff;
  padding-right: 65px !important;
}
.stijl_blauwwit .kolom:nth-of-type(1) h1,
.stijl_blauwwit .kolom:nth-of-type(1) h2,
.stijl_blauwwit .kolom:nth-of-type(1) h3,
.stijl_blauwwit .kolom:nth-of-type(1) h4,
.stijl_blauwwit .kolom:nth-of-type(1) h5,
.stijl_blauwwit .kolom:nth-of-type(1) h6 {
  color: #fff;
}
.stijl_blauwwit .kolom:nth-of-type(1) a.button {
  background: #fff;
  color: #373636;
}
.stijl_blauwwit .kolom:nth-of-type(2) {
  background: #fff !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 75px !important;
}
.stijl_blauwwit .kolom:nth-of-type(2) h1,
.stijl_blauwwit .kolom:nth-of-type(2) h2,
.stijl_blauwwit .kolom:nth-of-type(2) h3,
.stijl_blauwwit .kolom:nth-of-type(2) h4,
.stijl_blauwwit .kolom:nth-of-type(2) h5,
.stijl_blauwwit .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_blauwwit .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .stijl_blauwwit {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_blauwwit .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_blauwwit .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.stijl_witblauw {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #ffffff !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 50%, #009f9e 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 50%, #009f9e 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 50%, #009f9e 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_witblauw .kolom:nth-of-type(1) {
  background: #fff !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 65px !important;
}
.stijl_witblauw .kolom:nth-of-type(1) h1,
.stijl_witblauw .kolom:nth-of-type(1) h2,
.stijl_witblauw .kolom:nth-of-type(1) h3,
.stijl_witblauw .kolom:nth-of-type(1) h4,
.stijl_witblauw .kolom:nth-of-type(1) h5,
.stijl_witblauw .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_witblauw .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_witblauw .kolom:nth-of-type(2) {
  background: #009f9e !important;
  padding: 0px 15px !important;
  color: #ffff;
  padding-left: 75px !important;
}
.stijl_witblauw .kolom:nth-of-type(2) h1,
.stijl_witblauw .kolom:nth-of-type(2) h2,
.stijl_witblauw .kolom:nth-of-type(2) h3,
.stijl_witblauw .kolom:nth-of-type(2) h4,
.stijl_witblauw .kolom:nth-of-type(2) h5,
.stijl_witblauw .kolom:nth-of-type(2) h6 {
  color: #fff;
}
.stijl_witblauw .kolom:nth-of-type(2) a.button {
  background: #fff;
  color: #373636;
}
@media (max-width: 768px) {
  .stijl_witblauw {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_witblauw .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_witblauw .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.stijl_lichtbeigedonkerbeige {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #f1ede8 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f1ede8 50%, #b3a991 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f1ede8 50%, #b3a991 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f1ede8 50%, #b3a991 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) {
  background: #f1ede8 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 65px !important;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h1,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h2,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h3,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h4,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h5,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) {
  background: #b3a991 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 75px !important;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) .button {
  background: #83775b !important;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h1,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h2,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h3,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h4,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h5,
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) a {
  color: #f1ede8;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) a:hover {
  color: #ded4c8;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) a {
  color: #f1ede8;
}
.stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) a:hover {
  color: #ded4c8;
}
@media (max-width: 768px) {
  .stijl_lichtbeigedonkerbeige {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_lichtbeigedonkerbeige .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_lichtbeigedonkerbeige .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.stijl_donkerbeigelichtbeige {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #b3a991 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b3a991 50%, #f1ede8 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b3a991 50%, #f1ede8 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b3a991 50%, #f1ede8 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) {
  background: #b3a991 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 65px !important;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) .button {
  background: #83775b !important;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h1,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h2,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h3,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h4,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h5,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) a {
  color: #f1ede8;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) a:hover {
  color: #ded4c8;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) a {
  color: #f1ede8;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) a:hover {
  color: #ded4c8;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) {
  background: #f1ede8 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 75px !important;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h1,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h2,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h3,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h4,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h5,
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .stijl_donkerbeigelichtbeige {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_donkerbeigelichtbeige .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_donkerbeigelichtbeige .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.stijl_antracietwit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #373636 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #373636 50%, #ffffff 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #373636 50%, #ffffff 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #373636 50%, #ffffff 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_antracietwit .kolom:nth-of-type(1) {
  background: #373636 !important;
  padding: 0px 15px !important;
  color: #fff;
  color: #ffff;
  padding-right: 65px !important;
}
.stijl_antracietwit .kolom:nth-of-type(1) h1,
.stijl_antracietwit .kolom:nth-of-type(1) h2,
.stijl_antracietwit .kolom:nth-of-type(1) h3,
.stijl_antracietwit .kolom:nth-of-type(1) h4,
.stijl_antracietwit .kolom:nth-of-type(1) h5,
.stijl_antracietwit .kolom:nth-of-type(1) h6 {
  color: #fff;
}
.stijl_antracietwit .kolom:nth-of-type(1) a.button {
  background: #fff;
  color: #373636;
}
.stijl_antracietwit .kolom:nth-of-type(2) {
  background: #fff !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 75px !important;
}
.stijl_antracietwit .kolom:nth-of-type(2) h1,
.stijl_antracietwit .kolom:nth-of-type(2) h2,
.stijl_antracietwit .kolom:nth-of-type(2) h3,
.stijl_antracietwit .kolom:nth-of-type(2) h4,
.stijl_antracietwit .kolom:nth-of-type(2) h5,
.stijl_antracietwit .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_antracietwit .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .stijl_antracietwit {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_antracietwit .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_antracietwit .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.stijl_witantraciet {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+50 */
  background: #ffffff !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 50%, #373636 50%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 50%, #373636 50%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 50%, #373636 50%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_left', endColorstr='@color_right', GradientType=1) !important;
  /* IE6-9 */
}
.stijl_witantraciet .kolom:nth-of-type(1) {
  background: #fff !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 65px !important;
}
.stijl_witantraciet .kolom:nth-of-type(1) h1,
.stijl_witantraciet .kolom:nth-of-type(1) h2,
.stijl_witantraciet .kolom:nth-of-type(1) h3,
.stijl_witantraciet .kolom:nth-of-type(1) h4,
.stijl_witantraciet .kolom:nth-of-type(1) h5,
.stijl_witantraciet .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_witantraciet .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_witantraciet .kolom:nth-of-type(2) {
  background: #373636 !important;
  padding: 0px 15px !important;
  color: #fff;
  color: #ffff;
  padding-left: 75px !important;
}
.stijl_witantraciet .kolom:nth-of-type(2) h1,
.stijl_witantraciet .kolom:nth-of-type(2) h2,
.stijl_witantraciet .kolom:nth-of-type(2) h3,
.stijl_witantraciet .kolom:nth-of-type(2) h4,
.stijl_witantraciet .kolom:nth-of-type(2) h5,
.stijl_witantraciet .kolom:nth-of-type(2) h6 {
  color: #fff;
}
.stijl_witantraciet .kolom:nth-of-type(2) a.button {
  background: #fff;
  color: #373636;
}
@media (max-width: 768px) {
  .stijl_witantraciet {
    background: transparent;
    padding: 0px !important;
  }
  .stijl_witantraciet .kolom:nth-of-type(1) {
    padding: 40px 35px !important;
  }
  .stijl_witantraciet .kolom:nth-of-type(2) {
    padding: 40px 35px !important;
  }
}
.fotolinks {
  background-size: cover !important;
  background-position: top 50% left -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.fotorechts {
  background-size: auto 100% !important;
  background-position: top 50% right -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.stijl_foto50lichtbeige {
  background-size: cover !important;
  background-position: top 50% left -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1ede8;
}
.stijl_foto50lichtbeige .kolom:nth-of-type(2) {
  background: #f1ede8 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h1,
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h2,
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h3,
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h4,
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h5,
.stijl_foto50lichtbeige .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_foto50lichtbeige .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_foto50donkerbeige {
  background-size: cover !important;
  background-position: top 50% left -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b3a991;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) {
  background: #b3a991 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-left: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) .button {
  background: #83775b !important;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h1,
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h2,
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h3,
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h4,
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h5,
.stijl_foto50donkerbeige .kolom:nth-of-type(2) h6 {
  color: #373636;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
  color: #f1ede8;
}
.stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
  color: #ded4c8;
}
.stijl_foto50blauw {
  background-size: cover !important;
  background-position: top 50% left -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #009f9e;
}
.stijl_foto50blauw .kolom:nth-of-type(2) {
  background: #009f9e !important;
  padding: 0px 15px !important;
  color: #ffff;
  padding-left: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_foto50blauw .kolom:nth-of-type(2) h1,
.stijl_foto50blauw .kolom:nth-of-type(2) h2,
.stijl_foto50blauw .kolom:nth-of-type(2) h3,
.stijl_foto50blauw .kolom:nth-of-type(2) h4,
.stijl_foto50blauw .kolom:nth-of-type(2) h5,
.stijl_foto50blauw .kolom:nth-of-type(2) h6 {
  color: #fff;
}
.stijl_foto50blauw .kolom:nth-of-type(2) a.button {
  background: #fff;
  color: #373636;
}
.stijl_foto50antraciet {
  background-size: cover !important;
  background-position: top 50% left -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #373636;
}
.stijl_foto50antraciet .kolom:nth-of-type(2) {
  background: #373636 !important;
  padding: 0px 15px !important;
  color: #fff;
  color: #ffff;
  padding-left: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_foto50antraciet .kolom:nth-of-type(2) h1,
.stijl_foto50antraciet .kolom:nth-of-type(2) h2,
.stijl_foto50antraciet .kolom:nth-of-type(2) h3,
.stijl_foto50antraciet .kolom:nth-of-type(2) h4,
.stijl_foto50antraciet .kolom:nth-of-type(2) h5,
.stijl_foto50antraciet .kolom:nth-of-type(2) h6 {
  color: #fff;
}
.stijl_foto50antraciet .kolom:nth-of-type(2) a.button {
  background: #fff;
  color: #373636;
}
.stijl_lichtbeigefoto50 {
  background-size: auto 100% !important;
  background-position: top 50% right -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1ede8;
}
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) {
  background: #f1ede8 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h1,
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h2,
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h3,
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h4,
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h5,
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_lichtbeigefoto50 .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_donkerbeigefoto50 {
  background-size: auto 100% !important;
  background-position: top 50% right -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b3a991;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) {
  background: #b3a991 !important;
  padding: 0px 15px !important;
  color: #373636;
  padding-right: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) .button {
  background: #83775b !important;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h1,
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h2,
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h3,
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h4,
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h5,
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h6 {
  color: #373636;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a.button {
  background: #373636 !important;
  color: #fff;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
  color: #f1ede8;
}
.stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
  color: #ded4c8;
}
.stijl_blauwfoto50 {
  background-size: auto 100% !important;
  background-position: top 50% right -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #009f9e;
}
.stijl_blauwfoto50 .kolom:nth-of-type(1) {
  background: #009f9e !important;
  padding: 0px 15px !important;
  color: #ffff;
  padding-right: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_blauwfoto50 .kolom:nth-of-type(1) h1,
.stijl_blauwfoto50 .kolom:nth-of-type(1) h2,
.stijl_blauwfoto50 .kolom:nth-of-type(1) h3,
.stijl_blauwfoto50 .kolom:nth-of-type(1) h4,
.stijl_blauwfoto50 .kolom:nth-of-type(1) h5,
.stijl_blauwfoto50 .kolom:nth-of-type(1) h6 {
  color: #fff;
}
.stijl_blauwfoto50 .kolom:nth-of-type(1) a.button {
  background: #fff;
  color: #373636;
}
.stijl_antracietfoto50 {
  background-size: auto 100% !important;
  background-position: top 50% right -10vw !important;
  background-attachment: inherit !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #373636;
}
.stijl_antracietfoto50 .kolom:nth-of-type(1) {
  background: #373636 !important;
  padding: 0px 15px !important;
  color: #fff;
  color: #ffff;
  padding-right: 15px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.stijl_antracietfoto50 .kolom:nth-of-type(1) h1,
.stijl_antracietfoto50 .kolom:nth-of-type(1) h2,
.stijl_antracietfoto50 .kolom:nth-of-type(1) h3,
.stijl_antracietfoto50 .kolom:nth-of-type(1) h4,
.stijl_antracietfoto50 .kolom:nth-of-type(1) h5,
.stijl_antracietfoto50 .kolom:nth-of-type(1) h6 {
  color: #fff;
}
.stijl_antracietfoto50 .kolom:nth-of-type(1) a.button {
  background: #fff;
  color: #373636;
}
.blog-categorie .project-filter {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-categorie .project-filter button {
  background-color: #b3a991;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
  padding: 6px 40px;
}
.blog-categorie .project-filter button:hover {
  background: #83775b;
}
/* DIENSTENOVERZICHT */
.dienstenoverzicht {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.dienstenoverzicht li {
  margin: 0px;
  padding: 0px;
}
/* NIEUWSOVERZICHT*/
.categorie_filter {
  list-style: none;
  margin: 30px 0px;
  padding: 0px;
  text-align: center;
}
.categorie_filter li {
  display: inline-block;
  padding: 0px;
  margin: 0px 15px;
}
.categorie_filter li:first-child {
  margin-left: 0px;
}
/* PROJECTDEIAL / WERKVELDDETAIL *******************************************************************************************************************/
/* PROJECTDEIAL / WERKVELDDETAIL *******************************************************************************************************************/
.nieuwsdetail > .container,
.contactpersoondetail > .container,
.dienstdetail > .container,
.themadetail > .container,
.werkvelddetail > .container,
.projectdetail > .container {
  background: #f1ede8;
}
.nieuwsdetail .white_background,
.contactpersoondetail .white_background,
.dienstdetail .white_background,
.themadetail .white_background,
.werkvelddetail .white_background,
.projectdetail .white_background {
  background: #fff;
}
.nieuwsdetail .entry-content h2,
.contactpersoondetail .entry-content h2,
.dienstdetail .entry-content h2,
.themadetail .entry-content h2,
.werkvelddetail .entry-content h2,
.projectdetail .entry-content h2,
.nieuwsdetail .entry-content h3,
.contactpersoondetail .entry-content h3,
.dienstdetail .entry-content h3,
.themadetail .entry-content h3,
.werkvelddetail .entry-content h3,
.projectdetail .entry-content h3,
.nieuwsdetail .entry-content h4,
.contactpersoondetail .entry-content h4,
.dienstdetail .entry-content h4,
.themadetail .entry-content h4,
.werkvelddetail .entry-content h4,
.projectdetail .entry-content h4,
.nieuwsdetail .entry-content h5,
.contactpersoondetail .entry-content h5,
.dienstdetail .entry-content h5,
.themadetail .entry-content h5,
.werkvelddetail .entry-content h5,
.projectdetail .entry-content h5,
.nieuwsdetail .entry-content h6,
.contactpersoondetail .entry-content h6,
.dienstdetail .entry-content h6,
.themadetail .entry-content h6,
.werkvelddetail .entry-content h6,
.projectdetail .entry-content h6 {
  text-transform: unset;
}
.nieuwsdetail .entry-content .projecttitel,
.contactpersoondetail .entry-content .projecttitel,
.dienstdetail .entry-content .projecttitel,
.themadetail .entry-content .projecttitel,
.werkvelddetail .entry-content .projecttitel,
.projectdetail .entry-content .projecttitel {
  margin-bottom: 15px;
}
.nieuwsdetail .entry-content .locatietitel,
.contactpersoondetail .entry-content .locatietitel,
.dienstdetail .entry-content .locatietitel,
.themadetail .entry-content .locatietitel,
.werkvelddetail .entry-content .locatietitel,
.projectdetail .entry-content .locatietitel {
  color: #b3a991;
  text-transform: unset;
  margin-top: 5px;
}
.nieuwsdetail .entry-content .gerelateerdeprojecten_titel,
.contactpersoondetail .entry-content .gerelateerdeprojecten_titel,
.dienstdetail .entry-content .gerelateerdeprojecten_titel,
.themadetail .entry-content .gerelateerdeprojecten_titel,
.werkvelddetail .entry-content .gerelateerdeprojecten_titel,
.projectdetail .entry-content .gerelateerdeprojecten_titel {
  color: #009f9e;
  text-transform: unset;
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
  font-family: 'kontrapunkt_mikiregular';
}
.nieuwsdetail .bx-viewport,
.contactpersoondetail .bx-viewport,
.dienstdetail .bx-viewport,
.themadetail .bx-viewport,
.werkvelddetail .bx-viewport,
.projectdetail .bx-viewport {
  height: auto !important;
}
.nieuwsdetail .fotogallerij_project,
.contactpersoondetail .fotogallerij_project,
.dienstdetail .fotogallerij_project,
.themadetail .fotogallerij_project,
.werkvelddetail .fotogallerij_project,
.projectdetail .fotogallerij_project {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
}
.nieuwsdetail .fotogallerij_project li,
.contactpersoondetail .fotogallerij_project li,
.dienstdetail .fotogallerij_project li,
.themadetail .fotogallerij_project li,
.werkvelddetail .fotogallerij_project li,
.projectdetail .fotogallerij_project li {
  display: inline-block;
}
.nieuwsdetail .fotogallerij_project li img,
.contactpersoondetail .fotogallerij_project li img,
.dienstdetail .fotogallerij_project li img,
.themadetail .fotogallerij_project li img,
.werkvelddetail .fotogallerij_project li img,
.projectdetail .fotogallerij_project li img {
  max-width: 100%;
  height: auto;
}
.nieuwsdetail .werkvelden ul,
.contactpersoondetail .werkvelden ul,
.dienstdetail .werkvelden ul,
.themadetail .werkvelden ul,
.werkvelddetail .werkvelden ul,
.projectdetail .werkvelden ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.nieuwsdetail .werkvelden ul li,
.contactpersoondetail .werkvelden ul li,
.dienstdetail .werkvelden ul li,
.themadetail .werkvelden ul li,
.werkvelddetail .werkvelden ul li,
.projectdetail .werkvelden ul li {
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.nieuwsdetail .werkvelden ul li:hover,
.contactpersoondetail .werkvelden ul li:hover,
.dienstdetail .werkvelden ul li:hover,
.themadetail .werkvelden ul li:hover,
.werkvelddetail .werkvelden ul li:hover,
.projectdetail .werkvelden ul li:hover {
  background: #b3a991 !important;
}
.nieuwsdetail .werkvelden ul li:hover img.hover,
.contactpersoondetail .werkvelden ul li:hover img.hover,
.dienstdetail .werkvelden ul li:hover img.hover,
.themadetail .werkvelden ul li:hover img.hover,
.werkvelddetail .werkvelden ul li:hover img.hover,
.projectdetail .werkvelden ul li:hover img.hover {
  display: inline-block !important;
}
.nieuwsdetail .werkvelden ul li:hover img.normal,
.contactpersoondetail .werkvelden ul li:hover img.normal,
.dienstdetail .werkvelden ul li:hover img.normal,
.themadetail .werkvelden ul li:hover img.normal,
.werkvelddetail .werkvelden ul li:hover img.normal,
.projectdetail .werkvelden ul li:hover img.normal {
  display: none !important;
}
.nieuwsdetail .werkvelden ul li a,
.contactpersoondetail .werkvelden ul li a,
.dienstdetail .werkvelden ul li a,
.themadetail .werkvelden ul li a,
.werkvelddetail .werkvelden ul li a,
.projectdetail .werkvelden ul li a {
  display: inline-block;
  padding: 5px 10px;
}
.nieuwsdetail .werkvelden ul li img,
.contactpersoondetail .werkvelden ul li img,
.dienstdetail .werkvelden ul li img,
.themadetail .werkvelden ul li img,
.werkvelddetail .werkvelden ul li img,
.projectdetail .werkvelden ul li img {
  max-width: 30px;
  height: auto;
  margin-bottom: 5px;
}
.nieuwsdetail .werkvelden ul li.selected,
.contactpersoondetail .werkvelden ul li.selected,
.dienstdetail .werkvelden ul li.selected,
.themadetail .werkvelden ul li.selected,
.werkvelddetail .werkvelden ul li.selected,
.projectdetail .werkvelden ul li.selected {
  background: #009f9e;
}
.nieuwsdetail aside ul.laatste_berichten span,
.contactpersoondetail aside ul.laatste_berichten span,
.dienstdetail aside ul.laatste_berichten span,
.themadetail aside ul.laatste_berichten span,
.werkvelddetail aside ul.laatste_berichten span,
.projectdetail aside ul.laatste_berichten span {
  margin-left: -15px !important;
}
.nieuwsdetail aside ul.laatste_berichten li,
.contactpersoondetail aside ul.laatste_berichten li,
.dienstdetail aside ul.laatste_berichten li,
.themadetail aside ul.laatste_berichten li,
.werkvelddetail aside ul.laatste_berichten li,
.projectdetail aside ul.laatste_berichten li {
  padding-left: 15px !important;
}
.nieuwsdetail aside a,
.contactpersoondetail aside a,
.dienstdetail aside a,
.themadetail aside a,
.werkvelddetail aside a,
.projectdetail aside a {
  color: #83775b;
}
.nieuwsdetail aside a:hover,
.contactpersoondetail aside a:hover,
.dienstdetail aside a:hover,
.themadetail aside a:hover,
.werkvelddetail aside a:hover,
.projectdetail aside a:hover {
  color: #474131;
}
.nieuwsdetail aside .titel_wit,
.contactpersoondetail aside .titel_wit,
.dienstdetail aside .titel_wit,
.themadetail aside .titel_wit,
.werkvelddetail aside .titel_wit,
.projectdetail aside .titel_wit {
  color: #fff;
  font-size: 16px;
}
.nieuwsdetail aside .titel_zwart,
.contactpersoondetail aside .titel_zwart,
.dienstdetail aside .titel_zwart,
.themadetail aside .titel_zwart,
.werkvelddetail aside .titel_zwart,
.projectdetail aside .titel_zwart {
  color: #373636;
  font-size: 16px;
}
.nieuwsdetail aside .titel_small,
.contactpersoondetail aside .titel_small,
.dienstdetail aside .titel_small,
.themadetail aside .titel_small,
.werkvelddetail aside .titel_small,
.projectdetail aside .titel_small {
  margin: 0px;
  text-transform: unset;
  font-size: 16px;
}
.nieuwsdetail aside .titel_contactpersoon,
.contactpersoondetail aside .titel_contactpersoon,
.dienstdetail aside .titel_contactpersoon,
.themadetail aside .titel_contactpersoon,
.werkvelddetail aside .titel_contactpersoon,
.projectdetail aside .titel_contactpersoon {
  margin-top: 20px !important;
}
.nieuwsdetail aside .darkbrown,
.contactpersoondetail aside .darkbrown,
.dienstdetail aside .darkbrown,
.themadetail aside .darkbrown,
.werkvelddetail aside .darkbrown,
.projectdetail aside .darkbrown {
  background: #b3a991;
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.nieuwsdetail aside .lightbrown,
.contactpersoondetail aside .lightbrown,
.dienstdetail aside .lightbrown,
.themadetail aside .lightbrown,
.werkvelddetail aside .lightbrown,
.projectdetail aside .lightbrown {
  background: #f1ede8;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.nieuwsdetail aside ul,
.contactpersoondetail aside ul,
.dienstdetail aside ul,
.themadetail aside ul,
.werkvelddetail aside ul,
.projectdetail aside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nieuwsdetail aside ul li,
.contactpersoondetail aside ul li,
.dienstdetail aside ul li,
.themadetail aside ul li,
.werkvelddetail aside ul li,
.projectdetail aside ul li {
  margin: 0px;
  padding: 0px;
}
.nieuwsdetail aside ul.contactpersonen > li,
.contactpersoondetail aside ul.contactpersonen > li,
.dienstdetail aside ul.contactpersonen > li,
.themadetail aside ul.contactpersonen > li,
.werkvelddetail aside ul.contactpersonen > li,
.projectdetail aside ul.contactpersonen > li {
  background: #b3a991;
  min-height: 125px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.nieuwsdetail aside ul.contactpersonen > li .pasfoto,
.contactpersoondetail aside ul.contactpersonen > li .pasfoto,
.dienstdetail aside ul.contactpersonen > li .pasfoto,
.themadetail aside ul.contactpersonen > li .pasfoto,
.werkvelddetail aside ul.contactpersonen > li .pasfoto,
.projectdetail aside ul.contactpersonen > li .pasfoto {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 125px;
}
.nieuwsdetail aside ul.contactpersonen > li .persooninfo,
.contactpersoondetail aside ul.contactpersonen > li .persooninfo,
.dienstdetail aside ul.contactpersonen > li .persooninfo,
.themadetail aside ul.contactpersonen > li .persooninfo,
.werkvelddetail aside ul.contactpersonen > li .persooninfo,
.projectdetail aside ul.contactpersonen > li .persooninfo {
  padding-top: 10px;
}
.nieuwsdetail aside ul.contactpersonen > li .persooninfo h6,
.contactpersoondetail aside ul.contactpersonen > li .persooninfo h6,
.dienstdetail aside ul.contactpersonen > li .persooninfo h6,
.themadetail aside ul.contactpersonen > li .persooninfo h6,
.werkvelddetail aside ul.contactpersonen > li .persooninfo h6,
.projectdetail aside ul.contactpersonen > li .persooninfo h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  color: #fff;
  text-transform: unset;
  margin-bottom: 10px;
}
.nieuwsdetail aside ul.contactpersonen > li .persooninfo p,
.contactpersoondetail aside ul.contactpersonen > li .persooninfo p,
.dienstdetail aside ul.contactpersonen > li .persooninfo p,
.themadetail aside ul.contactpersonen > li .persooninfo p,
.werkvelddetail aside ul.contactpersonen > li .persooninfo p,
.projectdetail aside ul.contactpersonen > li .persooninfo p {
  margin: 0px;
  line-height: 22px;
}
.nieuwsdetail aside ul.contactpersonen > li .persooninfo a,
.contactpersoondetail aside ul.contactpersonen > li .persooninfo a,
.dienstdetail aside ul.contactpersonen > li .persooninfo a,
.themadetail aside ul.contactpersonen > li .persooninfo a,
.werkvelddetail aside ul.contactpersonen > li .persooninfo a,
.projectdetail aside ul.contactpersonen > li .persooninfo a {
  font-size: 14px;
  color: #373636;
}
.nieuwsdetail aside ul.contactpersonen > li .persooninfo a:hover,
.contactpersoondetail aside ul.contactpersonen > li .persooninfo a:hover,
.dienstdetail aside ul.contactpersonen > li .persooninfo a:hover,
.themadetail aside ul.contactpersonen > li .persooninfo a:hover,
.werkvelddetail aside ul.contactpersonen > li .persooninfo a:hover,
.projectdetail aside ul.contactpersonen > li .persooninfo a:hover {
  color: #474131;
}
.werkvelddetail .lightbrown {
  padding-top: 75px !important;
}
/* FOOTER *******************************************************************************************************************/
/* FOOTER *******************************************************************************************************************/
.gm-style-iw {
  line-height: 20px;
}
.gm-style-iw img {
  border-radius: 5px;
}
#footer {
  background: #373636;
  padding-top: 0px;
  color: #fff;
}
#footer .offerte {
  padding-top: 20px;
  margin-top: 20px;
}
#footer .offerte a.button {
  background: #b3a991;
}
#footer .offerte a.button:hover {
  background: #83775b;
}
#footer .werken_bij_container {
  background: #009f9e;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 00px;
}
#footer .werken_bij_container > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer .werken_bij_container > ul > li {
  margin: 0px;
  padding: 0px;
}
#footer .werken_bij_container > ul > li:first-child {
  padding: 0px 20px;
  padding-bottom: 20px;
}
#footer .werken_bij_container a {
  color: #fff;
}
#footer .werken_bij_container a:hover {
  color: #5a0d21;
}
#footer h3 {
  color: #fff;
  font-family: 'kontrapunkt_mikiregular';
  font-size: 16px;
}
#footer .social_footer {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
#footer .social_footer > li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  padding-right: 10px;
}
#colofon {
  background: #000;
  color: #666666;
  font-family: 'kontrapunkt_mikibold';
}
#colofon a {
  color: #666666;
}
#colofon a:hover {
  color: #fff;
}
#colofon .text {
  text-align: left;
  padding-left: 0px;
}
#colofon .wpml-ls-legacy-list-horizontal a {
  padding-right: 0px !important;
}
#colofon .wpml-ls-legacy-list-horizontal {
  float: right;
  border: 0px solid transparent !important;
  padding: 0px !important;
  clear: both;
}
#colofon .taalswitch {
  padding-right: 0px;
}
/* RESPONSIVE *******************************************************************************************************************/
/* RESPONSIVE *******************************************************************************************************************/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .position_wrapper {
    width: 200% !important;
  }
  #logo {
    margin-top: 0px !important;
  }
  .mainmenu_wrapper {
    display: -webkit-box;
  }
  .werkvelden {
    padding-top: 0px;
  }
  .werkvelden img {
    max-width: 60%;
  }
  .searchformwrapper > div {
    margin-top: 40px;
  }
  .contactwrapper {
    margin-bottom: 20px;
  }
  .nds-advanced-search-form-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dienstenoverzicht {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .dienstenoverzicht li {
    margin: 0px;
    padding: 0px;
  }
  .container-fluid .ytvideo {
    height: 300px !important;
  }
  .ytvideo iframe {
    height: 300px !important;
  }
  .nieuwsdetail aside ul.contactpersonen > li .persooninfo a,
  .contactpersoondetail aside ul.contactpersonen > li .persooninfo a,
  .dienstdetail aside ul.contactpersonen > li .persooninfo a,
  .themadetail aside ul.contactpersonen > li .persooninfo a,
  .werkvelddetail aside ul.contactpersonen > li .persooninfo a,
  .projectdetail aside ul.contactpersonen > li .persooninfo a {
    font-size: 12px !important;
  }
  .nieuwsdetail .entry-content .projecttitel,
  .contactpersoondetail .entry-content .projecttitel,
  .dienstdetail .entry-content .projecttitel,
  .themadetail .entry-content .projecttitel,
  .werkvelddetail .entry-content .projecttitel,
  .projectdetail .entry-content .projecttitel {
    word-break: break-word;
    font-size: 19px;
  }
  .mainmenu_wrapper .werkvelden {
    padding-top: 40px !important;
  }
  .fotolinks {
    background-size: 100vw auto  !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fotorechts {
    background-size: 100vw auto !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .stijl_foto50lichtbeige {
    background-size: 100vw auto  !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige {
    background-size: 100vw auto  !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) .button {
    background: #83775b !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
    color: #f1ede8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
    color: #ded4c8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
    color: #f1ede8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
    color: #ded4c8;
  }
  .stijl_foto50blauw {
    background-size: 100vw auto  !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) h1,
  .stijl_foto50blauw .kolom:nth-of-type(2) h2,
  .stijl_foto50blauw .kolom:nth-of-type(2) h3,
  .stijl_foto50blauw .kolom:nth-of-type(2) h4,
  .stijl_foto50blauw .kolom:nth-of-type(2) h5,
  .stijl_foto50blauw .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_foto50antraciet {
    background-size: 100vw auto  !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) h1,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h2,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h3,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h4,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h5,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_lichtbeigefoto50 {
    background-size: 100vw auto !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 {
    background-size: 100vw auto !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) .button {
    background: #83775b !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
    color: #f1ede8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
    color: #ded4c8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
    color: #f1ede8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
    color: #ded4c8;
  }
  .stijl_blauwfoto50 {
    background-size: 100vw auto !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h1,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h2,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h3,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h4,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h5,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_antracietfoto50 {
    background-size: 100vw auto !important;
    background-position: bottom !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 400px;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h1,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h2,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h3,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h4,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h5,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fotolinks {
    background-size: cover !important;
    background-position: top 50% left -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fotorechts {
    background-size: cover !important;
    background-position: top 50% right -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .stijl_foto50lichtbeige {
    background-size: cover !important;
    background-position: top 50% left -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige {
    background-size: cover !important;
    background-position: top 50% left -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) .button {
    background: #83775b !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
    color: #f1ede8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
    color: #ded4c8;
  }
  .stijl_foto50blauw {
    background-size: cover !important;
    background-position: top 50% left -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) h1,
  .stijl_foto50blauw .kolom:nth-of-type(2) h2,
  .stijl_foto50blauw .kolom:nth-of-type(2) h3,
  .stijl_foto50blauw .kolom:nth-of-type(2) h4,
  .stijl_foto50blauw .kolom:nth-of-type(2) h5,
  .stijl_foto50blauw .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_foto50antraciet {
    background-size: cover !important;
    background-position: top 50% left -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) h1,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h2,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h3,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h4,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h5,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_lichtbeigefoto50 {
    background-size: cover !important;
    background-position: top 50% right -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 {
    background-size: cover !important;
    background-position: top 50% right -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) .button {
    background: #83775b !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
    color: #f1ede8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
    color: #ded4c8;
  }
  .stijl_blauwfoto50 {
    background-size: cover !important;
    background-position: top 50% right -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h1,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h2,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h3,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h4,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h5,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_antracietfoto50 {
    background-size: cover !important;
    background-position: top 50% right -40vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h1,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h2,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h3,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h4,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h5,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .fotolinks {
    background-size: cover !important;
    background-position: top 50% left -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fotorechts {
    background-size: cover !important;
    background-position: top 50% right -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .stijl_foto50lichtbeige {
    background-size: cover !important;
    background-position: top 50% left -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige {
    background-size: cover !important;
    background-position: top 50% left -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) .button {
    background: #83775b !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
    color: #f1ede8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
    color: #ded4c8;
  }
  .stijl_foto50blauw {
    background-size: cover !important;
    background-position: top 50% left -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) h1,
  .stijl_foto50blauw .kolom:nth-of-type(2) h2,
  .stijl_foto50blauw .kolom:nth-of-type(2) h3,
  .stijl_foto50blauw .kolom:nth-of-type(2) h4,
  .stijl_foto50blauw .kolom:nth-of-type(2) h5,
  .stijl_foto50blauw .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_foto50antraciet {
    background-size: cover !important;
    background-position: top 50% left -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-left: 75px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) h1,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h2,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h3,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h4,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h5,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_lichtbeigefoto50 {
    background-size: cover !important;
    background-position: top 50% right -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1ede8;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 {
    background-size: cover !important;
    background-position: top 50% right -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #b3a991;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) .button {
    background: #83775b !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
    color: #f1ede8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
    color: #ded4c8;
  }
  .stijl_blauwfoto50 {
    background-size: cover !important;
    background-position: top 50% right -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009f9e;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h1,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h2,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h3,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h4,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h5,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_antracietfoto50 {
    background-size: cover !important;
    background-position: top 50% right -20vw !important;
    background-attachment: inherit !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #373636;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-right: 65px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h1,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h2,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h3,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h4,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h5,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
}
@media (min-width: 1690px) {
  .fotolinks {
    background-size: 50% auto !important;
    background-position: top 50% left 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .fotorechts {
    background-size: 50% auto !important;
    background-position: top 50% right 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .stijl_foto50lichtbeige {
    background-size: 50% auto !important;
    background-position: top 50% left 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #f1ede8;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50lichtbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige {
    background-size: 50% auto !important;
    background-position: top 50% left 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #b3a991;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-left: 75px !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) .button {
    background: #83775b !important;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h1,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h2,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h3,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h4,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h5,
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) h6 {
    color: #373636;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a {
    color: #f1ede8;
  }
  .stijl_foto50donkerbeige .kolom:nth-of-type(2) a:hover {
    color: #ded4c8;
  }
  .stijl_foto50blauw {
    background-size: 50% auto !important;
    background-position: top 50% left 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #009f9e;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-left: 75px !important;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) h1,
  .stijl_foto50blauw .kolom:nth-of-type(2) h2,
  .stijl_foto50blauw .kolom:nth-of-type(2) h3,
  .stijl_foto50blauw .kolom:nth-of-type(2) h4,
  .stijl_foto50blauw .kolom:nth-of-type(2) h5,
  .stijl_foto50blauw .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50blauw .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_foto50antraciet {
    background-size: 50% auto !important;
    background-position: top 50% left 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #373636;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-left: 75px !important;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) h1,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h2,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h3,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h4,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h5,
  .stijl_foto50antraciet .kolom:nth-of-type(2) h6 {
    color: #fff;
  }
  .stijl_foto50antraciet .kolom:nth-of-type(2) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_lichtbeigefoto50 {
    background-size: 50% auto !important;
    background-position: top 50% right 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #f1ede8;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) {
    background: #f1ede8 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_lichtbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 {
    background-size: 50% auto !important;
    background-position: top 50% right 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #b3a991;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) {
    background: #b3a991 !important;
    padding: 0px 15px !important;
    color: #373636;
    padding-right: 65px !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) .button {
    background: #83775b !important;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h1,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h2,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h3,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h4,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h5,
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) h6 {
    color: #373636;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a.button {
    background: #373636 !important;
    color: #fff;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a {
    color: #f1ede8;
  }
  .stijl_donkerbeigefoto50 .kolom:nth-of-type(1) a:hover {
    color: #ded4c8;
  }
  .stijl_blauwfoto50 {
    background-size: 50% auto !important;
    background-position: top 50% right 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #009f9e;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) {
    background: #009f9e !important;
    padding: 0px 15px !important;
    color: #ffff;
    padding-right: 65px !important;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h1,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h2,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h3,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h4,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h5,
  .stijl_blauwfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_blauwfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
  .stijl_antracietfoto50 {
    background-size: 50% auto !important;
    background-position: top 50% right 0px !important;
    background-attachment: inherit !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    background-color: #373636;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) {
    background: #373636 !important;
    padding: 0px 15px !important;
    color: #fff;
    color: #ffff;
    padding-right: 65px !important;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h1,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h2,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h3,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h4,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h5,
  .stijl_antracietfoto50 .kolom:nth-of-type(1) h6 {
    color: #fff;
  }
  .stijl_antracietfoto50 .kolom:nth-of-type(1) a.button {
    background: #fff;
    color: #373636;
  }
  .header_visual_container .image-container {
    background-size: cover;
    background-position: 0px -400px;
  }
}
