@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;
  }
}

/* Remove focus styling */
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #000E1A;
}

@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden;
  }
}

.text-muted {
  color: #0E2F5F;
}

/* ------------------------------------------------ // kop */
h1, .visual .content .title,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.2em;
  color: #0E2F5F;
}

h1, .visual .content .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1, .visual .content .title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  h1, .visual .content .title {
    margin-bottom: 55px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4,
h5,
h6 {
  font-size: 18px;
  font-weight: 500;
}

/**
 * Regular text
 */
p {
  color: #324B70;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

table td {
  font-size: 16px;
  line-height: 24px;
  color: #324B70;
}

/**
 * Links
 */
a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

/**
 * List styling
 */
main ul li,
main ol li {
  font-size: 18px;
  line-height: 29px;
  text-indent: -1em;
  padding-left: 1em;
  color: #0E2F5F;
}
@media (max-width: 767.98px) {
  main ul li,
main ol li {
    font-size: 16px;
    line-height: 25px;
  }
}

.subtitel {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2A90E4;
}

.titel {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  color: #0E2F5F;
}
@media (max-width: 767.98px) {
  .titel {
    font-size: 30px;
    line-height: 36px;
  }
}

#article-content a:not(.wp-block-button__link, .btn) {
  color: #E87655;
  transition: 0.3s;
}
#article-content a:not(.wp-block-button__link, .btn):hover {
  color: #9B452C;
}
#article-content p {
  line-height: 30px;
}
#article-content h3,
#article-content h4,
#article-content h5,
#article-content h6 {
  margin-top: 15px;
}

html {
  -webkit-text-size-adjust: 100%;
}

.faq-list {
  margin-bottom: 35px;
}
.faq-list h2 {
  display: flex;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .faq-list h2 {
    font-size: 27px;
  }
}
.faq-list h2 span {
  margin-right: 10px;
  font-size: 37px;
  color: #2A90E4;
}
@media (max-width: 767.98px) {
  .faq-list h2 span {
    top: 3px;
    position: relative;
    margin-right: 8px;
    font-size: 30px;
  }
}
.faq-list #faqAccordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 5px;
}
.faq-list #faqAccordion .accordion-item {
  position: relative;
  margin-top: 5px;
  border: none;
  margin: 0;
  background-color: #E5EDF4;
  border-radius: 16px;
  padding-right: 15px;
  border: 1px solid grey;
  box-shadow: 0px 2px 0px 0px #546D91;
  transition: 0.3s ease-in-out;
  /* Accordion icons wisselen */
}
.faq-list #faqAccordion .accordion-item.active {
  background-color: #F1F5F9;
  border-color: #F1F5F9;
  box-shadow: none;
}
.faq-list #faqAccordion .accordion-item.active .accordion-header {
  border-top: 2px solid #E5EDF4;
  border-top-left-radius: 16px;
}
.faq-list #faqAccordion .accordion-item .icon {
  position: absolute;
  color: #0E2F5F;
  display: flex;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.faq-list #faqAccordion .accordion-item .icon span {
  font-size: 31px;
  transition: 0.3s ease-in-out;
}
.faq-list #faqAccordion .accordion-item .icon span:first-child {
  transform: rotate(90deg);
}
.faq-list #faqAccordion .accordion-item .icon span:last-child {
  position: absolute;
}
.faq-list #faqAccordion .accordion-item .icon[aria-expanded=true] span:first-child {
  transform: rotate(0deg);
}
.faq-list #faqAccordion .accordion-item[aria-expanded=true] {
  padding-bottom: 5px;
  box-shadow: none;
  border-top: 4px solid #E5EDF4;
  border-color: #E5EDF4;
  background-color: #F1F5F9;
}
.faq-list #faqAccordion .accordion-item[aria-expanded=true] button {
  background-color: #F1F5F9;
}
.faq-list #faqAccordion .accordion-item[aria-expanded=true] .icon {
  color: #2A90E4;
}
.faq-list #faqAccordion .accordion-item[aria-expanded=true] .icon span:first-child {
  transform: rotate(0deg);
}
.faq-list #faqAccordion .accordion-item:hover .icon {
  color: #2A90E4;
}
.faq-list #faqAccordion .accordion-header {
  padding-right: 40px;
  margin: 0;
  font-weight: 500;
}
.faq-list #faqAccordion .accordion-header button {
  background-color: transparent;
  padding: 17px 24px;
  border-radius: 16px;
  box-shadow: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #0E2F5F;
}
@media (max-width: 767.98px) {
  .faq-list #faqAccordion .accordion-header button {
    padding: 11px 16px;
    border-radius: 10px;
  }
}
.faq-list #faqAccordion .accordion-header button:focus, .faq-list #faqAccordion .accordion-header button:hover {
  outline: none;
  box-shadow: none;
}
.faq-list #faqAccordion .accordion-header button:after {
  display: none;
}
.faq-list #faqAccordion .accordion-collapse .accordion-body {
  padding: 0 24px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .faq-list #faqAccordion .accordion-collapse .accordion-body {
    padding: 0 16px;
    padding-right: 40px;
  }
}
.faq-list #faqAccordion .accordion-collapse .accordion-body a:not(.wp-block-button__link) {
  color: #E87655;
}
.faq-list #faqAccordion .accordion-collapse .accordion-body h2,
.faq-list #faqAccordion .accordion-collapse .accordion-body h3,
.faq-list #faqAccordion .accordion-collapse .accordion-body h4,
.faq-list #faqAccordion .accordion-collapse .accordion-body h5,
.faq-list #faqAccordion .accordion-collapse .accordion-body h6 {
  margin-top: 25px;
}
.faq-list #faqAccordion .accordion-collapse .accordion-body .wp-block-heading {
  margin-top: 10px;
}
.faq-list #faqAccordion .accordion-collapse .accordion-body p,
.faq-list #faqAccordion .accordion-collapse .accordion-body ul li {
  font-size: 16px;
  line-height: 24px;
  color: #324B70;
}
.faq-list #faqAccordion .accordion-collapse .accordion-body .wp-block-buttons {
  margin-bottom: 20px;
}

