/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/* Font-Awesome! :D */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Animation */
.resetul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.resetul > li {
  margin: 0px;
  padding: 0px;
}
/* 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;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #ed117b;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
  transition: 0.15s background ease-in-out;
}
a.button:hover {
  background: #f79c0e;
  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: #f79c0e;
}
a:hover,
a:focus {
  color: #f79c0e;
  text-decoration: none;
}
a.button {
  background-color: #ed117b;
}
a.button:hover {
  color: #fff;
  background-color: #bd0e62;
}
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: #f79c0e;
}
.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;
  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 #ed117b;
}
.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: #ed117b;
  color: #fff;
  font-weight: bold;
  padding: 32px;
}
.usps_wrapper .usps .usp-description .content .close-usp {
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
/*  ===============
    MENU (Diepte 3)
    =============== */
#mainmenu #menu-hoofdmenu {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu {
  display: none;
  z-index: 999;
  width: 180px;
  visibility: hidden;
}
#mainmenu #menu-hoofdmenu > li > a {
  display: block;
}
#mainmenu #menu-hoofdmenu > li:hover > a {
  display: block;
  padding-bottom: 0px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul {
  background-color: dodgerblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: 0px !important;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li a {
  color: black;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > a {
  padding-bottom: 0px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul {
  background-color: deepskyblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -0px !important;
  bottom: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li a {
  color: black;
}
.contactformulier_wrapper .validation_error {
  font-size: 18px;
  color: #c33;
  margin-bottom: 16px;
}
.contactformulier_wrapper label {
  display: none !important;
}
.contactformulier_wrapper .ginput_container_checkbox label {
  display: inline-block !important;
}
.contactformulier_wrapper .ginput_container_checkbox ul {
  margin: 0;
  padding: 0;
}
.contactformulier_wrapper .ginput_container_checkbox ul li {
  padding-bottom: 10px !important;
}
.contactformulier_wrapper .ginput_container_checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox !important;
}
.contactformulier_wrapper .gform_fields li input,
.contactformulier_wrapper .gform_fields li textarea {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.contactformulier_wrapper .gform_fields li input[type="checkbox"] {
  width: auto;
}
.contactformulier_wrapper .gform_fields li select {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contactformulier_wrapper .gform_fields li textarea {
  resize: none;
  height: 165px;
  overflow: auto;
  vertical-align: top;
}
.contactformulier_wrapper .gfield {
  margin: 12px 0 !important;
}
.contactformulier_wrapper .gforms_confirmation_message {
  font-size: 14px;
}
.contactformulier_wrapper .gform_button.button {
  margin-top: 16px;
  clear: both;
  float: right;
  background: #ed117b;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contactformulier_wrapper .gform_button.button:hover {
  background: #f14095;
}
.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: #ed117b;
}
.blog-categorie h3 a:hover {
  color: #f79c0e;
}
.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: 'DIN';
  src: url('http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/din-regular-webfont.woff2') format('woff2'), url('http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../fonts/din-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.equal_height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
html {
  scroll-behavior: smooth;
}
/*
DEFAULT / MOBIEL STAAND
*****************************
***       *******************
***       *******************
***       *******************
***       *******************
***   *   *******************
*****************************
*****************************
*****************************
*****************************
*****************************
*/
.default_font {
  font-family: 'DIN';
  font-size: 14px !important;
}
body {
  font-family: 'DIN';
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
}
.cc-window {
  background: rgba(255, 255, 255, 0.9) !important;
}
.cc-message {
  font-family: 'DIN';
  font-size: 14px !important;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.cc-link {
  text-decoration: none !important;
  color: #f79c0e !important;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cc-link:hover {
  color: #000000 !important;
}
.cc-btn {
  background-color: #ed117b !important;
  font-family: 'DIN';
  font-size: 14px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cc-btn:hover {
  background-color: #f79c0e !important;
}
.wppb-user-forms form {
  margin-bottom: 20px;
}
.wppb-user-forms input[type=text],
.wppb-user-forms input[type=password] {
  border: 1px solid #ccc;
  padding: 5px;
  background: #ffffff;
  border-radius: 0px;
  margin-top: 3px;
  -webkit-appearance: none;
}
.wppb-user-forms input[type=submit] {
  background: #ed117b;
  padding: 8px 20px;
  border: 0px;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  float: right;
}
.wppb-user-forms input[type=submit]:hover {
  background-color: #f79c0e;
}
.wppb-user-forms .wppb-default-biographical-info {
  display: none;
  visibility: hidden;
}
.wppb-user-forms.wppb-user-role-administrator .wppb-default-biographical-info,
.wppb-user-forms.wppb-user-role-contributor .wppb-default-biographical-info {
  display: block;
  visibility: visible;
}
#wppb-register-user-registreer-uw-account {
  margin-top: 30px;
}
.wppb-error {
  border: 0px !important;
  background: #f79c0e !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
.wppb-error a {
  color: #ffffff !important;
  font-weight: 500;
}
.wppb-success {
  border: 0px !important;
  background: #95c11f !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
#header {
  background: #ffffff;
}
#header .user_info {
  text-align: right;
  font-size: 12px;
}
#header .user_info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
#header .user_info ul li {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #ed117b;
  color: #ffffff;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#header .user_info ul li:hover {
  background-color: #f79c0e;
}
#header .user_info ul li i {
  color: #ffffff;
}
#header .user_info ul li span {
  padding-right: 0px;
}
#header .user_info ul li a {
  color: #ffffff;
  padding-left: 10px;
}
#header .user_info ul li .login {
  cursor: pointer;
}
#header #logo {
  margin-top: 20px;
  text-align: center;
}
#login-popup-wrapper {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.99);
}
#login-popup-wrapper .fa-times-circle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999999;
  font-size: 22px;
  cursor: pointer;
}
#login-popup-wrapper .login-wrapper {
  position: relative;
  margin-top: 25%;
  text-align: center;
}
#login-popup-wrapper .login-wrapper img {
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}
#login-popup-wrapper .login-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 40px;
}
#login-popup-wrapper .login-wrapper form {
  text-align: left;
}
#login-popup-wrapper .login-wrapper form label {
  font-weight: 500;
}
.headerfoto-wrapper {
  margin-top: 20px;
}
.headerfoto-wrapper .headerfoto {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.headerfoto-wrapper .headerfoto .overlay {
  position: absolute;
  width: 100%;
}
.headerfoto-wrapper .headerfoto .overlay .quote {
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/logo_watermerk.png");
  background-size: cover;
  padding: 20px;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_wit {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_oranje {
  background-color: rgba(247, 156, 14, 0.9);
  color: #ffffff;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_blauw {
  background-color: rgba(54, 169, 225, 0.9);
  color: #ffffff;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_groen {
  background-color: rgba(149, 193, 31, 0.9);
  color: #ffffff;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_roze {
  background-color: rgba(237, 17, 123, 0.9);
  color: #ffffff;
}
.headerfoto-wrapper .headerfoto .overlay .quote.stijl_geel {
  background-color: rgba(255, 233, 0, 0.9);
  color: #000000;
}
.breadcrumb-wrapper {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: right;
}
.breadcrumb-wrapper a {
  color: #000000;
}
.message {
  border: 0px !important;
  background: #95c11f;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
  color: #ffffff;
}
.message i {
  margin-right: 10px;
}
.message.alert {
  background: #f79c0e;
  margin-top: 0px;
}
.message.alert a {
  color: rgba(255, 255, 255, 0.6);
}
.onderwijsprogrammas-selectie-wrapper {
  text-align: center;
}
.onderwijsprogrammas-selectie-wrapper h2 {
  margin-top: 40px;
  font-size: 20px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container {
  padding-top: 10px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container > div:nth-child(odd) .overlay {
  background-position: bottom -150px right -100px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container > div:nth-child(even) .overlay {
  background-position: top -200px right -95px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper {
  background-size: cover;
  margin-bottom: 20px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay {
  display: table;
  padding: 20px;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/star_watermerk.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 200px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #000000;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay h3 {
  font-size: 30px;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_wit {
  background-color: rgba(255, 255, 255, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_wit a {
  color: #000000;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_wit:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_oranje {
  background-color: rgba(247, 156, 14, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_oranje a {
  color: #ffffff;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_oranje:hover {
  background-color: rgba(247, 156, 14, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_geel {
  background-color: rgba(255, 233, 0, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_geel a {
  color: #ffffff;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_geel:hover {
  background-color: rgba(255, 233, 0, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_blauw {
  background-color: rgba(54, 169, 225, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_blauw a {
  color: #ffffff;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_blauw:hover {
  background-color: rgba(54, 169, 225, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_groen {
  background-color: rgba(149, 193, 31, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_groen a {
  color: #ffffff;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_groen:hover {
  background-color: rgba(149, 193, 31, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_roze {
  background-color: rgba(237, 17, 123, 0.5);
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_roze a {
  color: #ffffff;
}
.onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container .onderwijsprogramma-wrapper .overlay.stijl_roze:hover {
  background-color: rgba(237, 17, 123, 0.9);
}
.onderwijsprogrammas-selectie-wrapper .button {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  background-color: #ed117b;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.onderwijsprogrammas-selectie-wrapper .button:hover {
  background-color: #f79c0e;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
}
.fototekst-wrapper .fototekst .overlay {
  position: relative;
  width: 100%;
}
.fototekst-wrapper .fototekst .overlay .tekst {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/logo_watermerk.png");
  background-size: cover;
  padding: 20px;
}
.fototekst-wrapper .fototekst .overlay .tekst .button {
  text-transform: uppercase;
  background: #000000;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_wit {
  background-color: #ffffff;
  color: #000000;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_wit .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_wit .button:hover {
  background-color: #f79c0e;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_oranje {
  background-color: #f79c0e;
  color: #ffffff;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_oranje .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/oranje_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_oranje .button:hover {
  color: #f79c0e;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_blauw {
  background-color: #36a9e1;
  color: #ffffff;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_blauw .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/blauw_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_blauw .button:hover {
  color: #36a9e1;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_groen {
  background-color: #95c11f;
  color: #ffffff;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_groen .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/groen_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_groen .button:hover {
  color: #95c11f;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_roze {
  background-color: #ed117b;
  color: #ffffff;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_roze .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_roze .button:hover {
  color: #ed117b;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_geel {
  background-color: #ffe900;
  color: #000000;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_geel .button {
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/geel_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.fototekst-wrapper .fototekst .overlay .tekst.stijl_geel .button:hover {
  color: #ffe900;
}
.single_programma_content_wrapper .introductie_wrapper {
  padding-bottom: 40px;
}
.single_programma_content_wrapper .introductie_wrapper h1 {
  margin-bottom: 40px;
}
.single_programma_content_wrapper .introductie_wrapper em {
  font-size: 18px;
}
#add_lesaanbod_wrapper {
  background: #ed117b;
  padding-top: 40px;
  padding-bottom: 40px;
}
#add_lesaanbod_wrapper p {
  color: #ffffff;
}
#add_lesaanbod_wrapper h2 {
  color: #ffffff;
}
#add_lesaanbod_wrapper ul li {
  color: #ffffff;
}
.lesaanbod-container {
  max-height: 600px;
}
.lesaanbod-container .geen-aanbod {
  text-align: center;
}
.geen_aanbod_melding {
  text-align: center;
  margin-bottom: 20px;
}
#lesaanbod_filter_wrapper {
  background: #ffffff;
}
#lesaanbod_filter_wrapper h3 {
  text-align: center;
}
#lesaanbod_filter_wrapper .login_info {
  background: #ed117b;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#lesaanbod_filter_wrapper .login_info p {
  margin: 0px;
}
#lesaanbod_filter_wrapper .login_info .login {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #f79c0e;
  color: #ffffff;
  margin-top: 20px;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#lesaanbod_filter_wrapper .login_info .login:hover {
  background-color: #36a9e1;
  color: #ffffff !important;
}
#lesaanbod_filter_wrapper .filters {
  margin-bottom: 40px;
}
#lesaanbod_filter_wrapper .filters h3 {
  font-size: 20px;
  text-align: left;
}
#lesaanbod_filter_wrapper .filters button {
  display: inline-block;
  padding: 4px 10px;
  margin: 0px;
  padding-right: 15px;
  background: #f79c0e;
  color: #ffffff;
  margin-top: 20px;
  border: 0px;
  font-size: 12px;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#lesaanbod_filter_wrapper .filters button:hover {
  background-color: #36a9e1;
  color: #ffffff !important;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper {
  margin-top: 20px;
  text-align: center;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .filter-label {
  display: inline-block;
  padding: 4px 10px;
  margin: 0px;
  padding-right: 15px;
  background: #36a9e1;
  color: #ffffff;
  border: 0px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 10px;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .filter-label .fa {
  font-size: 11px;
  padding-left: 10px;
  cursor: pointer;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .filter-label .fa:hover {
  color: #e33;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .filter-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  display: block;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .active-filters {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}
#lesaanbod_filter_wrapper .filters .active-filters-wrapper .active-filters p {
  display: inline-block;
  font-size: 16px;
  margin-left: 12px;
}
#lesaanbod_filter_wrapper .les_wrapper .les_wrapper_inhoud {
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay {
  height: 225px;
  vertical-align: middle;
  width: 100%;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .table {
  display: table;
  width: 100%;
  height: 225px;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .table .table-cell {
  display: table-cell;
  width: 100%;
  height: 225px;
  vertical-align: middle;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay h3 {
  display: block;
  margin: 0px;
  padding: 30px;
  color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  text-shadow: 0px 0px 2px #000000;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .info {
  display: none;
  padding-top: 0px;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 25px;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .info ul li {
  margin: 0px;
  padding: 0px;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .info ul li span {
  display: inline-block;
  width: 35px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay .info .table-cell {
  vertical-align: top;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay:hover {
  background: none !important;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay:hover .info {
  display: table;
}
#lesaanbod_filter_wrapper .les_wrapper .overlay:hover .titel {
  display: none;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+1) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+1) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+2) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+2) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+3) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+3) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+4) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+4) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+5) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+5) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+6) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+6) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+7) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+7) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+8) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+8) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+9) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+9) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+10) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+10) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+11) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+11) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+12) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+12) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+13) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+13) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+14) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+14) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+15) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+15) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+16) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+16) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+17) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+17) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+18) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+18) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+19) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+19) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+20) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+20) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+21) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+21) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+22) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+22) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+23) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+23) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+24) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+24) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+25) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+25) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+26) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+26) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+27) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+27) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+28) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+28) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+29) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+29) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+30) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+30) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+31) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+31) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+32) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+32) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+33) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+33) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+34) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+34) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+35) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+35) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+36) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+36) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+37) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+37) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+38) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+38) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+39) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+39) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+40) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+40) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+41) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+41) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+42) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+42) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+43) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+43) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+44) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+44) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+45) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+45) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+46) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+46) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+47) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+47) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+48) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+48) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+49) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+49) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+50) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+50) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+51) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+51) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+52) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+52) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+53) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+53) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+54) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+54) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+55) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+55) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+56) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+56) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+57) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+57) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+58) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+58) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+59) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+59) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+60) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+60) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+61) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+61) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+62) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+62) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+63) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+63) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+64) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+64) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+65) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+65) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+66) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+66) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+67) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+67) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+68) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+68) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+69) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+69) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+70) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+70) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+71) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+71) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+72) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+72) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+73) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+73) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+74) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+74) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+75) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+75) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+76) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+76) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+77) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+77) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+78) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+78) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+79) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+79) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+80) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+80) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+81) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+81) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+82) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+82) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+83) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+83) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+84) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+84) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+85) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+85) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+86) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+86) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+87) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+87) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+88) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+88) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+89) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+89) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+90) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+90) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+91) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+91) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+92) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+92) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+93) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+93) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+94) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+94) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+95) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+95) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+96) .overlay {
  background: rgba(255, 233, 0, 0.8);
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+96) .overlay:hover {
  background: #ffe900;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+97) .overlay {
  background: rgba(54, 169, 225, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+97) .overlay:hover {
  background: #36a9e1;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+98) .overlay {
  background: rgba(149, 193, 31, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+98) .overlay:hover {
  background: #95c11f;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+99) .overlay {
  background: rgba(237, 17, 123, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+99) .overlay:hover {
  background: #ed117b;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+100) .overlay {
  background: rgba(247, 156, 14, 0.8);
  color: #ffffff;
}
#lesaanbod_filter_wrapper .les_wrapper:nth-of-type(1n+100) .overlay:hover {
  background: #f79c0e;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper iframe {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .variatie_uitleg {
  padding: 10px;
  background: #f1f1f1;
  margin: 20px 0px;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tabs {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 4px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tabs > li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  border: 2px solid #36a9e1;
  padding: 3px 15px;
  position: relative;
  top: 2px;
  margin-bottom: 6px;
  cursor: pointer;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tabs > li:hover,
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tabs > li.active {
  background: #36a9e1;
  color: #ffffff;
  padding: 5px 15px;
  position: relative;
  top: 1px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper hr {
  height: 2px;
  margin: 0px;
  background: #36a9e1;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tab-content {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .tab-wrapper ul.tab-content > li {
  padding: 10px 15px;
  background: rgba(54, 169, 225, 0.1);
  margin-bottom: 20px;
  border: 2px solid #36a9e1;
  border-top: 0px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form .logged-in-as {
  display: none;
  visibility: hidden;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form label {
  display: none;
  visibility: hidden;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form textarea {
  width: 100%;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form .form-submit {
  text-align: right;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form .form-submit input[type=submit] {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  color: #ffffff;
  background-color: #ed117b;
  border: 0px;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper .comment-form .form-submit input[type=submit]:hover {
  background-color: #f79c0e;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper #cancel-comment-reply-link {
  text-transform: capitalize;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol > li.comment {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol > li.comment div.comment-author {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol > li.comment div.comment-meta {
  display: inline-block;
  float: right;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol > li.comment .reply {
  font-weight: bold;
  text-align: right;
}
#lesaanbod_detail_wrapper .lesaanbod_content_wrapper .reacties-wrapper ol > li.comment > ul.children {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  padding-left: 75px;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper {
  padding-top: 20px;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties {
  background: #f1f1f1;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  list-style: none;
  margin: 0px;
  padding: 10px;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li {
  margin: 0px;
  padding: 5px 0px;
  font-weight: normal;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li a {
  color: #000000;
  border-bottom: 2px solid rgba(237, 17, 123, 0.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li a:hover {
  border-bottom: 2px solid #ed117b;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li i {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  text-align: center;
  color: #ed117b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li:hover {
  background: #ed117b;
  color: #ffffff;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li:hover a {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li:hover a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper ul.specificaties li:hover i {
  color: #ffffff;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper .activate_download_below,
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper .activate_clone_form_below {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #ed117b;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/wit_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper .activate_download_below:hover,
#lesaanbod_detail_wrapper .lesaanbod_specificaties_wrapper .activate_clone_form_below:hover {
  background-color: #f79c0e;
  color: #ffffff !important;
}
#tooling_lesaanbod_wrapper {
  margin-top: 20px;
}
#tooling_lesaanbod_wrapper p {
  color: #ffffff;
}
#tooling_lesaanbod_wrapper ul li {
  color: #ffffff;
}
#tooling_lesaanbod_wrapper .navigatie {
  background: #36a9e1;
  padding-top: 30px;
  padding-bottom: 30px;
}
#tooling_lesaanbod_wrapper .navigatie ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#tooling_lesaanbod_wrapper .navigatie ul li {
  margin: 0px;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 500;
}
#tooling_lesaanbod_wrapper .navigatie ul li a {
  color: #ffffff;
  cursor: pointer;
}
#tooling_lesaanbod_wrapper .navigatie .login {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #f79c0e;
  color: #ffffff;
  margin-top: 40px;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/blauw_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#tooling_lesaanbod_wrapper .navigatie .login:hover {
  background-color: #ed117b;
  color: #ffffff !important;
}
#tooling_lesaanbod_wrapper .inhoud {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 0px !important;
  background: #ed117b;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper h3 i {
  color: rgba(255, 255, 255, 0.6);
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper a {
  color: rgba(255, 255, 255, 0.6) !important;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper ul li {
  margin: 10px 0px;
  padding: 10px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper ul li i {
  margin-right: 5px;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper ul li:last-child {
  border-bottom: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper ul li:hover a.button {
  background-color: #f79c0e;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper .downloadbutton {
  text-align: right;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper .downloadbutton a.button {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 50px;
  background: #36a9e1;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#tooling_lesaanbod_wrapper .inhoud .downloads-wrapper .downloadbutton a.button:hover {
  background-color: #f79c0e;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper h3 i {
  color: rgba(255, 255, 255, 0.6);
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li {
  padding: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > i {
  width: 20px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > a {
  color: #ffffff;
  font-weight: bold;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > ul > li {
  margin: 0px;
  padding: 5px 0px;
  padding-left: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > ul > li > a {
  color: #ffffff;
  font-weight: normal;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > ul > li i {
  width: 20px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper ul.varianten > li > ul > li i.fa-bring-forward {
  margin-left: -3px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper a.button.activate_clone_form {
  display: inline-block;
  padding: 8px 10px;
  margin: 0px;
  padding-right: 50px;
  background: #36a9e1;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper a.button.activate_clone_form i {
  margin-right: 5px;
}
#tooling_lesaanbod_wrapper .inhoud .varianten-wrapper a.button.activate_clone_form:hover {
  background-color: #f79c0e;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper h3 i {
  color: rgba(255, 255, 255, 0.6);
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper ul > li {
  padding: 0px;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper ul > li > label {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper ul > li > a {
  color: #ffffff;
  font-weight: normal;
}
#tooling_lesaanbod_wrapper .inhoud .docent-wrapper ul > li > a:hover {
  color: #000000;
}
#tooling_lesaanbod_wrapper .inhoud .intro-wrapper {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper h3 i {
  color: rgba(255, 255, 255, 0.6);
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper p.verwijderen {
  text-align: right;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper a.button.verwijder_button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0px;
  padding-right: 50px;
  background: #36a9e1;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper a.button.verwijder_button i {
  margin-right: 5px;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper a.button.verwijder_button:hover {
  background-color: #f79c0e;
}
#tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper a.button.verwijder_button.echt_verwijderen {
  background-color: #95c11f;
  color: #ffffff !important;
}
.form_wrapper {
  padding-bottom: 30px;
}
.form_wrapper .your_author {
  color: #ffffff;
  margin-top: 20px;
}
.form_wrapper strong {
  color: #ffffff;
}
.form_wrapper h2 {
  display: none;
  visibility: hidden;
}
.form_wrapper h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
.form_wrapper .acf-fields .acf-field {
  border: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}
.form_wrapper .acf-fields .acf-field .acf-label {
  color: #ffffff !important;
}
.form_wrapper .acf-fields #tabs.acf-field .acf-table {
  background: #ed117b;
  margin: 0px;
  border: 0px !important;
}
.form_wrapper .acf-fields #tabs.acf-field .acf-table tbody td {
  background: #ed117b;
  border: 0px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100% !important;
}
.form_wrapper .acf-fields #tabs.acf-field .acf-table tbody td:nth-of-type(1) {
  width: 5% !important;
  font-weight: bold;
  color: #ffffff;
  vertical-align: top !important;
}
.form_wrapper .acf-fields #tabs.acf-field .acf-table tbody td:nth-of-type(2) {
  width: 100% !important;
}
.form_wrapper .acf-fields #tabs.acf-field .acf-table tbody td .acf-field {
  width: 100% !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table {
  background: #ed117b;
  margin: 0px;
  border: 0px !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table thead th {
  background: #ed117b;
  border: 0px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff;
  font-weight: bold;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table thead th:nth-of-type(1) {
  width: 5% !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table thead th:nth-of-type(2) {
  width: 40% !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td {
  background: #ed117b;
  border: 0px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  padding-left: 10px;
  padding-right: 10px;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(1) {
  width: 5% !important;
  font-weight: bold;
  color: #ffffff;
  vertical-align: top !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) {
  width: 40% !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) .file-wrap {
  border: 0px !important;
  min-height: 0px !important;
  background: #ed117b !important;
  padding-right: 40px !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) .file-wrap p {
  margin-bottom: 10px;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) .file-info {
  margin: 0px !important;
  padding: 0px !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) .file-icon {
  display: none !important;
  visibility: hidden !important;
}
.form_wrapper .acf-fields #documenten.acf-field .acf-table tbody td:nth-of-type(2) a {
  color: rgba(255, 255, 255, 0.8);
}
.form_wrapper .acf-fields .acf-field-5e1dbb365a2e5 {
  width: 25% !important;
}
.form_wrapper .acf-fields .taxonomy-wrapper input,
.form_wrapper .acf-fields .taxonomy-wrapper select {
  margin-bottom: 10px;
}
.form_wrapper .acf-fields .acf-oembed .hide-if-value {
  display: none;
  visibility: hidden;
}
.form_wrapper .acf-fields .acf-oembed .canvas {
  position: relative;
  min-height: 0px;
  background: #F9F9F9;
}
.form_wrapper .acf-fields input[type=text] {
  height: 40px;
  border: 0px;
  padding-left: 10px;
  min-width: 100%;
}
.form_wrapper .acf-fields input[type=file] {
  color: #ffffff;
}
.form_wrapper .acf-fields textarea {
  border: 0px;
  padding-left: 10px;
  min-width: 100%;
}
.form_wrapper .acf-fields select {
  height: 40px;
  border: 0px;
  padding-left: 10px;
  min-width: 100%;
}
.form_wrapper .select_tax_label {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.form_wrapper .acf-button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0px;
  padding-right: 50px;
  background: #36a9e1;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px;
  margin-top: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/roze_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.form_wrapper .acf-button:hover {
  background-color: #f79c0e;
}
.media-modal .media-menu .seperator {
  display: none;
  visibility: hidden;
}
.media-modal .media-menu .media-menu-item:nth-of-type(2),
.media-modal .media-menu .media-menu-item:nth-of-type(3),
.media-modal .media-menu .media-menu-item:nth-of-type(4),
.media-modal .media-menu .media-menu-item:nth-of-type(5) {
  display: none;
  visibility: hidden;
}
.media-modal .media-views-heading.screen-reader-text,
.media-modal .edit-attachment,
.media-modal .media-frame-content .media-toolbar {
  display: none;
  visibility: hidden;
}
.media-modal .media-modal-close {
  right: 15px;
  width: 150px;
}
#footer {
  background: #000000;
  padding-top: 40px;
}
#footer .adres-container {
  color: #ffffff;
}
#footer .adres-container h3 {
  color: #ed117b;
  margin-bottom: 20px;
  font-weight: 300;
}
#footer .adres-container a {
  color: #ed117b;
}
#footer .adres-container a:hover {
  color: #95c11f;
}
#footer .adres-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer .adres-container ul li {
  margin: 0px;
  padding: 0px;
}
#footer .adres-container ul li:nth-child(3) {
  margin-bottom: 10px;
}
#footer .adres-container ul li:nth-child(6) {
  margin-bottom: 10px;
}
#footer .adres-container ul li ul.social li {
  padding-right: 5px;
}
#footer .adres-container ul li ul.social li a {
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#footer .adres-container ul li ul.social li a:hover {
  color: #ed117b;
}
#footer .adres-container .login {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #ed117b;
  color: #ffffff;
  margin-top: 40px;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/zwart_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#footer .adres-container .login:hover {
  background-color: #f79c0e;
  color: #ffffff !important;
}
#footer .stel-uw-vraag-container h3 {
  color: #95c11f;
  margin-bottom: 20px;
  font-weight: 300;
}
#footer .stel-uw-vraag-container label {
  color: #ffffff;
}
#footer .stel-uw-vraag-container .gform_wrapper ul.gfield_checkbox li,
#footer .stel-uw-vraag-container .gform_wrapper ul.gfield_radio li {
  padding-bottom: 4px !important;
}
#footer .stel-uw-vraag-container .button {
  display: inline-block;
  padding: 8px 20px;
  margin: 0px;
  padding-right: 30px;
  background: #95c11f;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url("http://nl.kunstcircuitportaal.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/zwart_driehoek.png;");
  background-position: bottom -5px right -5px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#footer .stel-uw-vraag-container .button:hover {
  background-color: #f79c0e;
}
#footer .stel-uw-vraag-container .validation_error {
  color: #ffffff;
}
#footer .stel-uw-vraag-container .gform_wrapper li.gfield.gfield_error,
#footer .stel-uw-vraag-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #000000;
  margin-bottom: 0px !important;
  border-top: 0px solid #C89797 !important;
  border-bottom: 0px solid #C89797 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  box-sizing: border-box;
}
#footer .stel-uw-vraag-container .gfield_error .validation_message {
  background: #000000;
  color: #A63232;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 10px;
}
#footer #colofon {
  color: #ccc;
  padding-top: 60px;
  padding-bottom: 10px;
}
#footer #colofon a {
  color: #ed117b;
}
/*

  TABLET STAAND
********************************
***          *******************
***          *******************
***          *******************
***          *******************
***          *******************
***          *******************
***    *     *******************
********************************
********************************
********************************
*** Small devices (tablets, 768px and up) *****
********************************
*/
@media (min-width: 768px) {
  .headerfoto-wrapper .headerfoto {
    height: 300px;
  }
  .headerfoto-wrapper .headerfoto .overlay {
    position: absolute;
    width: 50%;
    left: 0px;
    height: 300px;
    display: table !important;
  }
  .headerfoto-wrapper .headerfoto .overlay .quote {
    height: 300px;
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 40px;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
  }
  .fototekst-wrapper .fototekst .overlay .tekst {
    padding: 40px 60px;
  }
  .fototekst-wrapper .fototekst .overlay .tekst .button {
    margin-top: 20px;
  }
  .onderwijsprogrammas-selectie-wrapper h2 {
    font-size: 30px;
  }
  .onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container > div:nth-child(odd) .overlay {
    background-position: top -150px right -100px;
  }
  .onderwijsprogrammas-selectie-wrapper .onderwijsprogrammas-container > div:nth-child(even) .overlay {
    background-position: top -150px left -150px;
  }
}
/*
  TABLET LIGGEND
***************************************
***                 *******************
***                 *******************
*** *               *******************
***                 *******************
***                 *******************
***************************************
***************************************
***  Medium devices (desktops, 992px and up) ****
***************************************
 */
@media (min-width: 992px) {
  #header .user_info {
    font-size: 16px;
  }
  #header #logo {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 15px;
  }
  #header #mainmenu {
    text-align: right;
    font-size: 17px;
    line-height: 17px;
    margin-top: 40px;
  }
  #header #mainmenu a {
    color: #000000;
    text-transform: uppercase;
    padding: 0px;
  }
  #header #mainmenu a:hover {
    font-weight: 500;
  }
  #header #mainmenu ul.mainmenu li {
    border-left: 1px solid #000000;
    padding: 0px 10px;
  }
  #header #mainmenu ul.mainmenu li.current-menu-item {
    font-weight: 500;
  }
  #header #mainmenu ul.mainmenu li:first-child {
    border-left: 0px;
  }
  #header #mainmenu ul.mainmenu li:last-child {
    padding-right: 0px;
  }
  #header-sticky-wrapper.is-sticky #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  }
  .headerfoto-wrapper {
    margin-top: 0px;
  }
  .headerfoto-wrapper .headerfoto {
    height: 350px;
    background-position: center;
  }
  .headerfoto-wrapper .headerfoto .overlay {
    height: 350px;
  }
  .headerfoto-wrapper .headerfoto .overlay .quote {
    height: 350px;
    padding: 50px;
    font-size: 40px;
    line-height: 60px;
  }
  .fototekst-wrapper .fototekst {
    background-size: cover;
    padding-top: 0px;
  }
  .fototekst-wrapper .fototekst .overlay {
    position: relative;
    width: 50%;
  }
  .fototekst-wrapper .fototekst .overlay.rechts {
    margin-left: 50%;
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_wit {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_oranje {
    background-color: rgba(247, 156, 14, 0.9);
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_blauw {
    background-color: rgba(54, 169, 225, 0.9);
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_groen {
    background-color: rgba(149, 193, 31, 0.9);
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_roze {
    background-color: rgba(237, 17, 123, 0.9);
  }
  .fototekst-wrapper .fototekst .overlay .tekst.stijl_geel {
    background-color: rgba(255, 233, 0, 0.9);
  }
  #tooling_lesaanbod_wrapper {
    margin-bottom: 40px;
  }
  #tooling_lesaanbod_wrapper .row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #tooling_lesaanbod_wrapper .navigatie {
    padding-top: 40px;
    font-size: 20px;
  }
  #tooling_lesaanbod_wrapper .inhoud {
    padding-top: 45px;
  }
  #tooling_lesaanbod_wrapper .inhoud .intro-wrapper {
    margin-top: 0px;
    padding-left: 50px;
  }
  #tooling_lesaanbod_wrapper .inhoud .downloads-wrapper {
    margin-top: 0px;
    padding-left: 50px;
  }
  #tooling_lesaanbod_wrapper .inhoud .varianten-wrapper {
    margin-top: 0px;
    padding-left: 50px;
  }
  #tooling_lesaanbod_wrapper .inhoud .docent-wrapper {
    margin-top: 0px;
    padding-left: 50px;
  }
  #tooling_lesaanbod_wrapper .inhoud .lesbeheren-wrapper {
    margin-top: 0px;
    padding-left: 50px;
  }
}
/*
  DESKTOP
*********************************************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
***                       *******************
*************   *****************************
*************   *****************************
********              ***********************
*********************************************
*** Large devices (large desktops, 1200px and up) *****
*********************************************
*/
@media (min-width: 1200px) {
  .headerfoto-wrapper .headerfoto {
    height: 400px;
  }
  .headerfoto-wrapper .headerfoto .overlay {
    height: 400px;
  }
  .headerfoto-wrapper .headerfoto .overlay .quote {
    height: 400px;
    padding: 60px;
    padding-right: 100px;
    font-size: 50px;
    line-height: 70px;
  }
}
span [id~='more'] {
  background: red;
  display: inline-block;
  height: 20px;
  width: 20px;
}
