/*  General */
html, body {
  min-height: 100vh;
  font-size: 17px;
  line-height: 1.85rem;
  font-family: "Lato", sans-serif;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}
body.locked {
  height: 100vh;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.3;
}

p a:not(.btn):not(.mobile-item):not(.next), .usp-list a:not(.btn):not(.mobile-item):not(.next), li:not(.nav-item):not(.contact-item):not(.header) a:not(.btn):not(.mobile-item):not(.next) {
  color: #272727;
  text-decoration: none;
  font-weight: 600;
  display: inline !important;
  transition: background-size 0.3s, color 0.3s, -webkit-background-size 0.3s, -moz-background-size 0.3s;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0ca12), to(#b0ca12));
  background-image: -webkit-linear-gradient(top, #b0ca12, #b0ca12);
  background-image: -moz-linear-gradient(top, #b0ca12 0, #b0ca12);
  background-image: -o-linear-gradient(top, #b0ca12 0, #b0ca12);
  background-image: linear-gradient(180deg, #b0ca12, #b0ca12);
  -webkit-background-size: 0 2px;
  -moz-background-size: 0 2px;
  background-size: 0 2px;
  background-position: 0 85%;
  padding-bottom: 0.5rem;
}
p a:not(.btn):not(.mobile-item):not(.next):hover, .usp-list a:not(.btn):not(.mobile-item):not(.next):hover, li:not(.nav-item):not(.contact-item):not(.header) a:not(.btn):not(.mobile-item):not(.next):hover {
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 1600px) {
  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
/*  Header - NEW */
header#site-header {
  padding: 0 1.5rem;
  position: fixed;
  top: 1.5rem;
  left: 0;
  right: 0;
  z-index: 99;
}
header#site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5rem;
  right: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 0.4) 100%);
}
header#site-header.sticky nav#site-secondary-navigation {
  max-height: 0;
}

.navbar-toggler {
  background: #b0ca12;
  color: #272727;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  box-shadow: rgba(176, 202, 18, 0.35) 0 2px 15px 0;
}

a#site-logo {
  display: inline-block;
  padding: 1rem;
}
a#site-logo svg {
  filter: drop-shadow(0 0 16px rgba(39, 39, 39, 0.35));
}
@media screen and (max-width: 576px) {
  a#site-logo {
    padding: 0;
  }
}

nav#site-secondary-navigation {
  overflow: hidden;
  max-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#site-secondary-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
nav#site-secondary-navigation .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
nav#site-secondary-navigation .navbar-nav .nav-item.featured .nav-link {
  background-color: #b0ca12;
  color: #272727;
  padding: 0.25rem 0.35rem;
  margin: 0 0.2rem;
  border-radius: 2px;
  font-size: 0.7rem;
  box-shadow: rgba(176, 202, 18, 0.5) 0 2px 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav#site-secondary-navigation .navbar-nav .nav-item.featured .nav-link:hover {
  background-color: #a6be11;
}
nav#site-secondary-navigation .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0 0.35rem;
}

nav#site-navigation {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 0.75rem;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
nav#site-navigation .btn {
  font-size: 0.8rem;
  border-radius: 3px;
  box-shadow: rgba(176, 202, 18, 0.35) 0 2px 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav#site-navigation .btn:hover {
  box-shadow: rgba(176, 202, 18, 0.5) 0 2px 17px 0;
}
nav#site-navigation .dropdown-toggle::after {
  color: #b0ca12;
}
nav#site-navigation .dropdown-menu {
  position: absolute;
  top: 3rem;
  padding: 0.5rem 0 0.5rem 0;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
}
nav#site-navigation .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  position: relative;
  background-color: transparent !important;
  color: #272727;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav#site-navigation .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: #007765;
  transform: translateX(3px);
}
nav#site-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
}
nav#site-navigation .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem;
}
nav#site-navigation .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #e6e6e6;
  transform: skewX(-15deg);
  width: 1px;
}
nav#site-navigation .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #272727;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav#site-navigation .navbar-nav .nav-item .nav-link:hover {
  color: #007765;
}
nav#site-navigation .navbar-nav .nav-item .nav-link__count-indicator {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #b0ca12;
  color: #000000;
  font-size: 0.55rem;
  line-height: 1rem;
  padding: 0;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto 0 auto 0.4rem;
  font-weight: 400;
  box-shadow: rgba(176, 202, 18, 0.5) 0 2px 10px 0;
}

/*  Mobile nav  */
.mobile-nav {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  opacity: 0;
  right: -200%;
  z-index: 9999;
  color: #FFFFFF;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.mobile-nav::after {
  pointer-events: none;
}
.mobile-nav.show {
  opacity: 1;
  right: 0;
}
.mobile-nav .close-wrapper {
  text-align: right;
  padding: 1.5rem;
}

#mobile-menu {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: max-content;
}

#mobile-secondary-menu {
  padding: 1.5rem;
}
#mobile-secondary-menu .nav-link {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #272727;
}

.slinky-menu.slinky-theme-default {
  background: none;
}
.slinky-menu.slinky-theme-default ul {
  padding: 0 1.5rem;
}
.slinky-menu.slinky-theme-default ul li:not(.header) {
  border-bottom: 1px solid #e6e6e6;
}
.slinky-menu.slinky-theme-default ul li:last-child {
  border-bottom: none;
}
.slinky-menu.slinky-theme-default ul li a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #272727;
}
.slinky-menu.slinky-theme-default ul li a:hover, .slinky-menu.slinky-theme-default ul li a:active, .slinky-menu.slinky-theme-default ul li a:focus {
  background: none !important;
}
.slinky-menu.slinky-theme-default ul header.title {
  display: flex;
  align-items: center;
  font-weight: 800;
  padding-left: 0.5rem;
  font-size: 1.1rem;
}
.slinky-menu.slinky-theme-default ul.submenu a {
  background: none;
  padding: 0.75rem 0;
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
}
.slinky-menu.slinky-theme-default ul.submenu a.back::before {
  background: #b0ca12;
  color: #FFF;
  padding: 1rem;
  border-radius: 3px;
}
.slinky-menu.slinky-theme-default .next::after, .slinky-menu.slinky-theme-default .back::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #b0ca12;
  background: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  Shortcode - Hero  */
section#hero {
  position: relative;
  height: 450px;
  padding: 0;
}
section#hero #HeroSliderNew {
  position: relative;
}
section#hero #HeroSliderNew .carousel-indicators {
  justify-content: flex-start;
  margin: 0 0 5rem 7.5%;
}
section#hero #HeroSliderNew .carousel-indicators li {
  position: relative;
  height: 5px;
  width: 40px;
  background-color: #fff;
}
section#hero #HeroSliderNew .carousel-indicators li::after {
  position: absolute;
  inset: 0;
  width: 0;
  content: "";
  background: #b0ca12;
}
section#hero #HeroSliderNew .carousel-indicators li.active::after {
  animation: timeIndicate 7000ms linear forwards;
}
@keyframes timeIndicate {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
section#hero #HeroSliderNew .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  padding: 0 25px 0 7.5%;
  top: 0;
  left: 0;
  bottom: 0;
  width: clamp(750px, 900px, 90%);
  max-width: 100%;
  background: linear-gradient(90deg, rgba(0, 119, 101, 0.85) 0%, rgba(0, 119, 101, 0) 85%);
}
@media screen and (min-width: 768px) {
  section#hero #HeroSliderNew .carousel-caption {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
    padding: 0 200px 0 7.5%;
  }
}
section#hero #HeroSliderNew .carousel-caption * {
  max-width: 600px;
}
section#hero #HeroSliderNew .carousel-caption .btn {
  color: #FFFFFF;
  font-size: 0.9rem;
}
section#hero #HeroSliderNew .carousel-caption h1 {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#hero #HeroSliderNew .carousel-caption h1 {
    font-size: 1.65rem;
  }
}
section#hero #HeroSliderNew .carousel-caption h1::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 100px;
  background-color: #b0ca12;
  height: 5px;
}
section#hero #HeroSliderNew .carousel-caption .opleidingen-wrapper {
  margin-bottom: 1rem;
}
section#hero #HeroSliderNew .carousel-caption .opleiding-item h4 {
  font-size: 0.9rem;
}
section#hero .hero__image, section#hero .hero__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section#hero .hero__caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  padding: 0 25px 5rem 7.5%;
  top: 0;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, rgba(0, 119, 101, 0.85) 0%, rgba(0, 119, 101, 0) 85%);
}
@media screen and (min-width: 768px) {
  section#hero .hero__caption {
    width: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
    padding: 0 400px 3rem 7.5%;
  }
}
section#hero .hero__caption * {
  max-width: 600px;
}
section#hero .hero__caption h1 {
  position: relative;
  margin-bottom: 2.5rem;
}
section#hero .hero__caption h1::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 100px;
  background-color: #b0ca12;
  height: 5px;
}

body.home section#hero {
  height: 750px;
}

section.blue-fade {
  position: relative;
}
section.blue-fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background: linear-gradient(40deg, rgba(0, 119, 101, 0), rgba(0, 119, 101, 0.6));
  clip-path: polygon(150px 0, 100% 0, 100% 100%, 0% 100%);
  background-size: 100% 200%;
}
@media screen and (max-width: 1200px) {
  section.blue-fade::after {
    background: linear-gradient(40deg, rgba(0, 119, 101, 0), rgba(0, 119, 101, 0.6));
    clip-path: polygon(100% 60%, 100% 60%, 100% 100%, 0% 100%);
  }
}

.dropdown {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #b0ca12;
  outline: 0;
}

.btn-secondary:focus {
  box-shadow: none !important;
}

