/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/* Font-Awesome! :D */
/*  ==============================
      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: #509e2f;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
  transition: 0.15s background ease-in-out;
}
a.button:hover {
  background: #ffcc00;
  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: #509e2f;
}
a:hover,
a:focus {
  color: #509e2f;
  text-decoration: none;
}
a.button {
  background-color: #509e2f;
}
a.button:hover {
  color: #fff;
  background-color: #284f18;
}
img {
  max-width: 100%;
  height: auto;
}
.stijl_standaard {
  background: #fff;
}
.np {
  padding-left: 0;
  padding-right: 0;
}
.np-left {
  padding-left: 0;
}
.np-right {
  padding-right: 0;
}
.nm {
  margin-top: 0;
  margin-bottom: 0;
}
.nm-top {
  margin-top: 0;
}
.nm-bottom {
  margin-bottom: 0;
}
/*  ===============
    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: #509e2f;
}
.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;
  margin-bottom: 20px !important;
  display: flex;
  flex-wrap: wrap;
}
.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;';
  transition: 0.2s ease;
}
.galerij-wrapper img:hover {
  transform: scale(1.025);
}
.fancybox {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none !important;
  text-align: center;
}
.fancybox:hover .subtitle {
  text-decoration: underline;
}
.fancybox .subtitle {
  margin: 2px 0;
  color: #000;
  font-size: 12px;
}
.fancybox-caption {
  text-align: center;
}
/*  ===============
    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 #509e2f;
}
.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: #509e2f;
  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 ul.mainmenu {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
#mainmenu ul.mainmenu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
#mainmenu ul.mainmenu > li ul.sub-menu {
  display: none;
  z-index: 999;
  width: 180px;
  visibility: hidden;
}
#mainmenu ul.mainmenu > li > a {
  display: block;
}
#mainmenu ul.mainmenu > li:hover > a {
  display: block;
  padding-bottom: 0px;
}
#mainmenu ul.mainmenu > li:hover > ul {
  background-color: dodgerblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu ul.mainmenu > li:hover > ul > li {
  display: inline-block;
}
#mainmenu ul.mainmenu > li:hover > ul > li a {
  color: black;
}
#mainmenu ul.mainmenu > li:hover > ul > li:hover > a {
  padding-bottom: 0px;
}
#mainmenu ul.mainmenu > li:hover > ul > li:hover > ul {
  background-color: deepskyblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -0px;
  bottom: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu ul.mainmenu > li:hover > ul > li:hover > ul > li {
  display: inline-block;
}
#mainmenu ul.mainmenu > 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: #509e2f;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contactformulier_wrapper .gform_button.button:hover {
  background: #64c53b;
}
.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: #509e2f;
}
.blog-categorie h3 a:hover {
  color: #ffcc00;
}
.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;
}
/*  ==============================
      Swiper (Slider)
    ============================== */
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'#ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'#ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 130px 60px;
}
/*  ==============================
      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: 'Snell Roundhand';
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.eot');
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.eot?#iefix') format('embedded-opentype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.woff2') format('woff2'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.woff') format('woff'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.ttf') format('truetype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/SnellRoundhand-Bold.svg#SnellRoundhand-Bold') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.eot');
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.eot?#iefix') format('embedded-opentype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.woff2') format('woff2'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.woff') format('woff'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.ttf') format('truetype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans-Light.svg#GillSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.eot');
  src: url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.eot?#iefix') format('embedded-opentype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.woff2') format('woff2'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.woff') format('woff'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.ttf') format('truetype'), url('https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../fonts/GillSans.svg#GillSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cc-message,
body {
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  font-style: italic;
  color: #509e2f;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 30px;
  line-height: 54px;
}
h3 {
  font-size: 28px;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  line-height: 36px;
}
h5 {
  font-size: 18px;
  line-height: 32px;
}
h6 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.logo_colourful h1,
.logo_colourful h2,
.logo_colourful h3,
.logo_colourful h4,
.logo_colourful h5,
.logo_colourful h6 {
  font-family: 'Gill Sans' !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.logo_colourful h1 span,
.logo_colourful h2 span,
.logo_colourful h3 span,
.logo_colourful h4 span,
.logo_colourful h5 span,
.logo_colourful h6 span {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 40px !important;
  color: #333333 !important;
  text-transform: uppercase !important;
}
.logo_natural h1,
.logo_natural h2,
.logo_natural h3,
.logo_natural h4,
.logo_natural h5,
.logo_natural h6 {
  font-family: 'Snell Roundhand' !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.logo_natural h1 span,
.logo_natural h2 span,
.logo_natural h3 span,
.logo_natural h4 span,
.logo_natural h5 span,
.logo_natural h6 span {
  font-style: normal !important;
  font-size: 48px !important;
  color: #333333 !important;
}
input[type=submit] {
  background: #006600;
  border: 0px;
  color: #ffffff;
  padding: 5px 15px;
  -webkit-appearance: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
hr {
  background: #81ba6c;
  border: 0px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.shadow {
  -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
}
.shadow .nopadding {
  padding: 0px !important;
}
.wp-caption {
  text-align: left;
  font-size: 13px;
  color: #333333;
}
.wp-caption i {
  color: #509e2f;
}
.black_background {
  background: #000 !important;
}
.button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
strong {
  color: #509e2f;
}
.np .text-wrapper {
  padding: 0px !important;
  margin: 0px !important;
}
.np .text-wrapper p {
  margin: 0px !important;
}
.text-wrapper .buttons ul {
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1023px) {
  .text-wrapper .buttons ul {
    position: absolute;
    bottom: 20px;
    margin: 0px;
    padding: 0px;
  }
}
.text-wrapper .buttons ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px !important;
}
.text-wrapper .buttons ul li a {
  display: inline-block;
  background: #509e2f;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  margin-right: 15px;
}
.text-wrapper .buttons ul li a:hover {
  background: #006600;
}
body.not_validated .yith-wcwl-add-to-wishlist {
  display: none;
  visibility: hidden;
}
body.not_validated .account_toolbar .favorites {
  display: none;
  visibility: hidden;
}
/*
  DEFAULT / MOBIEL STAAND
  *****************************
  ***       *******************
  ***       *******************
  ***       *******************
  ***       *******************
  ***   *   *******************
  *****************************
  *****************************
  *****************************
  *****************************
  *****************************
  */
