@charset "UTF-8";
/* ------------------------------------------------ // fonts */
/* ------------------------------------------------ // colors */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

main a {
  color: #c07454;
  text-decoration: underline;
}
main a:hover {
  color: #484843;
}

/**
 * Sublabel
 */
span.subtitel {
  color: #a2a57b;
}

main ul li:before {
  color: #c07454;
}

.banner {
  padding: 64px 0 54px;
  margin-bottom: 65px;
  /* Content */
  /* Media */
}
@media (max-width: 767.98px) {
  .banner {
    padding: 40px 0 51px;
    margin-bottom: 32px;
  }
}
.banner:before {
  background-color: #a2a57b;
}
.banner:after {
  background: url(../assets/images/algemeen/wave-banner.svg);
  background-size: 107% auto;
  background-repeat: no-repeat;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .content-section {
  margin-bottom: 0 !important;
  /* Locatie span (voor vacatures) */
}
.banner .content-section a.btn-back {
  color: #FFFFFF;
  margin-top: 28px;
  margin-bottom: 28px;
}
.banner .content-section a.btn-back:hover {
  color: #EEE5DC;
}
.banner .content-section h1 {
  color: #FFFFFF;
  max-width: unset;
  margin-top: 0;
  margin-bottom: 15px;
}
.banner .content-section .introtext {
  margin-top: 15px;
}
.banner .content-section .introtext p {
  color: #FFFFFF;
}
.banner .content-section .labels {
  margin-top: 16px;
  margin-bottom: 0;
}
.banner .content-section .labels span.datum {
  font-size: 22px;
  line-height: 29px;
  display: inline-block;
  background: none;
  padding: 0;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .banner .content-section .labels span.datum {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner .content-section .labels span.datum:before {
  content: "";
  font-family: "icomoon";
  margin-right: 8px;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .banner .content-section .labels span.datum:before {
    font-size: 19px;
    position: relative;
    top: 2px;
  }
}
.banner .media-section {
  display: flex;
  justify-content: end;
}
.banner .media-section img {
  width: inherit;
  height: inherit;
  min-width: 367px;
}
.banner .media-section .images .slick-dots li.slick-active button {
  background: #484843;
}
.banner .media-section .images .slick-dots li button {
  background: #FFFFFF;
}

.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_fields {
  row-gap: 24px;
}
.gform_wrapper form .gform_fields .gfield {
  /* Radio buttons */
  /* Checkbox */
  /* Chosen field */
}
.gform_wrapper form .gform_fields .gfield label,
.gform_wrapper form .gform_fields .gfield legend {
  font-size: 19px;
  font-weight: 700;
  color: #484843;
}
.gform_wrapper form .gform_fields .gfield :where(input:not([type="radio"]):not([type="checkbox"])),
.gform_wrapper form .gform_fields .gfield select,
.gform_wrapper form .gform_fields .gfield textarea {
  min-height: 40px;
  border: 1px solid #a5a39b;
  color: #66655f;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 14px;
}
.gform_wrapper form .gform_fields .gfield :where(input:not([type="radio"]):not([type="checkbox"]))::placeholder, .gform_wrapper form .gform_fields .gfield :where(input:not([type="radio"]):not([type="checkbox"]))::-webkit-input-placeholder, .gform_wrapper form .gform_fields .gfield :where(input:not([type="radio"]):not([type="checkbox"]))::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield select::placeholder,
.gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield select::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder {
  color: #a5a39b;
  opacity: 1;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio {
  row-gap: 8px;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input[type=radio] {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input[type=radio]:checked {
  background: #c07454;
  accent-color: #FFFFFF;
  border-color: #FFFFFF;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input[type=radio]:checked:before {
  background-color: #FFFFFF;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input[type=radio] + label {
  font-weight: 400;
  margin-left: 9px;
}
.gform_wrapper form .gform_fields .gfield input[type=radio] + label,
.gform_wrapper form .gform_fields .gfield input[type=checkbox] + label {
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper form .gform_fields .gfield input[type=checkbox] {
  position: relative;
  top: 3px;
  border-radius: 3px;
}
.gform_wrapper form .gform_fields .gfield input[type=checkbox]:checked {
  background: #c07454;
  accent-color: #FFFFFF;
}
.gform_wrapper form .gform_fields .gfield input[type=checkbox]:checked:before {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gform_wrapper form .gform_fields .gfield select {
  color: #66655f;
  padding: 8px 14px;
}
.gform_wrapper form .gform_fields .gfield.functietitle input {
  user-select: none;
  background: #EEE6DC;
  color: #3C3C3C;
  border: 0;
}
.gform_wrapper form .gform_fields .gfield .chosen-container-single {
  width: 100% !important;
}
.gform_wrapper form .gform_fields .gfield .chosen-container-single .chosen-single {
  border-color: #a5a39b;
  border-radius: 8px;
}
.gform_wrapper form .gform_fields .gfield .chosen-container-single .chosen-results li:before {
  display: none;
}
.gform_wrapper form .gform_footer #gform_submit_button_2 {
  padding: 16px 25px;
  font-size: 18px;
  border-radius: 60px;
  line-height: 1;
  font-weight: 600;
  background: #c07454;
}
.gform_wrapper form .gform_footer #gform_submit_button_2:hover {
  background: #a45b3d;
}

.visual {
  background: none;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .visual {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}

/* Contactblok */
#contact-block {
  background: #EEE5DC;
}

.card {
  /* Vacature card */
}
.card.opleiding {
  overflow: visible;
  border-radius: 30px;
  background: #EEE5DC;
  margin: 0;
  transition: 0.3s;
}
.card.opleiding:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.card.opleiding > a {
  border-radius: 30px;
  box-shadow: none;
  text-decoration: none;
  flex-grow: 1;
}
.card.opleiding .card-body {
  padding: 31px 32px;
  /* Specs */
  /* Tags */
}
.card.opleiding .card-body .card-title {
  font-size: 22px;
  line-height: 27px;
  color: #484843;
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
}
.card.opleiding .card-body .specs {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
}
.card.opleiding .card-body .specs .spec {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card.opleiding .card-body .specs .spec:not(:last-child):after {
  content: "•";
  color: #BBA68D;
  font-size: 50px;
  height: 8px;
  width: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -4px;
}
.card.opleiding .card-body .specs .spec .key {
  font-weight: 500;
}
.card.opleiding .card-body .specs .spec .value {
  font-weight: 400;
}
.card.opleiding .card-body .tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.card.opleiding .card-body .tags .tag {
  background: #a2a57b;
  padding: 4px 10px;
  border-radius: 60px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.card.opleiding .card-body .tags .tag:before {
  font-family: "icomoon";
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
}
.card.opleiding .card-body .tags .tag.soort:before {
  content: "";
}
.card.opleiding .card-body .tags .tag.datum:before {
  content: "";
}
.card.nieuws {
  background: none;
}
.card.nieuws > a {
  text-decoration: none;
  background: none;
}
.card.nieuws > a .card-body .tag-and-date {
  display: none;
}
.card.slider-card {
  background: none;
}
.card.slider-card .card-body .card-actions {
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #a2a57b;
}
.card.slider-card .card-body .card-actions h4 {
  color: #FFFFFF;
  font-weight: 600;
}

header nav.navbar ul.navbar-nav li.menu-item a {
  color: #66655f;
}

.slider {
  max-width: 1530px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .slider {
    margin-top: 60px;
    margin-bottom: 102px;
  }
}
.slider:after {
  background: url(../assets/images/slider/arrow-left.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .slider:after {
    top: 0px;
  }
}
.slider.arrow-left:after {
  background: url(../assets/images/slider/arrow-right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.slider .slider-header h2.titel {
  margin-bottom: 30px;
  font-size: 36px;
}

header .topbar {
  background: #d6dcaa;
}
header .topbar .link {
  font-weight: 700;
}
header .topbar .link:after {
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  header .header-wrapper {
    padding: 10px 15px;
  }
}
header .header-wrapper .top-right .header-actions .btn-search::after {
  content: "";
  font-size: 21px;
  line-height: 20px;
}
header .header-wrapper .navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 2px;
}
header .header-wrapper .navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 9px;
}
header .header-wrapper .navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
}

footer {
  margin-top: 100px;
  /**
  * Footer top row
  */
  /**
   * Footer bottom row
   */
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 60px;
  }
}
footer .footer-top-row {
  color: #66655f;
  padding: 40px 0 70px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row {
    padding-top: 8px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top-row .menu.menu-professionals {
    margin-bottom: 0;
  }
}
footer .footer-top-row h4.title {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  footer .footer-top-row h4.title {
    margin-top: 32px;
  }
}
footer .footer-top-row .adres-container a.link {
  color: #c07454;
}
footer .footer-top-row .adres-container a.link:hover {
  color: #7f472f;
}
footer .footer-top-row .social-icons a {
  background-color: #F6DED1;
}
@media (max-width: 767.98px) {
  footer .footer-top-row .social-icons a {
    margin-bottom: 0;
  }
}
footer .footer-top-row .social-icons a:before {
  color: #c07454;
}
footer .footer-top-row .social-icons a:hover {
  background-color: #f2cfbc;
}
footer .footer-top-row ul li.page_item a,
footer .footer-top-row ul li.menu-item a {
  color: #66655f;
}
footer .footer-top-row ul li.page_item a:hover,
footer .footer-top-row ul li.menu-item a:hover {
  color: #000;
}
footer .footer-top-row ul.menu.menu-ouders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  footer .footer-top-row ul.menu.menu-ouders {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer-bottom-row {
  background: #a2a57b;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row {
    padding-bottom: 60px;
  }
}
footer .footer-bottom-row .row-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-bottom-row:before {
  background: url("../assets/images/footer/wave-footer.svg");
  background-position: center bottom;
  background-size: 102% auto;
  background-repeat: no-repeat;
  max-width: 102%;
  min-height: 40px;
  left: 0;
  top: 3px;
}
footer .footer-bottom-row:after {
  background: url("../assets/images/footer/splash-footer.svg");
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
  position: absolute;
  z-index: 0;
}
footer .footer-bottom-row .footer-logo {
  grid-column: 1/5;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-logo {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .footer-logos {
    margin-bottom: 0;
  }
}
footer .footer-bottom-row .footer-content {
  grid-column: 5/12;
  margin-top: auto;
  margin-bottom: auto;
}
footer .footer-bottom-row .footer-content .footer-tekst .titel {
  color: #FFFFFF;
  margin-top: 0;
}
footer .footer-bottom-row .footer-content .footer-tekst .beschrijving > * {
  color: #FFFFFF;
  margin-bottom: 0;
}

.home {
  background: #F9F8F7;
  /* Introtext */
  /* Alle voordelen */
  /* Werkenbij CTA */
}
.home .introtekst {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .home .introtekst {
    margin-bottom: 60px;
  }
}
.home .introtekst p:empty {
  display: none;
}
.home .introtekst::after {
  background: url("../assets/images/homepagina/bubbles-brown.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home .introtekst h1.titel {
  margin-top: 5px;
  color: #484843;
  font-size: 55px;
  line-height: 64px;
  max-width: 565px;
}
@media (max-width: 767.98px) {
  .home .introtekst h1.titel {
    font-size: 35px;
    line-height: 45px;
  }
}
.home .introtekst span.subtitel {
  color: #a2a57b;
}
.home .introtekst .content {
  max-width: 565px;
}
.home .introtekst .content p.beschrijving {
  color: #66655f;
  display: none;
}
.home .introtekst .content .wp-block-buttons {
  margin-top: 5px;
}
.home .introtekst .content .btn:after {
  display: none;
}
.home .alle-voordelen {
  background-color: #edcf9e;
}
.home .alle-voordelen::before {
  background: url("../assets/images/homepagina/wave-top.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.home .alle-voordelen::after {
  background: url("../assets/images/homepagina/wave-bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home .alle-voordelen::after {
    transform: translateY(40%);
  }
}
@media (max-width: 575.98px) {
  .home .alle-voordelen::after {
    transform: translateY(20%);
  }
}
.home .alle-voordelen .voordelen .voordeel .nummer {
  color: #FFFFFF;
}
.home .alle-voordelen .voordelen .voordeel .titel {
  color: #484843;
}
.home .alle-voordelen .voordelen .voordeel .beschrijving {
  color: #484843;
}
.home .alle-voordelen .voordelen .voordeel-1 {
  background-color: #d6dcaa;
}
.home .alle-voordelen .voordelen .voordeel-1 .nummer {
  background-color: #a2a57b;
}
.home .alle-voordelen .voordelen .voordeel-2 {
  background-color: #ffde94;
}
.home .alle-voordelen .voordelen .voordeel-2 .nummer {
  background-color: #d6dcaa;
}
.home .alle-voordelen .voordelen .voordeel-3 {
  background-color: #edbda3;
}
.home .alle-voordelen .voordelen .voordeel-3 .nummer {
  background-color: #c07454;
}
.home .alle-voordelen a.link-alle-voordelen {
  color: #c07454;
}
.home .alle-voordelen .overlay {
  background: url("../assets/images/homepagina/splash-homepage.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home .werkenbij-cta {
  background-color: #c07454;
}
.home .werkenbij-cta::after {
  background: url("../assets/images/homepagina/hearts.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home .werkenbij-cta .subtitel {
  color: #edbda3;
}
.home .werkenbij-cta .titel {
  color: #FFFFFF;
}
.home .werkenbij-cta .content p {
  color: #FFFFFF;
}
.home .werkenbij-cta .content a.btn {
  background-color: #FFFFFF;
  color: #c07454;
}
.home .werkenbij-cta .content a.btn:hover {
  background-color: #ebd6b9;
}
.home .opleidingen-uitgelicht .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home .opleidingen-uitgelicht .intro {
  margin-bottom: 35px;
}
.home .opleidingen-uitgelicht .intro .heading h2 {
  margin-top: 8px;
}
.home .opleidingen-uitgelicht .btn-link {
  margin-left: auto;
}

.single-post .banner {
  padding: 52px 0 65px;
}

body {
  background: #F9F8F7;
}
body article {
  margin: 0;
}
body article p:last-of-type {
  margin-bottom: 0;
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main {
  position: relative;
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main:before, body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main:after {
  display: none;
}
body:not(.home):not(.page-template-full-width):not(.single-locatie):not(.page-template-locaties):not(.page-template-vacatures) main article:before {
  display: none;
}
body main.archive {
  margin: 78px 0 100px;
}
@media (max-width: 767.98px) {
  body main.archive {
    margin: 50px 0 60px;
  }
}
body main.archive h1 {
  color: #484843;
  margin-top: 0;
  margin-bottom: 32px;
}

.page-template-template-zoeken .search-form form::before {
  content: "";
}

.error404 .page-header {
  margin-top: 50px;
}

body.page-template-opleidingen {
  background: #F9F8F7;
  /* opleiding container */
}
body.page-template-opleidingen .black-overlay {
  position: fixed;
  inset: 0;
  background: #6c757d;
  opacity: 0.66;
  z-index: 9;
  display: none;
}
body.page-template-opleidingen .opleidingen-container {
  position: relative;
  padding-bottom: 0;
  /* Filters */
  /* De opleiding items */
}
body.page-template-opleidingen .opleidingen-container > .heading {
  padding: 90px 0 55px;
}
@media (max-width: 767.98px) {
  body.page-template-opleidingen .opleidingen-container > .heading {
    padding-top: 40px;
    padding-bottom: 12px;
  }
}
body.page-template-opleidingen .opleidingen-container > .heading h1 {
  margin: 0;
}
body.page-template-opleidingen .opleidingen-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #F9F8F7;
  z-index: -2;
}
body.page-template-opleidingen .opleidingen-container:after {
  display: none;
}
body.page-template-opleidingen .opleidingen-container .filters {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  background: #FFFFFF;
  padding: 35px 40px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 24px;
  border: 1px solid #a5a39b;
  /**
   * Filters mobile
   */
}
@media (max-width: 767.98px) {
  body.page-template-opleidingen .opleidingen-container .filters {
    display: none;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show {
    position: fixed;
    inset: 15px;
    z-index: 10;
    overflow: hidden;
    padding: 20px 24px;
    border-radius: 8px;
    background: #FFFFFF;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .heading h4 {
    font-size: 24px;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .heading .button-close {
    font-size: 34px;
    color: #484843;
    cursor: pointer;
    transition: 0.3s;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .heading .button-close:hover {
    color: #c07454;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
    justify-content: center;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .controls #filtersWissen {
    background: #000;
    color: #FFFFFF;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .controls #filtersWissen:hover {
    background: #484843;
  }
  body.page-template-opleidingen .opleidingen-container .filters.show .filter-items {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 130px;
  }
}
body.page-template-opleidingen .opleidingen-container .filters h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: #484843;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group:first-of-type span.title {
  margin-top: 24px;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group span.title {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  color: #a2a57b;
  margin: 25px 0 8px;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group .choices .form-check {
  margin-bottom: 0;
  min-height: unset;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group .choices .form-check label {
  font-size: 16px;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group .choices .form-check input {
  border: 1px solid #484843;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group .choices .form-check input:checked {
  background-color: #a2a57b;
  border: 1px solid #a2a57b;
}
body.page-template-opleidingen .opleidingen-container .filters .filter-items .filter-group .choices .form-check .result-count {
  font-size: 16px;
  vertical-align: 2px;
}
body.page-template-opleidingen .opleidingen-container .filters .controls {
  margin-top: 24px;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items {
  display: flex;
  flex-direction: column;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items .counter {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  body.page-template-opleidingen .opleidingen-container .opleiding-items .counter {
    margin-bottom: 0;
  }
}
body.page-template-opleidingen .opleidingen-container .opleiding-items .filter-button {
  color: #c07454;
  border: 2px solid #c07454;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px 15px;
  line-height: 29px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 60px;
  margin: 32px 0 20px;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items .filter-button:hover {
  background: #c07454;
  color: #FFFFFF;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items .filter-button .icon-filter {
  margin-right: 10px;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items #opleidingen {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items #opleidingen .load-spinner {
  margin: 0 auto;
}
body.page-template-opleidingen .opleidingen-container .opleiding-items button#showMore {
  margin: 0 auto;
  margin-top: 32px;
  display: none;
}

body.single-opleiding {
  background: #F9F8F7;
  /* opleiding specs */
}
body.single-opleiding main article:before {
  display: none;
}
body.single-opleiding article {
  margin: 0;
}
body.single-opleiding article .wp-block-list {
  padding-left: 12px;
}
body.single-opleiding .info-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  body.single-opleiding .info-block {
    flex-direction: column;
    margin: 30px 0;
  }
}
body.single-opleiding .info-block .content {
  max-width: 483px;
}
body.single-opleiding .info-block .content strong {
  margin-top: 0;
}
body.single-opleiding .info-block img {
  max-width: 100%;
  min-width: 108px;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  body.single-opleiding .info-block img {
    min-width: unset;
    margin-bottom: 30px;
  }
}
body.single-opleiding .opleiding-specs {
  background: #EEE6DC;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  body.single-opleiding .opleiding-specs {
    margin-top: 30px;
  }
}
body.single-opleiding .opleiding-specs .top-section .btn.solliciteer:after {
  content: "";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 14px;
  margin-left: 8px;
}
body.single-opleiding .opleiding-specs .top-section .btn.copy {
  display: block;
  margin-top: 24px;
  padding: 0;
  background: none;
  color: #484843;
  font-size: 16px;
}
body.single-opleiding .opleiding-specs .top-section .btn.copy span.text {
  text-decoration: underline;
}
body.single-opleiding .opleiding-specs .top-section .btn.copy.copied span.text {
  text-decoration: none;
  color: #a2a57b;
}
body.single-opleiding .opleiding-specs .top-section .btn.copy.copied:before {
  color: #a2a57b;
}
body.single-opleiding .opleiding-specs .top-section .btn.copy:before {
  content: "";
  font-family: "icomoon";
  font-size: 19px;
  color: #66655f;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
body.single-opleiding .opleiding-specs .opleiding-info {
  padding-top: 24px;
  margin-top: 32px;
  padding-bottom: 24px;
  padding-bottom: 32px;
  border-top: 2px solid #BBA68D;
  border-bottom: 2px solid #BBA68D;
}
body.single-opleiding .opleiding-specs .opleiding-info .spec {
  display: flex;
  flex-direction: column;
}
body.single-opleiding .opleiding-specs .opleiding-info .spec:not(:last-of-type) {
  margin-bottom: 24px;
}
body.single-opleiding .opleiding-specs .opleiding-info .spec span.key {
  font-size: 18px;
  font-weight: 700;
  color: #484843;
}
body.single-opleiding .opleiding-specs .cta-options {
  margin-top: 32px;
}
body.single-opleiding .opleiding-specs .cta-options .informatie {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.single-opleiding .opleiding-specs .cta-options .informatie h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 600;
}
body.single-opleiding .opleiding-specs .cta-options h4 {
  margin-top: 0;
}
body.single-opleiding .opleiding-specs .cta-options .diploma {
  margin-top: 40px;
}
body.single-opleiding .opleiding-specs .cta-options .btn {
  font-size: 16px;
}

.aanmeldformulier {
  margin: 80px 0;
  padding: 60px 0;
  position: relative;
  background-color: #EEE5DC;
}
.aanmeldformulier:before {
  bottom: 98%;
}
@media (max-width: 767.98px) {
  .aanmeldformulier:before {
    bottom: 93%;
  }
}
.aanmeldformulier .form-container {
  position: relative;
}
.aanmeldformulier .form-container:before {
  content: "";
  background: url(../assets/images/shape-form.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-height: 100%;
  aspect-ratio: 1;
  position: absolute;
}
.aanmeldformulier h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.aanmeldformulier .gform_wrapper {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 61px 83px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .aanmeldformulier .gform_wrapper {
    padding: 40px 50px;
  }
}
@media (max-width: 575.98px) {
  .aanmeldformulier .gform_wrapper {
    padding: 30px;
  }
}
.aanmeldformulier .gform_wrapper .gform_heading {
  display: none;
}
.aanmeldformulier .gform_wrapper .gform_fields .gfield.functietitle input {
  background: #D1D0CC;
  color: #3C3C3C;
}
.aanmeldformulier:before, .aanmeldformulier:after {
  content: "";
  background: url(../assets/images/vacatures/wave-top-brown.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 99%;
  left: 0;
  right: 0;
  height: 25px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .aanmeldformulier:before, .aanmeldformulier:after {
    bottom: 98%;
  }
}
@media (max-width: 575.98px) {
  .aanmeldformulier:before, .aanmeldformulier:after {
    height: 17px;
    bottom: 99%;
  }
}
.aanmeldformulier:after {
  background: url(../assets/images/vacatures/wave-bottom-brown.svg);
  top: 99%;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .aanmeldformulier:after {
    height: 25px;
  }
}

.search .search-back {
  background: #FFFFFF;
}
.search .search-back:hover {
  background: #c07454;
}