/*  Buttons & inputs  */
.btn {
  padding: 0.5rem 0.75rem;
  border: 0;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 0;
}
.btn:not([class*=btn-angled-]) {
  border-radius: 3px;
}
.btn:not([class*=btn-angled-]):hover::after {
  transform: translateX(3px);
}
.btn:not([class*=btn-angled-])::after {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8rem;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:not([class*=btn-angled-]).btn-secondary::after {
  color: #272727;
}
.btn.btn-link {
  color: #272727;
  padding: 0;
}
.btn.btn-link:hover::after {
  transform: translateX(3px);
}
.btn.btn-link::after {
  display: inline-block;
  color: #b0ca12;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8rem;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-small {
  font-size: 0.75rem;
  padding: 0.35rem 0.5rem 0.35rem 0.5rem !important;
}
.btn.btn-small:hover::before {
  right: -15px;
}
.btn.btn-primary {
  background-color: #007765;
}
.btn.btn-primary::before {
  background-color: black;
}
.btn.btn-secondary {
  background-color: #b0ca12;
  color: #272727;
}
.btn.btn-secondary::before {
  background-color: #73840c;
}
.btn.btn-lightblue {
  background-color: #b0ca12;
  color: #FFFFFF;
}
.btn.btn-lightblue::before {
  background-color: #73840c;
}
.btn.btn-black {
  background-color: #272727;
  color: #FFFFFF;
}
.btn.btn-black::before {
  background-color: #b0ca12;
}
.btn.btn-whatsapp {
  background-color: #25D366;
  color: #FFF;
}
.btn.btn-whatsapp::before {
  background-color: #1a9247;
}
.btn.btn-angled-left {
  position: relative;
  z-index: 1;
}
.btn.btn-angled-left:before {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.btn.btn-angled-left:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-angled-right {
  padding-left: 1.25rem;
  position: relative;
  z-index: 1;
}
.btn.btn-angled-right:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.btn.btn-angled-right:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-angled-right::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 5px;
  height: 100%;
  width: 50%;
  content: "";
  transform: skew(-25deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.btn.btn-angled-right:hover::before {
  right: -20px;
}
.btn.btn-angled-both {
  position: relative;
  z-index: 1;
}
.btn.btn-angled-both:before, .btn.btn-angled-both:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.btn.btn-angled-both:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-angled-both:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .btn.btn-angled-lg-both {
    position: relative;
    z-index: 1;
  }
  .btn.btn-angled-lg-both:before, .btn.btn-angled-lg-both:after {
    background: inherit;
    content: "";
    display: block;
    width: auto;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .btn.btn-angled-lg-both:before {
    left: 0;
    transform: skewX(-25deg);
    transform-origin: 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn.btn-angled-lg-both:after {
    right: 0;
    transform: skewX(-25deg);
    transform-origin: 0% 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

select {
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  border: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.badge {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.badge:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.badge:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.badge.badge-secondary {
  background-color: #b0ca12;
}
.badge.badge-primary {
  background-color: #007765;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007765;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #b0ca12;
}

input:focus + .slider {
  box-shadow: 0 0 1px #b0ca12;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*  Content */
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content .small {
  line-height: 1.5rem;
}
.content blockquote {
  position: relative;
  background-color: #f3f3f3;
  padding: 1rem;
}
.content blockquote::after {
  position: absolute;
  right: 1rem;
  top: -0.75rem;
  font-size: 2rem;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  color: #b0ca12;
}

.wpb_text_column {
  font-size: 1rem;
}
.wpb_text_column a:not(.btn) {
  color: #272727;
  text-decoration: none;
  font-weight: 600;
}
.wpb_text_column i {
  color: #b0ca12;
  font-size: 0.9rem;
}
.wpb_text_column img[class*=wp-image] {
  max-width: 100%;
  object-fit: contain;
}
.wpb_text_column h2 {
  position: relative;
  top: -20px;
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wpb_text_column h2::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 0;
  background-color: #b0ca12;
  height: 5px;
  will-change: width;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.wpb_text_column h2.animate {
  top: 0;
  opacity: 1;
}
.wpb_text_column h2.animate::after {
  width: 75px;
}
.wpb_text_column h3 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}
.wpb_text_column h4 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.wpb_text_column h2[style="text-align: center;"]::after {
  left: calc(50% - 37.5px);
}

section:not(.wpb-content-wrapper) {
  overflow: visible !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

section.bg-lightgray {
  background-color: #e6e6e6;
}

section.angled-top {
  margin-top: 15rem;
  position: relative;
}
section.angled-top::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(230,230,230)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -249.5px;
}

section.section-float-bottom {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 992px) {
  section.angled-top {
    margin-top: 10rem;
    position: relative;
  }
  section.angled-top::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 75' fill='rgb(230,230,230)' fill-opacity='1'%3E%3Cpolygon points='0,75 100,75 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 75px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -74.5px;
  }
}
.bg-gray {
  background-color: #e6e6e6;
}

.bg-black {
  background-color: #272727;
}
.bg-black .wpb_text_column {
  color: #FFFFFF;
}
.bg-black .wpb_text_column ul {
  list-style: none;
  padding: 0;
}
.bg-black .wpb_text_column h2 {
  color: #FFFFFF;
}

.bg-lightgray {
  background-color: #e6e6e6;
}

.bg-lightblue {
  background-color: #b0ca12;
}
.bg-lightblue .wpb_text_column {
  color: #FFFFFF;
  margin-bottom: 0;
}

.bg-darkblue {
  background-color: #007765;
  color: #FFFFFF;
}
.bg-darkblue a {
  color: #b0ca12 !important;
}

.z-index {
  position: relative;
  z-index: 10;
}

.float-bottom {
  margin-bottom: -1rem;
}

.float-bottom-lg {
  margin-bottom: -5rem;
}

.vc_column-inner {
  position: relative;
  z-index: 5;
}

section.float-over-black {
  background: linear-gradient(180deg, #272727 90%, rgba(255, 255, 255, 0) 90%);
}

.float-top {
  margin-top: -6rem;
  padding-top: 8rem;
}

footer {
  margin-top: -5rem;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*  Shortcode - Vakgebied */
body.home .vakgebied-item {
  height: 250px;
}

.vakgebied-item {
  position: relative;
  height: 150px;
  width: 100%;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
}
.vakgebied-item.animate {
  animation: colorIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.vakgebied-item:hover {
  transform: translateY(-3px);
}
.vakgebied-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #272727, rgba(39, 39, 39, 0));
  opacity: 0.5;
}
.vakgebied-item .vakgebied-item__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  top: 1.5rem;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  z-index: 5;
}
.vakgebied-item .vakgebied-item__content h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/*  Shortcode - Slider  */
.wpb-slider {
  position: relative;
  margin-bottom: 3rem;
}
.wpb-slider.carousel-large .carousel-item {
  height: 450px;
}
.wpb-slider.carousel-large .carousel-item .carousel-caption {
  width: 50%;
  padding: 1.75rem 0 2.5rem 2.5rem;
}
.wpb-slider.carousel-large .carousel-item .carousel-item-image {
  width: 50%;
}
.wpb-slider:hover .carousel-item .carousel-caption::after {
  transform: skewX(-25deg) translateX(5px);
}
.wpb-slider:hover .carousel-item .carousel-item-image {
  transform: scale(0.985);
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}
.wpb-slider .carousel-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: #b0ca12;
  padding: 0.2rem 0.5rem;
  position: relative;
  z-index: 1;
  position: absolute !important;
}
.wpb-slider .carousel-controls:before, .wpb-slider .carousel-controls:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.wpb-slider .carousel-controls:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpb-slider .carousel-controls:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpb-slider .carousel-controls a {
  color: #FFFFFF;
  font-size: 1.15rem;
}
.wpb-slider .carousel-inner {
  overflow: visible;
}
.wpb-slider .carousel-item {
  height: 375px;
  overflow: hidden;
}
.wpb-slider .carousel-item .carousel-caption {
  position: relative;
  display: block;
  left: 0;
  width: 33.3%;
  height: 100%;
  background-color: #007765;
  padding: 3.25rem 0 3.5rem 3.5rem;
  color: #FFFFFF;
  bottom: auto;
  text-align: left;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.wpb-slider .carousel-item .carousel-caption:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.wpb-slider .carousel-item .carousel-caption:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpb-slider .carousel-item .carousel-caption::after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wpb-slider .carousel-item .carousel-caption h3 {
  margin-bottom: 1rem;
}
.wpb-slider .carousel-item .carousel-caption .btn {
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
}
.wpb-slider .carousel-item .carousel-item-image {
  position: absolute;
  top: 1rem;
  right: 0;
  height: calc(100% - 2rem);
  width: 70%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wpb-slider .carousel-item .carousel-item-image .carousel-time-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #b0ca12;
}
.wpb-slider img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.wpb-slider .carousel-indicators {
  bottom: -2rem;
  justify-content: flex-start;
  margin: 0 0 0 3.5rem;
}
.wpb-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #b0ca12;
  background-color: transparent;
  opacity: 1;
}
.wpb-slider .carousel-indicators li.active {
  background-color: #b0ca12;
}

@media screen and (max-width: 992px) {
  .wpb-slider .carousel-controls, .wpb-slider.carousel-large .carousel-controls {
    bottom: 1rem;
  }
  .wpb-slider .carousel-item, .wpb-slider.carousel-large .carousel-item {
    height: auto !important;
  }
  .wpb-slider .carousel-item .carousel-item-image, .wpb-slider.carousel-large .carousel-item .carousel-item-image {
    position: static;
    width: 100%;
    height: 300px;
  }
  .wpb-slider .carousel-item .carousel-caption, .wpb-slider.carousel-large .carousel-item .carousel-caption {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
  .wpb-slider .carousel-item .carousel-caption .btn, .wpb-slider.carousel-large .carousel-item .carousel-caption .btn {
    bottom: -1.5rem;
    left: 1.5rem;
  }
  .wpb-slider .carousel-item .carousel-caption::after, .wpb-slider.carousel-large .carousel-item .carousel-caption::after {
    display: none;
  }
}
@keyframes shadowFadeIn {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  to {
    -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  }
}
/*  Shortcode - Vacature  */
.vacature-wrapper .vacature-selectorbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #007765;
  position: relative;
  z-index: 1;
  z-index: 5;
  padding: 1rem;
  font-size: 0.9rem;
}
.vacature-wrapper .vacature-selectorbar:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.vacature-wrapper .vacature-selectorbar:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacature-wrapper .vacature-selectorbar input[type=text] {
  border: 0;
  padding: 0.25rem 0.75rem;
  width: 100%;
}
.vacature-wrapper .vacature-selectorbar .btn {
  padding: 0.35rem 0.75rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.vacature-wrapper .vacature-selectorbar .vacature-dropdown {
  display: block;
  width: auto;
  padding: 0.35rem 0.75rem;
  color: #FFFFFF;
  overflow: hidden;
}
.vacature-wrapper .vacature-selectorbar .dropdown-menu {
  min-width: 250px;
}
.vacature-wrapper .vacature-selectorbar select {
  margin-right: 1rem;
  width: 100%;
}
.vacature-wrapper .vacatures-found {
  font-size: 0.9rem;
  color: #505050;
  text-align: right;
}
.vacature-wrapper .vacature-email-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem 0;
}
.vacature-wrapper .vacature-email-toggle label {
  margin-bottom: 0;
}
.vacature-wrapper .vacature-email-toggle span.vacature-email-toggle__text {
  font-size: 1rem;
  margin-left: 0.75rem;
  cursor: pointer;
}
.vacature-wrapper:not(.vacature-page) .vacature-items-row {
  padding-top: 1rem;
  max-height: 600px;
  overflow: hidden;
}
.vacature-wrapper:not(.vacature-page) .vacature-items-row::after {
  content: "";
  position: absolute;
  bottom: 13%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #e6e6e6 31%, rgba(230, 230, 230, 0));
  pointer-events: none;
}
.vacature-wrapper .vacature-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 2rem;
  width: 100%;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
}
.vacature-wrapper .vacature-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
}
.vacature-wrapper .vacature-item:hover .btn::before {
  right: -15px;
}
.vacature-wrapper .vacature-item h4 {
  position: relative;
  font-size: 1rem;
}
.vacature-wrapper .vacature-item h4::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  content: "";
  width: 35px;
  background-color: #b0ca12;
  height: 3px;
}
.vacature-wrapper .vacature-item .btn {
  display: inline !important;
}
.vacature-wrapper .vacature-item .vacature-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1;
  width: 100%;
  min-height: 200px;
}
.vacature-wrapper .vacature-item .vacature-item__content .vacature-item__details {
  margin: 1.5rem 0 0.5rem 0;
  font-weight: 800;
  font-size: 0.7rem;
  line-height: 1rem;
  min-height: 85px;
}
.vacature-wrapper .vacature-item .vacature-item__content .vacature-item__details i {
  position: relative;
  top: 2px;
}
.vacature-wrapper .vacature-item .vacature-item__content p {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.vacature-wrapper .vacature-cta-row {
  font-size: 1rem;
  position: relative;
  margin-top: 1.5rem;
  z-index: 1000;
}
.vacature-wrapper .vacature-cta-row a {
  text-decoration: underline;
  color: #272727;
}
.vacature-wrapper .vacature-cta-row a.btn {
  text-decoration: none;
}
.vacature-wrapper.vacature-page .vacature-email-toggle {
  margin: 0;
}
.vacature-wrapper.vacature-page .vacature-item .vacature-item__content {
  width: 100%;
}
.vacature-wrapper .pagination {
  justify-content: flex-end;
}
.vacature-wrapper .pagination .page-numbers {
  position: relative;
  z-index: 1;
  margin: 0 0.75rem;
  color: #272727;
  padding: 0.35rem 0.75rem;
  line-height: 1.5;
  font-size: 0.9rem;
  background-color: #e6e6e6;
}
.vacature-wrapper .pagination .page-numbers:last-of-type {
  position: relative;
  z-index: 1;
}
.vacature-wrapper .pagination .page-numbers:last-of-type:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.vacature-wrapper .pagination .page-numbers:last-of-type:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacature-wrapper .pagination .page-numbers:first-of-type {
  position: relative;
  z-index: 1;
}
.vacature-wrapper .pagination .page-numbers:first-of-type:before {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.vacature-wrapper .pagination .page-numbers:first-of-type:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacature-wrapper .pagination .page-numbers:before, .vacature-wrapper .pagination .page-numbers:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.vacature-wrapper .pagination .page-numbers:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacature-wrapper .pagination .page-numbers:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacature-wrapper .pagination .page-numbers:not(.current):hover {
  background-color: #d9d9d9;
}
.vacature-wrapper .pagination span.current {
  background-color: #b0ca12;
  font-weight: 800;
}

.checkbox-menu {
  border-radius: 0;
  border: 0;
  width: 100%;
  font-size: 0.9rem;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  max-height: 40vh;
  overflow-y: auto;
}

.checkbox-menu li label {
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  line-height: 1.5;
  color: #272727;
  white-space: nowrap;
  margin: 0;
}

.checkbox-menu li input {
  margin-right: 0.5rem;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .vacature-wrapper .vacature-email-toggle span.vacature-email-toggle__text {
    line-height: 1.45;
    font-size: 0.9rem;
  }
  .vacature-wrapper .vacature-selectorbar {
    min-width: unset;
    padding: 1.5rem;
  }
  .vacature-wrapper .vacature-selectorbar::after {
    display: none;
  }
  .vacature-wrapper .vacature-selectorbar .vacature-dropdown {
    min-width: unset;
  }
}
/*  Shortcode - Werkwijze */
.werkwijze-item {
  position: relative;
  margin: 2.5rem 0 10rem 0;
}
.werkwijze-item.werkwijze-item-right .werkwijze-item__content {
  padding: 2.5rem;
  left: 0;
  z-index: 1;
}
.werkwijze-item span.werkwijze-number {
  margin-right: 0.5rem;
}
.werkwijze-item span.werkwijze-number::after {
  content: " /";
  color: #b0ca12;
}
.werkwijze-item .werkwijze-item__image {
  position: relative;
  top: -1.25rem;
  height: calc(100% + 2.5rem);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.werkwijze-item .werkwijze-item__content {
  position: relative;
  left: -2.5rem;
  width: calc(100% + 2.5rem);
  background-color: #FFFFFF;
  padding: 2.5rem;
}
.werkwijze-item .werkwijze-item__content h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
.werkwijze-item .werkwijze-item__content h3::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .werkwijze-item {
    margin: 2.5rem 0 2.5rem 0;
  }
  .werkwijze-item .werkwijze-item__image {
    position: static;
    height: 300px;
  }
  .werkwijze-item .werkwijze-item__content {
    padding: 1.5rem !important;
    position: static;
    width: 100%;
    left: auto;
  }
}
/*  Flickity  */
.flickity-carousel {
  margin-bottom: 3rem;
}

ol.flickity-page-dots {
  left: 50%;
  transform: translateX(-50%);
}
ol.flickity-page-dots li.dot {
  width: 40px;
  height: 5px;
  background-color: #676767;
  border-radius: 0;
  margin: 0 3px 0 3px;
}
ol.flickity-page-dots li.dot.is-selected {
  background-color: #b0ca12;
}

/*  Shortcode - Home testimonials */
.testimonials-wrapper {
  color: red;
  position: relative;
}
.testimonials-wrapper .testimonials-carousel .flickity-page-dots {
  bottom: -35px;
  text-align: left;
  width: auto;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item {
  position: relative;
  height: 400px;
  width: 550px;
  background-color: #007765;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  color: #FFFFFF;
  max-width: 90vw;
  line-height: 1.75rem;
  border-radius: 3px;
  overflow: hidden;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item:hover::before {
  width: 100%;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #b0ca12;
  width: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, #272727, rgba(39, 39, 39, 0) 75%);
  z-index: 1;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item .testimonial-item-name-container {
  position: absolute;
  bottom: 1.75rem;
  left: 2rem;
  z-index: 5;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item .testimonial-item-name-container h5 {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item .testimonial-item-name-container span {
  font-size: 0.9rem;
}
.testimonials-wrapper .testimonials-carousel .carousel-cell .testimonial-item .testimonial-item-name-container a {
  margin-top: 0.5rem;
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 0.9rem;
}

/*  Shortcode - Dienst slider */
.flickityslider-diensten-wrapper {
  position: relative;
}
.flickityslider-diensten-wrapper .diensten-carousel {
  padding: 0 0.5rem;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell {
  padding-left: 0 !important;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item {
  position: relative;
  height: 350px;
  width: 500px;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 1rem;
  color: #FFFFFF;
  max-width: 90vw;
  line-height: 1.75rem;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item .vakgebied-item__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  top: 1.5rem;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  z-index: 5;
  padding-right: 4rem;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item .vakgebied-item__content::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1.75rem;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  line-height: 1.55rem;
  color: #b0ca12;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item .vakgebied-item__content h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item .vakgebied-item__content span {
  line-height: 1.15rem;
  margin-top: 1rem;
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item:hover {
  transform: translateY(-10px);
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item:hover .vakgebied-item__content::after {
  transform: translateX(10px);
}
.flickityslider-diensten-wrapper .diensten-carousel .carousel-cell .diensten-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0) 70%);
}
.flickityslider-diensten-wrapper .flickity-prev-next-button {
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  background-color: #b0ca12;
}
.flickityslider-diensten-wrapper .flickity-prev-next-button:hover::after {
  color: #ffffff;
}
.flickityslider-diensten-wrapper .flickity-prev-next-button.previous::after {
  position: absolute;
  transform: translateX(-37%);
  font-size: 1.4rem;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}
.flickityslider-diensten-wrapper .flickity-prev-next-button::after {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 0.25rem);
  font-size: 1.4rem;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}

/*  Shortcode - Home partners */
.partners-wrapper {
  margin-top: 5rem;
}
.partners-wrapper .partners-carousel .flickity-page-dots {
  bottom: -35px;
  text-align: left;
  width: auto;
}
.partners-wrapper .partners-carousel .carousel-cell .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 250px;
  background-color: #FFFFFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  max-width: 80vw;
  padding: 1.5rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.partners-wrapper .partners-carousel .carousel-cell .partner-item a {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 100px;
}
.partners-wrapper .partners-carousel .carousel-cell .partner-item a img {
  max-height: 100px;
  max-width: 100%;
}
.partners-wrapper .partners-carousel .carousel-cell .partner-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media screen and (max-width: 768px) {
  .partners-wrapper .partners-carousel .flickity-page-dots {
    display: none;
  }
}
section.bg-black .partners-wrapper .partners-carousel .carousel-cell .partner-item {
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
}

/*  Shortcode - CTA */
body.single-opleiding .cta .row {
  flex-direction: column;
}
body.single-opleiding .cta::after {
  display: none;
}

.cta {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  color: #FFF;
  width: 100%;
  background-color: #007765;
  z-index: 10;
  font-size: 0.9rem;
  border-radius: 3px;
}
.cta .btn-link, .cta a:not(.btn) {
  color: #FFFFFF;
}
.cta .slider {
  background-color: black;
}
.cta p:last-of-type {
  margin-bottom: 0;
}
.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
  margin-bottom: 0;
}
.cta h4 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.cta h4::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 4px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.cta.no-angle {
  width: 100%;
}
.cta.no-angle::after {
  display: none;
}
.cta.angled-both {
  position: relative;
  z-index: 1;
  left: 60px;
  width: calc(100% - 120px);
  z-index: 10;
}
.cta.angled-both:before, .cta.angled-both:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.cta.angled-both:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta.angled-both:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .cta {
    width: 100%;
  }
  .cta::after, .cta::before {
    display: none !important;
  }
  .cta.angled-both {
    left: auto;
    width: 100%;
  }
}
/*  Shortcode - Flickity slider */
.flickity-shortcode-carousel .flickity-page-dots {
  bottom: -35px;
  text-align: left;
  width: auto;
}
.flickity-shortcode-carousel .carousel-cell .flickity-slider-image {
  height: 400px;
  width: 600px;
  margin-right: 1rem;
  background-size: cover;
  background-position: center;
}

/*  Shortcode - Projecten */
.projecten-wrapper .project-item {
  display: block;
  height: 300px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
}
.projecten-wrapper .project-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(39, 39, 39, 0.75), rgba(39, 39, 39, 0) 75%);
}
.projecten-wrapper .project-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #b0ca12;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projecten-wrapper .project-item .project-item__container {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}
.projecten-wrapper .project-item .project-item__container span.project-label {
  color: #FFFFFF;
  font-weight: 300;
}
.projecten-wrapper .project-item .project-item__container h5 {
  font-size: 1.15rem;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.projecten-wrapper .project-item:hover {
  -webkit-filter: none;
  filter: none;
}
.projecten-wrapper .project-item:hover::after {
  width: 100%;
}
.projecten-wrapper .projects-hidden {
  position: relative;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.projecten-wrapper .projects-hidden::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #e6e6e6 31%, rgba(230, 230, 230, 0));
}

@keyframes fadeDown {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.project-selector ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.project-selector ul li {
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  cursor: pointer;
}
.project-selector ul li.active {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 800;
}

/*  Infobar */
.infobar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12.5rem 0 5.5rem 0;
  color: #FFFFFF;
}
.infobar i {
  margin-right: 0.35rem;
}
.infobar .row {
  max-width: 85%;
  margin-left: 0;
}
.infobar.infobar-orange .line-left {
  border-left: 2px solid #b0ca12;
}
.infobar.infobar-orange .label-row .infobar-label {
  background-color: #b0ca12;
}
.infobar .line-left {
  border-left: 2px solid #b0ca12;
}
.infobar p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.infobar p:last-of-type {
  margin-bottom: 0;
}
.infobar h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.infobar .author__image {
  height: 40px;
  width: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 0.5rem;
  border: 2px solid #FFFFFF;
}
.infobar .author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.infobar .label-row {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.infobar .label-row .infobar-label {
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  background-color: #b0ca12;
  font-weight: 800;
  text-transform: uppercase;
  height: 100%;
  position: relative;
  z-index: 1;
  z-index: 2;
}
.infobar .label-row .infobar-label:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.infobar .label-row .infobar-label:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.infobar .label-row .infobar-label.label-gray {
  background-color: #e6e6e6;
  color: #272727;
}
.infobar .label-row .btn-outline-secondary {
  position: relative;
  background-color: #e6e6e6;
  padding-left: 2rem;
  color: #272727;
  min-height: 100%;
  left: -20px;
  z-index: -1;
  position: relative;
  z-index: 1;
}
.infobar .label-row .btn-outline-secondary:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.infobar .label-row .btn-outline-secondary:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .infobar .label-row .btn-outline-secondary {
    left: 0;
    padding-left: 1rem;
  }
}
.infobar .quote-col {
  position: relative;
  font-style: italic;
  padding-right: 2.5rem;
}
.infobar .quote-col::before {
  position: absolute;
  left: -0.1rem;
  top: -0.5rem;
  font-size: 0.75rem;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  color: #b0ca12;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .infobar .quote-col {
    padding-left: 1.5rem;
  }
  .infobar .quote-col::before {
    left: 0.5rem;
  }
}

.infobar-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #007765;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.infobar-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #007765 25%, rgba(0, 119, 101, 0.15) 90%);
}

@media screen and (max-width: 1200px) {
  .infobar .row, .infobar.infobar-orange .row {
    max-width: none;
    margin-left: -15px;
  }
  .infobar .line-left, .infobar.infobar-orange .line-left {
    border-left: none;
  }

  .infobar-background {
    width: 100%;
    clip-path: none;
  }
}
/* Opleidingen page */
@media screen and (min-width: 2400px) {
  .opleiding-container {
    padding: 0 30rem;
  }
}
@media screen and (min-width: 2100px) and (max-width: 2400px) {
  .opleiding-container {
    padding: 0 20rem;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2100px) {
  .opleiding-container {
    padding: 0 15rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .opleiding-container {
    padding: 0 5rem;
  }
}
.opleiding-container aside {
  /* details block */
  /* contactperson block */
}
@media screen and (min-width: 1200px) {
  .opleiding-container aside {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    margin-bottom: 8rem;
    z-index: 1;
    max-width: 350px;
  }
}
.opleiding-container aside .details-block {
  background-color: #007765;
  padding: 0.75rem 1.5rem 2.5rem 1.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.opleiding-container aside .details-block a {
  color: #fff !important;
  text-decoration: underline;
}
.opleiding-container aside .details-block .fa-ul {
  margin-left: 2rem;
  margin-bottom: 0;
}
.opleiding-container aside .details-block .fa-ul li {
  margin: 0.5rem 0;
}
.opleiding-container aside .details-block .fa-ul .fa-li {
  left: -2rem;
  width: 0;
}
.opleiding-container aside .contactperson {
  display: flex;
  flex-direction: column;
}
.opleiding-container aside .contactperson .recruiter-card {
  padding: 1rem 1.5rem 2.5rem 1.5rem;
}
.opleiding-container aside .label-row {
  position: relative;
  top: -1.5rem;
  left: 1.5rem;
}

/*  Professionals stappenplan */
#stappenplan {
  position: relative;
  height: 1300px;
  overflow: hidden;
}
#stappenplan.fadeout::after {
  position: absolute;
  bottom: 0;
  left: -5%;
  content: "";
  height: 300px;
  width: 110%;
  background: linear-gradient(to top, white 25%, rgba(255, 255, 255, 0));
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #stappenplan-button {
    margin-top: 5rem;
  }
  #stappenplan-button .btn::after, #stappenplan-button .btn::before {
    display: none !important;
  }
  #stappenplan-button a {
    font-size: 0.85rem !important;
  }
}
/*   Shortcode - onpage nav */
.onpage-nav-wrapper {
  position: relative;
  top: -1.25rem;
}
.onpage-nav-wrapper #onpage-nav {
  width: 100%;
  padding: 0 0.75rem;
  list-style: none;
  display: inline-flex;
  background-color: #007765;
  position: relative;
  z-index: 1;
}
.onpage-nav-wrapper #onpage-nav:before, .onpage-nav-wrapper #onpage-nav:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.onpage-nav-wrapper #onpage-nav:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.onpage-nav-wrapper #onpage-nav:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.onpage-nav-wrapper #onpage-nav .nav-item {
  margin-right: 1.5rem;
  padding: 0.5rem 0.25rem;
  position: relative;
  z-index: 1;
  transition: none;
}
.onpage-nav-wrapper #onpage-nav .nav-item:before, .onpage-nav-wrapper #onpage-nav .nav-item:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.onpage-nav-wrapper #onpage-nav .nav-item:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.onpage-nav-wrapper #onpage-nav .nav-item:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.onpage-nav-wrapper #onpage-nav .nav-item::after, .onpage-nav-wrapper #onpage-nav .nav-item::before {
  transition: none;
}
.onpage-nav-wrapper #onpage-nav .nav-item:hover {
  background-color: #005145;
}
.onpage-nav-wrapper #onpage-nav .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: none;
  font-weight: 400;
}
.onpage-nav-wrapper #onpage-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.onpage-nav-wrapper #onpage-nav .nav-item .nav-link::before {
  display: none;
}
.onpage-nav-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
}
.onpage-nav-wrapper.sticky .col-12 {
  padding: 0 15px !important;
}