button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler),
.wp-block-button__link,
.btn,
.gform_wrapper form .gform_footer .gform_button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #E87655;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 23px;
  font-weight: 700;
  border-radius: 60px;
  transition: 0.3s;
  width: auto;
  border: 1px solid transparent;
  box-shadow: 0px 4px 0px 0px #9B452C;
}
button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler) a,
.wp-block-button__link a,
.btn a,
.gform_wrapper form .gform_footer .gform_button a {
  color: inherit;
}
button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler):hover, button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler):focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.btn:hover,
.gform_wrapper form .gform_footer .gform_button:hover,
.btn:focus,
.gform_wrapper form .gform_footer .gform_button:focus {
  background: #9B452C;
  color: #FFFFFF;
  border: 1px solid #9B452C;
  box-shadow: none;
  transform: translateY(4px);
}
button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler).btn-white,
.wp-block-button__link.btn-white,
.btn.btn-white,
.gform_wrapper form .gform_footer .btn-white.gform_button {
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #0E2F5F;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #E2DACE;
}
button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler).btn-white span,
.wp-block-button__link.btn-white span,
.btn.btn-white span,
.gform_wrapper form .gform_footer .btn-white.gform_button span {
  color: #E87655;
}
button:not(.wp-block-accordion-heading__toggle):not(.search-button):not(.accordion-button):not(.pagination-btn):not(.navbar-toggler).btn-white:hover,
.wp-block-button__link.btn-white:hover,
.btn.btn-white:hover,
.gform_wrapper form .gform_footer .btn-white.gform_button:hover {
  background-color: #f7cdc1;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(2px);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #E87655 !important;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 23px;
  font-weight: 700;
  border-radius: 60px !important;
  transition: 0.3s;
  width: auto;
  border: 1px solid transparent;
  box-shadow: 0px 4px 0px 0px #9B452C !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) a {
  color: inherit;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  background: #9B452C !important;
  color: #FFFFFF;
  border: 1px solid #9B452C !important;
  box-shadow: none;
  transform: translateY(4px);
}

.btn-link {
  padding: 8px 15px 8px 10px;
  font-size: 16px;
  line-height: 1;
  color: #0E2F5F !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #E2DACE;
}
.btn-link.back {
  position: relative;
  margin-bottom: 25px;
}
.btn-link.back:after {
  display: none;
}
.btn-link.back:before {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  color: #2A90E4;
}
.btn-link.back:hover, .btn-link.back:focus {
  background: #E9E2D6;
  box-shadow: none;
  transform: translateY(2px);
}
.btn-link:hover {
  color: #071933;
}
.btn-link:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}

header {
  position: relative;
}
header #navbarNav {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  header nav.navbar {
    margin-left: auto;
  }
}
header nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav.navbar ul.navbar-nav li.menu-item a {
  padding: 0;
  color: #0E2F5F;
  font-size: 16px;
  font-weight: 500;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover {
  color: #E87655;
}
header nav.navbar ul.navbar-nav li.menu-item .show-deeper {
  display: none;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a {
  color: #2A90E4;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a:hover, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a:hover, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a:hover {
  color: #E87655;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  /* Styling dropdown menu */
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    padding-block: 8px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
    line-height: 1;
    margin-top: 1px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 23px;
  top: 0;
  transition: 0.3s;
  margin-left: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-radius: 8px;
  list-style: none;
  background: #FFFFFF;
  padding: 12px 20px;
  box-shadow: 0 2px 0.2rem rgba(0, 0, 0, 0.15);
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  white-space: nowrap;
  padding-block: 2px;
  display: inline-block;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  header #navbarNav {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  header nav.navbar {
    position: absolute;
    border-top: 1px solid #0E2F5F;
    width: 100%;
    top: 100%;
    padding: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    background: #FFFFFF;
    height: calc(100vh - 90px);
    display: none;
  }
  header nav.navbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    gap: 15px;
  }
  header nav.navbar ul.navbar-nav li.menu-item {
    border-bottom: 1px solid #E5EDF4;
    width: 100%;
    padding: 6px 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item .show-deeper {
    display: block;
  }
  header nav.navbar ul.navbar-nav li.menu-item a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a {
    color: #0E2F5F;
    font-weight: 500;
  }
  header nav.navbar ul.navbar-nav li.menu-item:last-child > a {
    padding-bottom: 0 !important;
  }
  header nav.navbar ul.navbar-nav li.menu-item:not(.menu-item-has-children) a {
    margin-right: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.8em;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a:after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a:hover ~ .show-deeper {
    background-color: #E87655;
    color: #FFFFFF;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper {
    position: absolute;
    right: 0;
    top: 9px;
    width: 20px;
    height: 20px;
    background-color: #E5EDF4;
    border-radius: 4px;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:after {
    content: "";
    font-family: "Material Symbols Outlined";
    position: relative;
    right: 0;
    top: -4px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    padding-inline: 0;
    font-size: 20px;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper.open {
    background-color: #0E2F5F;
    color: white;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper.open:after {
    transform: rotate(180deg);
    top: -5px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:hover ~ a {
    color: #E87655;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    padding-left: 2em;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 16px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    border-bottom: none;
    padding: 0;
    line-height: 22px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 13px;
    line-height: 22px;
    padding-block: 0;
    font-weight: 400;
  }
}

#pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 25px;
  gap: 2px;
}
#pagination-container .pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #FFFFFF;
  color: #0E2F5F;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 11px;
  font-weight: 700;
  border-radius: 4px;
  transition: 0.3s;
  width: auto;
  border: 1px solid transparent;
  box-shadow: 0px 3px 0px 0px #E9E2D6;
}
@media (max-width: 991.98px) {
  #pagination-container .pagination-btn {
    padding: 5px 12px;
  }
}
#pagination-container .pagination-btn:hover, #pagination-container .pagination-btn:focus, #pagination-container .pagination-btn.active {
  color: #E87655;
}
#pagination-container .pagination-first,
#pagination-container .pagination-last {
  padding: 9px 4px;
}
#pagination-container .pagination-dots {
  padding: 0 10px;
  position: relative;
  top: 5px;
}

.navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 34px;
  width: 34px !important;
  border-radius: 4px !important;
  background-color: #0E2F5F !important;
  font-size: 17px;
  color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #546D91 !important;
  transition: 0.3s;
  padding: 0 !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  border: 0 !important;
  box-shadow: none;
  background: none;
  transform: none !important;
}
.navbar-toggler .animated-icon3 {
  width: 15px;
  height: 10px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  background-color: #FFFFFF;
  border-radius: 0;
  height: 2px;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0px;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 4px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 8px;
}
.navbar-toggler[aria-expanded=true] .animated-icon3 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 2px;
  width: 16px;
}
.navbar-toggler[aria-expanded=true] .animated-icon3 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .animated-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 2px;
  width: 16px;
}

.number-of-items {
  margin-right: 10px;
  font-weight: 600;
}
.number-of-items .item-counter {
  font-weight: 700;
}

.filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px 0 28px;
  flex-wrap: wrap;
}
.filters .filter-title {
  position: relative;
  top: 3px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767.98px) {
  .filters .filter-title {
    flex-basis: 100%;
  }
}
.filters .filter {
  background: #f3ddd6;
  color: #E87655;
  border: none;
  box-shadow: 0 4px 0 0 #E7BDB1;
}
.filters .filter:hover {
  background: #2A90E4;
  color: #FFFFFF;
  box-shadow: none;
}
.filters .filter.active {
  background: #E87655;
  color: #FFFFFF;
  pointer-events: none;
  box-shadow: none;
  transform: translateY(4px);
}

.gform_wrapper {
  position: relative;
  background-color: #F1F5F9;
  margin-top: 110px;
  padding-top: 120px;
}
.gform_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background-color: #F1F5F9;
  z-index: -1;
}
.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper form .gform_fields {
  gap: 15px;
}
.gform_wrapper form h2 {
  font-size: 32px;
  margin-top: 40px;
}
.gform_wrapper form .gfield label,
.gform_wrapper form .gfield legend {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0E2F5F;
}
.gform_wrapper form .gfield .validation_message {
  font-size: 12px;
  line-height: 24px;
  color: #C90B0E;
  font-weight: 500;
}
.gform_wrapper form .gfield .ginput_container_date {
  min-height: 48px;
  border: 1px solid #99A6B8;
  border-radius: 4px;
  box-shadow: 0px -2px 0px 0px #99A6B8;
  background: #FFFFFF;
}
.gform_wrapper form .gfield .ginput_container_date input {
  width: 100%;
  border: none;
}
.gform_wrapper form .gfield select,
.gform_wrapper form .gfield input:not(.datepicker),
.gform_wrapper form .gfield textarea {
  min-height: 48px;
  border: 1px solid #99A6B8;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0px -2px 0px 0px #99A6B8;
  outline: none;
}
.gform_wrapper form .gfield select:invalid, .gform_wrapper form .gfield select[aria-invalid=true],
.gform_wrapper form .gfield input:not(.datepicker):invalid,
.gform_wrapper form .gfield input:not(.datepicker)[aria-invalid=true],
.gform_wrapper form .gfield textarea:invalid,
.gform_wrapper form .gfield textarea[aria-invalid=true] {
  border-color: #C90B0E;
  box-shadow: 0px -2px 0px 0px #C90B0E;
}
.gform_wrapper form .gfield select:focus,
.gform_wrapper form .gfield input:not(.datepicker):focus,
.gform_wrapper form .gfield textarea:focus {
  outline: none;
}
.gform_wrapper form .gfield input.gfield-choice-input {
  min-height: 20px;
  border-radius: 10px;
}
.gform_wrapper form .gfield input.gfield-choice-input::before {
  color: #0E2F5F;
}
.gform_wrapper form .gfield .ginput_container_fileupload input {
  border: 1px solid #99A6B8;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0px -2px 0px 0px #99A6B8;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #2A90E4;
}