.content_groen h1,
.content_groen h2,
.content_groen h3,
.content_groen h4,
.content_groen h5,
.content_groen h6 {
  color: #ffffff;
}
.content_groen h1 span,
.content_groen h2 span,
.content_groen h3 span,
.content_groen h4 span,
.content_groen h5 span,
.content_groen h6 span {
  color: #ffcc00;
}
.content_groen p {
  color: #ffffff;
}
.content_groen a {
  color: #ffcc00;
}
.content_groen .gform_confirmation_message {
  color: #ffffff;
}
.content_groen ul {
  color: #ffffff;
}
section.lichtgrijs {
  background: #f2f2f2;
}
section.groen {
  background: #509e2f;
}
section.groen h1,
section.groen h2,
section.groen h3,
section.groen h4,
section.groen h5,
section.groen h6 {
  color: #ffffff;
}
section.groen h1 span,
section.groen h2 span,
section.groen h3 span,
section.groen h4 span,
section.groen h5 span,
section.groen h6 span {
  color: #ffcc00;
}
section.groen p {
  color: #ffffff;
}
section.groen a {
  color: #ffcc00;
}
section.groen .gform_confirmation_message {
  color: #ffffff;
}
section.groen ul {
  color: #ffffff;
}
section.lichtgrijs_boxed .container > .row {
  background: #f2f2f2;
  margin: 0px;
  padding-top: 15px;
}
section.groen_boxed .container > .row {
  background: #509e2f;
  margin: 0px;
  padding-top: 15px;
}
section.groen_boxed h1,
section.groen_boxed h2,
section.groen_boxed h3,
section.groen_boxed h4,
section.groen_boxed h5,
section.groen_boxed h6 {
  color: #ffffff;
}
section.groen_boxed h1 span,
section.groen_boxed h2 span,
section.groen_boxed h3 span,
section.groen_boxed h4 span,
section.groen_boxed h5 span,
section.groen_boxed h6 span {
  color: #ffcc00;
}
section.groen_boxed p {
  color: #ffffff;
}
section.groen_boxed a {
  color: #ffcc00;
}
section.groen_boxed .gform_confirmation_message {
  color: #ffffff;
}
section.groen_boxed ul {
  color: #ffffff;
}
section.schaduw.space-both,
section.schaduw.space-top {
  padding-top: 0px !important;
  margin-top: 75px !important;
}
section.schaduw.space-both,
section.schaduw.space-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 75px !important;
}
@media (max-width: 767px) {
  section.schaduw#home_intro {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
section.schaduw .container > .row {
  padding: 0px 15px;
}
section.schaduw .kolom .image-wrapper {
  margin-bottom: 0px !important;
}
section.schaduw .kolom,
section.schaduw .kolom:nth-child(1) {
  padding: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
}
section.schaduw .kolom .button-wrapper,
section.schaduw .kolom:nth-child(1) .button-wrapper {
  padding-bottom: 25px !important;
}
section.schaduw .kolom .nopadding,
section.schaduw .kolom:nth-child(1) .nopadding {
  padding: 0px !important;
}
section.schaduw .kolom .button-wrapper,
section.schaduw .kolom:nth-child(1) .button-wrapper,
section.schaduw .kolom .text-wrapper,
section.schaduw .kolom:nth-child(1) .text-wrapper {
  padding: 0px 15px;
}
@media (max-width: 767px) {
  section.schaduw .kolom .button-wrapper,
  section.schaduw .kolom:nth-child(1) .button-wrapper,
  section.schaduw .kolom .text-wrapper,
  section.schaduw .kolom:nth-child(1) .text-wrapper {
    text-align: center !important;
  }
  section.schaduw .kolom .button-wrapper h1,
  section.schaduw .kolom:nth-child(1) .button-wrapper h1,
  section.schaduw .kolom .text-wrapper h1,
  section.schaduw .kolom:nth-child(1) .text-wrapper h1,
  section.schaduw .kolom .button-wrapper h2,
  section.schaduw .kolom:nth-child(1) .button-wrapper h2,
  section.schaduw .kolom .text-wrapper h2,
  section.schaduw .kolom:nth-child(1) .text-wrapper h2,
  section.schaduw .kolom .button-wrapper h3,
  section.schaduw .kolom:nth-child(1) .button-wrapper h3,
  section.schaduw .kolom .text-wrapper h3,
  section.schaduw .kolom:nth-child(1) .text-wrapper h3,
  section.schaduw .kolom .button-wrapper h4,
  section.schaduw .kolom:nth-child(1) .button-wrapper h4,
  section.schaduw .kolom .text-wrapper h4,
  section.schaduw .kolom:nth-child(1) .text-wrapper h4,
  section.schaduw .kolom .button-wrapper h5,
  section.schaduw .kolom:nth-child(1) .button-wrapper h5,
  section.schaduw .kolom .text-wrapper h5,
  section.schaduw .kolom:nth-child(1) .text-wrapper h5,
  section.schaduw .kolom .button-wrapper h6,
  section.schaduw .kolom:nth-child(1) .button-wrapper h6,
  section.schaduw .kolom .text-wrapper h6,
  section.schaduw .kolom:nth-child(1) .text-wrapper h6,
  section.schaduw .kolom .button-wrapper p,
  section.schaduw .kolom:nth-child(1) .button-wrapper p,
  section.schaduw .kolom .text-wrapper p,
  section.schaduw .kolom:nth-child(1) .text-wrapper p {
    text-align: center !important;
  }
  section.schaduw .kolom .button-wrapper.text-right_wrap,
  section.schaduw .kolom:nth-child(1) .button-wrapper.text-right_wrap,
  section.schaduw .kolom .text-wrapper.text-right_wrap,
  section.schaduw .kolom:nth-child(1) .text-wrapper.text-right_wrap {
    display: inline !important;
    float: unset !important;
  }
  section.schaduw .kolom .button-wrapper.text-left_wrap,
  section.schaduw .kolom:nth-child(1) .button-wrapper.text-left_wrap,
  section.schaduw .kolom .text-wrapper.text-left_wrap,
  section.schaduw .kolom:nth-child(1) .text-wrapper.text-left_wrap {
    display: inline !important;
    float: unset !important;
  }
}
section.schaduw .kolom:nth-child(1) {
  border-right: 1px solid #fff;
}
section.schaduw .kolom:nth-child(2) {
  border-left: 1px solid #fff;
}
section.schaduw .kolom:nth-child(2n+2) .green_bar {
  background: #81ba6c;
}
.title-wrapper.green_bar {
  background: #509e2f;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.title-wrapper.green_bar h1,
.title-wrapper.green_bar h2,
.title-wrapper.green_bar h3,
.title-wrapper.green_bar h4,
.title-wrapper.green_bar h5,
.title-wrapper.green_bar h6 {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
  font-size: 14px;
}
.mobile-header {
  padding: 0px !important;
}
.mobile-header .mobile-cart {
  position: absolute;
  float: right;
  right: 0px;
  top: 0px;
  font-size: 20px;
  width: 80px;
  height: 50px;
  padding: 0px;
}
.mobile-header .mobile-cart a {
  color: #ffffff;
  background: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
}
.mobile-header .mobile-cart .count {
  background: #ffcc00;
  font-size: 14px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  line-height: 18px;
  padding-top: 3px;
  padding-right: 0px;
  position: relative;
  top: -2px;
  left: 3px;
}
#header {
  position: relative;
  z-index: 9999;
}
.topcontainer {
  background: #509e2f;
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.topcontainer a {
  color: #ffffff;
}
.topcontainer .account_toolbar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.topcontainer .account_toolbar .waiting_validation a {
  color: #ffcc00;
}
.topcontainer .account_toolbar .waiting_validation a:hover {
  color: #ffffff;
}
.topcontainer .account_toolbar .waiting_validation i {
  color: #81ba6c;
  margin-left: 5px;
  margin-right: 15px;
  display: none;
  visibility: hidden;
}
.topcontainer .account_toolbar li {
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
  font-weight: 700;
}
.topcontainer .account_toolbar li:last-child {
  padding-right: 0px;
}
.topcontainer .wpml-ls-legacy-list-horizontal {
  padding: 0px;
  text-align: right;
}
.topcontainer .wpml-ls-legacy-list-horizontal ul {
  margin: 0px;
  padding: 0px;
}
.topcontainer .wpml-ls-legacy-list-horizontal ul li {
  margin: 0px;
  padding: 0px 2px;
}
.topcontainer .wpml-ls-legacy-list-horizontal ul li a {
  margin: 0px;
  padding: 0px;
}
.topcontainer #logo {
  margin-bottom: 10px;
}
.topcontainer .product-search-form input {
  background: #81ba6c;
  color: #ffffff !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-appearance: none;
  padding: 10px 10px;
  background-image: url("https://plantinum.eu/wp-content/themes/sieronline_child/assets/less/../../images/searchicon.png");
  background-position: right;
  background-repeat: no-repeat;
}
.topcontainer .product-search-form input::placeholder {
  color: #ffffff;
}
.topcontainer .product-search-form span.product-search-field-clear {
  color: #FFCC00;
  font-weight: bold;
  font-size: 22px;
  right: 35px;
  top: -13px;
}
.topcontainer .product-search-results-content {
  color: #333333;
}
.topcontainer .product-search-results-content a {
  color: #333333;
}
.topcontainer .product-search-results-content a:hover {
  text-decoration: none;
}
.topcontainer .product-search-results-content .product-info span.price {
  font-size: 11px;
  display: none;
  visibility: hidden;
}
.topcontainer .product-search-results-content .product-info span.description {
  display: none;
  visibility: hidden;
}
.topcontainer .product-search-results-content .product-info span.title {
  color: #81ba6c;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold !important;
  font-size: 12px;
  line-height: 14px;
}
.topcontainer .product-search-results-content .product-info a.button {
  padding: 1px 8px !important;
  font-size: 10px !important;
  color: #ffffff;
  margin-bottom: 4px;
  margin-top: 4px;
  display: none;
  visibility: hidden;
}
.topcontainer .product-search-results-content .thumbnail {
  width: 50px !important;
  height: 50px !important;
}
.topcontainer .product-search-results-content .wps_add_to_cart {
  padding: 0px;
}
.topcontainer .product-search-results-content .s_product_cat {
  display: none;
  visibility: hidden;
}
#header-sticky-wrapper.is-sticky .account_toolbar {
  display: none;
  visibility: hidden;
}
#header-sticky-wrapper.is-sticky .language_toolbar {
  display: none;
  visibility: hidden;
}
#header-sticky-wrapper.is-sticky hr {
  display: none;
  visibility: hidden;
}
#header-sticky-wrapper.is-sticky #logo {
  display: none;
  visibility: hidden;
}
#broodkruimel {
  font-size: 12px;
  padding-top: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #509e2f;
}
#broodkruimel .breadcrumb_last {
  color: #000;
  font-weight: bold;
}
.news .news_intro {
  background: #509e2f;
  text-align: center;
  padding: 20px;
}
.news .news_intro h1,
.news .news_intro h2,
.news .news_intro h3,
.news .news_intro h4,
.news .news_intro h5,
.news .news_intro h6 {
  color: #ffffff;
}
.news .news_intro p {
  color: #ffffff;
}
.news .news_intro input[type=email] {
  background: #81ba6c;
  color: #ffffff !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-appearance: none;
  padding: 5px 10px;
  margin-right: 20px;
}
.news .news_intro input[type=email]::placeholder {
  color: #ffffff;
}
.news .single_news_wrapper {
  margin-top: 20px;
}
.news .single_news_wrapper h3 {
  margin-top: 10px !important;
}
.slideshow_wrapper {
  position: relative;
}
.slideshow_wrapper .quote_slideshow {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(80, 158, 47, 0.8);
  z-index: 2;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
.slideshow {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.slideshow li {
  margin: 0px;
  paddding: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20px !important;
  right: 15px !important;
  text-align: right !important;
}
.bx-wrapper .bx-pager a,
.bx-wrapper .bx-controls-auto a {
  width: 15px !important;
  height: 15px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.4) !important;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-controls-auto a.active {
  background: #509e2f !important;
}
.with_quote .bx-wrapper .bx-pager,
.with_quote .bx-wrapper .bx-controls-auto {
  bottom: 70px !important;
}
.offset_content-wrapper .afbeelding {
  text-align: center;
}
.offset_content-wrapper .afbeelding img {
  margin-top: -150px;
  max-width: 65%;
}
.offset_content-wrapper .tekst {
  text-align: center;
  padding: 20px 0px;
}
.offset_content-wrapper .tekst h4.subtitel {
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-size: 16px;
  margin: 0px;
  color: #333333;
}
.offset_content-wrapper .tekst h2.titel {
  margin: 0px;
  margin-bottom: 15px;
}
.schaduwblokken_wrapper {
  padding-top: 25px;
}
.schaduwblokken_wrapper .schaduwblok {
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .schaduwblokken_wrapper .schaduwblok {
    width: 90%;
    margin-left: 5%;
  }
}
.schaduwblokken_wrapper .schaduwblok h3 {
  margin: 0px;
  font-size: 20px;
  padding: 5px;
}
.schaduwblokken_wrapper .schaduwblok h3 a {
  color: #333333;
}
.schaduwblokken_wrapper .schaduwblok img {
  margin-bottom: 10px;
}
.schaduwblokken_wrapper .schaduwblok p {
  padding-left: 15px;
  padding-right: 15px;
}
.schaduwblokken_wrapper .schaduwblok .nopadding {
  padding: 0px !important;
}
.schaduwblokken_wrapper .schaduwblok:hover {
  background: #509e2f;
}
.schaduwblokken_wrapper .schaduwblok:hover h3 {
  color: #ffffff;
}
.schaduwblokken_wrapper .schaduwblok:hover h3 a {
  color: #ffffff;
}
.schaduwblokken_wrapper .schaduwblok:hover h3 a span {
  color: #ffffff;
}
.schaduwblokken_wrapper .schaduwblok:hover p {
  color: #ffffff;
}
.schaduwblokken_wrapper .schaduwblok:hover .button {
  background: #ffffff !important;
  color: #333333;
}
.schaduwblokken_wrapper .schaduwblok:hover .button:hover {
  background: #006600 !important;
  color: #ffffff;
}
.brochures_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.brochures_wrapper .tekst {
  padding-bottom: 20px;
}
.brochures_wrapper .tekst h6 {
  font-size: 14px;
}
.brochures_wrapper .tekst h6 a,
.brochures_wrapper .tekst h4 a {
  color: #333333;
  margin: 0px;
  padding: 0px;
}
section.groen .button,
section.groen_boxed .button {
  background: #006600;
  color: #ffffff;
}
section.groen .button:hover,
section.groen_boxed .button:hover {
  background: #003300;
}
section.groen .gform_wrapper,
section.groen_boxed .gform_wrapper {
  margin-bottom: 0px;
}
section.groen #gform_4 .gform_body,
section.groen_boxed #gform_4 .gform_body,
section.groen #gform_5 .gform_body,
section.groen_boxed #gform_5 .gform_body {
  width: 100%;
}
section.groen #gform_4 .gform_body li,
section.groen_boxed #gform_4 .gform_body li,
section.groen #gform_5 .gform_body li,
section.groen_boxed #gform_5 .gform_body li {
  margin-top: 0px;
}
section.groen #gform_4 .gform_footer,
section.groen_boxed #gform_4 .gform_footer,
section.groen #gform_5 .gform_footer,
section.groen_boxed #gform_5 .gform_footer {
  width: 100%;
  text-align: right;
  margin-top: 0px;
}
section.groen #gform_4 input[type=email],
section.groen_boxed #gform_4 input[type=email],
section.groen #gform_5 input[type=email],
section.groen_boxed #gform_5 input[type=email],
section.groen #gform_4 input[type=text],
section.groen_boxed #gform_4 input[type=text],
section.groen #gform_5 input[type=text],
section.groen_boxed #gform_5 input[type=text] {
  background: #81ba6c;
  color: #ffffff !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-appearance: none;
  padding: 10px 10px;
}
section.groen #gform_4 input[type=email]::placeholder,
section.groen_boxed #gform_4 input[type=email]::placeholder,
section.groen #gform_5 input[type=email]::placeholder,
section.groen_boxed #gform_5 input[type=email]::placeholder,
section.groen #gform_4 input[type=text]::placeholder,
section.groen_boxed #gform_4 input[type=text]::placeholder,
section.groen #gform_5 input[type=text]::placeholder,
section.groen_boxed #gform_5 input[type=text]::placeholder {
  color: #ffffff;
}
section.groen #gform_4 input[type=button],
section.groen_boxed #gform_4 input[type=button],
section.groen #gform_5 input[type=button],
section.groen_boxed #gform_5 input[type=button] {
  float: right;
}
.assortiment_wrapper .categorie {
  padding-top: 20px;
  -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.assortiment_wrapper .categorie:hover {
  background: #509e2f;
}
.assortiment_wrapper .categorie:hover a {
  color: #ffcc00;
}
.assortiment_wrapper .categorie:hover a:hover {
  color: #ffcc00;
}
.assortiment_wrapper .categorie .nopadding {
  padding: 0px !important;
}
.assortiment_wrapper .categorie h6 {
  margin: 0px;
  padding: 0px 0px;
}
.assortiment_wrapper .categorie h6 a {
  color: #333333;
  padding: 10px 0px;
  display: inline-block;
}
.assortiment_wrapper .categorie h6 a:hover {
  color: #509e2f;
}
.woocommerce-form {
  -webkit-box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 75px 25px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  padding: 0px !important;
  padding-bottom: 5px !important;
}
.woocommerce-form .nopadding {
  padding: 0px !important;
}
.woocommerce-form h3 {
  margin: 0px;
  padding: 0px;
  background: #509e2f;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  width: 100%;
  padding: 2px 10px;
  font-size: 14px;
}
.woocommerce-form p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.woocommerce-form label {
  font-size: 0px;
  line-height: 0px;
}
.woocommerce-form label .required {
  display: inline-block;
  visibility: visible;
  position: absolute;
  right: 50px;
  margin-top: 3px;
  font-size: 25px;
  color: #509e2f !important;
}
.woocommerce-form .woocommerce-form__label {
  font-size: 14px;
  line-height: 14px;
}
.woocommerce-form input[type=text] {
  background: #e9f3e5;
  color: #333333;
  padding: 15px 10px !important;
  border: 0px;
  font-weight: bold;
}
.woocommerce-form input[type=password] {
  background: #e9f3e5;
  color: #333333;
  padding: 15px 10px !important;
  border: 0px;
  font-weight: bold;
}
.woocommerce-form input[type=email] {
  background: #e9f3e5;
  color: #333333;
  padding: 15px 10px !important;
  border: 0px;
  font-weight: bold;
}
.woocommerce-form .button {
  background: #509e2f !important;
  color: #ffffff !important;
  font-weight: normal !important;
  padding: 10px 40px !important;
  font-size: 14px !important;
  margin-right: 10px !important;
}
.woocommerce-form input[name=rememberme] {
  position: relative;
  top: 2px;
}
.woocommerce-form .lost_password {
  text-align: right;
}
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-MyAccount-navigation {
    width: 22% !important;
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce-MyAccount-content {
    width: 75% !important;
    display: inline-block;
    vertical-align: top;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 14px;
  line-height: 30px;
  margin: 0px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 4px 20px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #509e2f;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid #509e2f;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -4px;
}
.woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px !important;
  display: inline-block;
}
.woocommerce-MyAccount-content input[type=text] {
  color: #333333;
  padding: 15px 10px !important;
}
.woocommerce-MyAccount-content input[type=email] {
  color: #333333;
  padding: 15px 10px !important;
}
.woocommerce-MyAccount-content input[type=password] {
  color: #333333;
  padding: 15px 10px !important;
}
.woocommerce-MyAccount-content input[type=tel] {
  color: #333333;
  padding: 15px 10px !important;
}
.woocommerce-MyAccount-content .button {
  background: #509e2f !important;
  color: #ffffff !important;
  font-weight: normal !important;
  padding: 10px 40px !important;
  font-size: 14px !important;
  margin-right: 10px !important;
}
.woocommerce-MyAccount-content #uw-account_field {
  display: none;
  visibility: hidden;
}
.woocommerce-MyAccount-content #billing_email_field {
  background: #fff;
  padding: initial !important;
  margin-bottom: 10px;
  margin-top: initial !important;
}
.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 0px;
  border: 0px !important;
}
.woocommerce-MyAccount-content fieldset legend {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 0px !important;
}
.orderby {
  display: none;
  visibility: hidden;
}
.webshop_filters .wrapper {
  background: #f2f2f2;
  padding: 15px;
}
.webshop_filters h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 16px;
  color: #509e2f;
}
.webshop_filters h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 16px;
  color: #509e2f;
}
.webshop_filters .product-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.webshop_filters .product-categories a {
  color: #333333;
}
.webshop_filters .product-categories a:hover {
  border-bottom: 1px dotted #509e2f;
}
.webshop_filters .product-categories .count {
  font-size: 11px;
  color: #509e2f;
  font-weight: bold;
  float: right;
}
.webshop_filters .product-categories > li {
  margin-bottom: 20px;
}
.webshop_filters .product-categories > li.current-cat > a,
.webshop_filters .product-categories > li.current-cat-parent > a {
  border-bottom: 2px dotted #509e2f;
  color: #509e2f;
}
.webshop_filters .product-categories > li > a {
  font-weight: bold;
  font-size: 16px;
}
.webshop_filters .product-categories > li > ul {
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  background: #f2f2f2;
}
.webshop_filters .product-categories > li > ul > li > a {
  background: none;
  color: #333333;
}
.webshop_filters .product-categories > li > ul > li.current-cat > a,
.webshop_filters .product-categories > li > ul > li.current-cat-parent > a {
  color: #509e2f;
  border-bottom: 2px dotted #509e2f;
  font-weight: bold;
}
.webshop_filters .product-search-filter-terms-heading {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 16px;
  color: #509e2f;
}
.webshop_filters .product-search-filter-terms {
  padding-bottom: 20px;
}
.webshop_filters .product-search-filter-terms img {
  background: #fff;
}
.webshop_filters .product-search-filter-terms a {
  color: #333333;
}
.webshop_filters .product-search-filter-terms a:hover {
  border-bottom: 1px dotted #509e2f;
}
.webshop_filters .product-search-filter-terms .count {
  font-size: 11px;
  color: #509e2f;
  font-weight: bold;
  float: right;
}
.webshop_filters .product-search-filter-terms ul {
  margin: 0px;
  padding: 0px;
}
.webshop_filters .product-search-filter-terms ul > li {
  margin: 0px;
  padding: 0px;
}
.webshop_filters .product-search-filter-terms ul > li img {
  margin-left: 0px !important;
  width: 50px;
  height: 50px;
}
.webshop_filters .product-search-filter-terms ul > li.current-attribute > a {
  color: #509e2f;
  font-weight: bold;
}
.webshop_filters .product-search-filter-terms ul > li.current-attribute > a:after {
  color: #509e2f;
  content: "\f057";
  font-size: 16px;
}
.webshop_filters .product-search-filter-terms .nav-back {
  margin-bottom: 10px;
}
.webshop_filters .product-search-filter-terms .nav-back:before {
  color: #ffffff;
  background: #509e2f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}
.products > li {
  border: 1px solid #f2f2f2;
  min-height: 225px;
  position: relative;
  margin-bottom: 10px !important;
}
.products > li img {
  margin: 0px !important;
  padding: 0px !important;
}
.products > li .woocommerce-placeholder {
  border: 1px solid #fff !important;
}
.products > li h2 {
  line-height: 20px;
  margin: 0px !important;
  font-size: 12px !important;
  text-align: left;
  padding: 0px 10px !important;
  font-weight: bold;
  margin-top: 10px !important;
}
.products > li .price {
  color: #333333 !important;
  padding: 0px 10px !important;
  text-align: right !important;
}
.products > li .waterproof {
  position: absolute;
  top: 10px;
  right: 10px;
}
.products > li .waterproof img {
  max-width: 15px;
  height: auto;
}
@media (min-width: 1023px) {
  .products > li .waterproof {
    position: absolute;
    top: 160px;
    right: 10px;
  }
  .products > li .waterproof img {
    max-width: 25px;
    height: auto;
  }
}
.products > li .inoutdoor {
  position: absolute;
  top: 10px;
  left: 10px;
}
.products > li .inoutdoor img {
  max-width: 15px;
  height: auto;
}
@media (min-width: 1023px) {
  .products > li .inoutdoor {
    position: absolute;
    top: 165px;
    left: 10px;
  }
  .products > li .inoutdoor img {
    max-width: 25px;
    height: auto;
  }
}
.products > li ul.plantinum_eigenschappen {
  margin: 10px 0px !important;
  padding: 0px 10px !important;
  font-size: 12px !important;
  line-height: 14px !important;
}
.products > li ul.plantinum_eigenschappen li {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
  clear: both !important;
  padding-top: 8px !important;
}
.products > li ul.plantinum_eigenschappen li label {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  width: 30px;
  margin-top: -8px !important;
}
.products > li ul.plantinum_eigenschappen li label img {
  max-width: 25px;
  margin: 4px 0px !important;
}
.products > li ul.plantinum_eigenschappen li p {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
}
.products > li ul.plantinum_eigenschappen li span {
  color: #ccc;
}
.products > li .button {
  background: #509e2f !important;
  color: #ffffff !important;
  font-weight: normal !important;
  padding: 10px 10px !important;
  font-size: 14px !important;
  margin: 10px !important;
  margin-top: 0px !important;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
.products > li .button:hover {
  background: #006600 !important;
}
.products > li:hover {
  background: #f2f2f2;
}
.yith-wcwl-add-to-wishlist {
  background: #f2f2f2;
  margin: 10px 0px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 3px;
  border: 1px solid #CACACA;
}
.yith-wcwl-add-button {
  font-weight: normal;
  padding-left: 16px;
}
.yith-wcwl-wishlistaddedbrowse {
  padding-left: 16px;
  padding-right: 16px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  margin: 0px;
  margin-left: 5px;
}
.wishlist_table {
  border: 0px !important;
  margin-top: 20px !important;
  font-size: 14px !important;
  text-align: left;
}
.wishlist_table th {
  background: #509e2f;
  color: #ffffff;
  border: 0px !important;
  padding: 8px 0px !important;
}
.wishlist_table td .add_to_cart_button {
  background: #509e2f !important;
}
.wishlist_table td .add_to_cart_button:hover {
  background: #006600 !important;
}
.wishlist_table td.product-price {
  text-align: left !important;
}
.woof_list_image {
  margin: 0px;
  padding: 0px;
}
.woof_list_image li {
  margin: 0px;
  padding: 0px;
}
.woof_list_image li .checkbox {
  width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  background-size: 100% 100% !important;
  background-color: #ffffff !important;
  background-clip: content-box !important;
  border: 3px solid #e2e6e7 !important;
  padding: 0px !important;
  color: #292f38 !important;
  font-size: 0 !important;
  text-align: center !important;
  cursor: pointer !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: border-color 0.35s ease !important;
  transition: border-color 0.35s ease !important;
}
.woof_list_image li .checkbox.checked {
  border: 3px solid #509e2f !important;
  width: 54px !important;
  height: 54px !important;
}
.productdetail .products li .waterproof {
  position: absolute;
  top: 220px;
  right: 10px;
}
.productdetail .products li .waterproof img {
  max-width: 25px;
  height: auto;
}
.productdetail .products li .inoutdoor {
  position: absolute;
  top: 230px;
  left: 10px;
}
.productdetail .products li .inoutdoor img {
  max-width: 25px;
  height: auto;
}
.productdetail .product .woocommerce-product-gallery__image {
  border: 1px solid #F2F2F2;
}
.productdetail .product .price {
  font-style: italic;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
}
.productdetail .product .summary .loginbutton {
  background: #509e2f;
  color: #ffffff;
  margin-bottom: 10px;
}
.productdetail .product .qty {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  border: 1px solid #ccc;
}
.productdetail .product .button {
  background: #509e2f !important;
  color: #ffffff !important;
  font-weight: normal !important;
  padding: 10px 40px !important;
  font-size: 14px !important;
  margin-right: 10px !important;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
.productdetail .product .button:hover {
  background: #006600 !important;
}
.productdetail .variations select {
  height: 30px;
}
.productdetail .variations td {
  padding-bottom: 5px;
}
.productdetail .shop_attributes th {
  vertical-align: top;
}
.productdetail .shop_attributes .available_text {
  margin-top: 8px;
}
.productdetail .shop_attributes .list_eigenschappen_product {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px !important;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.productdetail .shop_attributes .list_eigenschappen_product.more {
  list-style: initial;
  margin-left: 15px;
}
.productdetail .shop_attributes .list_eigenschappen_product.more p {
  padding-top: 0px !important;
}
.productdetail .shop_attributes .list_eigenschappen_product li p {
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  padding-top: 8px;
}
.productdetail .wc-pao-addon-container {
  background: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.productdetail .wc-pao-addon-container a[data-value=""] {
  display: none;
  visibility: hidden;
}
.productdetail .wc-pao-addon-container.wc-pao-addon-accessoires {
  display: none;
  visibility: hidden;
}
.productdetail .wc-pao-addon-container h3.wc-pao-addon-name {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 5px;
}
.productdetail .wc-pao-addon-container span.woocommerce-Price-amount {
  padding: 0px 5px;
  color: #509e2f;
}
.productdetail .wc-pao-addon-container .required {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: darkred;
}
.productdetail .wc-pao-addon-container .wc-pao-addon-image-swatch {
  margin-bottom: 15px;
  margin-right: 15px;
  background: #ffffff;
}
.productdetail .wc-pao-addon-container .wc-pao-addon-image-swatch img {
  margin: 0px !important;
  max-width: 100px;
  max-height: 100px;
}
.productdetail .wc-pao-addon-container .wc-pao-addon-custom-text {
  height: 40px;
  padding-left: 5px;
  border: 1px solid #bfbfbf;
}
body.accessoires .wc-pao-addon-accessoires {
  display: block !important;
  visibility: visible !important;
}
body.no_kleuren .wc-pao-addon-color-description,
body.no_kleuren .wc-pao-addon-colour {
  display: none !important;
  visibility: hidden !important;
}
form.woocommerce-cart-form .product-remove {
  width: 10px;
}
form.woocommerce-cart-form .product-thumbnail {
  width: 125px;
}
form.woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-totals {
  display: none !important;
  visibility: hidden !important;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-shipping-totals {
  display: none !important;
  visibility: hidden !important;
}
.checkout-button {
  background: #509e2f !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  margin-right: 15px;
}
.checkout-button:hover {
  background: #006600 !important;
}
form.woocommerce-checkout input[type='email'],
form.woocommerce-checkout input[type='tel'],
form.woocommerce-checkout input[type='text'] {
  height: 30px;
  padding: 3px 5px;
}
#order_review #place_order {
  background: #509e2f !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px !important;
  padding: 15px 35px;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  margin-right: 15px;
}
#order_review #place_order:hover {
  background: #006600 !important;
}
.footer_logo {
  padding-top: 3px;
}
.footer_logo .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_logo .logo_footer {
  position: relative;
}
.footer_logo .logo_footer img {
  position: absolute;
  bottom: 10px;
}
.footer_logo .sfeerbeeld_footer {
  padding-bottom: 8px;
}
#footer {
  background: #509e2f;
  padding-bottom: 25px;
  padding-top: 25px;
}
#footer .adres {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer .adres li {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-align: center;
}
#footer .adres li:first-child {
  font-weight: 700;
}
#footer .adres li a {
  color: #ffcc00;
}
#footer .adres li a:hover {
  border-bottom: 1px dotted #ffcc00;
}
#footer .adres li i {
  margin-right: 15px;
}
#footer .newsletter_signup {
  text-align: center;
}
#footer .newsletter_signup input[type=email] {
  background: #81ba6c;
  color: #ffffff !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-appearance: none;
  padding: 5px 10px;
}
#footer .newsletter_signup input[type=email]::placeholder {
  color: #ffffff;
}
#footer .newsletter_signup h3 {
  color: #ffffff;
  font-size: 18px;
}
#colofon {
  color: #ffffff;
}
#colofon a {
  color: #ffcc00;
  font-weight: 700;
}
#colofon a:hover {
  border-bottom: 1px dotted #ffcc00;
}
#colofon .wpml-ls-legacy-list-horizontal {
  padding: 0px;
}
#colofon .wpml-ls-legacy-list-horizontal ul {
  margin: 0px;
  padding: 0px;
}
#colofon .wpml-ls-legacy-list-horizontal ul li {
  margin: 0px;
  padding: 0px 2px;
}
#colofon .wpml-ls-legacy-list-horizontal ul li a {
  margin: 0px;
  padding: 0px;
}
#colofon .company_specs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
#colofon .company_specs li {
  margin: 0px;
  padding: 0px;
}
.shop_attributes th {
  text-align: left;
}
.shop_attributes .plantinum_eigenschappen p {
  display: inline-block;
  float: left;
}
.shop_attributes .plantinum_eigenschappen .eenheid {
  padding-left: 5px;
}
/* Small devices (tablets, 768px and up)

  TABLET STAAND
********************************
***          *******************
***          *******************
***          *******************
***          *******************
***          *******************
***          *******************
***    *     *******************
********************************
********************************
********************************
********************************
********************************
*/
@media (min-width: 768px) {
  .text_breedte75 {
    width: 75%;
  }
  .text_breedte50 {
    width: 50%;
  }
  section.schaduw .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.schaduw .ytvideo {
    background: #000;
  }
  .mobile-header a#mobile-menu {
    left: 15px;
  }
  .mobile-header a.cart-customlocation {
    right: 15px;
  }
  .topcontainer .account_toolbar {
    text-align: right;
  }
  .topcontainer .account_toolbar .waiting_validation i {
    display: inline-block;
    visibility: visible;
  }
  .topcontainer .wpml-ls-legacy-list-horizontal {
    text-align: left;
  }
  .topcontainer #logo {
    text-align: center;
  }
  .slideshow_wrapper.fixed_size {
    height: 360px !important;
  }
  .slideshow_wrapper .quote_slideshow.text-align-right {
    text-align: right;
  }
  .slideshow_wrapper .quote_slideshow.text-align-left {
    text-align: left;
  }
  .slideshow_wrapper .quote_slideshow.text-align-center {
    text-align: center;
  }
  .offset_content-wrapper .tekst {
    text-align: left;
  }
  .schaduwblokken_wrapper {
    padding-bottom: 50px;
  }
  .schaduwblokken_wrapper .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
  .schaduwblokken_wrapper .schaduwblok {
    margin-left: unset;
    position: relative;
    padding-bottom: 75px;
  }
  .schaduwblokken_wrapper .schaduwblok .button_wrapper {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .brochures_wrapper {
    padding-top: 25px;
    text-align: center;
  }
  .brochures_wrapper .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
  .brochures_wrapper .folder {
    position: relative;
  }
  .brochures_wrapper .folder img {
    position: absolute;
    bottom: 20px;
    left: 0px;
  }
  .brochures_wrapper .tekst {
    padding-bottom: 20px;
    text-align: left;
  }
  .brochures_wrapper .tekst h6 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
  }
  .brochures_wrapper .tekst h4 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .brochures_wrapper .tekst h6 a,
  .brochures_wrapper .tekst h4 a {
    color: #333333;
  }
  .footer_logo .logo_footer img {
    max-height: 65px;
  }
  .footer_logo .sfeerbeeld_footer {
    text-align: right;
  }
  .footer_logo .sfeerbeeld_footer img {
    max-height: 200px;
  }
  #footer .adres li {
    text-align: left;
  }
  #footer .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .newsletter_signup {
    position: relative;
    text-align: left;
  }
  #footer .newsletter_signup form {
    position: absolute;
    bottom: 0px;
    right: 15px;
  }
  #colofon .company_specs li {
    padding: 0px 15px;
    display: inline-block;
  }
}
/* Medium devices (desktops, 992px and up) */
/*
  TABLET LIGGEND
***************************************
***                 *******************
***                 *******************
*** *               *******************
***                 *******************
***                 *******************
***************************************
***************************************
***************************************
***************************************
 */
