/* 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: #69329f;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #bfa6db;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/* Scalable image */
img.scale {
  max-width: 100%;
  height: auto;
}
/* WOW / Animate */
.wow {
  visibility: hidden;
}
/*  ==============================
      MAIN LAYOUT
    ============================== */
a {
  color: #bfa6db;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
a.button {
  background-color: #69329f;
}
a.button:hover {
  color: #fff;
  background-color: #4f2678;
}
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: #bfa6db;
}
.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;
}
/*  ===============
    MENU (Diepte 3)
    =============== */
.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: #69329f;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contactformulier_wrapper .gform_button.button:hover {
  background: #8341c3;
}
.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: #69329f;
}
.blog-categorie h3 a:hover {
  color: #bfa6db;
}
.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: 0px;
  font-size: 11px;
}
/*  ==============================
      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)
    ============================== */
/* 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) {
  .galerij-wrapper .galerij-blok.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;
  margin-bottom: 20px;
}
@font-face {
  font-family: 'Frutiger Bold';
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Bold.eot');
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Bold.eot?#iefix') format('embedded-opentype'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Bold.woff') format('woff'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Light';
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Light.eot');
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Light.woff') format('woff'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Ultrablack';
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-UltraBlack.eot');
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-UltraBlack.eot?#iefix') format('embedded-opentype'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-UltraBlack.woff') format('woff'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-UltraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Roman';
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Roman.eot');
  src: url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Roman.eot?#iefix') format('embedded-opentype'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Roman.woff') format('woff'), url('http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/Frutiger-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.animation {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
body {
  background: #f4f4f4;
  line-height: 22px;
  font-family: "Frutiger Roman";
  color: #878786;
}
body .body_wrapper {
  background: #fff;
}
body blockquote {
  font-family: "Frutiger Roman";
  font-size: 14px;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Frutiger Ultrablack';
  font-weight: normal;
  color: #69329f;
  text-transform: uppercase;
}
.nomargin h1,
.nomargin h2,
.nomargin h3,
.nomargin h4,
.nomargin h5,
.nomargin h6 {
  margin-top: 0px;
}
a.button {
  width: 100%;
  text-align: right;
  padding: 3px 10px;
}
.kolom .text-wrapper {
  padding-top: 20px;
}
.mobile-header {
  background: #69329f;
  font-family: 'Frutiger Ultrablack';
  text-transform: uppercase;
}
.wpmm-menu {
  background: #69329f !important;
}
.wpmm-menu .mm-panel {
  background: #69329f !important;
}
.wpmm-menu .mm-panel a {
  font-family: 'Frutiger Ultrablack';
  color: #ffffff !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.wpmm-menu .mm-navbars_top {
  border: 0px !important;
}
.wpmm-menu .mm-navbar_has-btns,
.wpmm-menu .mm-navbar__title {
  display: none !important;
  visibility: hidden !important;
}
.wpmm-menu .mm-navbar {
  background: #69329f;
}
.wpmm-menu .mm-navbar a {
  font-style: normal;
}
.wpmm-menu .mm-navbar a span {
  font-size: 20px !important;
  display: inline-block;
  margin-top: 0px;
}
.wpmm-menu .mm-navbar_tabs {
  padding-top: 0px !important;
}
.wpmm-menu .mm-navbar_tabs a {
  color: #ffffff !important;
  background: #69329f !important;
  font-weight: bold !important;
  border-bottom: 0px !important;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  width: 90% !important;
  display: inline-block !important;
  margin: 0px 10px !important;
  padding-bottom: 10px !important;
}
.topbar_multisite {
  position: relative;
  z-index: 2;
  background: #ffffff;
  font-size: 11px;
  padding: 6px 0px 0px 0px;
  font-family: "Frutiger Bold";
  color: #cccccc;
}
.topbar_multisite .right {
  text-align: right;
}
.topbar_multisite .right i {
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  float: right;
  cursor: pointer;
  animation-iteration-count: 4;
  animation-duration: 1s;
  animation-delay: 2s;
}
.topbar_multisite .right i:hover {
  color: #bfa6db;
}
.topbar_multisite .right .usertype {
  margin-left: 10px;
  border-left: 2px solid #69329f;
  padding-left: 10px;
  color: #bfa6db;
  cursor: pointer;
  display: inline-block;
}
.topbar_multisite .right .usertype i {
  color: #69329f;
  font-size: 14px !important;
  position: relative;
  top: 2px;
}
.topbar_multisite a {
  color: #bfa6db;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar_multisite a:hover {
  color: #69329f !important;
}
.topbar_multisite .moreoaf_opener {
  padding: 9px 0px;
}
.topbar_multisite .moreoaf_opener .productoverzicht {
  font-family: 'Frutiger Ultrablack';
  color: #69329f;
  font-size: 16px;
  text-transform: uppercase;
}
.topbar_multisite .moreoaf_opener .open_productoverzicht {
  text-align: right;
  color: #69329f;
  font-size: 20px;
  padding-bottom: 10px;
}
.topbar_multisite .moreoaf {
  position: fixed;
  top: 40px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 15px;
  background: #ffffff;
}
.topbar_multisite .moreoaf .left {
  font-size: 16px;
}
.topbar_multisite .moreoaf .left i {
  font-size: 18px;
}
.topbar_multisite .moreoaf .productoverzicht {
  font-family: 'Frutiger Ultrablack';
  color: #69329f;
  font-size: 16px;
  text-transform: uppercase;
}
.topbar_multisite .moreoaf .close {
  text-align: right;
  color: #69329f;
  font-size: 20px;
  padding-bottom: 10px;
}
.topbar_multisite ul.labels {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  width: 100%;
}
.topbar_multisite ul.labels li {
  width: 100%;
  font-family: 'Frutiger Ultrablack';
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar_multisite ul.labels li > div {
  display: table;
  height: 100%;
  width: 100%;
}
.topbar_multisite ul.labels li > div a {
  color: rgba(255, 255, 255, 0.6) !important;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
}
.topbar_multisite ul.labels li:hover a {
  color: #ffffff !important;
}
.topbar_multisite ul.labels li.current a {
  color: #ffffff !important;
}
.topbar_multisite ul.labels li.hout {
  background: #6d5d6e;
}
.topbar_multisite ul.labels li.tuin {
  background: #276234;
}
.topbar_multisite ul.labels li.beton {
  background: #731912;
}
.topbar_multisite ul.labels li.metaal {
  background: #00608f;
}
.topbar_multisite ul.labels li.dak {
  background: #e86c08;
}
.topbar_multisite ul.labels li.maritiem {
  background: #456366;
}
.topbar_multisite ul.labels li.specials {
  background: #7f7979;
}
.topbar_multisite ul.labels li.lijmen {
  background: #e9530d;
}
.topbar_multisite ul.labels li.nonpaint {
  background: #7b3b1a;
}
#header {
  position: relative;
  min-height: 165px;
  margin-bottom: 20px;
}
#header .menucontainer {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
}
#header .homelink {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Frutiger Roman';
  margin-top: 35px;
  text-align: left;
  white-space: nowrap;
}
#header .homelink i {
  display: inline-block;
  font-size: 16px;
}
#header .homelink a {
  color: #fff;
  position: relative;
  left: -25px;
}
#header .homelink a:hover {
  color: #7a2582;
}
#header #logo {
  text-align: right;
}
#header #logo blockquote {
  border: 0px;
  color: #fff;
  font-family: 'Frutiger Ultrablack';
  position: relative;
  width: 100%;
  text-align: left;
  left: 25px;
  top: 10px;
  white-space: wrap;
  text-transform: uppercase;
  font-size: 12px;
  display: none;
  visibility: hidden;
}
#header #logo img {
  max-width: 100px;
  height: auto;
  float: left;
}
#header .overlay_headerfoto_brochure {
  position: absolute;
  z-index: 1;
  display: none;
  visibility: hidden;
}
#header .overlayinfo {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Frutiger Bold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 12px 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
#header .overlayinfo br {
  display: none;
}
#mainmenu a.homelink {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
}
#mainmenu #menu-hoofdmenu {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Frutiger Roman';
}
#mainmenu #menu-hoofdmenu a {
  color: #fff;
}
#mainmenu #menu-hoofdmenu a:hover {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li.current-menu-item > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0;
  display: inline-block;
  border-left: 2px solid #fff;
  padding: 0 7px 0 10px;
  /* HOOFDMENU ITEMS */
  position: relative;
  /* VERBERG 2e en 3e niveau bij geen muis over */
}
#mainmenu #menu-hoofdmenu > li.vierkolom:hover ul.has_3_niveaus {
  width: 735px !important;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu {
  display: none;
  z-index: 999;
  visibility: hidden;
}
#mainmenu #menu-hoofdmenu > li:hover {
  /* SET EEN STREEPJE ALS UITKLAP */
}
#mainmenu #menu-hoofdmenu > li:hover > ul:before {
  background-image: url("http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/submenu_lijn.png");
  background-repeat: no-repeat;
  content: " ";
  width: 2px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul {
  background-color: #7a2582;
  display: inline-block;
  visibility: visible;
  position: absolute;
  left: 10px;
  top: 22px;
  margin-left: -22px !important;
  padding: 10px 25px;
  /* SUBMENU BIJ 3 NIVEAU'S ONLY! Class middels jquery toegevoegd*/
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li.current-menu-item > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li.current-menu-parent > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li {
  display: block;
  min-width: 225px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li > a {
  padding-bottom: 5px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li > ul {
  display: none;
  visibility: hidden;
  /* 3e niveau) : Omdat de class met jquery wordt toegevoegd eerst verbergen, anders fucked up menu*/
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus {
  width: 575px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li {
  vertical-align: text-top;
  margin-bottom: 20px;
  display: inline-table;
  padding-bottom: 4px;
  padding-top: 4px;
  /* submenu items 2e niveau) */
  position: relative;
  width: 165px;
  font-size: 14px;
  height: 30px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > a {
  position: absolute;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > ul {
  XXXposition: relative;
  display: inline-block;
  visibility: visible;
  XXtop: 0px;
  padding: 0px;
  list-style: none;
  margin: 0px !important;
  margin-top: 25px !important;
  /* NIVEAU 3 ZICHTBAAR MAKEN*/
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > ul > li {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-left: 10px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > ul > li:before {
  content: "» ";
  position: absolute;
  left: 0px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > ul > li.current-menu-item > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li > ul > li.current-menu-parent > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li:hover > a {
  color: #e7baec;
}
#mainmenu #menu-hoofdmenu > li:hover > ul.has_3_niveaus > li:nth-child(4) {
  clear: both;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:not(.menu-item-has-children) {
  padding-bottom: 5px;
}
#content {
  margin-bottom: 30px;
}
section.stijl_lichtgrijs {
  background-color: #E8E8E8 !important;
}
section.stijl_lichtgrijs h1,
section.stijl_lichtgrijs h2,
section.stijl_lichtgrijs h3,
section.stijl_lichtgrijs h4,
section.stijl_lichtgrijs h5,
section.stijl_lichtgrijs h6 {
  color: #747474;
}
section.stijl_lichtgrijs h1 {
  font-size: 24px;
}
section.stijl_lichtgrijs h2 {
  font-size: 20px;
}
section.stijl_lichtgrijs h3 {
  font-size: 18px;
}
section.stijl_lichtgrijs h4 {
  font-size: 16px;
}
section.stijl_lichtgrijs h5 {
  font-size: 14px;
}
section.stijl_lichtgrijs h6 {
  font-size: 14px;
}
section.stijl_wit {
  background-color: #ffffff !important;
}
section.stijl_wit h1,
section.stijl_wit h2,
section.stijl_wit h3,
section.stijl_wit h4,
section.stijl_wit h5,
section.stijl_wit h6 {
  color: #fff;
}
section.stijl_zwart {
  background-color: #ffffff !important;
}
section.stijl_zwart h1,
section.stijl_zwart h2,
section.stijl_zwart h3,
section.stijl_zwart h4,
section.stijl_zwart h5,
section.stijl_zwart h6 {
  color: #000;
}
section.stijl_standaard {
  background-color: #ffffff !important;
}
section.stijl_standaard h1,
section.stijl_standaard h2,
section.stijl_standaard h3,
section.stijl_standaard h4,
section.stijl_standaard h5,
section.stijl_standaard h6 {
  color: #747474;
}
section.stijl_standaard h1 {
  font-size: 24px;
}
section.stijl_standaard h2 {
  font-size: 20px;
}
section.stijl_standaard h3 {
  font-size: 18px;
}
section.stijl_standaard h4 {
  font-size: 16px;
}
section.stijl_standaard h5 {
  font-size: 14px;
}
section.stijl_standaard h6 {
  font-size: 14px;
}
.Oranje a.button {
  background: #E57122;
}
.externeurl {
  float: left;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}
/* KLEURENPALET ELEMENT */
.kleurenpalet-wrapper {
  color: #000;
  margin-top: 30px;
}
.kleurenpalet-wrapper .kleur {
  margin-bottom: 30px;
}
.kleurenpalet-wrapper .kleur .kleurcontainer {
  position: relative;
}
.kleurenpalet-wrapper .kleur img {
  max-width: 100%;
  height: auto;
}
.kleurenpalet-wrapper .kleur p {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 15px 2px 10px 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin: 0px;
}
/* KLEURENPALET ELEMENT */
/* KLEURENSTALEN ELEMENT */
.col-xs-1-10,
.col-sm-1-10 {
  position: relative;
  min-height: 1px;
}
.col-xs-1-10 {
  width: 10%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
}
.kleurstalen-wrapper {
  color: #000;
  margin-top: 30px;
}
.kleurstalen-wrapper .stalen_overzicht ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.kleurstalen-wrapper .stalen_overzicht ul li {
  margin: 0px;
  display: inline-block;
  text-align: center !important;
  min-height: 240px;
  overflow: hidden;
}
.kleurstalen-wrapper .stalen_overzicht ul li label {
  display: block;
  font-weight: bold;
  font-family: 'Frutiger Ultrablack';
  font-weight: normal;
  text-transform: uppercase;
  color: #747474;
  font-size: 11px;
  line-height: 16px;
  min-height: 32px;
}
.kleurstalen-wrapper .stalen_overzicht ul li img {
  max-width: 100% !important;
  height: auto !important;
  cursor: pointer;
  width: 100%;
}
.kleurstalen-wrapper .stalen_detail {
  padding-top: 20px;
}
.kleurstalen-wrapper .stalen_detail .onbewerkt img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.kleurstalen-wrapper .stalen_detail .laag #zoom {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze {
  text-align: center;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  display: inline-block;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul li label {
  display: block;
  font-weight: bold;
  font-family: 'Frutiger Ultrablack';
  font-weight: normal;
  text-transform: uppercase;
  color: #747474;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul li img {
  max-width: 75px;
  height: auto;
  border: 2px solid #c4c4c4;
  padding: 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul li img:hover {
  border: 2px solid #6d5e6f;
}
.kleurstalen-wrapper .stalen_detail .laagkeuze ul li img.active {
  border: 2px solid #6d5e6f;
}
/* KLEURENPALET ELEMENT */
/* BROCHURE ELEMENT */
.brochure {
  height: 215px;
  overflow: hidden;
}
.brochure .afbeelding {
  padding-top: 20px;
  margin-top: 0px;
}
.brochure .afbeelding img {
  max-width: 100%;
  height: auto;
}
.brochure .tekst {
  padding-top: 00px;
}
.brochure .tekst p {
  font-size: 12px;
  line-height: 16px;
}
.brochure .tekst h6 {
  margin: 0px;
}
/* BROCHURE ELEMENT */
/* BLOK ELEMENT */
.blokwrapper {
  background: white;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  margin-top: 25px;
}
.blokwrapper .afbeelding {
  max-height: 150px;
  overflow: hidden;
}
.blokwrapper .afbeelding img {
  position: relative;
  min-height: 150px;
}
.blokwrapper .titel {
  border-top: 4px solid #69329f;
  padding: 10px;
}
.blokwrapper .titel h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.blokwrapper .titel h3 a {
  color: #878786;
}
.moreoafwrapper {
  background: white;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}
.moreoafwrapper.small {
  margin-bottom: 5px;
}
.moreoafwrapper .afbeelding {
  XXmax-height: 305px;
  overflow: hidden;
  max-height: 132px;
}
.moreoafwrapper .afbeelding.small {
  max-height: 55px;
}
.moreoafwrapper .afbeelding.small img {
  min-height: auto !important;
}
.moreoafwrapper .afbeelding img {
  position: relative;
  min-height: 165px;
}
.moreoafwrapper .titel {
  border-top: 0px solid #fff;
  padding: 10px;
}
.moreoafwrapper .titel h3 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.moreoafwrapper .titel h3 a {
  color: #878786;
}
@media (min-width: 992px) {
  .col-md-5s {
    width: 20%;
  }
}
#faq .faq-c {
  border-bottom: 1px solid #d3d3d3;
}
#faq .faq-c i {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 13px;
}
#faq .faq-q {
  padding: 10px 0px;
  color: #69329f;
  margin-left: 25px;
}
#faq .faq-a {
  padding: 10px 0px;
  margin-left: 25px;
}
/* PRODUCTPRESENTATIE 1 */
.brochuretekst h1,
.brochuretekst h2,
.brochuretekst h3,
.brochuretekst h4,
.brochuretekst h5,
.brochuretekst h6 {
  margin-top: 0px !important;
}
.productpresentatie-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .productpresentatie-wrapper {
    padding-bottom: 0px;
  }
}
.productpresentatie-wrapper.brochure {
  padding-top: 0px;
  padding-bottom: 10px;
}
.productpresentatie-wrapper .links {
  margin-bottom: 20px;
}
.productpresentatie-wrapper .rechts {
  margin-bottom: 20px;
}
.productpresentatie-wrapper .midden {
  margin-bottom: 20px;
}
.productpresentatie-wrapper .midden .kolom.tekst,
.productpresentatie-wrapper .links .kolom.tekst,
.productpresentatie-wrapper .rechts .kolom.tekst {
  min-height: 250px;
}
.productpresentatie-wrapper hgroup.Oranje h2 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Oranje h2 a {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Rood h2 {
  color: #a71f17;
}
.productpresentatie-wrapper hgroup.Rood h2 a {
  color: #a71f17;
}
.productpresentatie-wrapper hgroup.Grijsblauw h2 {
  color: #004954;
}
.productpresentatie-wrapper hgroup.Grijsblauw h2 a {
  color: #004954;
}
.productpresentatie-wrapper hgroup.Donkerblauw h2 {
  color: #1c294d;
}
.productpresentatie-wrapper hgroup.Donkerblauw h2 a {
  color: #1c294d;
}
.productpresentatie-wrapper hgroup.Donkergrijs h2 {
  color: #6d5e6f;
}
.productpresentatie-wrapper hgroup.Donkergrijs h2 a {
  color: #6d5e6f;
}
.productpresentatie-wrapper hgroup.Geel h2 {
  color: #F9AB20;
}
.productpresentatie-wrapper hgroup.Geel h2 a {
  color: #F9AB20;
}
.productpresentatie-wrapper hgroup.Groen h2 {
  color: #1D813E;
}
.productpresentatie-wrapper hgroup.Groen h2 a {
  color: #1D813E;
}
.productpresentatie-wrapper hgroup.Standaard h2 {
  color: #276234 !important;
}
.productpresentatie-wrapper hgroup.Standaard h2 a {
  color: #276234 !important;
}
.productpresentatie-wrapper hgroup.Grijs h2 {
  color: #5A5A5A;
}
.productpresentatie-wrapper hgroup.Grijs h2 a {
  color: #5A5A5A;
}
.productpresentatie-wrapper hgroup.Grijsoranje h2 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Grijsoranje h2 a {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Zwart h2 {
  color: #19202B;
}
.productpresentatie-wrapper hgroup.Zwart h2 a {
  color: #19202B;
}
.productpresentatie-wrapper hgroup.Zwartoranje h2 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Zwartoranje h2 a {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Oranje h1 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Groen h1 {
  color: #1D813E;
}
.productpresentatie-wrapper hgroup.Grijs h1 {
  color: #5A5A5A;
}
.productpresentatie-wrapper hgroup.Geel h1 {
  color: #F9AB20;
}
.productpresentatie-wrapper hgroup.Grijsoranje h1 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Zwart h1 {
  color: #19202B;
}
.productpresentatie-wrapper hgroup.Zwartoranje h1 {
  color: #E57122;
}
.productpresentatie-wrapper hgroup.Zwartoranje h3 {
  color: #19202B;
}
.productpresentatie-wrapper a.button.Oranje {
  background: #E57122;
}
.productpresentatie-wrapper a.button.Rood {
  background: #a71f17;
}
.productpresentatie-wrapper a.button.Grijsblauw {
  background: #004954;
}
.productpresentatie-wrapper a.button.Donkerblauw {
  background: #1c294d;
}
.productpresentatie-wrapper a.button.Donkergrijs {
  background: #6d5e6f;
}
.productpresentatie-wrapper a.button.Groen {
  background: #276234;
}
.productpresentatie-wrapper a.button.Grijs {
  background: #5A5A5A;
}
.productpresentatie-wrapper a.button.Geel {
  background: #F9AB20;
}
.productpresentatie-wrapper a.button.Grijsoranje {
  background: #5A5A5A;
}
.productpresentatie-wrapper a.button.Zwart {
  background: #19202B;
}
.productpresentatie-wrapper a.button.Zwartoranje {
  background: #19202B;
}
.productpresentatie-wrapper a.button.Oranje:hover {
  background: #B75C1D;
}
.productpresentatie-wrapper a.button.Groen:hover {
  background: #1C6632;
}
.productpresentatie-wrapper a.button.Grijs:hover {
  background: #414141;
}
.productpresentatie-wrapper a.button.Geel:hover {
  background: #e09206;
}
.productpresentatie-wrapper a.button.Grijsoranje:hover {
  background: #E57122;
}
.productpresentatie-wrapper a.button.Zwart:hover {
  background: #19202B;
}
.productpresentatie-wrapper a.button.Zwartoranje:hover {
  background: #E57122;
}
.productpresentatie-wrapper a.button.Rood:hover {
  background: #7a1711;
}
.productpresentatie-wrapper a.button.Grijsblauw:hover {
  background: #001d21;
}
.productpresentatie-wrapper a.button.Donkerblauw:hover {
  background: #0e1528;
}
.productpresentatie-wrapper a.button.Donkergrijs:hover {
  background: #524753;
}
.productpresentatie-wrapper hgroup h3 {
  color: #747474;
  margin: 0px;
  font-size: 16px;
}
.productpresentatie-wrapper hgroup h1 {
  margin: 10px 0px 20px 0px;
  font-size: 20px;
  line-height: 20px;
}
.productpresentatie-wrapper hgroup h2 {
  margin: 10px 0px 20px 0px;
  font-size: 20px;
  line-height: 20px;
}
.productpresentatie-wrapper hgroup p {
  font-style: italic;
  color: #878786;
}
.productpresentatie-wrapper a.button {
  width: 100%;
  text-align: right;
  padding: 3px 10px;
}
.productpresentatie-wrapper .afbeelding {
  text-align: center;
  padding-top: 20px;
}
.productpresentatie-wrapper .new_brochure_wrapper_2021 {
  text-align: center;
}
.productpresentatie-wrapper .new_brochure_wrapper_2021 .single-brochure {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}
.productpresentatie-wrapper .new_brochure_wrapper_2021 h2 {
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.productpresentatie-wrapper .new_brochure_wrapper_2021 h6 {
  margin: 0px !important;
  margin-top: 10px !important;
}
.productpresentatie-wrapper .new_brochure_wrapper_2021 a.button.second {
  margin-top: 5px !important;
}
.iconen-wrapper h2 {
  font-size: 16px !important;
}
.iconen-wrapper .product-icons {
  padding: 0px;
}
.iconen-wrapper .product-icons li {
  display: inline-block;
  margin: 0px 5px 5px;
  float: left;
  width: 60px;
  height: 60px;
}
.iconen-wrapper .product-icons li img {
  width: 60px;
  height: 60px;
}
.iconen-wrapper .icon-overlay {
  display: inline-block;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.iconen-wrapper .icon-overlay li {
  display: inline-block;
  margin: 0px 5px 5px;
  float: left;
  width: 60px;
  height: 60px;
}
.iconen-wrapper .icon-overlay img {
  width: 60px;
  height: 60px;
}
.iconen-wrapper .icon-overlay .overlay {
  bottom: -1px;
  font-size: 8px;
  font-weight: bold;
  bottom: 18px;
  position: relative;
  text-align: center;
  height: 0px;
}
.iconen-wrapper .icon-overlay .overlay-verbruik_per_laag__per_liter {
  bottom: 28px !important;
}
.iconen-wrapper .icon-overlay .overlay-beloopbaar p,
.iconen-wrapper .icon-overlay overlay-droogtijd_ p {
  background: -webkit-linear-gradient(190deg, #ffffff 50%, #878786 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iconen-wrapper .icon-overlay .overlay-droogtijd_ p {
  background: -webkit-linear-gradient(190deg, #ffffff 50%, #878786 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* PRODUCTPRESENTATIE 1 */
#footer {
  color: #000;
  font-family: "Frutiger Roman";
  font-size: 12px;
  margin-top: 0px;
  border-top: 1px solid #e8e8e8;
  background-image: url("http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/madeinholland.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#footer .nieuwsbrief {
  text-align: center;
}
#footer .nieuwsbrief iframe {
  width: 100%;
  height: 140px;
  margin-top: 20px;
}
#footer address {
  line-height: 20px;
}
#footer .adres {
  text-align: center;
  padding-bottom: 60px;
}
#footer .logo {
  text-align: center;
}
#footer .logo img {
  max-height: 175px;
}
#footer label {
  display: inline-block;
  width: 100px;
}
#footer span {
  display: inline-block;
  width: 20px;
  font-weight: bold;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-family: "Frutiger Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #69329f;
}
#footer .logo-both {
  margin-top: 0px;
  margin-bottom: 50px;
}
#footer .logo-both img {
  margin-top: 20px;
}
.mc4wp-form-fields input[type="text"] {
  height: 29px;
  margin: 0px;
  font-family: "Frutiger Bold";
  position: relative;
  top: 1px;
  border: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  padding-left: 10px;
  margin-left: 2px;
  margin-bottom: 5px;
  width: 206px;
  display: block;
}
.mc4wp-form-fields input[type="email"] {
  height: 29px;
  margin: 0px;
  font-family: "Frutiger Bold";
  position: relative;
  top: 1px;
  border: 1px solid #cacaca;
  border-right: 1px solid #fff;
  padding-left: 10px;
  margin-left: 2px;
}
.mc4wp-form-fields input[type="submit"] {
  border: 0px;
  margin: 0px;
  position: relative;
  left: -4px;
  background-image: url("http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/formbutton_nieuwsbrief.png");
  background-repeat: no-repeat;
  text-indent: -1000px;
  width: 26px;
  height: 29px;
}
.mc4wp-response p {
  font-family: "Frutiger Roman";
  font-size: 12px;
  margin-top: 10px;
}
.colofon {
  background-color: #E8E8E8;
  padding: 12px 0px 58px;
  color: #828282;
  font-family: "Frutiger Light";
  margin-bottom: 200px;
}
.colofon a {
  color: #69329f;
}
.colofon .all_sites {
  padding-top: 20px;
}
.colofon .all_sites ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.colofon .all_sites ul li {
  margin: 0px;
  padding: 0px 10px;
  display: inline-block;
}
.crosssell h2 {
  margin-bottom: 20px;
}
.crosssell_product {
  margin-bottom: 30px;
}
.crosssell_product > div {
  background: #fff;
  padding-top: 20px;
  text-align: center;
}
.crosssell_product > div .foto {
  min-height: 150px;
}
.crosssell_product > div img {
  width: 70%;
  height: 150px;
  object-fit: contain;
}
.crosssell_product > div a.bottom {
  clear: both;
  display: block;
  width: 100%;
  padding: 10px;
  border-top: 4px solid;
  margin-top: 20px;
  color: #878786 !important;
  font-family: 'Frutiger Ultrablack';
  text-transform: uppercase;
  font-size: 12px;
}
.crosssell_product > div a.bottom i {
  float: right;
  margin-top: 4px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
  /* SCROLL IN TOP MENU */
  #header {
    position: relative;
    min-height: 165px;
  }
  #header #logo {
    text-align: right;
  }
  #header #logo blockquote {
    border: 0px;
    color: #fff;
    font-family: 'Frutiger Ultrablack';
    position: relative;
    width: 100%;
    text-align: left;
    left: 25px;
    top: 95px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
  }
  #header #logo img {
    max-width: 150px;
    max-width: 100%;
    height: auto;
  }
  #header .overlayinfo {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-family: 'Frutiger Ultrablack';
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 12px 0px;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  #header .overlayinfo br {
    display: none;
  }
  #footer {
    font-family: "Frutiger Roman";
    font-size: 12px;
    margin-top: 0px;
    border-top: 1px solid #e8e8e8;
    background-image: url("http://nl.oaf.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/madeinholland.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  #footer .nieuwsbrief {
    text-align: left;
  }
  #footer .nieuwsbrief iframe {
    width: 100%;
    height: 280px;
    margin-top: 0px;
  }
  #footer address {
    line-height: 20px;
  }
  #footer .adres {
    text-align: left;
    padding-bottom: 00px;
  }
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    max-height: 175px;
  }
  #footer label {
    display: inline-block;
    width: 100px;
  }
  #footer span {
    display: inline-block;
    width: 20px;
    font-weight: bold;
  }
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6 {
    font-family: "Frutiger Bold";
    font-size: 16px;
    text-transform: uppercase;
  }
  .productpresentatie-wrapper {
    /* KLEURENSTALEN ELEMENT */
    /* KLEURENPALET ELEMENT */
  }
  .productpresentatie-wrapper hgroup p {
    font-style: normal;
    color: #878786;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper {
    color: #000;
    margin-top: 30px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_overzicht ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_overzicht ul li {
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0px;
    display: inline-block;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_overzicht ul li label {
    display: block;
    font-weight: bold;
    font-family: 'Frutiger Ultrablack';
    font-weight: normal;
    text-transform: uppercase;
    color: #747474;
    font-size: 11px;
    line-height: 16px;
    min-height: 32px;
    margin-top: 10px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_overzicht ul li img {
    max-width: 100% !important;
    height: auto !important;
    cursor: pointer;
    width: 100%;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail {
    padding-top: 20px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze {
    text-align: center;
    padding-top: 43px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul li label {
    display: block;
    font-weight: bold;
    font-family: 'Frutiger Ultrablack';
    font-weight: normal;
    text-transform: uppercase;
    color: #747474;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img {
    max-width: 75px;
    height: auto;
    border: 2px solid #c4c4c4;
    padding: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img:hover {
    border: 2px solid #6d5e6f;
  }
  .productpresentatie-wrapper .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img.active {
    border: 2px solid #6d5e6f;
  }
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  .folderknop {
    background-color: #ee7202;
    color: white;
    padding: 5px;
    border-radius: 3px;
  }
  .stickmenu {
    position: absolute;
    top: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
  .small-logo #logo {
    position: relative;
    bottom: 16px;
  }
  .small-logo #logo img {
    transform: scale(0.8, 0.8) !important;
    top: 20px !important;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out !important;
  }
  .large-logo #logo img {
    transform: scale(1, 1) !important;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out-in !important;
  }
  #gform_submit_button_6,
  #gform_submit_button_4 {
    background-color: #69329f;
    float: right;
    padding: 3px 10px;
    border: none;
    color: white;
  }
  #gform_submit_button_6:hover,
  #gform_submit_button_4:hover {
    background-color: #bfa6db;
  }
  .iframe-dealer #header {
    display: none !important;
    visibility: hidden !important;
  }
  .iframe-dealer #crumbs {
    display: none;
    visibility: hidden;
  }
  .iframe-dealer #footer {
    display: none;
    visibility: hidden;
  }
  .iframe-dealer #sub_footer {
    display: none;
    visibility: hidden;
  }
  .iframe-dealer body {
    background: transparant;
  }
  .iframe-dealer #ccc-icon {
    display: none;
    visibility: hidden;
  }
  .iframe-dealer .dealer_locator .center {
    background: #fff;
  }
  .datasheets a {
    margin-bottom: 20px;
  }
  #target_popup {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    text-align: center;
  }
  #target_popup .fa-times-circle {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    float: right;
    margin: 15px;
    font-size: 26px;
    color: #69329f;
    cursor: pointer;
  }
  #target_popup .fa-times-circle:hover {
    color: #4f2678;
  }
  #target_popup ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30%;
  }
  #target_popup ul li {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 20px 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 150px;
    background: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  }
  #target_popup ul li > div {
    position: relative;
    height: 150px;
  }
  #target_popup ul li .titel {
    font-family: 'Frutiger Ultrablack';
    color: #69329f;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 10px;
    left: 0px;
  }
  #target_popup ul li .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #bfa6db;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    font-family: 'Frutiger Bold';
    padding: 5px 15px;
  }
  #target_popup ul li:hover {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  }
  #target_popup ul li:hover .button {
    background: #69329f;
  }
  .selectieproducten-wrapper {
    margin-top: 30px;
  }
  .selectieproducten-wrapper .product {
    margin-bottom: 30px;
  }
  .selectieproducten-wrapper h3 {
    margin: 20px 0px 0px 0px;
    font-size: 11px;
    line-height: 12px;
  }
  .selectieproducten-wrapper h2 {
    margin: 20px 0px 20px 0px;
    font-size: 14px;
    line-height: 16px;
  }
  .assortimentlijst-wrapper h2 a {
    color: #ffffff !important;
  }
  .assortimentlijst-wrapper .assortimentkolom {
    margin-bottom: 40px;
  }
  .assortimentlijst-wrapper .assortimentkolom h3 {
    padding: 5px;
    color: #ffffff !important;
  }
  .assortimentlijst-wrapper .assortimentkolom ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .assortimentlijst-wrapper .assortimentkolom ul li {
    padding: 1px 0px !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_hout h3 {
    background: #6d5d6e;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_hout ul li a {
    color: #6d5d6e !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houta h3 {
    background: #6d5d6e;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houta ul li a {
    color: #6d5d6e !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houtb h3 {
    background: #6d5d6e;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houtb ul li a {
    color: #6d5d6e !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houtc h3 {
    background: #6d5d6e;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_houtc ul li a {
    color: #6d5d6e !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuin h3 {
    background: #276234;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuin ul li a {
    color: #276234 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuina h3 {
    background: #276234;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuina ul li a {
    color: #276234 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuinb h3 {
    background: #276234;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuinb ul li a {
    color: #276234 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuinc h3 {
    background: #276234;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_tuinc ul li a {
    color: #276234 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteen h3 {
    background: #731912;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteen ul li a {
    color: #731912 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteena h3 {
    background: #731912;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteena ul li a {
    color: #731912 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteenb h3 {
    background: #731912;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteenb ul li a {
    color: #731912 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteenc h3 {
    background: #731912;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_betonensteenc ul li a {
    color: #731912 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffen h3 {
    background: #00608f;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffen ul li a {
    color: #00608f !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffena h3 {
    background: #00608f;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffena ul li a {
    color: #00608f !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffenb h3 {
    background: #00608f;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffenb ul li a {
    color: #00608f !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffenc h3 {
    background: #00608f;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_metaalenkunststoffenc ul li a {
    color: #00608f !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengoot h3 {
    background: #e86c08;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengoot ul li a {
    color: #e86c08 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengoota h3 {
    background: #e86c08;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengoota ul li a {
    color: #e86c08 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengootb h3 {
    background: #e86c08;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengootb ul li a {
    color: #e86c08 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengootc h3 {
    background: #e86c08;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_dakengootc ul li a {
    color: #e86c08 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiem h3 {
    background: #456366;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiem ul li a {
    color: #456366 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiema h3 {
    background: #456366;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiema ul li a {
    color: #456366 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiemb h3 {
    background: #456366;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiemb ul li a {
    color: #456366 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiemc h3 {
    background: #456366;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_maritiemc ul li a {
    color: #456366 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specials h3 {
    background: #7f7979;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specials ul li a {
    color: #7f7979 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsa h3 {
    background: #7f7979;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsa ul li a {
    color: #7f7979 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsb h3 {
    background: #7f7979;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsb ul li a {
    color: #7f7979 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsc h3 {
    background: #7f7979;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_specialsc ul li a {
    color: #7f7979 !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkitten h3 {
    background: #e9530d;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkitten ul li a {
    color: #e9530d !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittena h3 {
    background: #e9530d;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittena ul li a {
    color: #e9530d !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittenb h3 {
    background: #e9530d;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittenb ul li a {
    color: #e9530d !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittenc h3 {
    background: #e9530d;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_lijmenenkittenc ul li a {
    color: #e9530d !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaint h3 {
    background: #7b3b1a;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaint ul li a {
    color: #7b3b1a !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpainta h3 {
    background: #7b3b1a;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpainta ul li a {
    color: #7b3b1a !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaintb h3 {
    background: #7b3b1a;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaintb ul li a {
    color: #7b3b1a !important;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaintc h3 {
    background: #7b3b1a;
  }
  .assortimentlijst-wrapper .assortimentkolom.stijl_nonpaintc ul li a {
    color: #7b3b1a !important;
  }
  .assortimentlijst-wrapper .assortimentkolom h3 a {
    color: #ffffff !important;
    display: inline-block !important;
    width: 100% !important;
  }
  /*
DEFAULT / MOBIEL STAAND
*********************************
***       ***********************
***       ***********************
***       ***********************
***       ***********************
***   *   ***********************
*********************************
*********************************
*********************************
*********************************
*********************************
*/
  /*

  TABLET STAAND
********************************
***         ********************
***<- 768 ->********************
***         ********************
***         ********************
***         ********************
***         ********************
***    *    ********************
********************************
********************************
********************************
*** Small devices (tablets, 768px and up) *****
********************************
*/
  /*
  TABLET LIGGEND
***************************************
***                 *******************
***<----- 992 ----->*******************
***                 *******************
***                 *******************
***                 *******************
***************************************
***************************************
***  Medium devices (desktops, 992px and up) ****
***************************************
 */
  /*
  DESKTOP
*********************************************
***                       *******************
***<-------- 1200 ------->*******************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
*************   *****************************
*************   *****************************
********              ***********************
*********************************************
*** Large devices (large desktops, 1200px and up) *****
*********************************************
*/
}
@media (min-width: 769px) and (max-width: 768px) {
  body.custom_background {
    background-size: auto 100% !important;
  }
  section h1 {
    font-size: 22px;
  }
  #header {
    position: relative;
    min-height: 165px;
  }
  #header #logo {
    text-align: right;
  }
  #header #logo blockquote {
    border: 0px;
    color: #fff;
    font-family: 'Frutiger Ultrablack';
    position: relative;
    width: 100%;
    text-align: left;
    left: 25px;
    top: 10px;
    white-space: wrap;
    text-transform: uppercase;
    font-size: 12px;
  }
  #header #logo img {
    max-width: 100px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .productpresentatie-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .moreoafwrapper {
    background: white;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .moreoafwrapper.small {
    margin-bottom: 10px;
  }
  .moreoafwrapper .afbeelding {
    overflow: hidden;
    max-height: 150px;
  }
  .moreoafwrapper .afbeelding.small {
    max-height: 150px;
  }
  .moreoafwrapper .afbeelding.small img {
    min-height: 150px !important;
  }
  .moreoafwrapper .afbeelding img {
    position: relative;
    min-height: 150px;
  }
  .moreoafwrapper .titel {
    border-top: 4px solid #69329f;
    padding: 10px;
  }
  .moreoafwrapper .titel h3 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
  }
  .moreoafwrapper .titel h3 a {
    color: #878786;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .kleurstalen-wrapper {
    color: #000;
    margin-top: 30px;
  }
  .kleurstalen-wrapper .stalen_overzicht ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .kleurstalen-wrapper .stalen_overzicht ul li {
    height: 190px;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0px;
    display: inline-block;
  }
  .kleurstalen-wrapper .stalen_overzicht ul li label {
    display: block;
    font-weight: bold;
    font-family: 'Frutiger Ultrablack';
    font-weight: normal;
    text-transform: uppercase;
    color: #747474;
    font-size: 11px;
    line-height: 16px;
    min-height: 32px;
    margin-top: 10px;
  }
  .kleurstalen-wrapper .stalen_overzicht ul li img {
    max-width: 100% !important;
    height: auto !important;
    cursor: pointer;
    width: 100%;
  }
  .kleurstalen-wrapper .stalen_detail {
    padding-top: 20px;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze {
    text-align: center;
    padding-top: 43px;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul li label {
    display: block;
    font-weight: bold;
    font-family: 'Frutiger Ultrablack';
    font-weight: normal;
    text-transform: uppercase;
    color: #747474;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img {
    max-width: 75px;
    height: auto;
    border: 2px solid #c4c4c4;
    padding: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img:hover {
    border: 2px solid #6d5e6f;
  }
  .kleurstalen-wrapper .stalen_detail .laagkeuze ul li img.active {
    border: 2px solid #6d5e6f;
  }
  .topbar_multisite .container,
  .body.container {
    width: 1300px;
  }
  #header {
    position: relative;
    min-height: 165px;
  }
  #header #logo {
    text-align: right;
  }
  #header #logo blockquote {
    border: 0px;
    color: #fff;
    font-family: 'Frutiger Ultrablack';
    position: relative;
    width: 100%;
    text-align: left;
    left: 25px;
    top: 125px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 20px;
  }
  #header #logo img {
    max-width: 150px;
    max-width: 100%;
    height: auto;
  }
  #header .overlayinfo {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-family: 'Frutiger Ultrablack';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 12px 0px;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  #header .overlayinfo br {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 500px) {
  .small-logo #logo img {
    top: 0px !important;
  }
}
@media (min-width: 769px) and (min-width: 1024px) {
  .selectieproducten-wrapper h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 769px) and (min-width: 1024px) {
  .selectieproducten-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 769px) and (min-width: 768px) {
  #target_popup ul li {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 20px;
    width: 100%;
    max-width: 350px;
    height: 200px;
  }
  #target_popup ul li > div {
    position: relative;
    height: 200px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  .topbar_multisite .moreoaf {
    display: block !important;
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    width: 100%;
    padding: 0px;
    background: #ffffff;
  }
  .topbar_multisite ul.labels {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    display: flex !important;
    justify-content: space-evenly !important;
  }
  .topbar_multisite ul.labels li {
    width: 11.11%;
    font-family: 'Frutiger Ultrablack';
    line-height: 14px;
    text-align: center;
    border-bottom: 10px solid #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .topbar_multisite ul.labels li > div {
    display: table;
    height: 100%;
    width: 100%;
  }
  .topbar_multisite ul.labels li > div a {
    color: rgba(255, 255, 255, 0.6) !important;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 5px 0px;
  }
  .topbar_multisite ul.labels li.hout.current,
  .topbar_multisite ul.labels li.hout:hover {
    border-bottom: 10px solid #6d5d6e;
  }
  .topbar_multisite ul.labels li.tuin.current,
  .topbar_multisite ul.labels li.tuin:hover {
    border-bottom: 10px solid #276234;
  }
  .topbar_multisite ul.labels li.beton.current,
  .topbar_multisite ul.labels li.beton:hover {
    border-bottom: 10px solid #731912;
  }
  .topbar_multisite ul.labels li.metaal.current,
  .topbar_multisite ul.labels li.metaal:hover {
    border-bottom: 10px solid #00608f;
  }
  .topbar_multisite ul.labels li.dak.current,
  .topbar_multisite ul.labels li.dak:hover {
    border-bottom: 10px solid #e86c08;
  }
  .topbar_multisite ul.labels li.maritiem.current,
  .topbar_multisite ul.labels li.maritiem:hover {
    border-bottom: 10px solid #456366;
  }
  .topbar_multisite ul.labels li.specials.current,
  .topbar_multisite ul.labels li.specials:hover {
    border-bottom: 10px solid #7f7979;
  }
  .topbar_multisite ul.labels li.lijmen.current,
  .topbar_multisite ul.labels li.lijmen:hover {
    border-bottom: 10px solid #e9530d;
  }
  .topbar_multisite ul.labels li.nonpaint.current,
  .topbar_multisite ul.labels li.nonpaint:hover {
    border-bottom: 10px solid #7b3b1a;
  }
  #header .menucontainer {
    z-index: 3;
  }
  #footer .logo {
    text-align: right !important;
  }
  #footer .adres h3 {
    font-size: 14px !important;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  #mainmenu #menu-hoofdmenu {
    font-size: 16px !important;
  }
}
/*
  DESKTOP
*********************************************
***                                 *********
***<------------ 1920 ------------->*********
***                                 *********
***                                 *********
***                                 *********
***                                 *********
***                                 *********
******************   ************************
******************   ************************
******************   ************************
******************   ************************
************              *******************
*********************************************
*** Large devices (large desktops, 1200px and up) *****
*********************************************
*/
.selectieproducten-wrapper {
  display: grid;
}
.selectieproducten-wrapper > .row {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
}
.selectieproducten-wrapper > .row .product {
  margin-bottom: 20px;
}
.selectieproducten-wrapper > .row .product .afbeelding {
  text-align: center;
}
.selectieproducten-wrapper > .row .product .afbeelding img {
  max-width: 100%;
  width: auto;
  max-height: 175px;
}
.selectieproducten-wrapper > .row .product h3 {
  margin: 20px 0px 0px 0px;
  font-size: 11px;
  line-height: 12px;
}
@media (min-width: 1200px) {
  .selectieproducten-wrapper > .row .product h3 {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 14px;
  }
}
.selectieproducten-wrapper > .row .product h2 {
  margin: 20px 0px 20px 0px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .selectieproducten-wrapper > .row .product h2 {
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 22px;
  }
}
.selectieproducten-wrapper > .row .selectieproducten_categorieen {
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
  display: block;
}
@media (min-width: 1024px) {
  .selectieproducten-wrapper > .row .selectieproducten_categorieen {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
.selectieproducten-wrapper > .row .selectieproducten_categorieen > li {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 5px 10px;
  color: #ffffff;
  font-family: 'Frutiger Ultrablack';
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
}
.selectieproducten-wrapper > .row .wrapper {
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #ffffff;
  padding: 20px;
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}
.selectieproducten-wrapper > .row .wrapper .button {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: -0px;
}
body.blanco-page .gform_wrapper {
  margin: 0px !important;
}
body.blanco-page .gform_body ul.gform_fields li {
  margin: 0px !important;
}
body.blanco-page .gform_body ul.gform_fields li input {
  margin: 0px !important;
}
.gform_footer {
  margin: 5px 0 0 0  !important;
  padding: 0px !important;
}