#gform_wrapper_11 {
  padding-bottom: 100px;
}

#input_19_16 {
  border: 0;
  box-shadow: none;
  min-height: auto;
  font-size: 23px;
  color: #0E2F5F;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-local-outline-width: 0 !important;
}

.card {
  padding: 0;
  border: 0;
  height: 100%;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.card .card-body-top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
}
.card .card-body-top .card-date {
  font-size: 14px;
  color: #0E2F5F;
  margin-left: 0;
}
.card.default > a {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card.default .img-holder {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card.default .img-holder img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
  transform: scale(1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card.default .card-body {
  color: #0E2F5F;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
.card.default .card-body .card-titel {
  transition: 0.3s;
  margin-top: 5px;
}
.card.default .card-body .card-titel h3 {
  margin-bottom: 0;
}
.card.default .card-body .card-label {
  display: inline-block;
  background-color: #2A90E4;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 3px 4px;
  border-radius: 3px;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .card.default .card-body .card-label {
    font-size: 12px;
    padding: 2px 3px;
  }
}
.card.default .card-body .read-more {
  display: flex;
  align-items: center;
  color: #0E2F5F;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  margin-top: auto;
}
.card.default .card-body .read-more:hover {
  color: #0E2F5F;
}
.card.default .card-body .read-more:after {
  content: "";
  font-family: "Material Symbols Outlined";
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.card.default:hover {
  background-color: #E9E2D6;
}
.card.default:hover .read-more {
  color: #0E2F5F;
}
.card.default:hover img {
  transform: scale(1.05);
}
.card:not(.minimal) .card-body {
  padding-top: 15px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: unset;
  left: unset;
  bottom: 20px;
  position: absolute;
  right: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #FFFFFF;
  transition: 0.3s;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: #FFFFFF;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: #0E2F5F;
}
.swiper .swiper-button-prev {
  right: 80px;
}
.swiper .swiper-button-prev:after {
  content: "";
}
.swiper .swiper-button-next:after {
  position: relative;
  right: -2px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #99A6B8;
  width: 12px;
  height: 12px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.visual {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 1920/550;
  min-height: 300px;
}
.visual .swiper-slide {
  min-height: 300px;
}
.visual img {
  aspect-ratio: 1920/550;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 0;
  filter: brightness(0.8);
}
.visual .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #FFFFFF;
  padding-inline: 32px;
  z-index: 3;
}
.visual .content .title {
  color: inherit;
  font-size: 56px;
}
@media (max-width: 767.98px) {
  .visual .content .title {
    font-size: 42px;
    line-height: 1.1em;
  }
}
.visual .content .subtitel {
  font-size: 22px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767.98px) {
  .visual .content .subtitel {
    font-size: 18px;
  }
}

.quote {
  background: #FFFFFF;
  padding: 0px 30px;
  margin: 40px 0;
  margin-left: 40px;
  position: relative;
}
.quote:before {
  content: "";
  background: rgba(14, 47, 95, 0.2);
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  position: absolute;
  left: 0;
}
.quote blockquote {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #0E2F5F;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.quote blockquote:before {
  content: "";
  font-family: "Material Symbols Outlined";
  color: #0E2F5F;
  font-size: 48px;
  font-weight: 400;
}
.quote .author {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: grey;
}

.wp-block-columns {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column:has(img) {
    order: -1;
  }
}
.wp-block-columns h1, .wp-block-columns .visual .content .title, .visual .content .wp-block-columns .title,
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h5,
.wp-block-columns h6 {
  margin-top: 15px;
}
.wp-block-columns figure {
  margin-bottom: 0;
}

.patroon-afbeelding-rechts {
  margin-top: 120px;
  margin-bottom: 110px;
  background-color: #F1F5F9;
  border-radius: 30px;
  gap: 0;
}
@media (max-width: 767.98px) {
  .patroon-afbeelding-rechts {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .patroon-afbeelding-rechts {
    flex-wrap: wrap !important;
    flex-direction: column;
    border-radius: 10px;
  }
}
.patroon-afbeelding-rechts .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
}
@media (max-width: 991.98px) {
  .patroon-afbeelding-rechts .wp-block-column:first-child {
    padding: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .patroon-afbeelding-rechts .wp-block-column:last-child {
    order: 2;
  }
}
.patroon-afbeelding-rechts .wp-block-column {
  max-width: 50%;
  width: 50%;
}
@media (max-width: 991.98px) {
  .patroon-afbeelding-rechts .wp-block-column {
    width: 100%;
    max-width: 100%;
  }
}
.patroon-afbeelding-rechts figure {
  height: 100%;
}
.patroon-afbeelding-rechts figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .patroon-afbeelding-rechts figure img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .patroon-afbeelding-rechts figure img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.post-list {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .post-list {
    margin: 60px 0;
  }
}
.post-list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}
.post-list .header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.post-list .header .slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-list .header .slider-controls .swiper-button-prev,
.post-list .header .slider-controls .swiper-button-next {
  position: unset;
  transform: none;
  margin-top: 0;
  color: #0E2F5F;
  border: 2px solid #0E2F5F;
  transition: 0.3s;
}
.post-list .header .slider-controls .swiper-button-prev:hover,
.post-list .header .slider-controls .swiper-button-next:hover {
  background: #0E2F5F;
  color: white;
}
.post-list .header .slider-controls .swiper-button-prev:after,
.post-list .header .slider-controls .swiper-button-next:after {
  color: inherit;
}
.post-list .swiper-wrapper .card {
  width: 100%;
  height: auto;
}
.post-list .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.post-list .items .card {
  width: 100%;
}
@media (max-width: 991.98px) {
  .post-list .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .post-list .items {
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .post-list .items {
    grid-template-columns: 1fr;
  }
}
.post-list a.btn-link {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .post-list a.btn-link {
    margin-top: 30px;
  }
}

.cta-block-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fcebe6;
  color: #0E2F5F;
  padding: 30px;
  border-radius: 20px;
  gap: 40px;
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .cta-block-contact {
    margin: 60px 0;
  }
}
.cta-block-contact .label {
  margin-bottom: 0;
  color: #E87655;
  font-size: 18px;
  font-weight: 600;
}
.cta-block-contact h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0E2F5F;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cta-block-contact {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cta-block-contact img {
  max-width: 160px;
  object-fit: contain;
  border-radius: 10px;
}
.cta-block-contact .content .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-block-algemeen {
  display: flex;
  align-items: center;
  background: #F1F5F9;
  color: #0E2F5F;
  padding: 80px;
  border-radius: 30px;
  gap: 37px;
  margin: 120px 0;
}
@media (max-width: 991.98px) {
  .cta-block-algemeen {
    margin: 60px 0;
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.cta-block-algemeen .label {
  margin-bottom: 0;
  color: #E87655;
  font-size: 18px;
  font-weight: 600;
}
.cta-block-algemeen h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0E2F5F;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cta-block-algemeen {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
  }
}
.cta-block-algemeen img {
  max-width: 200px;
  object-fit: contain;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .cta-block-algemeen img {
    max-width: 140px;
  }
}
.cta-block-algemeen .content .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.diensten-block {
  margin-top: 105px;
}
@media (max-width: 767.98px) {
  .diensten-block {
    margin-top: 15px;
  }
}
.diensten-block h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .diensten-block h2 {
    text-align: left;
  }
}
.diensten-block .blokken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .diensten-block .blokken {
    margin: 0;
    gap: 16px;
  }
}

.diensten-card {
  background: #F7F2E9;
  height: 100%;
  border-radius: 20px;
  padding: 32px;
  padding-top: 25px;
  padding-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0px 4px 0px 0px #E2DACE;
}
@media (max-width: 767.98px) {
  .diensten-card {
    padding: 24px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.diensten-card-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}
.diensten-card-wrapper:hover .diensten-card {
  background-color: #E9E2D6;
  transform: translateY(4px);
  box-shadow: none;
}
.diensten-card-wrapper:hover .diensten-icon {
  color: #0d6efd;
  transform: rotate(45deg);
}

.diensten-label {
  margin-bottom: 5px;
  color: #2A90E4;
  font-size: 18px;
  font-weight: 600;
}

.diensten-titel {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0E2F5F;
}

.diensten-beschrijving {
  margin: 0;
  flex-grow: 1;
}
.diensten-beschrijving p {
  font-size: 14px;
}

.diensten-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  color: #0E2F5F;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .diensten-icon {
    top: 15px;
    right: 15px;
  }
}

body.category main {
  background-color: #F7F2E9;
}
body.category .card-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  body.category .card-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  body.category .card-listing {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

header {
  padding: 25px 0 6px;
}
@media (max-width: 767.98px) {
  header {
    padding: 20px 0 0;
  }
}
header .navbar {
  padding: 12px 0;
}
header .header-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .header-wrapper.bottom {
    margin-top: 16px;
    padding: 0;
    max-width: 100%;
  }
  header .header-wrapper.bottom nav.navbar {
    position: relative;
  }
  header .header-wrapper.bottom nav.navbar .menu-hoofdmenu-container {
    width: 100%;
  }
  header .header-wrapper.bottom nav.navbar .menu-hoofdmenu-container ul.navbar-nav {
    padding: 6px 0 0;
    gap: 0;
  }
}
header .header-wrapper .logo img {
  width: 182px;
  height: auto;
  border-radius: 0;
}
header .header-wrapper .top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-wrapper .top-right .contact-links {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  header .header-wrapper .top-right .contact-links {
    gap: 6px;
  }
}
header .header-wrapper .top-right .contact-links .contact-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  gap: 4px;
  color: #0E2F5F;
  transition: 0.3s;
}
header .header-wrapper .top-right .contact-links .contact-link .contact-text {
  transition: 0.3s;
}
header .header-wrapper .top-right .contact-links .contact-link:hover .contact-text {
  color: #E87655;
}
header .header-wrapper .top-right .contact-links .contact-link:hover .icon {
  background-color: #0E2F5F;
  color: white;
  box-shadow: none;
  transform: translateY(2px);
}
@media (max-width: 767.98px) {
  header .header-wrapper .top-right .contact-links .contact-link .contact-text {
    display: none;
  }
}
header .header-wrapper .top-right .contact-links .contact-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background-color: #E5EDF4;
  font-size: 17px;
  color: #0E2F5F;
  box-shadow: 0px 2px 0px 0px #546D91;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  header .header-wrapper .top-right .contact-links .contact-link .icon {
    height: 34px;
    width: 34px;
    font-size: 24px;
  }
}
header .header-wrapper .top-right .contact-links .contact-link .contact-text {
  position: relative;
  top: 1px;
}
header .search {
  display: flex;
  position: relative;
  border-radius: 30px;
  background-color: #F1F5F9;
  border: 1px solid #546D91;
  box-shadow: 0px 2px 0px 0px #546D91;
  padding: 4px 16px;
  gap: 8px;
  max-width: 184px;
}
@media (max-width: 991.98px) {
  header .search {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
header .search input#header-search-input {
  background-color: transparent;
  max-width: 90%;
  font-size: 16px;
  border: 0;
  color: #0E2F5F;
}
@media (max-width: 767.98px) {
  header .search input#header-search-input {
    width: 100%;
    font-size: 14px;
  }
}
header .search input#header-search-input::placeholder {
  color: #546D91;
}
header .search input#header-search-input:-moz-placeholder {
  color: #546D91;
}
header .search input#header-search-input::-moz-placeholder {
  color: #546D91;
}
header .search button.search-button {
  position: relative;
  top: 2px;
  background: transparent;
  color: #0E2F5F;
  padding: 0;
  font-size: 18px;
  border: none;
}

