.post-slideshow-holder {
  overflow: hidden;
  position: relative;
}
.post-slideshow-holder > .container {
  float: left;
  width: 100%;
}
.post-slideshow-holder > .container > .awww-row {
  flex-wrap: nowrap;
}

.post-slideshow-container {
  position: relative;
  padding-bottom: 35px;
}
.post-slideshow-container .bulletHolder {
  position: absolute;
  bottom: 0;
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 14-jan-2022, 14:08:49
    Author     : scheper
*/
@media screen and (max-width: 764px) {
  .is-mobile-slideshow {
    overflow: hidden;
  }
  .is-mobile-slideshow .awww-col {
    flex-basis: 66.66vw;
  }
  .is-mobile-slideshow.slideshow-cols-1 > .awww-row .awww-col {
    flex-basis: 66.66vw;
  }
  .is-mobile-slideshow.slideshow-cols-2 > .awww-row .awww-col {
    flex-basis: 40vw;
  }
  .is-mobile-slideshow.slideshow-cols-3 > .awww-row .awww-col {
    flex-basis: 28.5vw;
  }
  .is-mobile-slideshow.slideshow-cols-4 > .awww-row .awww-col {
    flex-basis: 22.22vw;
  }
  .is-mobile-slideshow > .awww-row {
    flex-wrap: nowrap;
    transform: translateX(0);
  }
  .is-mobile-slideshow > .awww-row.awww-animate {
    transition: transform 0.3s;
  }
  .is-mobile-slideshow > .awww-row .awww-col {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.columns-container {
  position: relative;
}
.columns-container.full-size > .wp-block-awww-variable-columns {
  width: 100%;
  max-width: 100%;
}

.has-bg-img {
  position: relative;
}

.image-background-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-background-holder + * {
  position: relative;
}

.col-container {
  padding: 15px;
}

.use-full-width .awww-col {
  flex-basis: min-content;
  flex-grow: 1;
  flex-shrink: 1;
}
.bulletHolder {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.bulletContainer {
  text-align: center;
}

.bulletItem {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 6px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.bulletItem.active {
  background-color: #000000;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
}

.awwwArrow {
  z-index: 1;
  display: block;
  background-color: #000000;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.awwwArrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 11px;
}
.awwwArrow.arrowRight {
  right: 0;
}
.awwwArrow.arrowRight:after {
  transform: rotate(135deg);
  left: auto;
  right: 11px;
}
.image-slideshow-holder {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.image-slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshowImageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s linear;
}
.slideshowImageHolder.active {
  z-index: 1;
  opacity: 1;
}
.slideshowImageHolder figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slideshowImageHolder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow-small .image-slideshow-holder {
  height: 300px;
  position: relative;
}

.slideshow-medium .image-slideshow-holder {
  height: 450px;
  position: relative;
}

.slideshow-large .image-slideshow-holder {
  height: 600px;
  position: relative;
}

.thumbnailHolder {
  z-index: 2;
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.thumbnailContainer {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: left 0.3s ease;
}

.thumbnailItem {
  display: inline-block;
  width: 33.33%;
  position: relative;
  height: 100%;
}
.thumbnailItem figure {
  margin: 0;
  height: 100%;
}
.thumbnailItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-thumbamount="2"] .thumbnailItem {
  width: 50%;
}

[data-thumbamount="4"] .thumbnailItem {
  width: 25%;
}

[data-thumbamount="5"] .thumbnailItem {
  width: 20%;
}

[data-thumbamount="6"] .thumbnailItem {
  width: 16.666%;
}
.awww-accordion-content-holder {
  display: none;
}
.awww-accordion-content-holder.active {
  display: block;
}

.awww-accordion-head-holder {
  padding: 10px 15px;
  cursor: pointer;
}
.awww-accordion-head-holder h1, .awww-accordion-head-holder h2, .awww-accordion-head-holder h3, .awww-accordion-head-holder h4, .awww-accordion-head-holder h5, .awww-accordion-head-holder h6, .awww-accordion-head-holder h7 {
  margin: 0;
}
body.awwwModalOpen {
  overflow: hidden;
}

#awwwModal {
  display: none;
  z-index: 1000;
  position: relative;
}
#awwwModal.active {
  display: block;
}

#awwwModalBg, #awwwModalHolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#awwwModalInner {
  background-color: #ffffff;
}

#awwwModalBg {
  background-color: rgba(0, 0, 0, 0.5);
}

#awwwModalHolder {
  display: flex;
  justify-content: center;
  align-items: start;
  overflow-y: auto;
  overflow-x: hidden;
}
#awwwModalHolder .close-modal {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#awwwModalHolder .close-modal:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(45deg);
}
#awwwModalHolder .close-modal:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(-45deg);
}

#awwwModalContainer {
  position: relative;
  max-width: 100%;
}

.modal-img {
  max-width: 100vw;
  height: auto;
  display: block;
  max-height: 100vh;
}

.modal-gallery-holder {
  position: relative;
  z-index: 1;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}

.wp-block-awww-tabhead {
  display: flex;
}

.wp-block-awww-tabheaditem {
  padding: 10px 15px;
  cursor: pointer;
}

.mobile-tab-head {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 764px) {
  .wp-block-awww-tabhead {
    display: none;
  }

  .mobile-tab-head {
    display: block;
  }
}
.awww-social-media-share-holder {
  min-height: 30px;
}

.share-icon-facebook {
  background-color: #4267B2;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-facebook span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"/></svg>');
}

.share-icon-twitter {
  background-color: #1DA1F2;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-twitter span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>');
}

.share-icon-linkedin {
  background-color: #0077b5;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-linkedin span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/></svg>');
}

.share-icon-whatsapp {
  background-color: #128C7E;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-whatsapp span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></svg>');
}
.formControl label > span {
  display: block;
  margin-bottom: 6px;
  display: block;
  font-size: 12px;
}

.hasLabels-false label > span {
  display: none !important;
}

