﻿/* ==========================================================================
  CSS COMMENTS
  ========================================================================== */
@import '/Vendor/slick/slick.css';
@font-face {
  font-family: "DMSans";
  src: url("/Resources/fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("/Resources/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: bold;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("/Resources/fonts/DMSans-Light.ttf") format("truetype");
  font-weight: bold;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
/*@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/Resources/fonts/fa-brands-400.eot);
    src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/Resources/fonts/fa-brands-400.woff2) format("woff2"),url(/Resources/fonts/fa-brands-400.woff) format("woff"),url(/Resources/fonts/fa-brands-400.ttf) format("truetype"),url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg")
}*/
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-400.eot);
  src: url(/Resources/fonts/fa-solid-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-400.woff2) format("woff2"), url(/Resources/fonts/fa-solid-400.woff) format("woff"), url(/Resources/fonts/fa-solid-400.ttf) format("truetype"), url(/Resources/fonts/fa-solid-400.svg#fontawesome) format("svg");
}
.fa-caret-right:before {
  content: "\f0da";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #000;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 14px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #2B2B2B;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #968E80 1px solid;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #2B2B2B !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

.popup {
  position: fixed;
  z-index: 9999;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: #fff;
  border-radius: 5px;
  border: 2px solid #2E5547;
  padding: 10px 15px;
}
.popup .accept {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  margin: 0 0 0 auto;
}
.popup .accept:hover {
  background: #1d8504;
  color: #fff;
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #2E5547;
  text-decoration: underline !important;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #2E5547;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #2E5547;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #2E5547;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #2E5547;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #2E5547;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
    display: none;
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block !important;
  background: #d5f0ff;
  width: 100%;
  z-index: 11;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 14px;
}
.top-header ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.top-header ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-header ul li:nth-of-type(1) {
  margin: 0 25px 0 0;
}
.top-header ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/phone.svg");
}
.top-header ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/mail.svg");
}
.top-header ul li a {
  color: #1b7db1;
}