footer {
  z-index: 2;
  position: relative;
  background: linear-gradient(180deg, #F7F2E9 34.72%, #E2DACE 100%);
  color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  footer .footer-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 0px;
    padding-bottom: 35px;
  }
}
footer #certificeringen {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  footer #certificeringen {
    padding-top: 25px;
    gap: 5px;
    margin-bottom: 0px;
  }
  footer #certificeringen h3 {
    margin-bottom: 17px;
  }
}
footer #certificeringen .certificeringen-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  footer #certificeringen .certificeringen-list {
    gap: 10px;
  }
}
footer #certificeringen .certificeringen-list img {
  width: 90px;
  height: 90px;
  padding: 13px;
  border-radius: 20px;
  background: #FFFFFF;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  footer #certificeringen .certificeringen-list img {
    padding: 5px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top-row {
    margin-top: 8px;
  }
}
footer .footer-top-row h3 {
  margin-top: 30px;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row h3 {
    margin-top: 15px;
  }
}
footer .footer-top-row ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
}
footer .footer-top-row ul.menu li.menu-item {
  line-height: 0;
}
footer .footer-top-row ul.menu li.menu-item a {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 15px 8px 10px;
  border-radius: 4px;
  color: #0E2F5F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #E2DACE;
}
footer .footer-top-row ul.menu li.menu-item a:before {
  content: "";
  margin-right: 7px;
  width: 20px;
  font-size: 19px;
  font-family: "Material Symbols Outlined";
  color: #2A90E4;
}
footer .footer-top-row ul.menu li.menu-item a:hover, footer .footer-top-row ul.menu li.menu-item a:focus {
  color: #0E2F5F;
  background-color: #E9E2D6;
  box-shadow: none;
  transform: translateY(2px);
}
footer .footer-top-row .socials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
footer .footer-top-row .socials a {
  background: #FFFFFF;
  color: #0E2F5F;
  display: inline-block;
  height: 32px;
  width: 32px;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top-row .socials a:hover {
  background: grey;
  color: #FFFFFF;
}
footer .footer-top-row #contact h3 {
  margin-bottom: 11px;
}
footer .footer-top-row #contact div,
footer .footer-top-row #contact p {
  margin-bottom: 0;
  color: #324B70;
  line-height: 24px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row #contact div,