.inputHolder {
  position: relative;
}
.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=file] {
  height: 36px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
}
.inputHolder textarea {
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.formControl label {
  display: block;
  margin: 0 0 15px 0;
}

.contactmenowholder {
  display: none;
}

.formCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.formCol > * {
  flex-basis: 100%;
}
.formCol > .width-half {
  flex-basis: 50%;
}
.awww-row {
  display: flex;
  flex-wrap: wrap;
}
.awww-row .awww-row {
  margin-left: -15px;
  margin-right: -15px;
}
.awww-row.row-align-center {
  align-items: center;
}
.awww-row.row-align-end {
  align-items: end;
}
.awww-row figure {
  margin: 0;
}

.awww-col {
  padding: 15px;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.awww-col.has-background {
  margin-left: 15px;
  margin-right: 15px;
}
.awww-col.has-background.awww-col-1 {
  flex-basis: calc(8.333% - (15px * 2));
}
.awww-col.has-background.awww-col-2 {
  flex-basis: calc(16.666% - (15px * 2));
}
.awww-col.has-background.awww-col-3 {
  flex-basis: calc(25% - (15px * 2));
}
.awww-col.has-background.awww-col-4 {
  flex-basis: calc(33.333% - (15px * 2));
}
.awww-col.has-background.awww-col-5 {
  flex-basis: calc(41.666% - (15px * 2));
}
.awww-col.has-background.awww-col-6 {
  flex-basis: calc(50% - (15px * 2));
}
.awww-col.has-background.awww-col-7 {
  flex-basis: calc(58.333% - (15px * 2));
}
.awww-col.has-background.awww-col-8 {
  flex-basis: calc(66.666% - (15px * 2));
}
.awww-col.has-background.awww-col-9 {
  flex-basis: calc(75% - (15px * 2));
}
.awww-col.has-background.awww-col-10 {
  flex-basis: calc(82.333% - (15px * 2));
}
.awww-col.has-background.awww-col-11 {
  flex-basis: calc(91.666% - (15px * 2));
}
.awww-col.has-background.awww-col-12 {
  flex-basis: calc(100% - (15px * 2));
}

.awww-col-1 {
  flex-basis: 8.333%;
}

.awww-col-2 {
  flex-basis: 16.666%;
}

.awww-col-3 {
  flex-basis: 25%;
}

.awww-col-4 {
  flex-basis: 33.333%;
}

.awww-col-5 {
  flex-basis: 41.666%;
}

.awww-col-6 {
  flex-basis: 50%;
}

.awww-col-7 {
  flex-basis: 58.333%;
}

.awww-col-8 {
  flex-basis: 66.666%;
}

.awww-col-9 {
  flex-basis: 75%;
}

.awww-col-10 {
  flex-basis: 82.333%;
}

.awww-col-11 {
  flex-basis: 91.666%;
}

.awww-col-12 {
  flex-basis: 100%;
}

.has-1-columns .wp-block-column {
  flex-basis: 100%;
  margin-right: 0;
}

.awww-col-offset-1 {
  margin-left: 8.333%;
}

.awww-col-offset-2 {
  margin-left: 16.666%;
}

.awww-col-offset-3 {
  margin-left: 25%;
}

.awww-col-offset-4 {
  margin-left: 33.333%;
}

.awww-col-offset-5 {
  margin-left: 41.666%;
}

.awww-col-offset-6 {
  margin-left: 50%;
}

.awww-col-offset-7 {
  margin-left: 58.333%;
}

.awww-col-offset-8 {
  margin-left: 66.666%;
}

.awww-col-offset-9 {
  margin-left: 75%;
}

.awww-col-offset-10 {
  margin-left: 82.333%;
}

.awww-col-offset-11 {
  margin-left: 91.666%;
}

.awww-col-offset-12 {
  margin-left: 100%;
}

.img-top-pos-0 {
  object-position: 50% 0%;
}

.img-top-pos-10 {
  object-position: 50% 10%;
}

.img-top-pos-20 {
  object-position: 50% 20%;
}

.img-top-pos-30 {
  object-position: 50% 30%;
}

.img-top-pos-40 {
  object-position: 50% 40%;
}

.img-top-pos-50 {
  object-position: 50% 50%;
}

.img-top-pos-60 {
  object-position: 50% 60%;
}

.img-top-pos-70 {
  object-position: 50% 70%;
}

.img-top-pos-80 {
  object-position: 50% 80%;
}

.img-top-pos-90 {
  object-position: 50% 90%;
}

.img-top-pos-100 {
  object-position: 50% 100%;
}

@media screen and (max-width: 992px) {
  .awww-col-1 {
    flex-basis: 16.666%;
  }

  .awww-col-2 {
    flex-basis: 33.333%;
  }

  .awww-col-3 {
    flex-basis: 50%;
  }

  .awww-col-4 {
    flex-basis: 50%;
  }

  .awww-col-5 {
    flex-basis: 50%;
  }

  .awww-col-6 {
    flex-basis: 50%;
  }

  .awww-col-7 {
    flex-basis: 100%;
  }

  .awww-col-8 {
    flex-basis: 100%;
  }

  .awww-col-9 {
    flex-basis: 100%;
  }

  .awww-col-10 {
    flex-basis: 100%;
  }

  .awww-col-11 {
    flex-basis: 100%;
  }

  .awww-col-12 {
    flex-basis: 100%;
  }

  .has-1-columns .wp-block-column {
    flex-basis: 100%;
    margin-right: 0;
  }

  .awww-col-offset-1, .awww-col-offset-2, .awww-col-offset-3, .awww-col-offset-4, .awww-col-offset-5, .awww-col-offset-6, .awww-col-offset-7, .awww-col-offset-8, .awww-col-offset-9, .awww-col-offset-10,
.awww-col-offset-11, .awww-col-offset-12 {
    margin-left: 0%;
  }

  .col-m-1 {
    flex-basis: 8.333%;
  }

  .col-m-2 {
    flex-basis: 16.666%;
  }

  .col-m-3 {
    flex-basis: 25%;
  }

  .col-m-4 {
    flex-basis: 33.333%;
  }

  .col-m-5 {
    flex-basis: 41.666%;
  }

  .col-m-6 {
    flex-basis: 50%;
  }

  .col-m-7 {
    flex-basis: 58.333%;
  }

  .col-m-8 {
    flex-basis: 66.666%;
  }

  .col-m-9 {
    flex-basis: 75%;
  }

  .col-m-10 {
    flex-basis: 82.333%;
  }

  .col-m-11 {
    flex-basis: 91.666%;
  }

  .col-m-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background {
    margin-left: 15px;
    margin-right: 15px;
  }
  .awww-col.has-background.col-m-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-m-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-m-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-m-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 764px) {
  .awww-col-1, .awww-col-2, .awww-col-3, .awww-col-4, .awww-col-5, .awww-col-6, .awww-col-7, .awww-col-8, .awww-col-9, .awww-col-10, .awww-col-11, .awww-col-12 {
    flex-basis: 100%;
  }

  .col-s-1 {
    flex-basis: 8.333%;
  }

  .col-s-2 {
    flex-basis: 16.666%;
  }

  .col-s-3 {
    flex-basis: 25%;
  }

  .col-s-4 {
    flex-basis: 33.333%;
  }

  .col-s-5 {
    flex-basis: 41.666%;
  }

  .col-s-6 {
    flex-basis: 50%;
  }

  .col-s-7 {
    flex-basis: 58.333%;
  }

  .col-s-8 {
    flex-basis: 66.666%;
  }

  .col-s-9 {
    flex-basis: 75%;
  }

  .col-s-10 {
    flex-basis: 82.333%;
  }

  .col-s-11 {
    flex-basis: 91.666%;
  }

  .col-s-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-s-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-s-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-s-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-s-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
@media screen and (max-width: 450px) {
  .col-xs-1 {
    flex-basis: 8.333%;
  }

  .col-xs-2 {
    flex-basis: 16.666%;
  }

  .col-xs-3 {
    flex-basis: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.333%;
  }

  .col-xs-5 {
    flex-basis: 41.666%;
  }

  .col-xs-6 {
    flex-basis: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.333%;
  }

  .col-xs-8 {
    flex-basis: 66.666%;
  }

  .col-xs-9 {
    flex-basis: 75%;
  }

  .col-xs-10 {
    flex-basis: 82.333%;
  }

  .col-xs-11 {
    flex-basis: 91.666%;
  }

  .col-xs-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-xs-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-xs-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-xs-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-xs-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
.wp-block-image img {
  height: auto;
}

.wp-block-awww-variable-columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(fonts/fontello.eot);
  src: url(fonts/fontello.eot#iefix) format("embedded-opentype"), url(fonts/fontello.woff2) format("woff2"), url(fonts/fontello.woff) format("woff"), url(fonts/fontello.ttf) format("truetype"), url(fonts/fontello.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Bold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-BoldItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.awww-row {
  max-width: 1200px;
  margin: auto;
}

.icon-right-open:before {
  content: "\e800";
}

/* '' */
.icon-instagram-1:before {
  content: "\e801";
}

/* '' */
.icon-location:before {
  content: "\e802";
}

/* '' */
.icon-clock:before {
  content: "\e803";
}

/* '' */
.icon-mobile:before {
  content: "\e807";
}

/* '' */
.icon-search:before {
  content: "\e80a";
}

/* '' */
.icon-down-open-2:before {
  content: "\f004";
}

/* '' */
.icon-up-open:before {
  content: "\f005";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-linkedin:before {
  content: "\f0e1";
}

/* '' */
.icon-quote-left:before {
  content: "\f10d";
}

/* '' */
.icon-folder-open-empty:before {
  content: "\f115";
}

/* '' */
.icon-euro:before {
  content: "\f153";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-fax:before {
  content: "\f1ac";
}

/* '' */
.icon-paper-plane:before {
  content: "\f1d8";
}

/* '' */
.icon-user-o:before {
  content: "\f2c0";
}

/* '' */
p, li, a, td {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  color: #5A5846;
  font-size: 14px;
  line-height: 22px;
}

span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  color: #5A5846;
}

a {
  color: #7eb712;
}

p {
  margin: 0 0 15px 0;
}

.wp-block-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-buttons .wp-block-button {
  margin-right: 15px !important;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0 !important;
}
.wp-block-buttons .wp-block-button.is-style-is-anchor-button {
  margin-left: -15px;
}
.wp-block-buttons .wp-block-button.is-style-is-anchor-button .wp-block-button__link {
  padding: 5px 15px;
  background-color: transparent;
  color: #339DB4;
  margin: 0;
}
.wp-block-buttons .wp-block-button.is-style-list-button {
  display: block;
  margin: 0;
}
.wp-block-buttons .wp-block-button.is-style-list-button .wp-block-button__link {
  padding: 4px 0 4px 20px;
  position: relative;
  text-decoration: underline;
  background-color: transparent;
}
.wp-block-buttons .wp-block-button.is-style-list-button .wp-block-button__link:before {
  content: "\e800";
  font-family: "fontello";
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 5px;
}

.wp-block-buttons {
  display: block;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 15px;
}

.overview-item .wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}

.wp-block-cover {
  padding: 30px;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 0;
}

ul {
  padding-left: 0;
  margin-left: 20px;
}
ul.taxonomy-container {
  margin-top: 0;
  margin-bottom: 0;
}
ul li::marker {
  color: #7eb712;
  font-weight: bold;
}

ol {
  padding-left: 22px;
  box-sizing: border-box;
}
ol li::marker {
  color: #7eb712;
  font-weight: bold;
}

.alignleft, .justify-content-left {
  text-align: left;
}

.alignright, .justify-content-right {
  text-align: right;
}

.aligncenter, .justify-content-center {
  text-align: center;
}

.figure {
  margin: 0;
}

.wp-block-pullquote {
  border: 0;
  padding: 30px 0;
}
.wp-block-pullquote p {
  font-size: 22px;
  line-height: 28px;
}

blockquote {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  border: 0;
}
blockquote p {
  color: #7eb712;
  font-style: italic;
  margin-bottom: 15px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #87bdc9;
}

p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}

.wp-block-table table, .wp-block-table th, .wp-block-table td {
  border: 1px solid #7eb712;
  padding: 10px;
  font-size: 14px;
}
.wp-block-table th, .wp-block-table tfoot td {
  font-size: 14px;
  color: #cbb65c;
  background-color: #7eb712;
}
.wp-block-table tfoot {
  border-top: 2px solid #cbb65c;
}
.wp-block-table figcaption {
  margin: 10px 0;
  font-style: italic;
  text-align: center;
  color: #7eb712;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #7eb712;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  color: #7eb712;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #7eb712;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
  color: #ffffff;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes tfoot td {
  font-size: 14px;
  color: #ffffff;
  background-color: #7eb712;
}

.awwwArrow {
  background-color: #7eb712;
  overflow: hidden;
  width: 38px;
  height: 47px;
  opacity: 0.8;
}
.awwwArrow:hover {
  opacity: 1;
}

.arrowLeft {
  margin-left: 5px;
}

.arrowRight {
  margin-right: 5px;
}

.awwwArrow.arrowRight:after {
  right: 14px;
}

.awwwArrow.arrowLeft:after {
  left: 14px;
}

.image-slideshow-holder {
  overflow: visible;
}

.bulletHolder {
  margin-top: 9px;
  position: relative;
  bottom: 0;
}
.bulletHolder .bulletItem {
  background-color: #ffffff;
  border: 3px solid #7eb712;
  box-shadow: none;
  background-color: #cbb65c;
}
.bulletHolder .bulletItem.active {
  border: 3px solid #7eb712;
  box-shadow: none;
  background-color: #7eb712;
}

.thumbnailHolder {
  margin-top: 40px;
}

.awwwArrow:after {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 11px;
}

.awww-accordion-head-holder {
  position: relative;
}
.awww-accordion-head-holder:before {
  content: "\f004";
  font-family: "fontello";
  position: absolute;
  color: #5A5846;
  top: 50%;
  right: 18px;
  margin-top: -7px;
}
.awww-accordion-head-holder * {
  color: #5A5846;
}
.awww-accordion-head-holder.active:before {
  content: "\f005";
}

.awww-accordion-head h2, .awww-accordion-head h3, .awww-accordion-head h4, .awww-accordion-head h5, .wp-block-awww-tabheaditem h2, .wp-block-awww-tabheaditem h3, .wp-block-awww-tabheaditem h4, .wp-block-awww-tabheaditem h5 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}

.awww-accordion-content-holder, .wp-block-awww-tabcontent {
  padding: 15px;
}

.wp-block-awww-accordion, .wp-block-awww-tab, .wp-block-table {
  margin-top: 30px;
  margin-bottom: 45px;
}

.wp-block-awww-accordionitem {
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 20px;
}

.tab-content-item {
  padding: 5px 15px;
}

.wp-block-awww-tabcontent {
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.wp-block-awww-tabheaditem {
  padding: 12px 20px;
  color: #5A5846;
  margin-right: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.wp-block-awww-tabheaditem:first-child {
  border-top-left-radius: 20px;
}
.wp-block-awww-tabheaditem:last-child {
  border-top-right-radius: 20px;
}
.wp-block-awww-tabheaditem * {
  color: #5A5846;
}
.wp-block-awww-tabheaditem.active, .wp-block-awww-tabheaditem:hover {
  background-color: #7eb712;
}
.wp-block-awww-tabheaditem.active *, .wp-block-awww-tabheaditem:hover * {
  color: #ffffff;
}

.has-xs-font-size, .has-xs-font-size .parent-style {
  font-size: 14px;
}

.has-s-font-size .has-s-font-size .parent-style {
  font-size: 16px;
}

.has-m-font-size, .has-m-font-size .parent-style {
  font-size: 18px;
}

.has-l-font-size, .has-l-font-size .parent-style {
  font-size: 20px;
}

.has-xl-font-size, .has-xl-font-size .parent-style {
  font-size: 24px;
}

.has-xxl-font-size, .has-xxl-font-size .parent-style {
  font-size: 28px;
}

.has-xxxl-font-size, .has-xxxl-font-size .parent-style {
  font-size: 32px;
}

.has-xxxxl-font-size, .has-xxxxl-font-size .parent-style {
  font-size: 36px;
}

.has-xxxxxl-font-size, .has-xxxxxl-font-size .parent-style {
  font-size: 40px;
}

body {
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  border: 0;
}
.site .header-holder {
  margin: 0;
}

#campfour {
  padding-top: 90px;
}

.is-style-paragraph-no-margin,
.is-style-no-padding-button {
  margin: 0;
}

.is-style-distance-small {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

figure.wp-block-gallery.has-nested-images {
  display: flex;
}

.has-background .awww-row {
  margin-left: 0;
  margin-right: 0;
}

.awww-row .awww-row {
  padding-top: 0;
  padding-bottom: 0;
}

.is-style-no-text-margin {
  margin-top: 0px;
  margin-bottom: 15px;
}

.wp-block-image {
  overflow: hidden;
  border-radius: 30px;
}

.overview-item {
  border-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  display: block;
  position: relative;
  height: 100%;
}
.overview-item span {
  display: block;
}
.overview-item span.awww-block-button__link {
  position: absolute;
  bottom: 19px;
}

.affix-box .holder-icon {
  display: flex;
}

.holder-icon i:before {
  font-size: 32px;
}
.holder-icon.size-icon-1 i:before {
  font-size: 15px;
}
.holder-icon.size-icon-2 i:before {
  font-size: 26px;
}
.holder-icon.size-icon-4 i:before {
  font-size: 38px;
}
.holder-icon.size-icon-5 i:before {
  font-size: 45px;
}

.behandelingen-overview.overview-item-normal {
  text-align: center;
  text-decoration: none;
  position: relative;
}
.behandelingen-overview.overview-item-normal > .wp-block-group__inner-container {
  padding: 20px 20px 55px 20px;
}
.behandelingen-overview.overview-item-normal .holder-icon-svg {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.behandelingen-overview.overview-item-normal h2, .behandelingen-overview.overview-item-normal h3, .behandelingen-overview.overview-item-normal h4 {
  margin: 15px 0;
}

.overview-holder {
  display: block;
  text-decoration: none;
}

.post-overview-behandelingen.overview-overzicht,
.post-overview-trainingen.overview-overzicht,
.post-overview {
  align-items: stretch;
}
.post-overview-behandelingen.overview-overzicht .behandelingen-overview,
.post-overview-trainingen.overview-overzicht .behandelingen-overview,
.post-overview .behandelingen-overview {
  height: 100%;
}

.awww-block-button__link {
  color: #339DB4;
  text-decoration: none;
}

.overview-item-list .overview-holder {
  display: flex;
  align-items: center;
  padding: 15px;
}
.overview-item-list .holder-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
.overview-item-list .holder-icon-svg svg {
  width: 30px;
  height: 30px;
}
.overview-item-list h2, .overview-item-list h3, .overview-item-list h4 {
  margin: 0;
  font-size: 18px;
}

.overview-item {
  display: block;
  text-decoration: none;
}
.overview-item .img-holder, .overview-item figure {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: block;
}
.overview-item .img-holder img, .overview-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-item .explain {
  margin: 0;
}
.overview-item .wp-block-buttons.btn-end {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
}

.post-overview-trainingen .overview-holder {
  height: 100%;
  position: relative;
}
.post-overview-trainingen .overview-item {
  height: 100%;
  position: relative;
}
.post-overview-trainingen .awww-block-button__link {
  position: absolute;
  bottom: 25px;
}

.overview-item {
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
}
.overview-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0 #7eb712;
  box-shadow: 0px 0px 10px 0 #7eb712;
}
.overview-item .overview-nieuws-content {
  padding: 15px 15px 55px 15px;
}
.overview-item .overview-nieuws-content > .wp-block-group__inner-container {
  max-height: 204px;
  overflow: hidden;
}

.overview-nieuws-content {
  padding: 15px;
}
.overview-nieuws-content h2, .overview-nieuws-content h3, .overview-nieuws-content h4 {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 23px;
}

.overview-item-onderzoek-normal .overview-holder, .overview-item-onderzoek-normal > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 200px;
}
.overview-item-onderzoek-normal .img-holder, .overview-item-onderzoek-normal figure {
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
}
.overview-item-onderzoek-normal .overview-content, .overview-item-onderzoek-normal .overview-nieuws-content {
  flex-basis: 80%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.overview-item-onderzoek-normal .awww-block-button__link {
  position: absolute;
}
.overview-item-onderzoek-normal .item-content {
  padding: 20px;
}
.overview-item-onderzoek-normal h2, .overview-item-onderzoek-normal h3, .overview-item-onderzoek-normal h4 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

.medewerker-overview {
  position: relative;
}
.medewerker-overview .extra-inner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
}
.medewerker-overview:hover .extra-inner-info {
  display: flex;
}
.medewerker-overview .overview-holder {
  height: 270px;
  display: flex;
  align-items: stretch;
}
.medewerker-overview .img-holder {
  height: auto;
}
.medewerker-overview .extra-inner-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.medewerker-overview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.medewerker-overview h2, .medewerker-overview h3, .medewerker-overview h4 {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.medewerker-overview p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}

.columns-container.is-style-content-under-img .image-background-holder {
  position: relative;
  height: 388px;
}
.columns-container.is-style-content-under-img .image-background-holder-small {
  height: 150px;
}
.columns-container.is-style-content-under-img > .wp-block-awww-variable-columns {
  position: relative;
  margin-top: -100px;
}
.columns-container.is-style-content-under-img > .wp-block-awww-variable-columns > .awww-row > .awww-col.has-background {
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.columns-container.is-style-content-under-img .is-style-group-quote {
  position: absolute;
  top: -300px;
  max-width: 280px;
}

.no-image-holder-small {
  padding-top: 150px !important;
  position: relatvie;
}
.no-image-holder-small:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  background-color: #dfedc4;
}

.is-style-logo-img {
  height: 432px;
  align-items: center;
  display: flex;
}
.is-style-logo-img .wp-block-awww-variable-columns {
  flex-grow: 1;
  flex-shrink: 1;
}
.is-style-logo-img .awww-col {
  position: relative;
}

.is-style-group-quote {
  position: relative;
}
.is-style-group-quote .wp-block-awww-icon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.is-style-group-quote .wp-block-awww-icon:before {
  content: "\f10d";
  font-family: "fontello";
  color: #ffffff;
  font-size: 39px;
  position: absolute;
  left: 28%;
  top: 82px;
  z-index: 1;
}
.is-style-group-quote .wp-block-awww-icon svg {
  opacity: 0.8;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.is-style-group-quote .wp-block-group {
  position: relative;
  min-height: 340px;
  align-items: center;
  padding: 120px 55px 82px 33px;
  z-index: 1;
}

.is-style-aanmeld-step {
  text-align: center;
}
.is-style-aanmeld-step .holder-icon {
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
}
.is-style-aanmeld-step .holder-icon i, .is-style-aanmeld-step .holder-icon span {
  font-size: 40px;
  width: 80px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.is-style-aanmeld-step h5 {
  margin: 10px 0;
}

.force-colom > .awww-row {
  flex-wrap: nowrap;
}

.post-overview-tab-holder {
  overflow: hidden;
  border-radius: 30px;
}
.post-overview-tab-holder .post-overview-tab {
  display: flex;
  width: 100%;
}
.post-overview-tab-holder .overview-tab-holder {
  width: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  border-radius: 30px;
  background-color: #ffffff;
}
.post-overview-tab-holder .post-overview {
  width: 75%;
  flex-grow: 1;
  flex-shrink: 1;
}
.post-overview-tab-holder .single-overview {
  flex-basis: 100%;
  display: none;
}
.post-overview-tab-holder .single-overview.active {
  display: block;
}
.post-overview-tab-holder .overview-item {
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 12px -6px transparent;
  box-shadow: 0px 0px 12px -6px transparent;
}
.post-overview-tab-holder .overview-item > h3 {
  margin: 25px 0 40px 0;
}
.post-overview-tab-holder .vestigingen-tijd-overview {
  padding: 0 30px;
}

.zkn-widget-type-2, .zkn-widget-type-4 {
  max-width: 280px;
}

.waiting-times-holder {
  display: flex;
  width: 80%;
  margin: 0 auto 80px auto;
}
.waiting-times-holder .waiting-times-item {
  flex-basis: 50%;
  padding: 0 40px;
}
.waiting-times-holder .waiting-times-inner {
  overflow: hidden;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 40px;
}
.waiting-times-holder .big-time {
  font-size: 94px;
  font-weight: 500;
  display: inline-block;
  line-height: 100px;
}

.overviewMenu ul {
  margin: 0;
}
.overviewMenu li {
  list-style: none;
  display: block;
}
.overviewMenu li a {
  color: #5A5846;
  display: block;
  text-decoration: none;
  padding: 10px 15px 10px 24px;
}
.overviewMenu li a.active, .overviewMenu li a:hover {
  color: #ffffff;
}

.overview-tab-holder .overviewMenu h3 {
  font-weight: 300;
  margin: 15px;
  position: relative;
}
.overview-tab-holder .overviewMenu h3 .icon-clock {
  font-size: 25px;
}

.is-style-column-seperator {
  text-align: center;
}
.is-style-column-seperator .awww-col {
  border-left: 1px solid #5A5846;
  padding: 0 15px;
}
.is-style-column-seperator .awww-col:first-child {
  border-left: 0;
}
.is-style-column-seperator .wp-block-image {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.menu > li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.menu > li.current_page_item span, .menu > li.current-menu-parent span, .menu > li:hover span {
  color: #7eb712;
}
.menu > li.current_page_item.is-style-third-button span, .menu > li.current-menu-parent.is-style-third-button span, .menu > li:hover.is-style-third-button span {
  color: #ffffff;
}
.menu > li.current_page_item .sub-menu li span, .menu > li.current-menu-parent .sub-menu li span, .menu > li:hover .sub-menu li span {
  color: #000000;
}
.menu > li.current_page_item .sub-menu .current_page_item span, .menu > li.current_page_item .sub-menu .current-menu-parent span, .menu > li.current-menu-parent .sub-menu .current_page_item span, .menu > li.current-menu-parent .sub-menu .current-menu-parent span, .menu > li:hover .sub-menu .current_page_item span, .menu > li:hover .sub-menu .current-menu-parent span {
  color: #7eb712;
}
.menu > li:hover ul {
  display: block;
}
.menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.menu > li.menu-item-has-children > a:after {
  content: "\f004";
  position: absolute;
  top: 50%;
  right: 9px;
  font-family: "fontello";
  margin-top: -10px;
}
.menu > li > a {
  display: inline-block;
  padding: 5px 13px;
  text-decoration: none;
}
.menu > li > a span {
  font-weight: 400;
}
.menu > li a span {
  font-size: 16px;
}
.menu > li ul {
  display: none;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 100%;
  padding: 10px 0;
}
.menu > li ul li {
  list-style: none;
}
.menu > li ul a {
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}
.menu .is-style-icon-button a span {
  display: none;
}
.menu .is-style-icon-button.search-icon a:before {
  content: "\e80a";
  font-family: "fontello";
  color: #7eb712;
  background-color: #dfedc4;
  padding: 11px 10px;
  font-size: 26px;
  border-radius: 34px;
}

.is-style-third-button span {
  display: inline-block;
  background-color: #7eb712;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 3px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 3px -2px rgba(0, 0, 0, 0.5);
}

.head-nav {
  position: fixed;
  height: 90px;
  background-color: #ffffff;
  z-index: 100;
  width: 100%;
}

#logo-holder {
  display: block;
  position: absolute;
  padding: 7px 15px;
}

#search-holder {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 320px;
  background-color: #ffffff;
  display: none;
}
#search-holder.active {
  display: block;
}
#search-holder .wp-block-search__input {
  border: 0;
  line-height: 40px;
  font-size: 18px;
  padding: 10px 15px;
}
#search-holder .wp-block-search__button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
#search-holder .wp-block-search__button svg {
  fill: #5A5846;
}

.is-main-nav-holder {
  text-align: right;
  margin-right: 15px;
  margin-left: 240px;
}
.is-main-nav-holder .menu {
  text-align: left;
}
.is-main-nav-holder .menu > li > a {
  padding: 0 12px;
  height: 90px;
  display: flex;
  align-items: center;
}
.is-main-nav-holder .menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.is-main-nav-holder .main-nav-container {
  display: inline-block;
}
.is-main-nav-holder .top-nav-container {
  float: right;
}

.filter-container {
  text-align: center;
}
.filter-container .is-style-taxonomy-filter {
  position: relative;
}
.filter-container .is-style-taxonomy-filter.active a {
  position: relative;
  padding-left: 40px;
}
.filter-container .is-style-taxonomy-filter.active a:before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  left: 15px;
  top: 25px;
  transform: rotate(45deg);
}
.filter-container .is-style-taxonomy-filter.active a:after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  left: 15px;
  top: 25px;
  transform: rotate(-45deg);
}