.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  /*  right: 10px;
  top: 50%;*/
  display: none;
  /*    transform: translateY(-50%);*/
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open {
  top: 0;
}
.hamburger #nav-icon2.open span {
  background: #fff;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 26px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 26px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-item {
    display: none;
  }
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    /*margin-left: auto;*/
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:nth-child(5) .offcanvas-submenu {
    min-width: 325px;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 20px 0 20px;
    position: absolute;
    top: calc(100% + 19px);
    left: 25px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 21px 21px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a {
    font-weight: bold;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a:after {
    opacity: 1;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 20px 7px 30px;
    line-height: initial;
    position: relative;
    display: table;
    transition: 0.3s ease-in-out;
    /*  &:after {
        content: '';
        background-image: url('/resources/img/icons/spoon.svg');
        background-repeat: no-repeat;
        width: 25px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: -15px;
        transform: rotate(15deg);
        opacity: 0;
        transition: .3s ease-in-out;
    }*/
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background: transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  header .menu-wrapper {
    border: 2px solid #F3F3F3;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
  }
  header .logo {
    display: inline-block;
    position: relative;
  }
  header .logo img {
    max-width: 175px;
    width: 100%;
    height: auto;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* margin-left: auto;*/
    align-items: center;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  }
  header .right-menu p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  }
  header .right-menu .btn-default {
    padding: 10px 24px;
    text-align: center;
    font-weight: normal;
    display: table;
    border-radius: 2px;
    cursor: pointer;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    background: #38773f;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    border-radius: 100px;
    font-family: inherit;
    padding: 8px 25px;
    min-width: 150px;
  }
  header .right-menu .btn-default:hover {
    background: #1d8504;
    color: #fff;
  }
  header .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu .btn-default.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
  }
  header .right-menu .hide-phone, header .right-menu hide-email {
    display: none;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li:nth-of-type(1) a {
    padding: 0 25px 0 0;
  }
  header .offcanvas-menu ul li.active a {
    font-weight: bold;
    color: #2E5547;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    font-weight: bold;
    color: #2E5547;
  }
  header .offcanvas-menu ul li.active .drop-desk .JS-KeuzehulpMenu {
    font-weight: normal;
    color: #000;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li:hover a {
    color: #2E5547;
  }
  header .offcanvas-menu ul li.mobile {
    display: none;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 0 25px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-header {
    display: none !important;
  }
  .mobile-item {
    display: block;
  }
  .right-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 1;
    border-radius: 50px;
    padding: 10px;
    background: #2B2B2B;
  }
  .right-menu .btn-default {
    display: none;
  }
  .right-menu .menu-icon {
    position: relative;
    color: #141414;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
  }
  .right-menu .menu-icon img {
    max-width: 15px;
    width: 15px;
  }
  .right-menu .hide-email, .right-menu .hide-phone {
    border-right: 1px solid #fff;
    display: inline-block;
  }
  .right-menu .mobile {
    color: #fff;
    position: relative;
    padding: 0 0 0 25px;
    margin-right: 15px;
    /*  &:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-image: url(/Resources/img/icons/telefoon-yellow.svg);
    }*/
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active main, html.active .topheader, html.active footer, html.active .copy, html.active .menu-middle {
    left: -45%;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    /*  overflow: hidden;*/
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(127, 17, 70, 0.2);
  }
  .offcanvas-menu ul li.back-btn {
    background: #2B2B2B;
    color: #fff;
  }
  .offcanvas-menu ul li.back-btn a {
    width: 80%;
    left: 20px;
    position: relative;
    padding: 15px 0;
    color: #fff !important;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li.mobile {
    display: block;
  }
  .offcanvas-menu ul li.mobile.bg-color {
    padding: 0 0 0 20px;
    /*  background: #fff;

    a {
        color: #fff !important;
    }*/
  }
  .offcanvas-menu ul li.mobile.bg-color a {
    padding: 10px 24px;
    text-align: center;
    font-weight: normal;
    display: table;
    border-radius: 2px;
    cursor: pointer;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    background: #38773f;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    border-radius: 100px;
    font-family: inherit;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover {
    background: #1d8504;
    color: #fff;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
  }
  .offcanvas-menu ul li.mobile a {
    color: rgb(61, 31, 49) !important;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: rgb(61, 31, 49) !important;
    text-decoration: none;
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
    color: rgba(61, 31, 49, 0.9);
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    background: #2B2B2B;
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    padding: 0;
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    box-shadow: none;
    padding: 7px 0;
    transition: all 0.3s ease-in-out;
  }
  header .menu-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo img {
    margin-right: 10px;
    width: 100px;
    height: auto;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 59px;
    width: 45%;
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    padding: 0 0 30px;
    height: 100vh;
    overflow-y: hidden;
    right: -45%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #2E5547;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #2E5547;
  }
  header .custom-nav .mobile-show {
    display: block;
    margin: 0 0 15px;
  }
  header .custom-nav .mobile-show img {
    max-width: 50px;
    display: block;
    height: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
  html.active {
    overflow: hidden;
  }
  /*
  html {
      &.active {
          main, .topheader, footer, .copy, .menu-middle {
              left: -75%;
          }

          .overlay-search {
              left: -75%;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 125px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #2E5547;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.head {
  padding: 175px 0 100px;
  position: relative;
}
.head.homepage {
  background: #f2f2f2;
  padding: 175px 0 50px;
  margin-bottom: 100px;
}
.head.pd-bottom-small {
  padding: 150px 0 0;
}
.head h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 25px;
}
.head img {
  width: 100%;
  border-radius: 16px;
}
.head a:not(.btn-default) {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.head .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
}
.head .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.head .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.head .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.head .item {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 25px;
  height: calc(100% - 25px);
}
.head .item em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #2E5547;
}
.head .item img {
  width: 100%;
}
.head .custom-list ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.head .custom-list ul li {
  list-style: none;
}
.head .custom-list ul li:not(:last-of-type) {
  margin-right: 15px;
}

.simple-text {
  padding-bottom: 100px;
}
.simple-text.pd-top {
  padding: 150px 0 75px;
}
.simple-text.pd-top a {
  color: #000;
  text-decoration: underline;
}
.simple-text.pd-top h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
}
.simple-text #map1 {
  width: 100%;
  border-radius: 20px;
  height: 350px;
}
.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
}
.simple-text img {
  width: 100%;
  border-radius: 20px;
}
.simple-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.simple-text a:not(.btn-default) {
  color: #000;
  text-decoration: underline;
}
.simple-text .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
}
.simple-text .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.simple-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.simple-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}

.sponsors {
  text-align: center;
  padding-bottom: 75px;
}
.sponsors.organisatie {
  text-align: left;
}
.sponsors.organisatie h2, .sponsors.organisatie h3, .sponsors.organisatie h4, .sponsors.organisatie h5, .sponsors.organisatie h6 {
  color: #2E5547;
}
.sponsors.organisatie .item {
  margin-bottom: 15px;
  padding: 25px;
  height: calc(100% - 25px);
}
.sponsors.organisatie .item em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #2E5547;
}
.sponsors.organisatie .item strong {
  font-size: 18px;
  display: block;
}
.sponsors.organisatie .item a {
  color: #000;
  text-decoration: underline;
}
.sponsors.organisatie .item ul {
  padding: 0;
  margin: 0;
}
.sponsors.organisatie .item ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.sponsors.organisatie .item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
}
.sponsors.organisatie .item ul li:nth-of-type(1) {
  margin-bottom: 5px;
}
.sponsors.organisatie .item ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/icons/mail.svg");
}
.sponsors.organisatie .item ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/icons/phone.svg");
}
.sponsors h2, .sponsors h3, .sponsors h4, .sponsors h5, .sponsors h6 {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
}
.sponsors .item {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 16px;
}
.sponsors .item img {
  width: 100%;
}

@media only screen and (max-width: 767.5px) {
  .head {
    padding: 75px 0;
  }
  .head.homepage {
    padding: 75px 0;
  }
  .head.homepage h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .head .custom-list ul {
    flex-wrap: wrap;
  }
  .head .custom-list ul li {
    margin-bottom: 10px;
  }
  .head h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.events-repeat {
  padding: 25px 0 75px;
}
.events-repeat .inner {
  background: #f2f2f2;
  margin-bottom: 75px;
}
.events-repeat .inner:nth-child(even) .order-text {
  order: 2;
}
.events-repeat .inner:nth-child(even) .order-img {
  order: 1;
}
.events-repeat .inner img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.events-repeat .inner .text {
  padding: 15px 50px;
}
.events-repeat .inner .text h1, .events-repeat .inner .text h2, .events-repeat .inner .text h3, .events-repeat .inner .text h4, .events-repeat .inner .text h5 {
  color: #2B2B2B;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
.events-repeat .inner .text .date {
  background: #F0EEE7;
  padding: 5px 15px;
  text-align: center;
  display: table;
  border-radius: 100px;
  margin: 0 0 10px;
}
.events-repeat .inner .text strong {
  display: block;
  color: #376755;
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
}
.events-repeat .inner .text p {
  margin-top: 15px;
}
.events-repeat .inner .text .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  margin-top: 20px;
  display: inline-block;
  margin-right: 10px;
}
.events-repeat .inner .text .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.events-repeat .inner .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.events-repeat .inner .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.events-repeat .inner .text a:not(.btn-default) {
  color: #B7AE33;
  text-decoration: underline;
}

@media only screen and (max-width: 767.5px) {
  .event-banner {
    padding: 125px 0 25px;
  }
  .event-banner .text {
    margin-bottom: 25px;
  }
  .events-repeat {
    padding: 25px 0;
  }
  .events-repeat .inner:nth-child(even) .order-text {
    order: 1;
  }
  .events-repeat .inner:nth-child(even) .order-img {
    order: 2;
  }
  .events-repeat .inner .text {
    padding: 25px;
  }
  .events-repeat .inner .text h2, .events-repeat .inner .text h3, .events-repeat .inner .text h4, .events-repeat .inner .text h5, .events-repeat .inner .text h6 {
    font-size: 28px;
  }
}
.contact-page {
  padding: 0 0 50px;
}
.contact-page .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  margin-left: auto;
}
.contact-page .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.contact-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-page .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.contact-page textarea {
  width: 100% !important;
  min-height: 150px;
}

/*@import "pages/contact.scss";
@import "pages/vacatures.scss";
@import "pages/vacatures-2024.scss";
@import "pages/textpage.scss";
@import "pages/seo.scss";
@import "components/contact-widget";
*/
/*------------------------------------*\
    #Reset and default
\*------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  font-size: 14px;
  text-align: right;
}
.recaptcha-terms a {
  display: inline-block;
  text-decoration: underline !important;
  margin-bottom: 0;
}

/*.lazy {
    opacity: 0;
    transition: 0.4s ease-in-out;

    &.loaded {
        opacity: 1;
    }
}*/
html {
  overflow-x: hidden;
}
html:has(.new-modal.active) {
  overflow: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "DMSans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  background: #fff;
}

p {
  margin: 0 0 15px;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1420px;
}

.img-fluid {
  max-width: 100%;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  /*font-family: $font-title;*/
  color: #2B2B2B;
  line-height: initial;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.form-group {
  margin-bottom: 15px;
}
.form-group .form-control {
  border: 1px solid #968E80;
  border-radius: 2px;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  padding: 15px 15px;
  width: 100%;
  border-radius: 5px;
}
.form-group label {
  display: block;
  margin-bottom: 7px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px);
}
.form-group .help-block {
  color: red;
  font-weight: 600;
  font-size: 14px;
}

.custom-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.custom-modal.active {
  opacity: 1;
  visibility: visible;
}
.custom-modal img {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
.custom-modal .content {
  position: absolute;
  max-width: 550px;
  width: calc(100% - 30px);
  background: #fff;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #505050;
}
.custom-modal .content svg {
  margin-left: auto;
  display: table;
  cursor: pointer;
}
.custom-modal .content .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  display: inline-block;
  margin: 0 25px 0 0;
}
.custom-modal .content .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.custom-modal .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.custom-modal .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.custom-modal .content h2, .custom-modal .content h1, .custom-modal .content h4, .custom-modal .content h5, .custom-modal .content h6, .custom-modal .content h3 {
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 15px;
  color: #376756;
  font-family: "BentonSans";
}
.custom-modal .content b {
  font-weight: 600;
  color: #505050;
}

.link-pdf {
  color: #376756;
  display: block;
}

.new-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 15px 0;
}
.new-modal.active {
  opacity: 1;
  visibility: visible;
}
.new-modal p {
  margin: 0 0 15px;
}
.new-modal img {
  width: 100%;
  /*        max-width: 70%;*/
  margin: 0 auto;
  display: block;
}
.new-modal .content {
  position: relative;
  max-width: 750px;
  width: calc(100% - 30px);
  background: #fff;
  color: #505050;
}
.new-modal .content .close {
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.new-modal .content .JS-CloseModal2 {
  display: block;
}
.new-modal .content .bg-item {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 350px;
  z-index: 1;
}
.new-modal .content .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.new-modal .content .wrapper .left, .new-modal .content .wrapper .right {
  max-width: 50%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.new-modal .content .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-modal .content .wrapper .right {
  padding: 35px;
}
.new-modal .content .wrapper .img-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.new-modal .content .wrapper .img-wrapper img {
  display: inline-block;
  max-width: 50%;
}
.new-modal .content svg {
  margin-left: auto;
  display: table;
  cursor: pointer;
}
.new-modal .content .btn-default {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  display: inline-block;
  margin: 0 25px 0 0;
}
.new-modal .content .btn-default:hover {
  background: #1d8504;
  color: #fff;
}
.new-modal .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.new-modal .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.new-modal .content a:not(.btn-default) {
  color: #376756;
  text-decoration: underline;
}
.new-modal .content h2, .new-modal .content h1, .new-modal .content h4, .new-modal .content h5, .new-modal .content h6, .new-modal .content h3 {
  font-weight: 500;
  font-size: 34px;
  padding-bottom: 10px;
  color: #376756;
  font-family: "BentonSans";
}
.new-modal .content b {
  font-weight: 600;
  color: #505050;
}

.login-form {
  position: fixed;
  bottom: 65px;
  opacity: 0;
  visibility: hidden;
  background: #f6f5e6;
  left: 15px;
  padding: 15px;
  width: 100%;
  max-width: 345px;
  border-radius: 6px;
  z-index: 99;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form.active {
  opacity: 1;
  visibility: visible;
}
.login-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.login-form .input-group .form-control {
  background: #fff;
  margin-bottom: 25px;
  height: 50px !important;
  line-height: 50px;
  border: 2px solid #b3c4d6;
  padding: 0 20px;
  width: 100%;
  padding-left: 50px;
}
.login-form .input-group i {
  position: absolute;
  left: 15px;
  color: #b3c4d6;
  z-index: 9;
  font-size: 20px;
  top: 15px;
}
.login-form .btn-trouwen {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 35px;
  border-radius: 50px;
  margin-bottom: 10px !important;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  color: #fff;
  border-color: #b3c4d6;
  margin: 0;
  background: #b3c4d6;
  display: table;
}

.error-page {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #F0EEE8;
}
.error-page .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 920px;
  width: calc(100% - 30px);
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
  color: #000;
  background: #fff;
}
.error-page .inner a {
  padding: 10px 24px;
  text-align: center;
  font-weight: normal;
  display: table;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  background: #38773f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  border-radius: 100px;
  font-family: inherit;
  margin: 20px auto 0;
}
.error-page .inner a:hover {
  background: #1d8504;
  color: #fff;
}
.error-page .inner a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.error-page .inner a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.error-page .inner h5 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #376756;
}

.error-page.thanks {
  height: inherit;
  padding: 100px 0;
}
.error-page.thanks .inner {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin: 0 auto;
}

.TrengoOnlineStatus__iframe, .trengo-widget-launcher, .TrengoWidgetBadge__iframe, .TrengoWidgetLauncher__iframe {
  opacity: 1 !important;
  display: block !important;
  z-index: 999 !important;
}

.TrengoWidgetGreeter__iframe {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

.sub-copy {
  background: #f2f2f2;
  padding: 20px 0 10px 0;
  position: relative;
  z-index: 10;
}
.sub-copy a {
  color: #2E5547;
  text-decoration: underline;
}

@media only screen and (max-width: 991.5px) {
  .sub-copy {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}
@media only screen and (max-width: 991.5px) {
  .new-modal .content .bg-item {
    max-width: 225px;
  }
}
@media only screen and (max-width: 768px) {
  .recaptcha-terms {
    text-align: center;
    margin-top: 10px;
  }
  #trengo-web-widget {
    z-index: 4;
    position: relative;
  }
  .TrengoWidgetGreeter__iframe, .TrengoWidgetBadge__iframe, .TrengoWidgetLauncher__iframe {
    z-index: 999 !important;
  }
  .new-modal img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .new-modal .content {
    /* overflow: hidden;*/
    width: 100%;
  }
  .new-modal .content .btn-default {
    position: relative;
    z-index: 2;
  }
  .new-modal .content .close {
    top: -20px;
    right: 0;
    width: 25px;
    height: 25px;
  }
  .new-modal .content .bg-item {
    bottom: -50px;
  }
  .new-modal .content .wrapper {
    flex-direction: column;
  }
  .new-modal .content .wrapper .left {
    margin-bottom: 25px;
  }
  .new-modal .content .wrapper .left, .new-modal .content .wrapper .right {
    max-width: 100%;
  }
  .new-modal .content:after {
    display: none;
  }
  .new-modal .content .scroller {
    max-height: 39vh;
    overflow-x: scroll;
  }
  .new-modal .close-overlay {
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    z-index: 3;
  }
  .new-modal .close-overlay span {
    font-size: 20px;
  }
  .part {
    margin-bottom: 0px !important;
  }
  .new-modal .content .wrapper {
    flex-direction: column;
  }
  .new-modal .content .wrapper .left, .new-modal .content .wrapper .right {
    max-width: 100%;
  }
  .new-modal .content .wrapper .right {
    padding: 0 25px 25px;
  }
  .new-modal .content .wrapper .left {
    margin-bottom: 15px;
  }
}