footer .footer-top-row #contact p {
    font-size: 14px;
  }
}
footer .footer-top-row #contact div {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row #contact div {
    margin-top: 18px;
  }
}
footer .footer-top-row #contact .btn, footer .footer-top-row #contact .gform_wrapper form .gform_footer .gform_button, .gform_wrapper form .gform_footer footer .footer-top-row #contact .gform_button {
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  footer .footer-top-row #contact .btn, footer .footer-top-row #contact .gform_wrapper form .gform_footer .gform_button, .gform_wrapper form .gform_footer footer .footer-top-row #contact .gform_button {
    margin-top: 14px;
  }
}
footer .footer-bottom-row {
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 67px;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
}
footer .footer-bottom-row .logo img {
  border-radius: unset;
}
footer .footer-bottom-row .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu {
    flex: 1;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu {
    gap: 10px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item {
    line-height: 18px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item a {
  color: #546D91;
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item a {
    font-size: 14px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item a:hover {
  color: #E87655;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item:first-child:before {
    content: none;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item:before {
  content: "•";
  margin-right: 13px;
  color: #546D91;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item:before {
    margin-right: 11px;
  }
}
footer .footer-bottom-row span.copyright {
  color: #546D91;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row span.copyright {
    flex: 1;
    font-size: 14px;
  }
}

.home #intro {
  position: relative;
  background-color: #F7F2E9;
  padding: 100px 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home #intro {
    padding: 30px 0 70px;
  }
}
.home #intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  background: url("../assets/images/beeldmerk.svg") no-repeat center;
  width: 176px;
  height: 401px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .home #intro:before {
    top: 29px;
    left: inherit;
    right: 0;
    width: 128px;
    height: 294px;
    z-index: -1;
    background-size: 100%;
    background: url("../assets/images/beeldmerk-mobiel.svg") no-repeat center;
  }
}
.home #intro .col-titel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #intro .content-wrapper .subtitel {
  margin-bottom: 16px;
  max-width: 263px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #546D91;
}
@media (max-width: 767.98px) {
  .home #intro .content-wrapper .subtitel {
    font-size: 18px;
    line-height: 24px;
  }
}
.home #intro .content-wrapper .titel {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #0E2F5F;
  max-width: 276px;
}
@media (max-width: 767.98px) {
  .home #intro .content-wrapper .titel {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
}
.home #intro .content-wrapper .titel b {
  position: relative;
  color: #E87655;
  padding: 0 24px 0 17px;
  left: -17px;
  font-weight: 700;
}
.home #intro .content-wrapper .titel b:after {
  content: "";
  position: absolute;
  background: url("../assets/images/streep.svg") no-repeat center;
  display: inline-block;
  height: 11px;
  width: 100%;
  bottom: -6px;
  left: 0;
}
@media (max-width: 767.98px) {
  .home #intro .content-wrapper .titel b:after {
    display: none;
  }
}
.home #intro .content-cta-wrapper {
  display: grid;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .home #intro .content-cta-wrapper {
    gap: 16px;
  }
}
.home #intro .content-cta-wrapper .cta-wrapper {
  display: flex;
  gap: 26px;
  border-radius: 20px;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 0px 0px #E2DACE;
}
@media (max-width: 991.98px) {
  .home #intro .content-cta-wrapper .cta-wrapper {
    padding: 25px;
    border-radius: 14px;
  }
}
.home #intro .content-cta-wrapper .cta-wrapper:hover {
  background-color: #E9E2D6;
  transform: translateY(4px);
  box-shadow: none;
}
.home #intro .content-cta-wrapper .cta-wrapper .cta-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 80px;
  height: 80px;
  opacity: 1;
  border-radius: 10px;
  background-color: #E5EDF4;
}
.home #intro .content-cta-wrapper .cta-wrapper .cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.home #intro .content-cta-wrapper .cta-wrapper .cta-content .cta-titel {
  font-size: 22px;
  font-weight: 800;
  color: #0E2F5F;
}
.home #intro .content-cta-wrapper .cta-wrapper .cta-content .cta-link-text {
  font-weight: 500;
  color: #2A90E4;
}
.home #intro .content-cta-wrapper .cta-wrapper .cta-content .cta-link-text span.material-symbols-outlined {
  position: relative;
  top: 3px;
  font-size: 19px;
}
.home article {
  margin-top: 0;
  background: linear-gradient(180deg, #F7F2E9 0%, rgba(247, 242, 233, 0) 100%);
}
.home article .image-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.home article .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .home article .content-col {
    padding-top: 60px;
  }
}
.home article .content-col p.page-subtitle {
  margin-bottom: 0;
}
.home article h1, .home article .visual .content .title, .visual .content .home article .title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .home article h1, .home article .visual .content .title, .visual .content .home article .title {
    margin-bottom: 10px;
    line-height: 36px;
  }
}
.home article a:not(.btn, .wp-block-button__link) {
  color: #E87655;
}
.home #diensten {
  margin-bottom: 30px;
}
.home #diensten .content-diensten-wrapper {
  background-color: #F7F2E9;
  margin: 100px 15px 110px;
  border-radius: 30px;
  padding: 80px 40px 80px 70px;
  width: calc(100% - 20px);
}
@media (max-width: 767.98px) {
  .home #diensten .content-diensten-wrapper {
    margin: 0 10px;
    padding: 29px 40px 25px 30px;
    border-radius: 20px;
  }
}
.home #diensten .content-diensten-wrapper .content-diensten {
  display: flex;
  align-items: start;
}
.home #diensten .content-diensten-wrapper .content-diensten p {
  margin-bottom: 0;
}
.home #diensten .diensten-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  gap: 14px 0;
}
@media (max-width: 1199.98px) {
  .home #diensten .diensten-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .home #diensten .diensten-wrapper {
    padding-top: 28px;
    grid-template-columns: 1fr;
  }
}
.home #diensten .diensten-wrapper .dienst-item {
  list-style: none;
  padding-left: inherit;
  text-indent: inherit;
}
.home #diensten .diensten-wrapper .dienst-item a.dienst-titel {
  display: inline-flex;
  padding: 8px 15px 8px 10px;
  border-radius: 4px;
  color: #0E2F5F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #E2DACE;
}
.home #diensten .diensten-wrapper .dienst-item a.dienst-titel:before {
  content: "";
  margin-right: 7px;
  width: 20px;
  font-size: 19px;
  font-family: "Material Symbols Outlined";
  color: #2A90E4;
}
.home #diensten .diensten-wrapper .dienst-item a.dienst-titel:hover {
  color: #0E2F5F;
  background-color: #E9E2D6;
  box-shadow: none;
  transform: translateY(2px);
}
.home #content-blok-seo {
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .home #content-blok-seo {
    margin-bottom: 15px;
  }
}
.home #faq_list {
  margin-bottom: 105px;
}
@media (max-width: 767.98px) {
  .home #faq_list {
    margin-bottom: 35px;
  }
}
.home #faq_list .faq-list {
  margin-bottom: 26px;
}