.filter-item {
  display: inline-block;
}
.filter-item span {
  color: #ffffff;
}

.wp-block-group {
  border-radius: 20px;
  overflow: hidden;
}

.is-style-has-distance {
  padding: 15px 25px !important;
}

.is-style-no-rounded-edges {
  border-radius: 0;
  padding: 15px 25px !important;
}

.single-trainingen .inline-txt {
  padding: 5px 0 5px 30px;
  position: relative;
}
.single-trainingen .inline-txt:before {
  position: absolute;
  font-family: "fontello";
  top: 7px;
  left: 0;
}
.single-trainingen .inline-txt.doel:before {
  content: "\e800";
}
.single-trainingen .inline-txt.voor_wie:before {
  content: "\e800";
  left: 0;
}
.single-trainingen .inline-txt.aantal_personen:before {
  content: "'\f2c0'";
}
.single-trainingen .inline-txt.duur:before {
  content: "\e803";
}
.single-trainingen .inline-txt.prijs:before {
  content: "\f153";
}
.single-trainingen .inline-txt.hoe_aanmelden:before {
  content: "\e800";
}

.is-style-icon-list {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
}
.is-style-icon-list i {
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}

ul.taxonomy-container {
  margin: 0;
}
ul.taxonomy-container li {
  color: #ffffff;
  display: inline-block;
  list-style: none;
  padding: 3px 15px;
  border-radius: 20px;
}