@media (min-width: 992px) {
  .topcontainer {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .topcontainer #logo {
    text-align: left;
    max-height: 100px;
    margin-bottom: 0px;
  }
  .topcontainer #logo img {
    height: 85px;
    -webkit-transition: height 1500ms ease;
    -moz-transition: height 1500ms ease;
    -ms-transition: height 1500ms ease;
    -o-transition: height 1500ms ease;
    transition: height 1500ms ease;
  }
  .topcontainer .cart-customlocation {
    border: 1px solid #81ba6c;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    padding: 3px;
    padding-top: 10px;
    height: 44px;
  }
  .topcontainer .cart-customlocation i {
    font-size: 16px;
    float: left;
    margin-top: 3px;
  }
  .topcontainer .cart-customlocation .count {
    float: right;
    background: #ffcc00;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding-top: 4px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
  }
  .menucontainer {
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .menucontainer a {
    color: #333333;
    font-weight: 400;
  }
  .menucontainer #mainmenu i {
    float: left;
    margin-top: 18px;
    font-size: 20px;
    color: #509e2f;
    margin-right: 15px;
  }
  .menucontainer #mainmenu .mainmenu > li {
    padding: 15px 35px !important;
    font-size: 15px;
  }
  .menucontainer #mainmenu .mainmenu > li.current-menu-parent,
  .menucontainer #mainmenu .mainmenu > li.current-menu-acenstor,
  .menucontainer #mainmenu .mainmenu > li.current-menu-item {
    background: #006600;
  }
  .menucontainer #mainmenu .mainmenu > li.current-menu-parent > a,
  .menucontainer #mainmenu .mainmenu > li.current-menu-acenstor > a,
  .menucontainer #mainmenu .mainmenu > li.current-menu-item > a {
    color: #ffffff;
  }
  .menucontainer #mainmenu .mainmenu > li:hover {
    background: #006600;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > a {
    color: #ffffff;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu {
    margin-left: -35px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-top: 15px !important;
    background-color: #509e2f !important;
    padding: 0px !important;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li {
    display: block !important;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li > a {
    color: #ffffff !important;
    padding: 10px 35px !important;
    display: inline-block;
    width: 100%;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li > a:hover {
    background: #81ba6c !important;
  }
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li.current-menu-parent > a,
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li.current-menu-acenstor > a,
  .menucontainer #mainmenu .mainmenu > li:hover > ul.sub-menu > li.current-menu-item > a {
    color: #ffffff;
    background: #006600;
  }
  #header-sticky-wrapper.is-sticky .account_toolbar {
    display: inherit;
    visibility: visible;
  }
  #header-sticky-wrapper.is-sticky .language_toolbar {
    display: inherit;
    visibility: visible;
  }
  #header-sticky-wrapper.is-sticky hr {
    display: inherit;
    visibility: visible;
  }
  #header-sticky-wrapper.is-sticky #logo {
    display: inherit;
    visibility: visible;
    text-align: left;
  }
  #header-sticky-wrapper.is-sticky #logo img {
    height: 50px !important;
  }
  .slideshow_wrapper.fixed_size {
    height: 470px !important;
  }
  .offset_content-wrapper .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .offset_content-wrapper .afbeelding {
    padding-bottom: 20px;
  }
  .offset_content-wrapper .afbeelding img {
    max-height: 450px;
    width: auto;
  }
  .offset_content-wrapper .afbeelding_large img {
    max-height: 700px !important;
    max-width: 85% !important;
  }
  .offset_content-wrapper .tekst {
    position: relative;
  }
  .offset_content-wrapper .tekst .tekst_wrapper {
    position: absolute;
    bottom: 20px;
  }
  #customer_login .col-1,
  #customer_login .col-2 {
    width: 100% !important;
  }
  .g-recaptcha {
    padding-left: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #footer {
    padding-bottom: 0px;
  }
  #colofon hr {
    margin-bottom: 5px;
  }
  #colofon .law {
    text-align: left;
  }
  #colofon .wpml-ls-legacy-list-horizontal {
    float: left;
    margin-top: -2px;
    margin-right: 5px;
    padding: 0px;
  }
  #colofon .wpml-ls-legacy-list-horizontal ul {
    margin: 0px;
    padding: 0px;
  }
  #colofon .wpml-ls-legacy-list-horizontal ul li {
    margin: 0px;
    padding: 0px 2px;
  }
  #colofon .wpml-ls-legacy-list-horizontal ul li a {
    margin: 0px;
    padding: 0px;
  }
  #colofon .company_specs {
    text-align: right;
  }
  #colofon .company_specs li {
    padding: 0px 5px;
  }
  #colofon .company_specs li:last-child {
    padding-right: 0px;
  }
}
/*
  DESKTOP
*********************************************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
*************   *****************************
*************   *****************************
********              ***********************
*********************************************
*********************************************
*********************************************

 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .topcontainer .cart-customlocation {
    border: 1px solid #81ba6c;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    padding: 8px;
    padding-top: 10px;
    height: 44px;
  }
  .topcontainer .cart-customlocation i {
    font-size: 16px;
    float: left;
    margin-top: 3px;
  }
  .topcontainer .cart-customlocation .count {
    float: right;
    background: #ffcc00;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding-top: 4px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
  }
  .slideshow_wrapper.fixed_size {
    height: 570px !important;
  }
}