body:not(.home) main {
  position: relative;
  z-index: 0;
}
body:not(.home) main article > *:last-child:not(script, .cta-block-algemeen, .cta-block-contact) {
  padding-bottom: 120px;
}
body:not(.home) main .top-content {
  display: flex;
  margin-bottom: 15px;
  gap: 0 8px;
}
body:not(.home) main .top-content .post-date {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #324B70;
}
@media (min-width: 768px) {
  body:not(.home) main .patroon-afbeelding-rechts {
    /* Breedte van 12 kolommen inclusief padding */
    width: calc(100% + 16.666667% + 30px);
    /* 16.666% = 2 kolommen compensatie, 30px = 15px*2 padding */
    /* Trek offset en padding weg */
    margin-left: calc(-8.333333% - 15px);
    /* linker offset */
    margin-right: calc(-8.333333% - 15px);
    /* rechter offset */
  }
}
body:not(.home) main::before {
  content: "";
  position: absolute;
  height: 300px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, #F7F2E9 0%, rgba(247, 242, 233, 0) 100%);
  width: 100%;
  top: 0;
}
body:not(.home) main .wp-block-accordion-item {
  border-top: 1px solid #F5F5F5;
  padding-top: 10px;
}
body:not(.home) main .wp-block-accordion-panel {
  padding: 40px 0;
}
body article .page-subtitle,
body main.archive .page-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2A90E4;
}
@media (max-width: 767.98px) {
  body article .page-subtitle,
body main.archive .page-subtitle {
    margin-bottom: 8px;
  }
}
body article h1, body article .visual .content .title, .visual .content body article .title,
body main.archive h1,
body main.archive .visual .content .title,
.visual .content body main.archive .title {
  margin-top: 0;
}
body article a,
body main.archive a {
  text-decoration: underline;
}
body article {
  margin: 25px 0 0;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body article {
    margin: 35px 0;
  }
}
body main.archive {
  padding-top: 70px;
}
@media (max-width: 991.98px) {
  body main.archive {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
body main.archive h1, body main.archive .visual .content .title, .visual .content body main.archive .title {
  margin-bottom: 65px;
}
body .wp-block-group {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  body .wp-block-group {
    margin: 60px 0;
  }
}
body .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
body .tags .tag {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 3px;
  background-color: #2A90E4;
}
body .wp-block-list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #324B70;
  text-indent: 0;
}
body .wp-block-list li a {
  color: #E87655;
  transition: 0.3s;
}
body .wp-block-list li a:hover {
  color: #9B452C;
}
body .contactblokken .wp-block-column {
  background-color: #F7F2E9;
  padding: 40px;
  border-radius: 20px;
  font-size: 16px;
}
body .contactblokken .wp-block-column p {
  font-size: 16px;
}
body .contactblokken .wp-block-column p:last-of-type {
  margin-bottom: 0;
}
body .contactblokken .wp-block-column strong {
  font-size: 18px;
}

#nieuws {
  background-color: #F7F2E9;
  padding: 110px 0 20px;
}
@media (max-width: 767.98px) {
  #nieuws {
    padding: 26px 0 40px;
  }
}
#nieuws .titel {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #nieuws .content-wrapper .row {
    row-gap: 24px;
  }
}