.awww-breadcrumb p, .awww-breadcrumb a {
  font-size: 14px;
}
.awww-breadcrumb a {
  text-decoration: none;
  color: #339DB4;
  position: relative;
  display: inline-block;
  padding: 0 3px;
}
.awww-breadcrumb a:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #5A5846;
  height: 14px;
  top: 50%;
  right: -3px;
  margin-top: -7px;
}
.awww-breadcrumb span {
  display: inline-block;
  padding: 0 3px;
}

.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=file] {
  border: 0;
}

.inputHolder textarea {
  height: 115px;
}

.is-style-tab-menu-left {
  background-color: #dfedc4;
}

.wp-block-awww-tab.is-style-tab-menu-left {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabhead {
  display: block;
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabheaditem:last-child, .wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabheaditem:first-child {
  border-radius: 0;
}
.wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabcontent {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  margin: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-awww-tab.is-style-tab-menu-left .is-style-margin-tab {
  border-radius: 0;
  margin: -15px;
}
.wp-block-awww-tab.is-style-tab-menu-left.menu-distance .wp-block-awww-tabcontent {
  background-color: transparent;
  padding: 0;
}
.wp-block-awww-tab.is-style-tab-menu-left.menu-distance .wp-block-awww-tabcontent .tab-content-item {
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  background-color: #ffffff;
}
.wp-block-awww-tab.is-style-tab-menu-left.menu-distance .wp-block-awww-tabcontent .tab-content-item p:last-child {
  margin-bottom: 0;
}

.wp-block-awww-tabcontent {
  position: relative;
}

.is-style-tab-distance-bottom .is-style-tab-container-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  border-radius: 0;
}
.is-style-tab-distance-bottom .tab-content-item {
  margin-bottom: 100px;
}

.is-style-icon-usp {
  padding: 15px 20px 15px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-style-icon-usp .wp-block-group {
  overflow: visible;
}
.is-style-icon-usp h2, .is-style-icon-usp h3, .is-style-icon-usp h4, .is-style-icon-usp h5 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}
.is-style-icon-usp p {
  font-size: 14px;
  margin: 0;
}
.is-style-icon-usp .container-icon {
  width: 50px;
}

.is-style-fluid {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  justify-content: center;
}
.is-style-fluid > .wp-block-group {
  margin: 7px;
}

.vestigingen-complete-overview-inner {
  text-align: left;
  padding: 20px;
  border-radius: 20px;
  margin-top: 15px;
}
.vestigingen-complete-overview-inner ul {
  margin: 0;
}
.vestigingen-complete-overview-inner .address {
  font-weight: bold;
}
.vestigingen-complete-overview-inner li {
  list-style: none;
  margin: 18px 0 18px 40px;
  position: relative;
}
.vestigingen-complete-overview-inner li i {
  position: absolute;
  top: 50%;
  left: -40px;
  font-size: 23px;
  margin-right: 15px;
  margin-top: -12px;
}

.post-overview-faq .awww-accordion-head i, .post-overview-faq .awww-accordion-head h2, .post-overview-faq .awww-accordion-head h3, .post-overview-faq .awww-accordion-head h4, .post-overview-faq .awww-accordion-head h5 {
  display: inline-block;
}
.post-overview-faq .awww-accordion-head i {
  color: #7eb712;
}
.post-overview-faq .wp-block-awww-accordionitem {
  margin: 0;
  border-radius: 10px;
}
.post-overview-faq .awww-accordion-head-holder {
  padding: 15px;
}

.filter-faqcategory {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px;
}
.filter-faqcategory .filter-item {
  display: block;
}
.filter-faqcategory .wp-block-button {
  text-align: left;
}
.filter-faqcategory .wp-block-button.active {
  color: #5A5846;
}
.filter-faqcategory .wp-block-button.active span {
  color: #5A5846;
}
.filter-faqcategory .wp-block-button__link {
  background-color: transparent;
  color: #7eb712;
  display: block;
  padding: 0 15px 15px 15px;
  text-align: left;
  font-size: 16px;
}
.filter-faqcategory .wp-block-button__link span {
  background-color: transparent;
  color: #7eb712;
  font-size: 16px;
}

#menu-pre-footer-1, #menu-pre-footer-2, #menu-pre-footer-3 {
  display: block;
  text-align: left;
}
#menu-pre-footer-1 li, #menu-pre-footer-2 li, #menu-pre-footer-3 li {
  display: block;
}
#menu-pre-footer-1 li a, #menu-pre-footer-2 li a, #menu-pre-footer-3 li a {
  padding-left: 0;
}