@media screen and (max-width: 768px) {
  .onpage-nav-wrapper #onpage-nav {
    padding: 0;
  }
  .onpage-nav-wrapper #onpage-nav::after, .onpage-nav-wrapper #onpage-nav::before {
    display: none;
  }
  .onpage-nav-wrapper #onpage-nav .nav-item {
    margin: 0;
  }
  .onpage-nav-wrapper #onpage-nav .nav-link {
    font-size: 0.75rem !important;
    line-height: 1.5rem;
  }
  .onpage-nav-wrapper #onpage-nav .nav-item {
    padding: 0.25rem 0.75rem;
  }
  .onpage-nav-wrapper #onpage-nav .nav-item::after, .onpage-nav-wrapper #onpage-nav .nav-item::before {
    display: none;
  }
}
/*  Shortcode - Agenda slider */
.agenda-slider-wrapper {
  position: relative;
}
.agenda-slider-wrapper .agenda-carousel .flickity-page-dots {
  bottom: -35px;
  text-align: left;
  width: auto;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item {
  position: relative;
  height: 200px;
  width: 350px;
  background-color: #007765;
  background-size: cover;
  background-position: center;
  margin-right: 1.75rem;
  color: #FFFFFF;
  max-width: 80vw;
  line-height: 1.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item:hover {
  -webkit-filter: none;
  filter: none;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item:hover::before {
  width: 100%;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #007765, rgba(0, 119, 101, 0) 75%);
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #b0ca12;
  width: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item .agenda-item-container {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 75%;
  font-weight: 800;
  z-index: 5;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item .agenda-item-container h5 {
  font-size: 1.15rem;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item .agenda-item-datetime {
  position: relative;
  z-index: 1;
  position: absolute;
  right: -5px;
  top: 15px;
  padding: 0.25rem 0.5rem;
  background-color: #b0ca12;
  font-weight: 300;
  z-index: 10;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item .agenda-item-datetime:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.agenda-slider-wrapper .agenda-carousel .carousel-cell .agenda-item .agenda-item-datetime:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*  Shortcode featured agendaitem */
.featured-agenda-item {
  position: relative;
  height: 375px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.featured-agenda-item .agenda-item-caption {
  position: relative;
  display: block;
  left: 0;
  width: 33.3%;
  height: 100%;
  background-color: #007765;
  padding: 3.25rem 0 3.5rem 3.5rem;
  color: #FFFFFF;
  bottom: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.featured-agenda-item .agenda-item-caption:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.featured-agenda-item .agenda-item-caption:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-agenda-item .agenda-item-caption::after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured-agenda-item .agenda-item-caption h3 {
  margin-bottom: 1rem;
}
.featured-agenda-item .agenda-item-caption .btn {
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
}
.featured-agenda-item .agenda-item-image {
  position: absolute;
  top: 1rem;
  right: 0;
  height: calc(100% - 2rem);
  width: 70%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 992px) {
  .featured-agenda-item {
    height: auto !important;
  }
  .featured-agenda-item .agenda-item-image {
    position: static;
    width: 100%;
    height: 300px;
  }
  .featured-agenda-item .agenda-item-caption {
    position: static;
    width: 100%;
    height: auto;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
  }
  .featured-agenda-item .agenda-item-caption .btn {
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .featured-agenda-item .agenda-item-caption::after {
    display: none;
  }
}
/*  Shortcode - blogs */
.blogs-wrapper .blog-item {
  position: relative;
  margin: 10rem 0 5rem 0;
  color: #272727;
}
.blogs-wrapper .blog-item.blog-item__right .blog-item__image::after {
  background: linear-gradient(-45deg, #007765, rgba(0, 119, 101, 0) 75%);
}
.blogs-wrapper .blog-item.blog-item__right .blog-item__content {
  padding: 2.5rem;
  left: 0;
  z-index: 1;
}
.blogs-wrapper .blog-item:hover .blog-item__image {
  -webkit-filter: none;
  filter: none;
}
.blogs-wrapper .blog-item:hover .btn::before {
  right: -15px;
}
.blogs-wrapper .blog-item .blog-item__image {
  position: relative;
  top: -1.25rem;
  height: calc(100% + 2.5rem);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blogs-wrapper .blog-item .blog-item__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #007765, rgba(0, 119, 101, 0) 75%);
}
.blogs-wrapper .blog-item .blog-item__content {
  position: relative;
  left: -2.5rem;
  width: calc(100% + 2.5rem);
  background-color: #FFFFFF;
  padding: 2.5rem;
}
.blogs-wrapper .blog-item .blog-item__content h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}
.blogs-wrapper .blog-item .blog-item__content h3::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .blogs-wrapper .blog-item {
    margin: 5rem 0 2.5rem 0;
  }
  .blogs-wrapper .blog-item .blog-item__image {
    position: static;
    height: 300px;
  }
  .blogs-wrapper .blog-item .blog-item__content {
    padding: 1.5rem !important;
    position: static;
    width: 100%;
    left: auto;
  }
}

/*  Shortcode - map */
.map-wrapper {
  position: relative;
  height: 750px;
}
.map-wrapper #map {
  height: 100%;
}
.map-wrapper .map-content-wrapper {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 750px;
}
.map-wrapper .map-content-wrapper .map-content {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.3));
  background-size: cover;
}
.map-wrapper .map-content-wrapper .map-content .map-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  background-color: rgba(0, 119, 101, 0.9);
}
.map-wrapper .map-content-wrapper .map-content .map-content-container #close-vestiginginfo {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  font-size: 1.5rem;
}
.map-wrapper .map-content-wrapper .map-content .map-content-container .map-content-container-buttons {
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
}
.map-wrapper .map-content-wrapper .map-content .map-content-container a:not(.btn) {
  color: #FFFFFF;
  text-decoration: underline;
}
.map-wrapper .map-content-wrapper .map-content .map-content-container p {
  max-width: 80%;
}
.map-wrapper .map-content-wrapper .map-content .map-content-container .map-content__adres {
  white-space: pre-wrap;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .map-wrapper .map-content-wrapper {
    width: 100%;
  }
  .map-wrapper .map-content-wrapper .map-content {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container {
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container #close-vestiginginfo {
    top: 1.5rem;
    right: 1.5rem;
  }
  .map-wrapper .map-content-wrapper .map-content .map-content-container .map-content-container-buttons {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
/*  Shortcode - Stappenplan */
.stappenplan {
  position: relative;
  margin: 2.5rem 0 10rem 0;
}
.stappenplan .stappenplan-item {
  position: relative;
  left: -2.5rem;
  width: calc(100% + 2.5rem);
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */
}
.stappenplan .stappenplan-item .stappenplan-item__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stappenplan .stappenplan-item .stappenplan-item__header h4 {
  margin: 0;
  font-size: 1rem;
}
.stappenplan .stappenplan-item .stappenplan-item__header .stappenplan-item__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #b0ca12;
  position: relative;
  z-index: 1;
  padding: 1rem 0.5rem 1rem 1rem;
  margin-right: 2rem;
}
.stappenplan .stappenplan-item .stappenplan-item__header .stappenplan-item__button:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.stappenplan .stappenplan-item .stappenplan-item__header .stappenplan-item__button:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stappenplan .stappenplan-item .stappenplan-item__header .stappenplan-item__button i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #272727;
}
.stappenplan .stappenplan-item .stappenplan-item__header .stappenplan-item__button i.rotated {
  transform: rotate(90deg);
}
.stappenplan .stappenplan__image {
  position: relative;
  top: -1.25rem;
  height: calc(100% + 2.5rem);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.stappenplan .stappenplan-item__content {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  height: 0;
  padding: 0 1.5rem;
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */
}
.stappenplan .stappenplan-item__content h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
.stappenplan .stappenplan-item__content h3::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .stappenplan {
    margin: 2.5rem 0 2.5rem 0;
  }
  .stappenplan .stappenplan__image {
    position: static;
    height: 300px;
  }
  .stappenplan .stappenplan-item {
    position: static;
    width: 100%;
    left: auto;
  }
}
/*  Footer met contactinfo  */
.contact-card {
  white-space: nowrap;
}
.contact-card a {
  font-size: 0.95rem;
}
.contact-card .vc_single_image-img {
  width: 150px !important;
}

span.contact_name {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1rem;
}

span.contact_function {
  font-weight: 300;
  font-size: 0.95rem;
}

/*  Footer  */
footer {
  position: relative;
  padding: 7.5rem 0 2rem 0;
  background-color: #272727;
  color: #FFFFFF;
  line-height: 1.25rem;
}
footer a:not(.no-line) {
  color: #FFFFFF;
  display: inline !important;
  transition: background-size 0.3s, color 0.3s, -webkit-background-size 0.3s, -moz-background-size 0.3s;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b0ca12), to(#b0ca12));
  background-image: -webkit-linear-gradient(top, #b0ca12, #b0ca12);
  background-image: -moz-linear-gradient(top, #b0ca12 0, #b0ca12);
  background-image: -o-linear-gradient(top, #b0ca12 0, #b0ca12);
  background-image: linear-gradient(180deg, #b0ca12, #b0ca12);
  -webkit-background-size: 0 2px;
  -moz-background-size: 0 2px;
  background-size: 0 2px;
  background-position: 0 85%;
  padding-bottom: 0.5rem;
}
footer a:not(.no-line):hover {
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  color: #FFFFFF;
}
footer h4 {
  position: relative;
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}
footer h4::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 40px;
  background-color: #b0ca12;
  height: 2px;
}
footer .navbar-nav .nav-item {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
}
footer .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 0.9rem;
}
footer .navbar-nav.navbar-row .nav-item {
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 0;
}
footer .navbar-nav.navbar-row .nav-item .nav-link {
  margin: 0;
}
footer #footer-logo {
  margin-bottom: 1rem;
  margin-right: 2.5rem;
  width: 175px;
}
footer i {
  color: #b0ca12;
  font-size: 1.2rem;
}
footer .footer-highlight {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #343434;
  -webkit-clip-path: polygon(0 0, calc(100% - 500px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 500px) 0, 100% 100%, 0% 100%);
}
footer .container {
  position: relative;
  z-index: 10;
}
footer .footer-menu-row {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
}
footer .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}
footer .navbar-nav .nav-item {
  margin-right: 1.5rem;
}
footer .navbar-nav .nav-item .nav-link {
  color: #fff;
}
footer .footer-secondary {
  margin-top: 1.5rem;
  font-size: 0.75rem;
}
footer ul#menu-footer-secondary .nav-item .nav-link {
  font-size: 0.8rem !important;
}
footer ul.footer-vestigingen {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.footer-vestigingen li {
  margin-bottom: 0.75rem;
  text-align: right;
}
footer ul.footer-vestigingen li span.footer-vestigingen__naam {
  display: block;
  font-size: 0.9rem;
}
footer ul.footer-vestigingen li a.footer-vestigingen__tel {
  display: block;
  position: relative;
  font-size: 0.9rem;
  font-weight: 800;
  color: #b0ca12 !important;
}
@media screen and (max-width: 992px) {
  footer ul.footer-vestigingen {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  footer ul.footer-vestigingen li {
    text-align: left;
    flex: 33.3% 0 1;
  }
}
footer select {
  background: transparent;
  font-size: 10px;
  color: #ffffff;
  padding: 8px 0;
  opacity: 0;
  width: 75px;
  outline: none;
  transform: translateY(-0.25rem);
}

@media screen and (max-width: 992px) {
  footer .footer-highlight {
    width: 75%;
    -webkit-clip-path: polygon(0 0, calc(100% - 300px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 300px) 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu-row {
    position: static;
  }
  footer .footer-highlight {
    width: 95%;
    -webkit-clip-path: polygon(0 0, 35% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 35% 0, 85% 100%, 0% 100%);
  }
}
/*  Contactformulier  */
.wpcf7 label {
  width: 100%;
  font-weight: 800;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  color: #b0ca12;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #007765;
  margin: 0.75rem 0 0 0;
  border: 0;
  color: #FFFFFF;
}
.wpcf7 textarea {
  height: 300px;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]), .wpcf7 textarea {
  padding: 0.25rem 0.5rem;
  outline: 0 !important;
  border: 0;
  width: 100%;
}
.wpcf7 .content-form label {
  background-color: #007765;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.wpcf7 .content-form input:not([type=submit]):not([type=checkbox]), .wpcf7 .content-form textarea, .wpcf7 .content-form select {
  width: 100%;
  background-color: #007765;
  color: #FFFFFF;
  padding: 0;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 span.wpcf7-list-item label {
  padding: 0.75rem;
}
.wpcf7 span.wpcf7-list-item label a {
  color: #b0ca12;
}

.contactform {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  color: #272727;
  padding: 1.25rem 2rem 1rem 2rem;
}
.contactform input:not([type=submit]), .contactform textarea {
  background-color: #e6e6e6;
}

.planeengesprek {
  overflow: hidden;
  position: relative;
  max-height: 950px;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
}
.planeengesprek .planeengesprek-caption {
  position: relative;
  display: flex;
  align-items: center;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #007765;
  padding: 2.25rem 0 2.5rem 2.5rem;
  color: #ffffff;
  bottom: auto;
  text-align: left;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.planeengesprek .planeengesprek-caption:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.planeengesprek .planeengesprek-caption:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.planeengesprek .planeengesprek-caption::after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.planeengesprek .planeengesprek-caption .btn {
  margin-top: 1rem;
}
.planeengesprek .planeengesprek-caption h4 {
  position: relative;
  margin-bottom: 1.5rem;
}
.planeengesprek .planeengesprek-caption h4::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 4px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.planeengesprek .planeengesprek-caption h1.orange-line {
  position: relative;
  margin-bottom: 1rem;
}
.planeengesprek .planeengesprek-caption h1.orange-line::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 5px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.planeengesprek .planeengesprek-item-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .planeengesprek {
    height: auto !important;
  }
  .planeengesprek .planeengesprek-item-image {
    position: static;
    width: 100%;
    height: 300px;
  }
  .planeengesprek .planeengesprek-caption {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
  .planeengesprek .planeengesprek-caption .btn {
    bottom: -2.5rem;
    margin-top: 0;
  }
  .planeengesprek .planeengesprek-caption::after {
    display: none;
  }
}
.planeengesprek img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.planeengesprekform {
  background: #FFFFFF;
  color: #272727;
  padding: 1.25rem 2rem 1rem 2rem;
}
.planeengesprekform input:not([type=submit]), .planeengesprekform textarea {
  background-color: #e6e6e6;
}

/*  Modal */
.modal-content {
  padding: 1.5rem;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 10px rgba(0, 0, 0, 0.2);
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content input {
  width: 100%;
  background-color: #e6e6e6;
  border: 0;
  padding: 0.5rem;
}
.modal-content h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 1.75rem;
}
.modal-content h2::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 1rem;
  }
}
.cli-switch input:checked + .cli-slider {
  background-color: #b0ca12;
}

/*  Shortcode - Hero Slider */
/*  Shortcode - Opleidingen */
.opleidingen-wrapper .opleidingen-found {
  font-size: 0.9rem;
  color: #505050;
  text-align: right;
}
.opleidingen-wrapper .opleiding-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  background-color: #FFFFFF;
  padding: 1.5rem 2rem 1rem 2rem;
  width: 100%;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opleidingen-wrapper .opleiding-item:hover .btn::before {
  right: -15px;
}
@media screen and (max-width: 992px) {
  .opleidingen-wrapper .opleiding-item span {
    display: block;
    line-height: 1.25rem !important;
  }
}
.opleidingen-wrapper .opleiding-item h4 {
  display: block;
  position: relative;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 992px) {
  .opleidingen-wrapper .opleiding-item h4 {
    margin-bottom: 1.3rem;
  }
}
.opleidingen-wrapper .opleiding-item h4::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 35px;
  background-color: #b0ca12;
  height: 3px;
}
.opleidingen-wrapper .opleiding-item span.opleidingen-has-mainopleiding {
  font-size: 0.7rem;
  line-height: 1;
  margin-left: 10px;
  background-color: #e6e6e6;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.opleidingen-wrapper .opleiding-item span.opleidingen-has-mainopleiding:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.opleidingen-wrapper .opleiding-item span.opleidingen-has-mainopleiding:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .opleidingen-wrapper .opleiding-item span.opleidingen-has-mainopleiding {
    display: table-cell;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.opleidingen-wrapper .opleiding-item span.opleidingen-has-keuzemodules {
  font-size: 0.75rem;
  color: #b0ca12;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.opleidingen-wrapper .opleiding-item span.opleidingen-has-keuzemodules i {
  font-size: 0.7rem;
}
.opleidingen-wrapper .opleiding-item span.opleiding__type {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-weight: 300;
}
.opleidingen-wrapper .opleiding-item span.opleiding__type strong {
  color: rgba(39, 39, 39, 0.85);
  font-weight: 400;
}
.opleidingen-wrapper .opleiding-item span.opleiding__vakgebied {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0.5rem 0;
  margin-right: 0.5rem;
  color: rgba(39, 39, 39, 0.6);
  font-weight: 300;
}
.opleidingen-wrapper .opleiding-item span.opleiding__vakgebied strong {
  color: rgba(39, 39, 39, 0.85);
  font-weight: 400;
}
.opleidingen-wrapper .opleiding-item span.opleiding__startdatums {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  margin: 1rem 0 0.5rem 0;
  font-weight: 300;
}
.opleidingen-wrapper .opleiding-item span.opleiding__startdatums strong {
  color: rgba(39, 39, 39, 0.85);
  font-weight: 400;
}
.opleidingen-wrapper .opleiding-item .btn {
  display: inline !important;
}
.opleidingen-wrapper .pagination {
  justify-content: flex-end;
}
.opleidingen-wrapper .pagination .page-numbers {
  position: relative;
  z-index: 1;
  margin: 0 0.75rem;
  color: #272727;
  padding: 0.35rem 0.75rem;
  line-height: 1.5;
  font-size: 0.9rem;
  background-color: #e6e6e6;
}
.opleidingen-wrapper .pagination .page-numbers:last-of-type {
  position: relative;
  z-index: 1;
}
.opleidingen-wrapper .pagination .page-numbers:last-of-type:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.opleidingen-wrapper .pagination .page-numbers:last-of-type:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.opleidingen-wrapper .pagination .page-numbers:first-of-type {
  position: relative;
  z-index: 1;
}
.opleidingen-wrapper .pagination .page-numbers:first-of-type:before {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.opleidingen-wrapper .pagination .page-numbers:first-of-type:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.opleidingen-wrapper .pagination .page-numbers:before, .opleidingen-wrapper .pagination .page-numbers:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.opleidingen-wrapper .pagination .page-numbers:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.opleidingen-wrapper .pagination .page-numbers:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.opleidingen-wrapper .pagination .page-numbers:not(.current):hover {
  background-color: #d9d9d9;
}
.opleidingen-wrapper .pagination span.current {
  background-color: #b0ca12;
  font-weight: 800;
}

.opleidingen-selectorbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #007765;
  position: relative;
  z-index: 1;
  z-index: 5;
  padding: 1rem;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.opleidingen-selectorbar:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.opleidingen-selectorbar:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.opleidingen-selectorbar form {
  width: 100%;
}
.opleidingen-selectorbar .dropdown {
  width: 100%;
}
.opleidingen-selectorbar input[type=text] {
  border: 0;
  padding: 0.35rem 0.75rem;
  width: 100%;
}
.opleidingen-selectorbar .btn {
  padding: 0.35rem 0.75rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.opleidingen-selectorbar .opleidingen-dropdown {
  display: block;
  width: auto;
  padding: 0.35rem 0.75rem;
  color: #FFFFFF;
  overflow: hidden;
}
.opleidingen-selectorbar .dropdown-menu {
  min-width: 250px;
}
.opleidingen-selectorbar select {
  margin-right: 1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .opleidingen-selectorbar {
    min-width: unset;
    padding: 1.5rem;
  }
  .opleidingen-selectorbar::after {
    display: none;
  }
  .opleidingen-selectorbar .opleidingen-dropdown {
    min-width: unset;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.share-card {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 1rem 1rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
}
.share-card:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.share-card:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .share-card::after {
    display: none;
  }
}
.share-card a {
  padding: 0 0.15rem;
  color: #007765;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.share-card a:hover {
  color: #b0ca12;
}

.recruiter-slider-wrapper .flickity-slider {
  display: flex;
  align-items: center;
  left: 1rem !important;
}
.recruiter-slider-wrapper .carousel-cell {
  width: 375px;
  max-width: 90vw;
  margin: 0 0.5rem;
}
.recruiter-slider-wrapper .carousel-cell .recruiter-card {
  width: 100%;
  min-height: 275px;
  height: 100%;
  margin-bottom: 0;
}

.recruiter-card {
  background-color: #f8f8f8;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.recruiter-card .recruiter-card__photo {
  background-color: #007765;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.recruiter-card h5 {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
}
.recruiter-card p {
  line-height: 1.75;
}
.recruiter-card i {
  font-size: 0.8rem;
  color: #b0ca12;
}
.recruiter-card .recruiter-card__contact {
  font-size: 0.9rem;
}
.recruiter-card p:last-of-type {
  margin-bottom: 0;
}

.recruiter-photo {
  margin: 0 auto 1rem auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item label {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label input {
  width: auto;
  margin-right: 0.5rem;
}

.disable-if-no-keuzemodule.disabled, .wpforms-field.disabled {
  opacity: 0.5;
}
.disable-if-no-keuzemodule.disabled input, .disable-if-no-keuzemodule.disabled label, .wpforms-field.disabled input, .wpforms-field.disabled label {
  pointer-events: none;
}

.show-if-no-keuzemodule .wpforms-field-description {
  font-size: 1rem !important;
  font-weight: 800;
  margin-bottom: 2rem !important;
}

.wpforms-page-button, .wpforms-submit {
  font-family: "Lato", sans-serif;
  padding: 0.5rem 0.75rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 0.9rem !important;
}
.wpforms-page-button.wpforms-page-next, .wpforms-submit.wpforms-page-next {
  background-color: #e6e6e6 !important;
}
.wpforms-page-button.wpforms-page-next, .wpforms-submit.wpforms-page-next {
  background-color: #007765 !important;
  color: #FFF !important;
}

.wpforms-submit {
  background-color: #007765 !important;
  color: #FFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpforms-submit:hover {
  background-color: #005e4f !important;
}

.wpforms-error {
  font-size: 0.9rem !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: #007765;
  border: none;
  color: #FFF;
}

.cli-bar-message {
  font-size: 1rem;
  line-height: 1.35rem;
}

#cookie-law-info-bar {
  padding: 18px 25px !important;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
  font-size: 0.9rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.big-btn {
  display: block;
  background-color: #007765;
  position: relative;
  height: 175px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.big-btn:hover {
  background-color: #006d5c;
}
.big-btn:hover .big-btn-container::after {
  transform: translateX(5px);
}
.big-btn .big-btn-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 1rem;
}
.big-btn .big-btn-container::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1.75rem;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #b0ca12;
  padding: 1rem 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-55 {
  position: relative;
  top: 5.5rem;
  margin-top: -3rem;
}

/*  Shortcode - Hero Slider NEW */
#HeroSliderNew {
  position: relative;
  height: 100%;
}
#HeroSliderNew .carousel-inner {
  height: 100%;
}
#HeroSliderNew .carousel-inner .carousel-item {
  height: 100%;
}
#HeroSliderNew .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero-slider-wrapper {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .hero-slider-wrapper {
    height: 500px !important;
  }
}
.hero-slider-wrapper .carousel-control-next, .hero-slider-wrapper .carousel-control-prev {
  background-color: #b0ca12;
  bottom: -1.1rem;
  top: auto;
  width: auto;
  height: auto;
  padding: 0.75rem;
  margin: 0 3rem;
}
@media screen and (max-width: 768px) {
  .hero-slider-wrapper .carousel-control-next, .hero-slider-wrapper .carousel-control-prev {
    margin: 0;
  }
}
.hero-slider-wrapper .carousel-control-next .carousel-control-prev-icon, .hero-slider-wrapper .carousel-control-next .carousel-control-next-icon, .hero-slider-wrapper .carousel-control-prev .carousel-control-prev-icon, .hero-slider-wrapper .carousel-control-prev .carousel-control-next-icon {
  width: 15px;
  height: 15px;
}
.hero-slider-wrapper .carousel-control-next {
  right: 0;
}
.hero-slider-wrapper .carousel-control-prev {
  left: 0;
}
.hero-slider-wrapper .carousel-inner {
  overflow: visible;
}
.hero-slider-wrapper .carousel-item {
  height: 650px;
  overflow: hidden;
}
.hero-slider-wrapper .carousel-item .carousel-caption {
  position: relative;
  display: flex;
  align-items: center;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 3.25rem 0 3.5rem 3.5rem;
  color: #272727;
  bottom: auto;
  text-align: left;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.hero-slider-wrapper .carousel-item .carousel-caption:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.hero-slider-wrapper .carousel-item .carousel-caption:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero-slider-wrapper .carousel-item .carousel-caption .carousel-caption-container {
  opacity: 0;
  animation: fadeInLeft;
  animation-duration: 1.75s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) {
  .hero-slider-wrapper .carousel-item .carousel-caption .carousel-caption-container {
    margin-left: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-slider-wrapper .carousel-item .carousel-caption {
    width: 100%;
    padding: 1.25rem;
    background: none;
    color: #FFF;
  }
}
.hero-slider-wrapper .carousel-item .carousel-caption::after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero-slider-wrapper .carousel-item .carousel-caption h3 {
  margin-bottom: 1rem;
}
.hero-slider-wrapper .carousel-item .carousel-caption .btn {
  margin-top: 1rem;
}
.hero-slider-wrapper .carousel-item .carousel-caption h4 {
  font-size: 1.25rem;
  margin-top: -0.25rem;
  font-weight: 300;
}
.hero-slider-wrapper .carousel-item .carousel-caption h1.orange-line {
  position: relative;
  margin-bottom: 1rem;
}
.hero-slider-wrapper .carousel-item .carousel-caption h1.orange-line::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 75px;
  background-color: #b0ca12;
  height: 5px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.hero-slider-wrapper .carousel-item .carousel-item-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .hero-slider-wrapper .carousel-item .carousel-item-image {
    width: 100%;
  }
  .hero-slider-wrapper .carousel-item .carousel-item-image::after {
    display: none;
  }
}
.hero-slider-wrapper .carousel-item .carousel-item-image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 60%);
  z-index: 10;
}
.hero-slider-wrapper .carousel-item .carousel-item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 119, 101, 0.3), rgba(0, 119, 101, 0.8) 75%);
  z-index: 1;
}
.hero-slider-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.region-amount {
  color: #b0ca12;
  font-weight: 800;
}

.back-to-link {
  color: #FFFFFF;
  transition: opacity 0.1s ease-out 0s;
}
.back-to-link:hover {
  color: #FFFFFF;
  margin-left: -4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*  Shortcode - Actueel  */
.actueel__wrapper .actueel__selectorbar {
  display: flex;
  background-color: #007765;
  position: relative;
  z-index: 1;
  z-index: 5;
  padding: 1rem;
  font-size: 0.9rem;
}
.actueel__wrapper .actueel__selectorbar:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.actueel__wrapper .actueel__selectorbar:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .actueel__wrapper .actueel__selectorbar::after {
    display: none;
  }
}
.actueel__wrapper .category {
  position: relative;
  display: inline-block;
}
.actueel__wrapper .category .category__label {
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper .category .category__label:hover {
  background: #005e4f;
}
.actueel__wrapper .category .category__input {
  position: absolute;
  left: 50%;
  opacity: 0.0001;
  cursor: pointer;
}
.actueel__wrapper .category .category__input:checked ~ .category__label {
  color: #b0ca12;
}
.actueel__wrapper .category .category__input:checked ~ .category__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  background: #b0ca12;
}
.actueel__wrapper article.actueel-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}
.actueel__wrapper article.actueel-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
}
.actueel__wrapper article.actueel-item:hover .btn::before {
  right: -15px;
}
.actueel__wrapper article.actueel-item:hover .label {
  opacity: 1;
}
.actueel__wrapper article.actueel-item:hover .actueel-item__image, .actueel__wrapper article.actueel-item:hover .actueel-item__image img {
  transform: scale(1.05);
}
.actueel__wrapper article.actueel-item.featured {
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .actueel__wrapper article.actueel-item.featured {
    flex-direction: column;
  }
  .actueel__wrapper article.actueel-item.featured .actueel-item__image {
    width: 100% !important;
  }
}
.actueel__wrapper article.actueel-item.featured .actueel-item__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.actueel__wrapper article.actueel-item.featured .actueel-item__image {
  flex: 1;
  width: 500px;
  height: 350px;
}
.actueel__wrapper article.actueel-item.featured .actueel-item__content {
  padding: 2rem;
}
.actueel__wrapper article.actueel-item .label {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0rem;
  background: #b0ca12;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  font-size: 0.65rem;
  opacity: 0.85;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper article.actueel-item .label:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.actueel__wrapper article.actueel-item .label:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper article.actueel-item h4 {
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.actueel__wrapper article.actueel-item h4::after {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  content: "";
  width: 35px;
  background-color: #b0ca12;
  height: 3px;
}
.actueel__wrapper article.actueel-item .btn {
  display: inline !important;
}
.actueel__wrapper article.actueel-item .actueel-item__image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.actueel__wrapper article.actueel-item .actueel-item__image-wrapper .actueel-item__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.actueel__wrapper article.actueel-item .actueel-item__image-wrapper .actueel-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.actueel__wrapper article.actueel-item .actueel-item__btn-wrapper {
  padding: 0 2rem 2rem 2rem;
}
.actueel__wrapper article.actueel-item .actueel-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  padding: 2rem 2rem 0 2rem;
  flex: 1;
  width: 100%;
}
.actueel__wrapper article.actueel-item .actueel-item__content p {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.actueel__wrapper .pagination {
  justify-content: flex-end;
}
.actueel__wrapper .pagination .page-numbers {
  position: relative;
  z-index: 1;
  margin: 0 0.75rem;
  color: #272727;
  padding: 0.35rem 0.75rem;
  line-height: 1.5;
  font-size: 0.9rem;
  background-color: #e6e6e6;
}
.actueel__wrapper .pagination .page-numbers:last-of-type {
  position: relative;
  z-index: 1;
}
.actueel__wrapper .pagination .page-numbers:last-of-type:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.actueel__wrapper .pagination .page-numbers:last-of-type:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper .pagination .page-numbers:first-of-type {
  position: relative;
  z-index: 1;
}
.actueel__wrapper .pagination .page-numbers:first-of-type:before {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.actueel__wrapper .pagination .page-numbers:first-of-type:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper .pagination .page-numbers:before, .actueel__wrapper .pagination .page-numbers:after {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.actueel__wrapper .pagination .page-numbers:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper .pagination .page-numbers:after {
  right: 0;
  transform: skewX(-25deg);
  transform-origin: 0% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actueel__wrapper .pagination .page-numbers:not(.current):hover {
  background-color: #d9d9d9;
}
.actueel__wrapper .pagination span.current {
  background-color: #b0ca12;
  font-weight: 800;
}

/*  Pop-up  */
.site-notice {
  position: fixed;
  bottom: -0.75rem;
  right: -0.75rem;
  width: 550px;
  max-width: calc(100vw - 3rem);
  color: #FFFFFF;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
  z-index: 1000;
  border: unset !important;
  pointer-events: none;
  opacity: 0;
  transform: translateZ(0) translateX(0.25rem) scale(0.85) translate3d(0, 0, 0) !important;
  background-position: center;
  background-repeat: unset;
}
@supports (scale: 0) {
  .site-notice {
    scale: 0.85;
  }
}
.site-notice.visible {
  animation: noticeAppear;
  animation-fill-mode: forwards;
  animation-duration: 0.35s;
  animation-delay: 7s;
  backface-visibility: hidden;
}
.site-notice button#site-notice__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  color: #FFFFFF;
  border: none;
}
.site-notice .site-notice__image, .site-notice .site-notice__image img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.site-notice .site-notice__content {
  background: rgba(0, 119, 101, 0.8);
  padding: 2rem 2.5rem 2rem 2rem;
  max-height: 70vh;
  overflow: auto;
  backface-visibility: hidden;
  border: unset !important;
}
.site-notice *:last-child {
  margin-bottom: 0;
}
.site-notice p {
  line-height: 1.45rem;
  font-size: 1.1rem;
}
.site-notice a, .site-notice .btn {
  color: #FFFFFF !important;
}
.site-notice .btn {
  font-size: 1.1rem;
}
.site-notice h1, .site-notice h2, .site-notice h3, .site-notice h4, .site-notice h5, .site-notice h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  margin-bottom: 2rem;
  top: 0;
  opacity: 1;
}
.site-notice h1::after, .site-notice h2::after, .site-notice h3::after, .site-notice h4::after, .site-notice h5::after, .site-notice h6::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  background-color: #b0ca12;
  height: 5px;
  will-change: width;
  width: 75px;
}
.site-notice .wpforms-field {
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.site-notice .wpforms-field input:not([type=submit]):not([type=checkbox]), .site-notice .wpforms-field textarea, .site-notice .wpforms-field select {
  padding: 0.25rem 0.5rem;
  outline: 0 !important;
  border: 0;
  width: 100%;
  max-width: 100%;
  border-radius: unset;
  font-size: 1.1rem !important;
}
.site-notice .wpforms-field.wpforms-field-checkbox {
  line-height: 1;
}
.site-notice .wpforms-field.wpforms-field-checkbox label {
  font-size: 1.1rem !important;
}
.site-notice .wpforms-submit-container {
  padding: 0 !important;
  text-align: right;
}
.site-notice .wpforms-submit-container .wpforms-submit {
  background-color: #b0ca12 !important;
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  padding: 0.5rem 0.75rem !important;
}
.site-notice .wpforms-submit-container .wpforms-submit:before {
  background: inherit;
  content: "";
  display: block;
  width: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.site-notice .wpforms-submit-container .wpforms-submit:before {
  left: 0;
  transform: skewX(-25deg);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@keyframes noticeAppear {
  from {
    pointer-events: none;
    opacity: 0;
    transform: translateX(0.25rem);
  }
  to {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0);
  }
}
.vc_slide {
  width: 100% !important;
}
.vc_slide img {
  width: 100%;
  object-fit: cover;
}

/*  Shortcode - fullwidth image */
.bg--darkblue {
  background-color: #007765;
  color: #FFFFFF;
}
.bg--darkblue *, .bg--darkblue .btn {
  color: #FFFFFF;
}
.bg--darkblue i {
  color: #b0ca12;
}

.bg--black {
  background-color: #272727;
  color: #FFFFFF;
}
.bg--black *, .bg--black .btn {
  color: #FFFFFF;
}
.bg--black i {
  color: #b0ca12;
}

.bg--lightblue {
  background-color: #b0ca12;
  color: #272727;
}

.bg--lightgray {
  background-color: #e6e6e6;
  color: #272727;
}
.bg--lightgray i {
  color: #b0ca12;
}

.bg--white {
  background-color: #FFFFFF;
  color: #272727;
}
.bg--white i {
  color: #b0ca12;
}

.fullwidth-row {
  padding: 0 !important;
}
.fullwidth-row .row {
  min-height: 500px;
}
.fullwidth-row .fullwidth-row__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .fullwidth-row .fullwidth-row__image {
    height: 350px;
  }
}
.fullwidth-row .fullwidth-row__content {
  padding: 4.5rem 5rem;
}
@media screen and (max-width: 992px) {
  .fullwidth-row .fullwidth-row__content {
    padding: 2rem;
  }
}
.fullwidth-row .fullwidth-row__content * {
  max-width: 750px;
}
.fullwidth-row.bg--lightgray .fullwidth-row__image, .fullwidth-row.bg--lightblue .fullwidth-row__image {
  box-shadow: rgba(152, 152, 152, 0.61) 0 0 75px 0;
}
.fullwidth-row.bg--darkblue .fullwidth-row__image {
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.5);
}
.fullwidth-row.bg--black .fullwidth-row__image {
  box-shadow: rgba(153, 153, 153, 0.3) 0 0 20px 10px;
}

/*  Shortcode - USP's */
.usp-list {
  background: #FFFFFF;
  padding: 2rem;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
  border-radius: 3px;
}
.usp-list h3 {
  position: relative;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.usp-list h3::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 35px;
  background-color: #b0ca12;
  height: 3px;
}
.usp-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usp-list ul li {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}
.usp-list ul i {
  color: #b0ca12;
  margin-right: 0.65rem;
  font-size: 1rem;
}

/*  Shortcode - columns */
section.columns {
  padding: 5rem 0;
}
section.columns i {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

/*  Shortcode - contact */
.contact-widget {
  transform: translateY(-8rem);
  background: #FFFFFF;
  padding: 0;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .contact-widget {
    transform: translateY(-5rem);
  }
}
.contact-widget.slinky-theme-default li.contact-intro {
  padding: 1rem;
  background-color: #007765;
  color: #FFFFFF;
}
.contact-widget.slinky-theme-default li.contact-intro h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.contact-widget.slinky-theme-default li {
  background-color: #FFFFFF;
}
.contact-widget.slinky-theme-default li a {
  font-size: 0.95rem !important;
}
.contact-widget.slinky-theme-default ul {
  padding: 0 !important;
}
.contact-widget.slinky-theme-default .submenu li:not(.header) {
  padding: 1.5rem;
}
.contact-widget.slinky-theme-default .header {
  background-color: #007765;
}
.contact-widget.slinky-theme-default .header .back {
  padding-left: 1rem;
}
.contact-widget.slinky-theme-default .header .back::before {
  background: transparent !important;
  padding: 0.5rem !important;
}
.contact-widget.slinky-theme-default .title {
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.9rem;
}
.contact-widget h3 {
  position: relative;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.contact-info .contact-widget__info {
  display: flex;
  align-items: center;
}
.contact-info .contact-widget__info .contact__photo-wrapper {
  flex: 0 0 25%;
}
.contact-info .contact-widget__info .contact__photo-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.contact-info .contact-widget__info .contact-widget__name-wrapper {
  flex: 1 1 75%;
  padding: 0.5rem;
}
.contact-info .contact-widget__info .contact-widget__name-wrapper span {
  line-height: 1;
  display: block;
}
.contact-info .contact-widget__info .contact__name {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.contact-info .contact-widget__info .contact__function {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.contact-info .contact-widget__info .contact__expertise {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
}
.contact-info .contact-widget__info .contact__vestiging {
  font-size: 0.8rem;
  font-weight: 200;
  margin-bottom: 0.35rem;
}
.contact-info .contact__option {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.contact-info .contact__option:last-child {
  margin-bottom: 0;
}
.contact-info .contact__option a {
  display: inline;
  font-size: 0.85rem;
  text-decoration: underline;
  color: #272727;
}
.contact-info .contact__option i {
  color: #b0ca12;
  margin-right: 0.35rem;
  font-size: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.header-float {
  transform: translateY(-8rem);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .header-float {
    transform: translateY(-5rem);
  }
}

.color--white {
  color: #FFFFFF;
}

.icon-card {
  color: #272727;
  padding: 2.5rem;
  margin-bottom: 30px;
}
.icon-card .icon-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.icon-card .icon-card__header i {
  font-size: 2.5rem;
  color: #b0ca12 !important;
}
@media screen and (max-width: 992px) {
  .icon-card .icon-card__header i {
    font-size: 2rem;
  }
}
.icon-card .icon-card__header h3 {
  flex: 1;
  margin-bottom: 0;
  font-size: 1.5rem;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .icon-card .icon-card__header h3 {
    font-size: 1.25rem;
  }
}
.icon-card .icon-card__content {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.icon-card .icon-card__content *:last-child {
  margin-bottom: 0;
}

#cc--main {
  --cc-btn-primary-bg: #007765;
  --cc-btn-primary-hover-bg: #005e4f;
  --cc-text: #272727;
  --cc-overlay-opacity: 0.65;
}

.opleiding-navtabs {
  margin-right: -36px;
}
@media screen and (max-width: 992px) {
  .opleiding-navtabs {
    margin-right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .opleiding-navtabs {
    margin-right: 0;
  }
}
.opleiding-navtabs .btn-first {
  border-radius: 0;
}
.opleiding-navtabs .btn-first:after {
  content: unset !important;
}
.opleiding-navtabs .nav-item.active {
  background-color: #9cb310;
}

#calendar {
  background-color: #FFFFFF;
  padding: 1.5rem 2rem 1rem 2rem;
  width: 100%;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#calendar .fc-event-title, #calendar .fc-event-time, #calendar .fc-toolbar-title {
  color: #272727;
}
#calendar .fc-toolbar-title {
  font-size: 1.15rem;
}
@media screen and (min-width: 768px) {
  #calendar .fc-toolbar-title {
    font-size: 1.5rem;
  }
}
#calendar .fc-list-empty-cushion {
  text-align: center;
}
#calendar .fc-button-primary {
  background-color: #007765;
  border-color: #007765 !important;
  border-radius: 0;
}
#calendar .fc-button-primary:hover {
  background-color: #005e4f;
}
#calendar .fc-button-primary:focus {
  box-shadow: unset !important;
}
#calendar .fc-month-view span.fc-title {
  white-space: normal;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #007765 !important;
}

.agenda-legenda {
  column-count: 3;
}
@media screen and (max-width: 768px) {
  .agenda-legenda {
    column-count: 2;
  }
}
.agenda-legenda li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
}
.agenda-legenda li .agenda-legenda__color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-right: 0.5rem;
}