.search-form {
  margin: 80px 0;
}
.search-form form {
  margin-top: 40px;
}
.search-form form > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-form form input {
  min-height: 55px;
  box-sizing: border-box;
}
.search-form form input[type=text] {
  width: 500px;
  max-width: 100%;
  padding-inline: 1em;
}
.search-form form input[type=submit] {
  background: #0E2F5F;
  color: #FFFFFF;
  border: 0;
  padding-inline: 2em;
}
.search-form form input[type=submit]:hover {
  background: #071933;
}

body {
  counter-reset: section;
}

.search main {
  padding: 50px 0 80px;
}
.search main h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #0E2F5F;
  font-weight: 600;
}
.search main p:empty {
  display: none;
}
.search main span.mark {
  display: inline-block;
  background: none;
  color: #2A90E4;
  font-weight: 800;
  padding: 0;
  transition: 0.3s;
}
.search main ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search main ol li {
  text-indent: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.search main ol li p {
  margin-bottom: 0;
}
.search main ol li a {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #0E2F5F;
  font-weight: 700;
  text-decoration: none;
}
.search main ol li a:hover {
  color: #E87655;
}
.search main ol li a:hover span.mark {
  color: #E87655;
}
.search main ol li a:before {
  counter-increment: section;
  content: counter(section) ". ";
  color: #0E2F5F;
  font-size: 20px;
  line-height: 32px;
  margin-right: 5px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
@media (max-width: 767.98px) {
  .search main ol li a {
    font-size: 16px;
    line-height: 26px;
  }
}

body {
  color: #000E1A;
  font-size: 18px;
  line-height: 1.8em;
  font-family: "Roboto";
}

body,
html {
  overflow-x: hidden;
}
body:has(.navbar-collapse.show),
html:has(.navbar-collapse.show) {
  overflow: hidden;
  height: 100vh;
}

img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}