.horizontal-icon-nav {
  display: flex;
  aign-items: center;
}
.horizontal-icon-nav a {
  display: block;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  text-decoration: none;
}
.horizontal-icon-nav i {
  display: flex;
  background-color: #7eb712;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.horizontal-icon-nav i:before {
  font-size: 24px;
}

.holder-awww-svg-quality-mark {
  display: flex;
  align-items: center;
}
.holder-awww-svg-quality-mark .text-icon-after {
  display: block;
  width: 230px;
}

#menu-footer-menu {
  justify-content: end;
}
#menu-footer-menu a {
  padding: 5px 9px;
}
#menu-footer-menu a span {
  color: #339DB4;
  font-size: 14px;
}

.copyright {
  display: block;
  margin-top: 6px;
}

.endfooter {
  background-color: #ffffff;
}

.pre-footer {
  margin-top: 50px;
}
.pre-footer h3, .pre-footer h4, .pre-footer h5 {
  font-size: 16px;
  margin: 0;
}
.pre-footer .menu li a {
  padding: 3px 9px;
}

.news-post-overview {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}
.news-post-overview > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
.news-post-overview figure {
  position: relative;
  height: 65px;
  margin-right: 20px;
  flex-basis: 65px;
  flex-grow: 0;
  flex-shrink: 0;
}
.news-post-overview figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-post-overview h2, .news-post-overview h3, .news-post-overview h4, .news-post-overview h5 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.news-post-overview .wp-block-group {
  border-radius: 0;
  overflow: auto;
}

p.date-title {
  font-size: 14px;
  margin: 0;
  color: #7eb712;
}

.tax-list .filter-container {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
}
.tax-list .filter-container .filter-container {
  margin-top: 0px;
  padding: 0 15px;
}
.tax-list .filter-item {
  display: block;
}
.tax-list .wp-block-button.active a {
  display: block;
  position: relative;
  padding-left: 17px;
}
.tax-list .wp-block-button.active a:before {
  position: absolute;
  color: #5A5846;
  top: 4px;
  left: 2px;
  width: 13px;
  height: 20px;
  content: "\e800";
  font-family: "fontello";
  font-size: 12px;
  transform: rotate(0);
}
.tax-list .wp-block-button.active a:after {
  display: none;
}
.tax-list .wp-block-button.active span {
  color: #5A5846;
}
.tax-list .wp-block-button__link {
  display: block;
  border-radius: 0;
  padding: 3px;
  background-color: transparent;
  color: #7eb712;
  text-align: left;
}
.tax-list .wp-block-button__link span {
  font-size: 16px;
  color: #7eb712;
}

.is-style-active-filter a {
  position: relative;
  padding-left: 45px;
}
.is-style-active-filter a:before {
  background-color: #dfedc4;
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  top: 27px;
  left: 22px;
  transform: rotate(45deg);
}
.is-style-active-filter a:after {
  background-color: #dfedc4;
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  top: 27px;
  left: 22px;
  transform: rotate(-45deg);
}
.is-style-active-filter a span {
  color: #ffffff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.nav-links {
  display: flex;
}

.page-numbers {
  display: flex;
  padding: 2px 8px;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #a4cc59;
  color: #7eb712;
  border-radius: 3px;
  align-items: center;
  font-size: 16px;
  margin: 1px;
}
.page-numbers.current, .page-numbers:hover {
  color: #ffffff;
  background-color: #7eb712;
}

.wp-block-awww-submit-button {
  margin: 0;
}

.niewsbrief-inschrijving input {
  font-size: 14px;
  background-color: #dfedc4;
}
.niewsbrief-inschrijving .wp-block-button__link:hover {
  background-color: #000000;
  color: #ffffff;
}

.all-height .niewsbrief-inschrijving {
  height: calc(100% - 30px);
}

.overview-list-overzicht .awww-col {
  padding: 0;
}

.row-align-stretch > .wp-block-awww-variable-column > .wp-block-group {
  height: 100%;
}

.et_pb_code_inner {
  position: relative;
}

#donation_progression_bar {
  height: 420px;
  width: 46px;
  flex-direction: column;
  justify-content: flex-end;
  border-top: 20px solid #fff;
  border-bottom: 15px solid #fff;
  background-color: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  position: relative;
  z-index: 0;
  display: flex;
  box-shadow: 6px 16px 14px rgba(90, 88, 70, 0.25);
}
#donation_progression_bar:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #cd501d;
  background-image: url(imgs/bubble-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin: 0 0 -45px -45px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: solid 15px #fff;
  z-index: -1;
  box-shadow: 6px 16px 14px rgba(90, 88, 70, 0.25);
}
#donation_progression_bar:after {
  content: "";
  display: inline-block;
  background-color: #ecece8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 10;
  top: 0;
  bottom: 0;
}

#donation_progression_bar .subtotal.subtotal-sm {
  display: none;
}

#donation_progression_bar .progress {
  display: inline-block;
  background-color: #cd501d;
  min-width: 16px;
  min-height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 20;
  margin: 0px 15px;
  position: relative;
  transform: translateY(1px);
  height: 86%;
}
#donation_progression_bar .progress:after {
  content: "";
  display: inline-block;
  width: 2px;
  border-left: solid 2px #fff;
  position: absolute;
  top: 8px;
  bottom: 15px;
  left: 3px;
  z-index: 8;
}

#donation_progression_bar .subtotal {
  font-family: "Ubuntu", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #cd501d;
  letter-spacing: -0.03em;
  line-height: 0.8;
  background-color: #f5cac3;
  padding: 12px 14px 12px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 6px 16px 14px rgba(90, 88, 70, 0.25);
  position: absolute;
  top: -28px;
  left: 50px;
  z-index: 40;
}
#donation_progression_bar .subtotal:before {
  content: "€ ";
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  top: 24px;
  left: 10px;
}

#donation_progression_bar .subtotal .donation-hearts {
  position: absolute;
  top: -80px;
  left: 0;
}

#donation_progression_bar .progress .subtotal.subtotal-md::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0 -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #f5cac3;
  z-index: 40;
}

#donation_progression_bar .markers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55%;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 0 0;
  margin: 0;
}

#donation_progression_bar .markers li {
  border-top: 2px solid #ecece8;
  flex-grow: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}
#donation_progression_bar .markers li:first-child {
  border: none;
}

#donation_progression_bar .markers li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 7px;
  border-top: 2px solid #ecece8;
}

.dm_donation_holder, .form_donation {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin: 0 0 30px 0;
}

.dm_first h3 {
  margin: 0;
  line-height: 16px;
  font-size: 16px;
}
.dm_first p {
  margin: 0;
  font-size: 14px;
}

.dm_second {
  margin-bottom: 5px;
}
.dm_second p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #7eb712;
}
.dm_second p:last-child {
  float: right;
}

.dm_overview_holder {
  margin: 10px 0;
  border-bottom: 1px solid #7eb712;
  padding: 10px 0;
}

.dm_donation_container h2 {
  color: #7eb712;
  font-size: 18px;
  border-bottom: 3px solid #7eb712;
  margin: 0;
}

.dm_show_other_holder {
  height: 24px;
}
.dm_show_other_holder a {
  color: #339DB4;
}
.dm_show_other_holder a:last-child {
  float: right;
}

.is-single-donatlion #dmm_interval, .is-single-donatlion #dmm_dd {
  display: none;
}

.form_donation input[type=text], .form_donation input[type=number], .form_donation input[type=email], .form_donation textarea, .form_donation select {
  background-color: #dfedc4;
  border: 0;
  padding: 7px 9px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.form_donation input[type=submit] {
  background-color: #7eb712;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
  padding: 6px 15px;
}

.form_donation > p > span {
  display: block;
  overflow: visible !important;
  height: 35px;
}

.form_donation > br {
  display: none;
}

#donation_progression_wrapper {
  position: relative;
  margin-left: 27px;
  margin-bottom: 74px;
}
#donation_progression_wrapper .is-style-third-button {
  margin-bottom: 25px;
  display: inline-block;
}
#donation_progression_wrapper .is-style-third-button span {
  font-size: 16px;
}

.date-container {
  display: block;
  text-align: center;
  width: 100%;
  top: 146px;
  position: absolute;
}
.date-container .date-holder {
  display: inline-block;
  width: 100px;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4);
}
.date-container .date-month {
  background-color: #87bdc9;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}
.date-container .date-date {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}
.date-container .date-day {
  color: #87bdc9;
}

.evenement-overview {
  position: relative;
}

.overview-item-onderzoek-normal .date-container {
  width: auto;
  top: 50%;
  margin-top: -45px;
  left: 20%;
  margin-left: -50px;
}
.overview-item-onderzoek-normal.evenementen-overview .overview-nieuws-content {
  padding-left: 80px;
}

.overview-item-evenement-normal .overview-nieuws-content {
  padding: 48px 15px 45px 15px;
}

.inner-group-distance > .wp-block-group {
  margin-bottom: 30px;
}

.beroep h1, .beroep h2, .beroep h3, .beroep h4, .beroep h5 {
  margin: 0;
  font-size: 20px;
}

.agbnummer h1, .agbnummer h2, .agbnummer h3, .agbnummer h4, .agbnummer h5 {
  margin: 0;
  font-size: 16px;
  color: #7eb712;
  line-height: 18px;
  margin-bottom: 20px;
}

.wp-block-post-featured-image {
  border-radius: 20px;
  overflow: hidden;
}

.notification {
  padding: 10px 15px;
  border-left: 3px solid green;
  background-color: #ffffff;
  margin: 15px 0;
}
.notification.error {
  border-left: 3px solid red;
}

.bulletHolder .bulletItem {
  background-color: transparent;
}

.thumbnailItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7eb712;
  opacity: 0.4;
}
.thumbnailItem.active:after, .thumbnailItem:hover:after {
  opacity: 0;
}

.particletext {
  text-align: center;
  font-size: 48px;
  position: relative;
  margin: 100px 60px 60px 60px;
}

.particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  -webkit-animation: hearts 3s ease-in infinite;
  animation: hearts 3s ease-in infinite;
}

.particletext.hearts > .particle:before, .particletext.hearts > .particle:after {
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d;
}