.extra-text {
  margin-bottom: 1rem;
}

.vc_tta-container .vc_tta-panel-heading h4 {
  font-size: 1.15rem;
}
.vc_tta-container .vc_tta-panel-heading a {
  background: #007765 !important;
  color: #ffffff !important;
}
.vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #ffffff !important;
}

.loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 2.5rem;
  color: #007765;
  margin-top: 5rem;
  z-index: 20;
}

.all-agenda-wrapper .event-item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 1.25rem;
  background-color: #FFFFFF;
  padding: 1.25rem;
  width: 100%;
  -webkit-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 8px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .all-agenda-wrapper .event-item {
    align-items: stretch;
    flex-direction: column;
  }
}
.all-agenda-wrapper .event-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.1);
}
.all-agenda-wrapper .event-item:hover .btn::before {
  right: -15px;
}
.all-agenda-wrapper .event-item .btn {
  flex: none;
}
.all-agenda-wrapper .event-item .event-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .all-agenda-wrapper .event-item .event-item-content {
    align-items: stretch;
    flex-direction: column;
    margin-left: 0;
    margin-top: 1rem;
  }
  .all-agenda-wrapper .event-item .event-item-content .btn {
    margin-top: 1rem;
  }
}
.all-agenda-wrapper .event-item .event-info {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.all-agenda-wrapper .event-item h3 {
  position: relative;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.all-agenda-wrapper .event-item h3::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  width: 35px;
  background-color: #b0ca12;
  height: 3px;
}
.all-agenda-wrapper .event-item .event-item-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #e6e6e6;
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.75rem;
  border-radius: 3px;
  font-size: 0.9rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-agenda-wrapper .event-item .event-item-date .event-item-date-day {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
}
.all-agenda-wrapper .event-item .event-item-date .event-item-date-month-year {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .single-byner_vacature .intro-text {
    min-height: 100px;
  }
}
.single-byner_vacature .contact-widget {
  margin-bottom: -7rem;
  transform: translateY(-6.3rem);
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .single-byner_vacature .contact-widget {
    transform: translateY(0rem);
    position: relative;
    margin-bottom: 2rem;
  }
}
.single-byner_vacature .contact-widget .contact-intro, .single-byner_vacature .contact-widget header.title, .single-byner_vacature .contact-widget .back {
  background-color: #e6e6e6 !important;
  color: #007765 !important;
}
.single-byner_vacature .contact-widget .back::before {
  color: #007765 !important;
}
.single-byner_vacature .contact-widget .back:hover {
  background-color: #e6e6e6 !important;
}
.single-byner_vacature .recruiter-card {
  margin-bottom: -7rem;
  transform: translateY(-6.3rem);
  position: absolute;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
  padding: 0;
  background-color: #FFFFFF;
}
.single-byner_vacature .recruiter-card .recruiter-card-heading {
  background-color: #e6e6e6;
  color: #007765;
  padding: 1rem;
  border-radius: 3px 3px 0 0;
}
.single-byner_vacature .recruiter-card h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.single-byner_vacature .recruiter-card .recruiter-card-body {
  padding: 1rem;
}
.single-byner_vacature .recruiter-card .btn-whatsapp i {
  color: #FFFFFF !important;
}
.single-byner_vacature .recruiter-card h5 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .single-byner_vacature .recruiter-card {
    transform: translateY(0rem);
    position: relative;
    margin-bottom: 2rem;
  }
}
.single-byner_vacature .recruiter-card__contact {
  margin-top: 0.5rem;
}
.single-byner_vacature .recruiter-card__contact li {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.single-byner_vacature .recruiter-card__contact li:last-child {
  margin-bottom: 0;
}
.single-byner_vacature .recruiter-card__contact li a {
  display: inline;
  font-size: 0.8rem;
  text-decoration: underline;
  color: #272727;
}
.single-byner_vacature .recruiter-card__contact li i {
  color: #b0ca12;
  margin-right: 0.35rem;
  font-size: 0.8rem;
}
.single-byner_vacature .main-vacature-content-padding {
  margin-top: 7rem;
}
.single-byner_vacature .footer-regio-recruiter .list-group {
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
}
.single-byner_vacature .footer-regio-recruiter .list-group .list-group-item {
  border-color: #e6e6e6 !important;
}
.single-byner_vacature .footer-regio-recruiter .list-group .list-group-item.active {
  background-color: #007765;
  border-color: #007bff;
}

@media screen and (min-width: 992px) {
  .single-byner_vacature .intro-text {
    min-height: 100px;
  }
}
.single-byner_vacature .contact-widget {
  margin-bottom: -7rem;
  transform: translateY(-6.3rem);
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .single-byner_vacature .contact-widget {
    transform: translateY(0rem);
    position: relative;
    margin-bottom: 2rem;
  }
}
.single-byner_vacature .contact-widget .contact-intro, .single-byner_vacature .contact-widget header.title, .single-byner_vacature .contact-widget .back {
  background-color: #e6e6e6 !important;
  color: #007765 !important;
}
.single-byner_vacature .contact-widget .back::before {
  color: #007765 !important;
}
.single-byner_vacature .contact-widget .back:hover {
  background-color: #e6e6e6 !important;
}
.single-byner_vacature .recruiter-card {
  margin-bottom: -7rem;
  transform: translateY(-6.3rem);
  position: absolute;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
  padding: 0;
  background-color: #FFFFFF;
}
.single-byner_vacature .recruiter-card .recruiter-card-heading {
  background-color: #e6e6e6;
  color: #007765;
  padding: 1rem;
  border-radius: 3px 3px 0 0;
}
.single-byner_vacature .recruiter-card h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.single-byner_vacature .recruiter-card .recruiter-card-body {
  padding: 1rem;
}
.single-byner_vacature .recruiter-card .btn-whatsapp i {
  color: #FFFFFF !important;
}
.single-byner_vacature .recruiter-card h5 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .single-byner_vacature .recruiter-card {
    transform: translateY(0rem);
    position: relative;
    margin-bottom: 2rem;
  }
}
.single-byner_vacature .recruiter-card__contact {
  margin-top: 0.5rem;
}
.single-byner_vacature .recruiter-card__contact li {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.single-byner_vacature .recruiter-card__contact li:last-child {
  margin-bottom: 0;
}
.single-byner_vacature .recruiter-card__contact li a {
  display: inline;
  font-size: 0.8rem;
  text-decoration: underline;
  color: #272727;
}
.single-byner_vacature .recruiter-card__contact li i {
  color: #b0ca12;
  margin-right: 0.35rem;
  font-size: 0.8rem;
}
.single-byner_vacature .main-vacature-content-padding {
  margin-top: 7rem;
}
.single-byner_vacature .footer-regio-recruiter .list-group {
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1);
}
.single-byner_vacature .footer-regio-recruiter .list-group .list-group-item {
  border-color: #e6e6e6 !important;
}
.single-byner_vacature .footer-regio-recruiter .list-group .list-group-item.active {
  background-color: #007765;
  border-color: #007bff;
}