.particletext.hearts > .particle:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .particletext.hearts > .particle:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) rotate(45deg);
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20%) rotate(45deg);
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%) rotate(45deg);
    transform: translate(0, -1000%) rotate(45deg);
  }
}
@keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0%) rotate(45deg);
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20%) rotate(45deg);
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%) rotate(45deg);
    transform: translate(0, -1000%) rotate(45deg);
  }
}
.navTrigger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  padding: 8px 6px 5px 6px;
  border-radius: 3px;
  background-color: #7eb712;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
}
.navTrigger.not-active i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.not-active i:nth-child(2) {
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.not-active i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.overview-wachttijden .mobile-menu-item {
  display: none;
}

#dmn_checkbox_holder {
  text-align: center;
}
#dmn_checkbox_holder label {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background-color: #7eb712;
  color: #ffffff;
  margin: 5px;
}

.zkn-widget-type-2 .zkn-widget-body, .zkn-widget-type-4 .zkn-widget-body {
  height: auto !important;
}

.zkn-widget-type-2 .zkn-widget-body .widget_content .fractional_number_circled span:first-child {
  color: #ffffff;
  font-size: 40px;
}

.vestigingcontact input, .vestigingcontact textarea {
  background-color: #f7f7f7;
}

.inline-value {
  line-height: 20px;
}

.meta-data-icons {
  margin: 20px 0;
}
.meta-data-icons .meta-icon .inline-txt {
  padding: 5px 0;
}

.meta-icon {
  position: relative;
}
.meta-icon .inline-value {
  margin-left: 25px;
  display: block;
}
.meta-icon .inline-txt:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "fontello";
  display: block;
  width: 20px;
  text-align: center;
}
.meta-icon .straat:before {
  content: "\e802";
}
.meta-icon .email:before {
  content: "\f1d8";
}
.meta-icon .telefoon:before {
  content: "\e807";
}
.meta-icon .fax:before {
  content: "\f1ac";
}

.taxonomy-referenties ul.taxonomy-container {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-referenties ul.taxonomy-container li {
  background-color: transparent;
  padding: 15px;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.taxonomy-referenties ul.taxonomy-container li .referntie-holder {
  display: flex;
  align-items: center;
}
.taxonomy-referenties ul.taxonomy-container li .referentie-img {
  flex-basis: 95px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.taxonomy-referenties ul.taxonomy-container li .referentie-img figure {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.taxonomy-referenties ul.taxonomy-container li .referentie-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}
.taxonomy-referenties ul.taxonomy-container li h5 {
  margin: 0;
  color: #7eb712;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.taxonomy-referenties ul.taxonomy-container li p {
  margin: 0;
}

.wp-block-gallery {
  border-radius: 30px;
  overflow: hidden;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  margin: 0 !important;
  border-radius: 0px;
}

.active-filter-container .wp-block-buttons {
  margin: 0;
}
.active-filter-container .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
  margin: 0px;
}
.active-filter-container .wp-block-buttons .wp-block-button__link {
  margin-top: 10px;
  margin-bottom: 0;
}

.wp-block-awww-contactformcol {
  padding-top: 0;
  padding-bottom: 0;
}

.awww-row.has-bg-img {
  position: unset;
}

.contactInfoHolder {
  padding: 10px;
  margin: 5px 10px 20px 10px;
  width: 100%;
}
.contactInfoHolder.success {
  background-color: #dfedc4;
  border: 1px solid #7eb712;
}
.contactInfoHolder.success * {
  color: #7eb712;
}
.contactInfoHolder.error {
  background-color: #ffcccb;
  border: 1px solid red;
}
.contactInfoHolder.error * {
  color: red;
}

.has-variant-background-color, .overviewMenu li a.active, .overviewMenu li a:hover, .has-variant-background-color .parent-style, .overviewMenu li a.active .parent-style, .overviewMenu li a:hover .parent-style {
  background-color: #7eb712;
}

.has-variant-mid-background-color, .has-variant-mid-background-color .parent-style {
  background-color: #a4cc59;
}

.has-variant-light-background-color, .has-variant-light-background-color .parent-style {
  background-color: #dfedc4;
}

.wp-block-button__link {
  border: 0;
  background-color: #7eb712;
  margin: 0 4px 11px 4px;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .is-style-outline .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #7eb712;
}
.is-style-outline .wp-block-button__link {
  color: #7eb712;
  border-color: #7eb712;
  border: 2px solid;
}

.inline-txt:before {
  color: #a4cc59;
}

.taxonomy-container li {
  background-color: #7eb712;
}

.has-variant-color {
  color: #7eb712;
}
.has-variant-color > li {
  color: #7eb712;
}
.has-variant-color.holder-icon-svg span {
  color: #7eb712;
}
.has-variant-color.holder-icon-svg svg path {
  fill: #7eb712;
  stroke: #7eb712;
}
.has-variant-color.holder-icon-svg svg circle {
  stroke: #7eb712;
}
.has-variant-color .parent-style {
  color: #7eb712;
}

.has-variant-mid-color {
  color: #a4cc59;
}
.has-variant-mid-color > li {
  color: #a4cc59;
}
.has-variant-mid-color .parent-style {
  color: #a4cc59;
}
.has-variant-mid-color.holder-icon-svg span {
  color: #a4cc59;
}
.has-variant-mid-color.holder-icon-svg svg path {
  fill: #a4cc59;
  stroke: #a4cc59;
}
.has-variant-mid-color.holder-icon-svg svg circle {
  stroke: #a4cc59;
}

.has-variant-light-color {
  color: #dfedc4;
}
.has-variant-light-color > li {
  color: #dfedc4;
}
.has-variant-light-color .parent-style {
  color: #dfedc4;
}
.has-variant-light-color.holder-icon-svg span {
  color: #dfedc4;
}
.has-variant-light-color.holder-icon-svg svg path {
  fill: #dfedc4;
  stroke: #dfedc4;
}
.has-variant-light-color.holder-icon-svg svg circle {
  stroke: #dfedc4;
}

.has-global-color-red .has-variant-background-color, .has-global-color-red .overviewMenu li a.active, .overviewMenu li .has-global-color-red a.active, .has-global-color-red .overviewMenu li a:hover, .overviewMenu li .has-global-color-red a:hover {
  background-color: #b97e79;
}
.has-global-color-red .has-variant-background-color .parent-style, .has-global-color-red .overviewMenu li a.active .parent-style, .overviewMenu li .has-global-color-red a.active .parent-style, .has-global-color-red .overviewMenu li a:hover .parent-style, .overviewMenu li .has-global-color-red a:hover .parent-style {
  background-color: #b97e79;
}
.has-global-color-red .has-variant-mid-background-color {
  background-color: #cea4a1;
}
.has-global-color-red .has-variant-mid-background-color .parent-style {
  background-color: #cea4a1;
}
.has-global-color-red .has-variant-light-background-color {
  background-color: #eddfdd;
}
.has-global-color-red .has-variant-light-background-color .parent-style {
  background-color: #eddfdd;
}
.has-global-color-red .wp-block-button__link {
  background-color: #b97e79;
}
.has-global-color-red .taxonomy-container li {
  background-color: #b97e79;
}
.has-global-color-red .is-style-outline > .wp-block-button__link:not(.has-text-color), .has-global-color-red .is-style-outline .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #b97e79;
}
.has-global-color-red .is-style-outline .wp-block-button__link {
  color: #b97e79;
  border-color: #b97e79;
}
.has-global-color-red .is-style-tab-menu-left {
  background-color: #eddfdd;
}
.has-global-color-red .wp-block-awww-tabheaditem.active, .has-global-color-red .wp-block-awww-tabheaditem:hover {
  background-color: #b97e79;
}
.has-global-color-red .wp-block-awww-tabheaditem.active *, .has-global-color-red .wp-block-awww-tabheaditem:hover * {
  color: #ffffff;
}
.has-global-color-red .inline-txt:before {
  color: #cea4a1;
}
.has-global-color-red li::marker {
  color: #b97e79;
}
.has-global-color-red .has-variant-color {
  color: #b97e79;
}
.has-global-color-red .has-variant-color .parent-style {
  color: #b97e79;
}
.has-global-color-red .has-variant-color > li {
  color: #b97e79;
}
.has-global-color-red .has-variant-color.holder-icon-svg span {
  color: #b97e79;
}
.has-global-color-red .has-variant-color.holder-icon-svg svg {
  display: block;
}
.has-global-color-red .has-variant-color.holder-icon-svg svg path {
  fill: #b97e79;
  stroke: #b97e79;
}
.has-global-color-red .has-variant-color.holder-icon-svg svg circle {
  stroke: #b97e79;
}
.has-global-color-red .has-variant-mid-color {
  color: #cea4a1;
}
.has-global-color-red .has-variant-mid-color > li {
  color: #cea4a1;
}
.has-global-color-red .has-variant-mid-color .parent-style {
  color: #cea4a1;
}
.has-global-color-red .has-variant-mid-color.holder-icon-svg span {
  color: #cea4a1;
}
.has-global-color-red .has-variant-mid-color.holder-icon-svg svg path {
  fill: #cea4a1;
  stroke: #cea4a1;
}
.has-global-color-red .has-variant-mid-color.holder-icon-svg svg circle {
  stroke: #cea4a1;
}
.has-global-color-red .has-variant-light-color {
  color: #eddfdd;
}
.has-global-color-red .has-variant-light-color > li {
  color: #eddfdd;
}
.has-global-color-red .has-variant-light-color .parent-style {
  color: #eddfdd;
}
.has-global-color-red .has-variant-light-color.holder-icon-svg span {
  color: #eddfdd;
}
.has-global-color-red .has-variant-light-color.holder-icon-svg svg path {
  fill: #eddfdd;
  stroke: #eddfdd;
}
.has-global-color-red .has-variant-light-color.holder-icon-svg svg circle {
  stroke: #eddfdd;
}

.has-global-color-blue .has-variant-background-color, .has-global-color-blue .overviewMenu li a.active, .overviewMenu li .has-global-color-blue a.active, .has-global-color-blue .overviewMenu li a:hover, .overviewMenu li .has-global-color-blue a:hover {
  background-color: #87bdc9;
}
.has-global-color-blue .has-variant-background-color .parent-style, .has-global-color-blue .overviewMenu li a.active .parent-style, .overviewMenu li .has-global-color-blue a.active .parent-style, .has-global-color-blue .overviewMenu li a:hover .parent-style, .overviewMenu li .has-global-color-blue a:hover .parent-style {
  background-color: #87bdc9;
}
.has-global-color-blue .has-variant-mid-background-color {
  background-color: #abd1d9;
}
.has-global-color-blue .has-variant-mid-background-color .parent-style {
  background-color: #abd1d9;
}
.has-global-color-blue .has-variant-light-background-color {
  background-color: #e1eef1;
}
.has-global-color-blue .has-variant-light-background-color .parent-style {
  background-color: #e1eef1;
}
.has-global-color-blue .wp-block-button__link {
  background-color: #87bdc9;
}
.has-global-color-blue .is-style-outline > .wp-block-button__link:not(.has-text-color), .has-global-color-blue .is-style-outline .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #87bdc9;
}
.has-global-color-blue .is-style-outline .wp-block-button__link {
  color: #87bdc9;
  border-color: #87bdc9;
}
.has-global-color-blue .is-style-tab-menu-left {
  background-color: #e1eef1;
}
.has-global-color-blue .wp-block-awww-tabheaditem.active, .has-global-color-blue .wp-block-awww-tabheaditem:hover {
  background-color: #87bdc9;
}
.has-global-color-blue .wp-block-awww-tabheaditem.active *, .has-global-color-blue .wp-block-awww-tabheaditem:hover * {
  color: #ffffff;
}
.has-global-color-blue .taxonomy-container li {
  background-color: #87bdc9;
}
.has-global-color-blue li::marker {
  color: #87bdc9;
}
.has-global-color-blue .inline-txt:before {
  color: #abd1d9;
}
.has-global-color-blue .has-variant-color {
  color: #87bdc9;
}
.has-global-color-blue .has-variant-color > li {
  color: #87bdc9;
}
.has-global-color-blue .has-variant-color .parent-style {
  color: #87bdc9;
}
.has-global-color-blue .has-variant-color.holder-icon-svg span {
  color: #87bdc9;
}
.has-global-color-blue .has-variant-color.holder-icon-svg svg path {
  fill: #87bdc9;
  stroke: #87bdc9;
}
.has-global-color-blue .has-variant-color.holder-icon-svg svg circle {
  stroke: #87bdc9;
}
.has-global-color-blue .has-variant-mid-color {
  color: #abd1d9;
}
.has-global-color-blue .has-variant-mid-color > li {
  color: #abd1d9;
}
.has-global-color-blue .has-variant-mid-color .parent-style {
  color: #abd1d9;
}
.has-global-color-blue .has-variant-mid-color.holder-icon-svg span {
  color: #abd1d9;
}
.has-global-color-blue .has-variant-mid-color.holder-icon-svg svg path {
  fill: #abd1d9;
  stroke: #abd1d9;
}
.has-global-color-blue .has-variant-mid-color.holder-icon-svg svg circle {
  stroke: #abd1d9;
}
.has-global-color-blue .has-variant-light-color {
  color: #e1eef1;
}
.has-global-color-blue .has-variant-light-color > li {
  color: #e1eef1;
}
.has-global-color-blue .has-variant-light-color .parent-style {
  color: #e1eef1;
}
.has-global-color-blue .has-variant-light-color.holder-icon-svg span {
  color: #e1eef1;
}
.has-global-color-blue .has-variant-light-color.holder-icon-svg svg path {
  fill: #e1eef1;
  stroke: #e1eef1;
}
.has-global-color-blue .has-variant-light-color.holder-icon-svg svg circle {
  stroke: #e1eef1;
}

.has-text-color.has-primary-color {
  color: #7eb712;
}
.has-text-color.has-primary-color > li {
  color: #7eb712;
}
.has-text-color.has-primary-color .parent-style {
  color: #7eb712;
}
.has-text-color.has-primary-color.holder-icon-svg span {
  color: #7eb712;
}
.has-text-color.has-primary-color.holder-icon-svg svg path, .has-text-color.has-primary-color.holder-icon-svg svg circle {
  fill: #7eb712;
  stroke: #7eb712;
}
.has-text-color.has-secondary-color {
  color: #b97e79;
}
.has-text-color.has-secondary-color > li {
  color: #b97e79;
}
.has-text-color.has-secondary-color .parent-style {
  color: #b97e79;
}
.has-text-color.has-secondary-color.holder-icon-svg span {
  color: #b97e79;
}
.has-text-color.has-secondary-color.holder-icon-svg svg path, .has-text-color.has-secondary-color.holder-icon-svg svg circle {
  fill: #b97e79;
  stroke: #b97e79;
}
.has-text-color.has-third-color {
  color: #cbb65c;
}
.has-text-color.has-third-color > li {
  color: #cbb65c;
}
.has-text-color.has-third-color .parent-style {
  color: #cbb65c;
}
.has-text-color.has-third-color.holder-icon-svg span {
  color: #cbb65c;
}
.has-text-color.has-third-color.holder-icon-svg svg path, .has-text-color.has-third-color.holder-icon-svg svg circle {
  fill: #cbb65c;
  stroke: #cbb65c;
}
.has-text-color.has-fourth-color {
  color: #87bdc9;
}
.has-text-color.has-fourth-color .parent-style {
  color: #87bdc9;
}
.has-text-color.has-fourth-color > li {
  color: #87bdc9;
}
.has-text-color.has-fourth-color.holder-icon-svg span {
  color: #87bdc9;
}
.has-text-color.has-fourth-color.holder-icon-svg svg path, .has-text-color.has-fourth-color.holder-icon-svg svg circle {
  fill: #87bdc9;
  stroke: #87bdc9;
}
.has-text-color.has-fifth-color {
  color: #ffffff;
}
.has-text-color.has-fifth-color .parent-style {
  color: #ffffff;
}
.has-text-color.has-fifth-color > li {
  color: #ffffff;
}
.has-text-color.has-fifth-color.holder-icon-svg span {
  color: #ffffff;
}
.has-text-color.has-fifth-color.holder-icon-svg svg path, .has-text-color.has-fifth-color.holder-icon-svg svg circle {
  fill: #ffffff;
  stroke: #ffffff;
}

.has-background.has-primary-background-color, .has-background.has-primary-background-color .parent-style {
  background-color: #7eb712;
}
.has-background.has-primary-mid-background-color, .has-background.has-primary-mid-background-color .parent-style {
  background-color: #a4cc59;
}
.has-background.has-primary-light-background-color, .has-background.has-primary-light-background-color .parent-style {
  background-color: #dfedc4;
}
.has-background.has-secondary-background-color, .has-background.has-secondary-background-color .parent-style {
  background-color: #b97e79;
}
.has-background.has-secondary-mid-background-color, .has-background.has-secondary-mid-background-color .parent-style {
  background-color: #cea4a1;
}
.has-background.has-secondary-light-background-color, .has-background.has-secondary-light-background-color .parent-style {
  background-color: #eddfdd;
}
.has-background.has-third-background-color, .has-background.has-third-background-color .parent-style {
  background-color: #cbb65c;
}
.has-background.has-third-mid-background-color, .has-background.has-third-mid-background-color .parent-style {
  background-color: #dacc8d;
}
.has-background.has-third-light-background-color, .has-background.has-third-light-background-color .parent-style {
  background-color: #f2edd6;
}
.has-background.has-fourth-background-color, .has-background.has-fourth-background-color .parent-style {
  background-color: #87bdc9;
}
.has-background.has-fourth-mid-background-color, .has-background.has-fourth-mid-background-color .parent-style {
  background-color: #abd1d9;
}
.has-background.has-fourth-light-background-color, .has-background.has-fourth-light-background-color .parent-style {
  background-color: #e1eef1;
}
.has-background.has-fifth-background-color, .has-background.has-fifth-background-color .parent-style {
  background-color: #ffffff;
}
.has-background.has-sixth-background-color, .has-background.has-sixth-background-color .parent-style {
  background-color: #F5F8F7;
}

.wp-block-awww-contactform.has-background {
  background-color: transparent;
}
.wp-block-awww-contactform.has-background.has-sixth-background-color input, .wp-block-awww-contactform.has-background.has-sixth-background-color textarea {
  background-color: #F5F8F7;
}

.wp-block-buttons.is-content-justification-right {
  text-align: right;
}
.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