.quickscan-crailo {
  background: #FFFFFF !important;
  padding: 2rem !important;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1) !important;
  border-radius: 3px !important;
}
.quickscan-crailo h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.quickscan-crailo p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.quickscan-crailo .wpforms-field {
  margin-bottom: 1rem !important;
}
.quickscan-crailo .wpforms-field:first-child {
  padding-top: 0 !important;
}
.quickscan-crailo .wpforms-field input[type=radio] {
  accent-color: #007765 !important;
}
.quickscan-crailo .wpforms-field-content {
  margin-bottom: 0 !important;
}
.quickscan-crailo .wpforms-field-content h3 {
  margin-bottom: 0.5rem !important;
}
.quickscan-crailo .wpforms-field-description {
  margin: 0 !important;
  font-size: 0.9rem !important;
}
.quickscan-crailo .wpforms-submit-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.quickscan-crailo .wpforms-required-label {
  display: none !important;
}
.quickscan-crailo .wpforms-calculations-field {
  display: none !important;
}
.quickscan-crailo .wpforms-confirmation-container-full {
  background: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
.quickscan-crailo .wpforms-confirmation-container-full h2 {
  color: #272727 !important;
}
.quickscan-crailo .wpforms-confirmation-container-full p {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}
.quickscan-crailo .wpforms-confirmation-container-full .total {
  font-size: 1.25rem !important;
}
.quickscan-crailo .wpforms-field-pagebreak {
  padding: 0 !important;
}
.quickscan-crailo .wpforms-submit-container {
  margin-top: 1rem !important;
}
.quickscan-crailo .form-buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.quickscan-crailo .btn-form {
  background-color: #272727 !important;
  color: #FFFFFF !important;
  padding: 0.25rem 1rem !important;
  border: 0 !important;
  font-weight: 800 !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  text-transform: capitalize !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quickscan-crailo .btn-form:hover {
  background-color: #4d4d4d !important;
}
.quickscan-crailo .btn-form.btn-green {
  background-color: #007765 !important;
}
.quickscan-crailo .btn-form.btn-green:hover {
  background-color: #005e4f !important;
}
.quickscan-crailo .wpforms-submit, .quickscan-crailo .wpforms-page-button {
  padding: 0.25rem 1rem !important;
  border: 0 !important;
  font-weight: 800 !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  text-transform: capitalize !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quickscan-crailo .wpforms-submit:hover, .quickscan-crailo .wpforms-page-button:hover {
  background-color: #005e4f !important;
}

.crailocards .crailocard {
  background: #FFFFFF !important;
  padding: 1.5rem !important;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1) !important;
  border-radius: 3px !important;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .crailocards .crailocard {
    min-height: 170px;
  }
}
.crailocards .crailocard h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.crailocards .crailocard h4 {
  font-size: 1rem;
  color: #4d4d4d;
  margin-bottom: 0;
}
.crailocards .crailocard p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.result {
  background: #007765;
  padding: 1rem;
}
.result .result__have {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result .result__have h3 {
  margin: 0;
  color: #fff;
}
.result .result__have .score {
  background: #b0ca12;
  color: #272727;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.result .result__need {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  margin-top: 0.5rem;
}
.result .result__need h3 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
.result .result__need .score {
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

.page-template-crailo .tooltip .tooltip-arrow {
  border-bottom-color: #FFFFFF !important;
}
.page-template-crailo .tooltip .tooltip-inner {
  min-width: 400px;
  padding: 1rem;
  text-align: left;
  color: #272727 !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 25px rgba(39, 39, 39, 0.1) !important;
}

.newsletter-footer {
  margin-bottom: 0.5rem;
}
.newsletter-footer .wpforms-recaptcha-container {
  padding: 0 !important;
}
@media screen and (min-width: 576px) {
  .newsletter-footer {
    width: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .newsletter-footer {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.newsletter-footer .wpforms-confirmation-container-full {
  border: unset !important;
  background: #b0ca12 !important;
  color: #272727 !important;
}
.newsletter-footer .newsletter-text {
  font-size: 0.9rem;
}
.newsletter-footer #wpforms-3667935 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.newsletter-footer #wpforms-3667935 .wpforms-field-email {
  padding: 0;
}
.newsletter-footer #wpforms-3667935 input {
  border: 1px solid white !important;
  border-radius: 3px 3px 0 0 !important;
  font-size: 0.85rem !important;
}
.newsletter-footer #wpforms-3667935 .wpforms-submit-container {
  display: grid;
  margin-top: 0 !important;
  padding: 0 !important;
}
.newsletter-footer #wpforms-3667935 .wpforms-submit-container button {
  border-radius: 0 0 3px 3px !important;
  font-size: 0.85rem !important;
  text-transform: capitalize !important;
}

section#hero {
  height: 450px;
}

body.crailo section#hero {
  height: 750px;
}

section#hero #HeroSliderNew .carousel-caption {
  background: linear-gradient(90deg, #007765 0%, rgba(0, 119, 101, 0) 100%);
  width: clamp(750px, 1100px, 90%);
}
section#hero #HeroSliderNew .carousel-caption * {
  max-width: 1000px;
}

/*# sourceMappingURL=crailo.css.map */