p, li, a, td, label, input, textarea {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  color: #5A5846;
  font-size: 16px;
  line-height: 24px;
}
p.has-small-font-size, li.has-small-font-size, a.has-small-font-size, td.has-small-font-size, label.has-small-font-size, input.has-small-font-size, textarea.has-small-font-size {
  font-size: 14px !important;
  line-height: 19px;
}
p.has-normal-font-size, p.has-regular-font-size, li.has-normal-font-size, li.has-regular-font-size, a.has-normal-font-size, a.has-regular-font-size, td.has-normal-font-size, td.has-regular-font-size, label.has-normal-font-size, label.has-regular-font-size, input.has-normal-font-size, input.has-regular-font-size, textarea.has-normal-font-size, textarea.has-regular-font-size {
  font-size: 16px !important;
  line-height: 21px;
}
p.has-medium-font-size, li.has-medium-font-size, a.has-medium-font-size, td.has-medium-font-size, label.has-medium-font-size, input.has-medium-font-size, textarea.has-medium-font-size {
  font-size: 18px !important;
  line-height: 24px;
}
p.has-large-font-size, li.has-large-font-size, a.has-large-font-size, td.has-large-font-size, label.has-large-font-size, input.has-large-font-size, textarea.has-large-font-size {
  font-size: 20px !important;
  line-height: 26px;
}
p.has-huge-font-size, li.has-huge-font-size, a.has-huge-font-size, td.has-huge-font-size, label.has-huge-font-size, input.has-huge-font-size, textarea.has-huge-font-size {
  font-size: 22px !important;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6, th, tfoot td {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #5A5846;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 37px;
}

h4 {
  font-size: 23px;
  line-height: 32px;
}

h5 {
  font-size: 21px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 45px 0 15px 0;
}
h1.has-small-font-size, h2.has-small-font-size, h3.has-small-font-size, h4.has-small-font-size, h5.has-small-font-size, h6.has-small-font-size {
  font-size: 22px !important;
  line-height: 28px;
}
h1.has-normal-font-size, h1.has-regular-font-size, h2.has-normal-font-size, h2.has-regular-font-size, h3.has-normal-font-size, h3.has-regular-font-size, h4.has-normal-font-size, h4.has-regular-font-size, h5.has-normal-font-size, h5.has-regular-font-size, h6.has-normal-font-size, h6.has-regular-font-size {
  font-size: 26px !important;
  line-height: 32px;
}
h1.has-medium-font-size, h2.has-medium-font-size, h3.has-medium-font-size, h4.has-medium-font-size, h5.has-medium-font-size, h6.has-medium-font-size {
  font-size: 30px !important;
  line-height: 37px;
}
h1.has-large-font-size, h2.has-large-font-size, h3.has-large-font-size, h4.has-large-font-size, h5.has-large-font-size, h6.has-large-font-size {
  font-size: 32px !important;
  line-height: 40px;
}
h1.has-huge-font-size, h2.has-huge-font-size, h3.has-huge-font-size, h4.has-huge-font-size, h5.has-huge-font-size, h6.has-huge-font-size {
  font-size: 40px !important;
  line-height: 50px;
}

.is-style-distance-medium {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.is-style-distance-large {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.distancetop-1 {
  margin-top: 0;
}

.distancetop-2 {
  margin-top: 15px;
}

.distancetop-3 {
  margin-top: 40px;
}

.distancetop-4 {
  margin-top: 60px;
}

.distancetop-5 {
  margin-top: 80px;
}

.distanceinnertop-1 {
  padding-top: 0;
}

.distanceinnertop-2 {
  padding-top: 15px;
}

.distanceinnertop-3 {
  padding-top: 40px;
}

.distanceinnertop-4 {
  padding-top: 60px;
}

.distanceinnertop-5 {
  padding-top: 80px;
}

.distancebottom-1 {
  margin-bottom: 0;
}

.distancebottom-2 {
  margin-bottom: 20px;
}

.distancebottom-3 {
  margin-bottom: 40px;
}

.distancebottom-4 {
  margin-bottom: 60px;
}

.distancebottom-5 {
  margin-bottom: 80px;
}

.distanceinnerbottom-1 {
  padding-bottom: 0;
}

.distanceinnerbottom-2 {
  padding-bottom: 20px;
}

.distanceinnerbottom-3 {
  padding-bottom: 40px;
}

.distanceinnerbottom-4 {
  padding-bottom: 60px;
}

.distanceinnerbottom-5 {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .is-main-nav-holder .top-nav-container {
    position: absolute;
    top: 5px;
    right: 13px;
  }
  .is-main-nav-holder .top-nav-container .menu > li > a {
    height: 40px;
    padding-left: 0;
  }
  .is-main-nav-holder .top-nav-container .menu > li > a:before {
    background-color: transparent;
  }
  .is-main-nav-holder .top-nav-container .menu > li > a span {
    padding: 5px 12px;
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }

  .is-main-nav-holder .menu > li > a {
    height: 40px;
  }

  .is-main-nav-holder {
    padding-top: 42px;
  }

  .is-main-nav-holder .menu > li > a {
    padding-left: 5px;
  }
  .is-main-nav-holder .menu > li > a span {
    font-size: 15px;
  }

  .waiting-times-holder {
    width: 90%;
  }

  .wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabcontent {
    margin: 25px;
  }
}
@media screen and (max-width: 992px) {
  .row-reverse-sm > .awww-row {
    flex-direction: column-reverse;
  }

  .columns-container.is-style-content-under-img .is-style-group-quote {
    top: -321px;
    right: 15px;
  }

  .awww-row figure {
    text-align: center;
  }

  .navTrigger {
    display: block;
    position: absolute;
    top: 24px;
    left: 15px;
  }

  #logo-holder {
    padding: 7px 10px;
    left: 60px;
  }

  .is-main-nav-holder.active .main-nav-container .menu-head-menu-container {
    transform: translateX(0%);
  }
  .is-main-nav-holder.active .main-nav-container:before {
    transform: translateX(0%);
  }

  .is-main-nav-holder .main-nav-container .menu-head-menu-container {
    display: block;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 100;
    background-color: #ffffff;
    bottom: 0;
    padding: 20px 30px;
    transform: translateX(-110%);
    transition: transform 0.5s;
    overflow: auto;
    top: 96px;
    height: 100vh;
    height: calc(100vh - 136px);
  }
  .is-main-nav-holder .main-nav-container:before {
    transform: translateX(-110%);
    transition: transform 0.5s;
    content: "";
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: #7eb712;
    opacity: 0.5;
    z-index: 99;
  }

  .menu-head-menu-container .menu {
    display: block;
  }
  .menu-head-menu-container .menu li {
    display: block;
  }

  .is-main-nav-holder .top-nav-container {
    top: 0;
  }

  .is-main-nav-holder .top-nav-container .menu > li > a {
    height: 90px;
  }

  .menu > li ul {
    display: block;
    position: relative;
    padding: 0;
  }
  .menu > li ul span {
    font-size: 15px;
    font-weight: 400;
  }

  .is-style-logo-img .has-bg-img {
    justify-content: flex-end;
  }
  .is-style-logo-img .awww-col-offset-8 {
    flex-basis: 320px;
  }

  .is-style-group-quote .wp-block-group {
    padding: 134px 72px 82px 42px;
  }

  .post-overview .awww-col-6 {
    flex-basis: 50%;
  }

  .waiting-times-holder .waiting-times-item {
    padding: 0 20px;
  }

  .waiting-times-holder .waiting-times-inner {
    padding: 26px;
  }

  .wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabcontent {
    margin: 10px;
  }
}
@media screen and (max-width: 764px) {
  .post-overview .awww-col-6 {
    flex-basis: 50%;
  }

  .is-style-logo-img {
    height: 314px;
  }

  .waiting-times-holder {
    width: 94%;
    margin: 0 auto 10px auto;
  }

  .waiting-times-holder .waiting-times-item {
    padding: 0 10px;
  }

  .wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabhead {
    display: none;
  }

  .wp-block-awww-tab.is-style-tab-menu-left .wp-block-awww-tabcontent {
    flex-basis: 100%;
  }

  .wp-block-awww-tab.is-style-tab-menu-left.menu-distance .wp-block-awww-tabcontent .tab-content-item {
    position: relative;
    margin-bottom: 5px;
  }

  .mobile-tab-head {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
  }
  .mobile-tab-head:after {
    font-family: "fontello";
    top: 14px;
    right: 17px;
    content: "\f004";
    position: absolute;
  }
  .mobile-tab-head.active:after {
    content: "\f005";
  }

  .wp-block-awww-tab.is-style-tab-menu-left.menu-distance .wp-block-awww-tabcontent .tab-content-item {
    border-radius: 0;
  }

  .wp-block-awww-tabcontentitem {
    margin: 3px 0;
    border-bottom: 1px solid #dfedc4;
  }
  .wp-block-awww-tabcontentitem:first-child {
    margin-top: 0;
  }
  .wp-block-awww-tabcontentitem:last-child {
    margin-bottom: 0;
  }

  .is-style-tab-menu-left .wp-block-awww-tabcontentitem {
    border-bottom: 1px solid #dfedc4;
  }

  .wp-block-awww-tabcontent {
    border-radius: 20px;
  }

  .force-colom > .awww-row {
    flex-wrap: wrap;
  }

  .use-full-width .awww-col {
    flex-basis: max-content;
  }

  .overview-tab-holder.vestigingen-wachttijden {
    display: none;
  }

  .overview-wachttijden .mobile-menu-item {
    position: relative;
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
  }
  .overview-wachttijden .mobile-menu-item:after {
    content: "\f004";
    position: absolute;
    top: 10px;
    right: 25px;
    font-family: "fontello";
  }
  .overview-wachttijden .single-overview.active .vestigingen-tijd-overview {
    display: block;
  }
  .overview-wachttijden .vestigingen-tijd-overview {
    display: none;
  }

  .waiting-times-holder {
    flex-wrap: wrap;
  }

  .waiting-times-holder .waiting-times-item {
    flex-basis: 100%;
    margin: 15px 0;
  }

  .post-overview-tab-holder.has-variant-light-background-color {
    background-color: transparent;
  }
  .post-overview-tab-holder .vestigingen-tijd-overview {
    background-color: #dfedc4;
    border-radius: 0;
  }
  .post-overview-tab-holder .overview-wachttijden .single-overview {
    display: block;
    padding: 0 15px 3px 15px;
  }

  .waiting-times-holder .big-time {
    font-size: 54px;
    line-height: 57px;
  }

  .waiting-times-holder p {
    margin: 0;
  }

  .waiting-times-holder .waiting-times-inner {
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }

  .post-overview-tab-holder .overview-item > h3 {
    margin: 22px 15px 0;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 10px 0;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .is-style-distance-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .is-style-distance-medium {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .is-style-distance-large {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .taxonomy-referenties ul.taxonomy-container li .referntie-holder {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #logo-holder {
    padding: 0 10px;
    display: flex;
    height: 52px;
    justify-content: center;
    position: relative;
    left: 0;
    align-items: center;
  }
  #logo-holder svg {
    width: 160px;
  }

  .head-nav {
    height: 96px;
    transition: transform 0.1s ease;
    transform: translateY(0);
  }

  .scroll-stopped .head-nav, .scroll-down .head-nav {
    transform: translateY(-52px);
  }

  .navTrigger {
    left: 6px;
    width: 24px;
    height: 21px;
    bottom: 5px;
    top: auto;
  }
  .navTrigger i {
    height: 3px;
  }
  .navTrigger.active i {
    height: 4px;
  }

  .is-main-nav-holder .top-nav-container .menu > li > a {
    padding-right: 0;
    height: auto;
  }

  .is-main-nav-holder .top-nav-container {
    top: auto;
    right: 8px;
    bottom: 0px;
  }

  .post-overview .awww-col-6 {
    flex-basis: 100%;
  }

  .columns-container.is-style-content-under-img .is-style-group-quote {
    display: none;
  }

  .is-style-group-quote {
    display: none;
  }

  .is-main-nav-holder .main-nav-container:before {
    top: 96px;
  }

  .is-main-nav-holder .main-nav-container .menu-head-menu-container {
    top: 96px;
  }
}
