@import url("https://fonts.googleapis.com/css2?family=Material+Icons+Round");
.m-bottom {
  margin-bottom: 4rem;
}

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1, h2, h3, h4 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button {
  border: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/fonts/MaterialIcons-Regular.woff") format("woff"), url("/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 0.96rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

body {
  margin: 0;
  z-index: -1000;
  position: relative;
}
body .page-body {
  max-width: 1680px;
  margin: auto;
  width: 100%;
  background: white;
  z-index: -100;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1681px) {
  body .page-body .container-lg {
    max-width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1680px) {
  body .page-body .container-lg {
    max-width: 960px;
  }
}
body input:focus-visible, body textarea:focus-visible {
  outline: 1px solid #EF7910;
}
@media (min-width: 1681px) {
  body .container, body .container-lg, body .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1680px) {
  body .container, body .container-lg, body .container-xl {
    max-width: 960px;
  }
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.m-bottom {
  margin-bottom: 4rem;
}

.p20 {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .p20 {
    padding-left: 0;
  }
}

h3, h2, h1 {
  font-weight: 700;
  color: #621357;
}

html {
  font-family: itc-officina-sans-pro, sans-serif;
  font-size: 25px;
  color: #2A2A2A;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 576px) and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.42;
  }
}

h2 {
  font-size: 2.2rem;
  margin: 0 0 0.66rem;
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 1.2rem;
}

*::selection {
  color: white;
  background: #EF7910;
}

.ui-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ugly-scroll-fix {
  font-size: 1rem;
  color: transparent !important;
  background: transparent;
  padding: 0.5em 0.7em;
  display: inline-block;
  margin: 1rem 0;
  min-width: 100px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.agendaoverzicht {
  --margin: 8rem;
  position: relative;
  bottom: var(--margin);
  margin-bottom: calc(var(--margin) * -1);
  z-index: 1;
  padding-left: 0.8rem;
}
.agendaoverzicht--home {
  --margin: 0;
}
.agendaoverzicht > .filter {
  padding: 1rem 0;
  min-height: 7rem;
  margin-bottom: 3rem;
}
.agendaoverzicht > .filter > .filter-title {
  display: none;
}

.agenda {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .agenda {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
.agenda:hover {
  background: #fafafa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.agenda-container {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .agenda-container {
    margin-bottom: 4rem;
  }
}
.agenda-container h2 {
  margin-top: 1.5rem;
}
.agenda-date {
  width: 5%;
}
@media (max-width: 575px) {
  .agenda-date {
    width: 10%;
  }
}
.agenda-date--item {
  background: #fce4cf;
  border-radius: 15px;
  width: 2.56rem;
  height: 2.56rem;
  color: #621357;
  font-weight: 700;
  font-size: 0.72rem;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 0.25rem 0;
}
.agenda-date--item__month {
  text-transform: uppercase;
}
.agenda-title:not([aria-label=agenda-lijst-titel]) {
  width: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  color: #621357;
}
.agenda-title--voorinschrijven {
  width: calc(60% + 1rem);
}
.agenda-time {
  width: 20%;
}
@media (max-width: 767px) {
  .agenda-time {
    display: none;
  }
}
.agenda-time--voor {
  font-weight: 700;
  color: #621357;
}
.agenda-leesverder {
  width: 20%;
  color: #621357;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 767px) {
  .agenda-leesverder {
    float: left;
  }
}
@media (max-width: 767px) {
  .agenda-leesverder {
    width: 30%;
  }
}
.agenda-leesverder:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.agenda-leesverder--icn {
  position: relative;
  left: 0.28rem;
  width: 0.4rem;
}
.agenda-alle {
  margin: 1rem 0 4rem;
  display: block;
  height: 2rem;
  width: 100%;
}

/*
.agendaoverzicht {
    margin-bottom: $m-bottom;
}*/
.behandelaar {
  margin-bottom: 4rem;
  background: #fce4cf;
  position: relative;
  height: 10rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 0.6rem;
  box-shadow: none;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .behandelaar {
    gap: 0.5rem;
    padding: 0.5rem;
    height: 6.5rem;
  }
}
@media (max-width: 575px) {
  .behandelaar {
    gap: 1rem;
    padding: 1rem;
  }
}
.behandelaar:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: scale(1.02);
}
.behandelaar-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.behandelaar-item--img {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50% 0 50% 50%;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .behandelaar-item--img:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .behandelaar-item--img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 575px) {
  .behandelaar-item--img {
    width: 70px;
    height: 70px;
  }
}
.behandelaar-item--body__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .behandelaar-item--body__title {
    font-size: 18px;
  }
}
.behandelaar-item--body__text {
  margin-bottom: 0.2rem;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .behandelaar-item--body__text {
    font-size: 18px;
  }
}
.behandelaar-item--body__location {
  font-weight: 700;
  font-size: 0.85rem;
}
.behandelaar-item--body__function {
  font-size: 0.85rem;
}
.behandelaar-item--body__link {
  color: #621357;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .behandelaar-item--body__link {
    font-size: 18px;
  }
}
.behandelaar-item--body__link:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #EF7910;
}
.behandelaar-item--body__link svg {
  margin-left: 0.25rem;
}
@media (max-width: 1279px) {
  .behandelaar-item--body__link svg {
    width: 20px;
  }
}
.behandelaar-contact {
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .behandelaar-contact:not(:last-child) {
    margin-top: 1rem;
  }
}
.behandelaar-contact > a {
  text-decoration: none;
  color: #621357;
  font-weight: 700;
}

.categorie {
  margin-bottom: 2rem;
}
.categorie-overzicht {
  margin-bottom: 2.75rem;
}
.categorie-title {
  margin-bottom: 1rem;
}
.categorie-item {
  height: 8.6rem;
  padding: 1.5rem 1rem;
  margin: 0 0 1.25rem;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: none;
  border-radius: 15px;
  position: relative;
}
.categorie-item > .stretched-link {
  font-size: 0;
}
.categorie-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: scale(1.02);
}
.categorie-item:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.categorie-item:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/images/categorie-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.categorie-item:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url(/images/categorie-hover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.categorie-item--title {
  color: #2A2A2A;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .categorie-item--title {
    font-size: 1.25rem;
  }
}
.categorie-item--text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .categorie-item--text {
    font-size: 1rem;
  }
}

.contact {
  background: #fce4cf;
  border-radius: 0.6rem;
  padding: 3rem 3rem 2rem;
  position: relative;
  z-index: 100;
  margin: 4rem 0 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact {
    padding: 2rem 1rem 2rem;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 2rem 1rem 1rem;
    margin: 2rem 0 0;
  }
}
@media (max-width: 575px) {
  .contact {
    position: relative;
    margin-top: 7rem;
    display: grid;
  }
}
@media (max-width: 767px) {
  .contact .row {
    width: 100%;
  }
}
.contact-top {
  display: flex;
}
@media (max-width: 767px) {
  .contact-top {
    gap: 1rem;
  }
}
.contact-top--body {
  max-width: 75%;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .contact-top--body {
    margin: 0;
  }
}
.contact-cta {
  position: relative;
  background: white;
  width: 100%;
  height: 4.6rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: 15px;
  padding: 0 0.5rem;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .contact-cta {
    margin: 0 0 1rem;
  }
}
.contact-cta:hover {
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 21px 30px -15px rgba(33, 7, 30, 0.2);
}
.contact-cta--img {
  width: 2.5rem;
  height: 2.5rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .contact-cta--img:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.contact-cta--body__title {
  font-size: 1rem;
  font-weight: 700;
  color: #606060;
  margin: 0 0 0.25rem;
}
.contact-cta--body__title:hover {
  color: #606060;
}
.contact-cta--body__link {
  color: #621357;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}
.contact-cta--body__link.terug {
  font-weight: 700;
}
.contact-cta--body__link:hover {
  color: #621357;
}

.content {
  padding-left: 20px;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .content {
    padding-left: 0;
  }
}
.content a {
  cursor: pointer;
}
.content ul, .content ol {
  margin: 0.5rem 0 1rem;
  padding: 0 1rem;
}
.content ul li, .content ol li {
  padding-left: 0.25rem;
}
.content ul li::marker, .content ol li::marker {
  color: #EF7910;
  font-weight: 700;
}
.content p > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content p > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.content li > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content li > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.content em > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content em > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.content span > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content span > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.content .umbraco-forms-label > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content .umbraco-forms-label > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.content-img {
  margin: 2rem 0;
}
.content img {
  max-width: 100%;
}
.content img.droplet {
  border-radius: 50% 0 50% 50%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .content img.droplet {
    width: 12.8rem;
    height: 12.8rem;
  }
}
@media (max-width: 991px) {
  .content img.droplet {
    position: relative;
    right: auto;
    display: table;
    margin: 1rem auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .content img.droplet {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 364px) and (max-width: 575px) {
  .content img.droplet {
    width: 316px;
    height: 316px;
  }
}
@media (max-width: 363px) {
  .content img.droplet {
    width: 200px;
    height: 200px;
  }
}
.content-actueel > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.content-actueel > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.modal-open {
  overflow: auto;
}

.cookie {
  background: #621357;
  bottom: 0;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  color: white;
  position: fixed;
  left: 0;
  width: 33.33%;
  margin: 0 33.33%;
  z-index: 10000000;
  animation: 0.3s ease-out 0s 1 slideInFromBottom;
  display: block;
  border-radius: 15px 15px 0 0;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cookie {
    width: 50%;
    margin: 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cookie {
    width: 80%;
    margin: 0 10%;
  }
}
@media (max-width: 767px) {
  .cookie {
    width: 100%;
    left: 0;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cookie {
    padding: 1.5rem 1rem 2rem;
  }
}
.cookie--title {
  font-weight: 700;
  font-size: 1rem;
}
.cookie--text {
  font-style: normal;
  line-height: 1.4;
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .cookie--text {
    margin-left: 6px;
  }
}
.cookie p {
  margin: 0.5rem 0 1rem;
  font-size: 0.8rem;
}
@media (max-width: 575px) {
  .cookie p {
    font-size: 1rem;
  }
}
.cookie p > a {
  color: white;
  font-weight: 700;
}
.cookie-buttons {
  display: flex;
  align-items: center;
}

.aanvragen--lidworden, .aanvragen--info {
  width: 50%;
  border: 1px solid rgba(96, 96, 96, 0.09);
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  position: relative;
}
@media (max-width: 991px) {
  .aanvragen--lidworden, .aanvragen--info {
    width: 100% !important;
    height: max-content !important;
    min-height: auto !important;
  }
}

.aanvragen--lidworden__header, .aanvragen--info__header {
  width: 100%;
  height: 5.44rem;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .aanvragen--lidworden__header, .aanvragen--info__header {
    height: 4rem;
  }
}
@media (max-width: 575px) {
  .aanvragen--lidworden__header, .aanvragen--info__header {
    height: 3.2rem;
  }
}

.aanvragen {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  left: 1rem;
  position: relative;
}
@media (max-width: 991px) {
  .aanvragen {
    display: block;
  }
}
@media (max-width: 991px) {
  .aanvragen--info {
    margin-bottom: 1rem;
  }
}
.aanvragen--info__header {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.aanvragen--info__header--title {
  color: #621357;
  display: contents;
}
.aanvragen--info__body {
  padding: 1rem 3rem 1rem 2rem;
}
.aanvragen--info__body > p {
  color: #606060;
}
.aanvragen--info__body > p a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.aanvragen--info__body > p a:hover {
  text-decoration: underline;
}
.aanvragen--lidworden {
  margin-left: -0.5rem;
  width: 56%;
}
@media (max-width: 767px) {
  .aanvragen--lidworden {
    margin-bottom: 2rem;
  }
}
.aanvragen--lidworden__header {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.aanvragen--lidworden__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/footer-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.aanvragen--lidworden__header--title {
  color: white;
  display: contents;
}
.aanvragen--lidworden__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.aanvragen--lidworden__body--price {
  display: flex;
  gap: 1rem;
  align-items: start;
}
.aanvragen--lidworden__body--price__old {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  color: #621357;
  position: absolute;
  left: 15%;
  margin-top: 0.32rem;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .aanvragen--lidworden__body--price__old {
    left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .aanvragen--lidworden__body--price__old {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .aanvragen--lidworden__body--price__old {
    left: 15%;
  }
}
@media (max-width: 575px) {
  .aanvragen--lidworden__body--price__old {
    left: 10%;
  }
}
.aanvragen--lidworden__body--price__old:after {
  content: " ";
  height: 0.12rem;
  width: 90%;
  background-color: #621357;
  position: absolute;
  top: 0.68rem;
  left: 10%;
  -moz-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.aanvragen--lidworden__body--price__new {
  font-size: 1.6rem;
  font-weight: 700;
  color: #621357;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aanvragen--lidworden__body--price__new--info {
  color: #606060;
  font-size: 0.64rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .aanvragen--lidworden__body--price__new--info {
    font-size: 1rem;
  }
}
.aanvragen--lidworden__list {
  padding: 1rem 2rem 0.5rem 1rem;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 1rem;
}
.aanvragen--lidworden__list--item {
  display: flex;
  align-items: start;
}
.aanvragen--lidworden__list--item img {
  position: relative;
  top: 0.16rem;
  margin-right: 0.5rem;
}
.aanvragen--lidworden__list--item > p {
  color: #606060;
}
.aanvragen--asterisk {
  color: #621357;
  text-align: center;
  margin: 1rem 0;
  margin-bottom: 4rem;
}

.proces-dienst {
  position: relative;
  padding: 3rem 0 0 20px;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .proces-dienst {
    padding: 2rem 0 0;
  }
}
.proces-dienst:before {
  background: #F5F5F5;
  width: 112%;
  height: 45%;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -25%;
}
@media (max-width: 991px) {
  .proces-dienst:before {
    width: 100%;
    left: -5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .proces-dienst:before {
    height: 41%;
  }
}
@media (max-width: 767px) {
  .proces-dienst:before {
    height: 22%;
  }
}
@media (max-width: 575px) {
  .proces-dienst:before {
    height: 20%;
  }
}
.proces-dienst--title {
  min-height: 5.28rem;
}
@media (max-width: 767px) {
  .proces-dienst--title {
    min-height: 4rem;
  }
}
.proces-dienst--intro {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .proces-dienst--item {
    margin-bottom: 2rem;
  }
}
.proces-dienst--number {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50% 0 50% 50%;
  background: #fce4cf;
  position: relative;
  margin: 0 auto 1rem;
}
.proces-dienst--number__item {
  width: 2.4rem;
  height: 2.4rem;
  background: #621357;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white;
  font-size: 1.4rem;
}
.proces-dienst--body__title {
  font-weight: 700;
  font-size: 1rem;
  color: #2A2A2A;
}
@media (max-width: 767px) {
  .proces-dienst--body__title {
    font-size: 20px;
  }
}
.proces-dienst--body__intro {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .proces-dienst--body__intro {
    font-size: 1rem;
  }
}
.proces-dienst--body__intro p > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.proces-dienst--body__intro p > a:hover {
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.proces-dienst--body__link {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.proces-dienst--body__link:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .proces-dienst--body__link {
    font-size: 1rem;
  }
}

.dienstenoverzicht {
  margin-bottom: 4rem;
}
.dienstenoverzicht--result {
  display: table;
  margin: 1rem auto 2rem;
}
.dienstenoverzicht--result__number {
  font-weight: 700;
  color: #621357;
}
.dienstenoverzicht-item {
  margin-bottom: 2.5rem;
}
.dienstenoverzicht-item h2 {
  margin-bottom: 1rem;
}
.dienstenoverzicht-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dienstenoverzicht-result--item {
  width: 49%;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 0 1rem 0;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .dienstenoverzicht-result--item {
    width: 100%;
  }
}
.dienstenoverzicht-result--item__link {
  display: flex;
  align-items: center;
  color: #621357;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dienstenoverzicht-result--item__link {
    align-items: baseline;
  }
}
.dienstenoverzicht-result--item__link:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.dienstenoverzicht-result--item__link svg {
  width: 1rem;
  margin-right: 1.5rem;
}
@media (max-width: 575px) {
  .dienstenoverzicht-result--item__link svg {
    position: relative;
    top: 3px;
    width: 0.5rem;
  }
}

.dienstplaatsen-text {
  width: 100%;
  height: 19.44rem;
  display: grid;
  place-content: center;
}
@media (max-width: 991px) {
  .dienstplaatsen-text {
    height: 16rem;
  }
}
.dienstplaatsen-text--body {
  height: max-content;
}
@media (min-width: 992px) {
  .dienstplaatsen-text--body > h2 {
    font-size: 2rem;
  }
}
.dienstplaatsen-img {
  width: 100%;
  height: 19.44rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .dienstplaatsen-img {
    height: 16rem;
    margin: 1rem 0 4rem;
  }
}

.downloads {
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .downloads {
    margin: 0 0 2rem;
  }
}
.downloads--intro {
  margin: 0 0 2rem;
}
.downloads-body {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 1rem 0;
  gap: 0 1rem;
}
.downloads-item {
  width: 45%;
  color: #621357;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.downloads-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}
@media (min-width: 576px) and (max-width: 991px) {
  .downloads-item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .downloads-item {
    width: 100%;
  }
}
.downloads-item--icn {
  position: relative;
  top: 0.16rem;
  margin-right: 0.32rem;
}
.downloads-item--icn__link {
  transform: rotate(-45deg);
  left: 0;
  top: -1px;
}
@media (max-width: 575px) {
  .downloads-item--icn__link {
    left: 2px;
  }
}
.downloads-item--text {
  margin: 0;
}

.co-faq {
  width: 100%;
  position: relative;
  border-radius: 0.6rem;
  margin: 4rem 0;
  padding: 0 0 2rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .co-faq {
    width: 99%;
  }
}
.co-faq:after {
  content: "";
  width: 61.6rem;
  position: absolute;
  left: -10%;
  height: 100%;
  background: #F5F5F5;
  top: 0;
  z-index: -10;
}
@media (max-width: 767px) {
  .co-faq:after {
    width: 100%;
    left: 0;
  }
}
.co-faq-body {
  padding: 3rem 0 0;
}
@media (min-width: 768px) and (max-width: 1680px) {
  .co-faq-body {
    padding: 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .co-faq-body {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .co-faq-body h2 {
    max-width: 60%;
    margin-bottom: 1rem;
    display: block;
  }
}
.co-faq-item--title {
  font-weight: 500;
  color: #2A2A2A;
  line-height: 1.35;
  cursor: pointer;
}
.co-faq-item--title.faciliteiten {
  color: #621357;
}
.co-faq-item--title > button {
  color: inherit;
  font-weight: inherit;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .co-faq-item--title {
    line-height: 1.6;
  }
}
.co-faq-item--title p {
  margin: 0 0 0 2rem;
}
.co-faq-item--title__icn {
  float: left;
  margin-right: 0.28rem;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  top: 0.08rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .co-faq-item--title__icn {
    top: 0.2rem;
  }
}
.co-faq-item--title[aria-expanded=true] {
  color: #621357;
}
.co-faq-item--title[aria-expanded=true] .co-faq-item--title__icn {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.co-faq-item--title__overzicht {
  display: flex;
  gap: 0.5rem;
  line-height: 1.5;
}
.co-faq-item--title__overzicht > svg {
  float: none;
  flex: none;
  margin: 0;
  top: 0.25rem;
}
.co-faq-item--title__overzicht > p {
  margin: 0;
}
.co-faq-item--answer {
  margin: 0.5rem 0 0 2rem;
}
.co-faq-item--answer p > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.co-faq-item--answer p > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}
.co-faq-item--answer span > a {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.co-faq-item--answer span > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}
.co-faq-item--answer > .related-list {
  margin: 0;
}
@media (min-width: 1200px) {
  .co-faq-item--answer > .related-list {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .co-faq-item--answer > .related-list {
    max-width: 75%;
  }
}
.co-faq-item--answer > .related-list .related-list--flex {
  display: flex;
  align-content: center;
  gap: 0.5rem;
  width: 47%;
}
@media (max-width: 575px) {
  .co-faq-item--answer > .related-list .related-list--flex {
    width: 100%;
  }
}
.co-faq-item.faciliteiten {
  margin-bottom: 1rem;
}
.co-faq-overzicht--item {
  position: relative;
  padding: 1.5rem 20px 0.5rem;
}
@media (max-width: 767px) {
  .co-faq-overzicht--item {
    padding: 2rem 20px 1rem 0;
  }
}
.co-faq-overzicht--item img {
  border-radius: 50% 0 50% 50%;
  object-fit: cover;
  position: relative;
  bottom: 2rem;
  margin-bottom: -2rem;
}
@media (max-width: 1199px) {
  .co-faq-overzicht--item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .co-faq-overzicht--item img {
    width: 150px;
    height: 150px;
    bottom: 0;
    display: flex;
    margin: 2rem auto;
  }
}
.co-faq-overzicht:nth-child(even) .faq-overzicht--item {
  padding: 1.5rem 20px 1rem;
}
.co-faq-overzicht:nth-child(even) .faq-overzicht--item:before {
  background: rgb(253.4, 241.6, 231.1);
  top: 0;
  left: -65%;
  width: 150%;
  height: 99%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .co-faq-overzicht:nth-child(even) .faq-overzicht--item:before {
    left: -50%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .header-home {
    min-height: 16.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-home {
    margin: 8rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .header-home {
    margin: 2.5rem 0 1rem;
  }
}
@media (max-width: 575px) {
  .header-home {
    margin-top: 8rem;
  }
}
.header-home > picture > img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50% 0 50% 50%;
  z-index: -100;
  display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .header-home > picture > img {
    width: 34rem;
    height: 34rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-home > picture > img {
    width: 24rem;
    height: 24rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-home > picture > img {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .header-home > picture > img {
    width: 15rem;
    height: 15rem;
  }
}
.header-home--body {
  position: relative;
  height: max-content;
  padding: 1.5rem 0 0 0;
  background: white;
}
@media (min-width: 992px) and (max-width: 1680px) {
  .header-home--body {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-home--body {
    max-width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-home--body {
    margin-top: 6.2rem;
    height: 8rem;
    max-width: 75%;
    margin-top: 8rem;
  }
}
@media (max-width: 575px) {
  .header-home--body {
    padding: 1rem 2rem 1rem 0;
    max-width: 95%;
    min-height: 4rem;
    bottom: 5rem;
    margin-bottom: -5rem;
  }
}
.header-home--body:after {
  width: 18rem;
  height: 16.4rem;
  border-radius: 0 0 50% 50%;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -10;
  right: -2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-home--body:after {
    width: 12rem;
    height: 12rem;
    right: -2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-home--body:after {
    width: 8rem;
    height: 8rem;
    right: -4rem;
  }
}
@media (max-width: 575px) {
  .header-home--body:after {
    display: none;
  }
}

.header {
  margin: 0 0 4rem;
}
@media (max-width: 1279px) {
  .header {
    margin: 4rem 0 0;
  }
}
@media (max-width: 1279px) {
  .header--no-image {
    margin: 0;
  }
}
.header picture {
  position: absolute;
  top: 0;
  right: 0;
}
.header picture > img {
  border-radius: 50% 0 50% 50%;
  width: 27rem;
  height: 27rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header picture > img {
    width: 22rem;
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header picture > img {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .header picture > img {
    width: 15rem;
    height: 15rem;
  }
}
.header picture:before {
  content: "";
  background: url(/images/footer-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -5%;
  right: -3%;
  z-index: -1000;
  width: 115%;
  height: 115%;
  display: block;
  border-radius: 50% 50% 0 50%;
}
.header picture.no-image:before {
  border-radius: 50% 0 50% 50%;
  width: 27rem;
  height: 27rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 6px;
  width: 90%;
  height: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header picture.no-image:before {
    width: 22rem;
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header picture.no-image:before {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .header picture.no-image:before {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 1199px) {
  .header picture.no-image:before {
    right: 0;
  }
}
.header-visual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 27rem;
  height: 27rem;
  border-radius: 50% 0 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-visual {
    width: 22rem;
    height: 22rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-visual {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .header-visual {
    width: 15rem;
    height: 15rem;
  }
}
.header-visual:before {
  content: "";
  background: url(/images/footer-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -5%;
  right: -3%;
  z-index: -1000;
  width: 115%;
  height: 115%;
  display: block;
  border-radius: 50% 50% 0 50%;
}
.header-visual.no-image:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 6px;
  width: 90%;
  height: 90%;
}
@media (max-width: 1199px) {
  .header-visual.no-image:before {
    right: 0;
  }
}
.header-body {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: max-content;
  background: white;
  padding: 1.5rem 3rem 1rem 0.8rem;
  border-radius: 0 0 4rem 0;
}
@media (max-width: 991px) {
  .header-body {
    padding: 1rem 2rem 1rem 0;
  }
}
@media (max-width: 991px) {
  .header-body {
    width: 100%;
  }
}
.header-body > h1 {
  position: relative;
  right: 0.16rem;
}
.header-body__has-intro {
  border-radius: 0 0 9rem 0;
  width: 100%;
  height: 17rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-body__has-intro {
    max-width: 85%;
  }
}
.header-intro {
  max-width: 28rem;
}
.header-intro > span > a {
  color: #EF7910;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.header-intro > span > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.header-intro > p > a {
  color: #EF7910;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.header-intro > p > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.header-intro > p > span > a {
  color: #EF7910;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: none;
}
.header-intro > p > span > a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.header-intro--story {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 1rem 0;
}
.header-intro--story__date {
  font-weight: 700;
  font-size: 0.8rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .header-intro--story__date:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.inhoudsopgave {
  position: absolute;
  width: 13.84rem;
  margin-top: 1rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  margin-left: 4rem;
  padding: 1rem 0;
}
@media (max-width: 1440px) {
  .inhoudsopgave {
    width: 12rem;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .inhoudsopgave {
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .inhoudsopgave {
    display: none;
  }
}
.inhoudsopgave.sticky {
  z-index: 10000;
  position: fixed;
  top: 4.4rem;
}
.inhoudsopgave-title {
  color: #621357;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 1rem 0.5rem;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.inhoudsopgave-title:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.inhoudsopgave-list {
  display: flex;
  flex-direction: column;
}
.inhoudsopgave-list--item {
  height: auto;
  background: white;
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
}
.inhoudsopgave-list--item:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.inhoudsopgave-list--item a {
  color: #2A2A2A;
  text-decoration: none;
}
.inhoudsopgave-list--item.active, .inhoudsopgave-list--item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  background: #E0D0DD;
}
.inhoudsopgave-list--item.active:before, .inhoudsopgave-list--item:hover:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  background: #621357;
}

@media (max-width: 991px) {
  .locatie {
    margin: 2rem 0;
  }
}
.locatie-contact {
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
}
.locatie-contact--img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50% 0 50% 50%;
}
.locatie-contact--body {
  padding: 0.5rem 0 0;
}
.locatie-contact--body__title {
  font-weight: 700;
  margin: 0;
}
.locatie-contact--body__function {
  margin: 0;
}
.locatie-info {
  border: 1px solid rgba(96, 96, 96, 0.1);
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
}
.locatie-info--top {
  border-bottom: 1px solid rgb(239.1, 239.1, 239.1);
  padding: 1.25rem 1rem 1rem;
}
.locatie-info--top__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.locatie-info--top__title--second {
  margin: 0 0 0.25rem 1rem;
}
.locatie-info--contact {
  padding: 1rem 0 0;
}
.locatie-info--contact__flex {
  display: flex;
  font-size: 0.8rem;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .locatie-info--contact__flex {
    font-size: 1rem;
  }
}
.locatie-info--contact__flex > strong {
  color: #621357;
  margin: 0 0.25rem;
}
.locatie-info--contact__flex img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.locatie-info--contact__flex.datum {
  border-top: 1px solid rgb(239.1, 239.1, 239.1);
  padding: 1rem 1rem 0;
}
.locatie-info--contact__flex:last-child {
  margin-bottom: 0;
  /* padding-b: .5rem 1rem 0;*/
}
.locatie-info--agenda {
  max-width: 14.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .locatie-info--agenda {
    position: absolute;
  }
}
.locatie-info--agenda .locatie-info--top__title {
  margin-bottom: 0.5rem;
}
.locatie-info--agenda .locatie-info--contact {
  padding-bottom: 0.5rem;
}

.locaties {
  margin-bottom: 4rem;
}
.locaties-item {
  background: #fce4cf;
  position: relative;
  height: 7.5rem;
  border-radius: 0.6rem;
  box-shadow: none;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .locaties-item {
    padding: 0.5rem;
    height: 6.5rem;
  }
}
@media (max-width: 575px) {
  .locaties-item {
    padding: 1rem;
  }
}
.locaties-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: scale(1.02);
}
.locaties-item--img {
  margin-right: 1rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50% 0 50% 50%;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .locaties-item--img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 575px) {
  .locaties-item--img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .locaties-item--img {
    margin-right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .locaties-item--img {
    margin-right: 1rem;
  }
}
.locaties-item--body__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .locaties-item--body__title {
    font-size: 18px;
  }
}
.locaties-item--body__text {
  margin-bottom: 0.2rem;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .locaties-item--body__text {
    font-size: 18px;
  }
}
.locaties-item--body__link {
  color: #621357;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .locaties-item--body__link {
    font-size: 18px;
  }
}
.locaties-item--body__link:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #EF7910;
}
.locaties-item--body__link svg {
  margin-left: 0.25rem;
}
@media (max-width: 1279px) {
  .locaties-item--body__link svg {
    width: 20px;
  }
}

.menu-body .menu-bar--search, .menu-body .menu-bar--profile {
  width: 3.24rem;
  height: 3.24rem;
  display: grid;
  justify-items: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
}

.menu-body .menu-bar--body__menu, .menu-body .menu-bar--body__link {
  text-decoration: none;
  color: #621357;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  font-size: 0.88rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-body .menu-bar--body__menu, .menu-body .menu-bar--body__link {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-bar--body__menu, .menu-body .menu-bar--body__link {
    font-size: 1rem;
  }
}
.menu-body .menu-bar--body__menu:hover, .menu-body .menu-bar--body__link:hover {
  color: #EF7910;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}

.menu-body {
  max-width: 1680px;
  margin: auto;
  width: 100%;
}
.menu-body .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67.2rem;
  padding-left: 2rem;
  position: relative;
  top: 0;
  z-index: 10000;
}
.menu-body .menu-home {
  text-decoration: none;
  position: relative;
  z-index: 1000;
}
.menu-body .menu-home--logo {
  width: 4.4rem;
  position: relative;
  bottom: 1.25rem;
}
.menu-body .menu-bar {
  width: auto;
  display: flex;
  gap: 1.25rem;
  position: fixed;
}
.menu-body .menu-bar--wrapper {
  position: absolute;
  left: 50%;
  top: 1.5rem;
  width: max-content;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-body .menu-bar {
    gap: 0.5rem;
  }
}
@media (max-width: 1680px) {
  .menu-body .menu-bar {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-bar {
    display: none;
  }
}
.menu-body .menu-bar--body {
  height: 3.24rem;
  border-radius: 15px;
  background: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  width: max-content;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-body .menu-bar--body {
    gap: 0.5rem;
    padding: 0 0.75rem;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-bar--body {
    width: 100%;
    justify-content: space-evenly;
    gap: 0.5rem;
    height: 95px;
    padding: 0 0.5rem;
    border-radius: 0;
  }
}
@media (max-width: 363px) {
  .menu-body .menu-bar--body {
    height: 60px;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-body .menu-bar--body__link:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-bar--body__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    gap: 0.25rem;
  }
}
.menu-body .menu-bar--body__link i {
  font-size: 24.75px;
}
@media (max-width: 363px) {
  .menu-body .menu-bar--body__link span {
    display: none;
  }
}
.menu-body .menu-bar--body__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.menu-body .menu-bar--body__menu:hover {
  color: #EF7910;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-bar--body__menu--icn {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-body .menu-bar--body__menu--icn {
    font-size: 1.5rem;
  }
}
.menu-body .menu-bar--profile {
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-body .menu-bar--profile:not(:last-child) {
    margin: 0 1.25rem;
  }
}
.menu-body .menu-bar--profile:hover {
  background: #EF7910;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-bar--profile:hover .menu-bar--profile__path {
  stroke: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-bar--profile__path {
  stroke: #621357;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-bar--search {
  background: #621357;
  z-index: 10;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-body .menu-bar--search:not(:last-child) {
    margin-left: 1.25rem;
  }
}
.menu-body .menu-bar--search:hover {
  background: #EF7910;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-bar--search__icn {
  display: block;
}
.menu-body .menu-bar--search__icn.close {
  display: none;
}
.menu-body .menu-bar--search__icn-back {
  display: none;
}
.menu-body .menu-bar--search__icn-back.close {
  display: block;
}
.menu-body .menu-bar--searchform {
  display: none;
  border-radius: 15px;
  background-color: white;
  border: 1px solid #621357;
}
.menu-body .menu-bar--searchform > input {
  width: 100%;
  height: 3.2rem;
  border-radius: 15px !important;
  background-color: white;
  padding: 0 6.5rem 0 1rem;
  border: none !important;
}
.menu-body .menu-bar--searchform__open {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 0;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-body .menu-bar--searchform__open {
    width: 92%;
  }
}
.menu-body .menu-bar--searchform > button {
  position: absolute;
  right: 4rem;
  top: 1rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-body .menu-bar--searchform > button {
    right: 1.5rem;
  }
}
.menu-body .menu-bar--searchform > button > i {
  font-size: 1.5rem;
  color: #621357;
}
.menu-body .menu-sidenav {
  position: absolute;
  top: -42rem;
  right: 0;
  z-index: 1000000;
  width: 39.4rem;
  height: 42rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
}
.menu-body .menu-sidenav--open {
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media only screen and (max-height: 1050) {
  .menu-body .menu-sidenav--open {
    height: 100vh;
    overflow: hidden auto;
  }
}
@media (max-width: 991px) {
  .menu-body .menu-sidenav--open {
    right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--open {
    height: 107vh;
    z-index: 10000;
  }
}
.menu-body .menu-sidenav:after {
  content: "";
  background: #621357;
  position: absolute;
  /* inset: 0;*/
  background: url(/images/menu-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-body .menu-sidenav--body {
  position: absolute;
  right: 4.5rem;
  display: flex;
  height: 100%;
  overflow: hidden auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body {
    right: auto;
  }
}
.menu-body .menu-sidenav--body .collapse {
  /* margin: -.75rem 0 -.5rem;*/
}
.menu-body .menu-sidenav--body .collapse--title {
  display: block;
  width: 100%;
  color: white;
  font-weight: 700;
  text-decoration: none;
  line-height: 2;
  margin-left: 0.5rem;
  font-size: 18px;
}
.menu-body .menu-sidenav--body:after {
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out, all 0.05s ease-in-out;
  content: "";
  align-self: stretch;
  border-left: none;
  right: 14rem;
  position: relative;
  width: 0;
}
.menu-body .menu-sidenav--body__shadow:after {
  content: "";
  -webkit-box-shadow: 8px 4px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 4px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 4px 16px 0px rgba(0, 0, 0, 0.75);
  align-self: stretch;
  border-left: 1px solid rgba(128, 128, 128, 0.7);
  right: 14rem;
  position: relative;
  width: 0.16rem;
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__shadow:after {
    display: none;
  }
}
.menu-body .menu-sidenav--body__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  width: 16rem;
  min-height: 24rem;
  padding-right: 0.5rem;
  padding: 8rem 0 0 2.5rem;
  overflow: auto;
  scrollbar-width: none;
}
.menu-body .menu-sidenav--body__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-height: 874px) {
  .menu-body .menu-sidenav--body__list {
    height: 100vh;
    position: relative;
    gap: 0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu-body .menu-sidenav--body__list {
    padding-top: 5rem;
  }
}
@media (min-width: 364px) and (max-width: 575px) {
  .menu-body .menu-sidenav--body__list {
    padding-top: 4rem;
  }
}
@media (max-width: 363px) {
  .menu-body .menu-sidenav--body__list {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__list {
    height: max-content !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .menu-body .menu-sidenav--body__list {
    padding-top: 8rem;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-body .menu-sidenav--body__list {
    padding-top: 8.25rem;
    gap: 0.5rem;
  }
}
.menu-body .menu-sidenav--body__list__title {
  font-weight: 700;
  color: white;
  font-size: 1.28rem;
  text-align: right;
  height: auto;
  background: rgba(255, 255, 255, 0);
  display: grid;
  align-items: center;
  padding-right: 1rem;
  border-radius: 15px 0 0 15px;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-body .menu-sidenav--body__list__title:not(:last-child) {
    margin-bottom: 1rem;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu-body .menu-sidenav--body__list__title:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  }
  @media only screen and (max-height: 874px) {
    .menu-body .menu-sidenav--body__list__title:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  }
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__list__title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__list__title.desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .menu-body .menu-sidenav--body__list__title.mobile {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .menu-body .menu-sidenav--body__list__title:hover {
    text-decoration: underline;
  }
}
.menu-body .menu-sidenav--body .child-title--open {
  background: rgb(255, 255, 255);
  color: #621357;
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body .child-title--open {
    background: transparent;
    color: white;
  }
}
.menu-body .menu-sidenav--body__child {
  display: none;
  min-height: 24rem;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.menu-body .menu-sidenav--body__child.open {
  width: 14rem;
  padding: 8.2rem 0 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 1;
  height: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__child.open {
    display: none;
  }
}
.menu-body .menu-sidenav--body__child--title {
  font-weight: 700;
  color: white;
  font-size: 1.28rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.menu-body .menu-sidenav--body__child--title:hover {
  text-decoration: underline;
}
.menu-body .menu-sidenav--body__sub {
  padding: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-body .menu-sidenav--body__sub--title {
  font-size: 0.96rem;
  color: white;
  text-decoration: none;
  text-align: right;
  margin-bottom: 0.5rem;
  font-weight: 700;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .menu-body .menu-sidenav--body__sub--title {
    text-align: left;
  }
}
.menu-body .menu-sidenav--body__sub--title:hover {
  text-decoration: underline;
}

.menu-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000000;
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}

.mijngegevens-name {
  color: #EF7910;
}
@media (max-width: 767px) {
  .mijngegevens-data {
    margin-bottom: 2rem;
  }
}
.mijngegevens-data--item {
  display: flex;
  justify-content: start;
  /*gap: 1rem;*/
  margin: 0.25rem 0;
}
.mijngegevens-data--item > strong {
  width: 45%;
}
.mijngegevens-data--item > span {
  width: 55%;
}
.mijngegevens-nieuwsbrief--btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.overcarinova {
  padding: 4.5rem 0 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .overcarinova {
    padding: 0 0 1rem;
    margin: 5rem 0 0;
  }
}
.overcarinova:before {
  background: #fafafa;
  top: 0;
  right: -65%;
  width: 150%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .overcarinova:before {
    left: -55%;
    width: 155%;
  }
}
.overcarinova-img {
  border-radius: 50% 0 50% 50%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .overcarinova-img {
    width: 150px;
    height: 150px;
    display: flex;
    margin: auto;
    margin: -3rem auto 1rem;
  }
}
.overcarinova-body {
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .overcarinova-body {
    padding: 0 20px 0 0;
  }
}
.overcarinova-zorgkaart {
  margin: 2rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.overcarinova-zorgkaart a {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.overcarinova-zorgkaart--number {
  font-weight: 700;
  color: white;
  background: #110E72;
  border-radius: 50%;
  padding: 5px 12px;
  position: relative;
  top: 1px;
  width: 80px;
  height: 80px;
  font-size: 1.5rem;
  display: inline-block;
  border: 6px solid white;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1680px) {
  .overcarinova-zorgkaart--number {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .overcarinova-zorgkaart--number {
    font-size: 1.75rem;
    padding: 10px 13px;
  }
}
@media (max-width: 575px) {
  .overcarinova-zorgkaart--number {
    width: 70px;
    height: 70px;
  }
}
.overcarinova-zorgkaart--number__decimal {
  font-size: 0.75rem;
  position: relative;
  bottom: 10px;
}
@media (max-width: 767px) {
  .overcarinova-zorgkaart--number__decimal {
    font-size: 1rem;
  }
}
.overcarinova-zorgkaart--caption {
  color: #621357;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .overcarinova-zorgkaart--caption {
    font-size: 1rem;
  }
}

.footer {
  width: 100%;
  position: relative;
  min-height: 21.6rem;
  bottom: 6.8rem;
  margin-bottom: -6.8rem;
  z-index: 10;
  padding: 9.2rem 0 2rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 140px 0 4rem;
    bottom: 94px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .footer {
    margin-bottom: -6.8rem;
  }
}
.footer:after {
  content: "";
  background: #621357;
  position: absolute;
  top: 0;
  left: -24.5%;
  width: 1685px;
  height: 100%;
  background: url(/images/footer-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
@media (max-width: 1680px) {
  .footer:after {
    left: -40.5%;
  }
}
.footer-contact {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-contact {
    display: block;
  }
}
.footer-contact--adres {
  color: white;
}
@media (max-width: 767px) {
  .footer-contact--adres {
    width: 100%;
  }
}
.footer-contact--adres__title {
  color: white;
  margin: 0;
}
.footer-contact--email {
  width: 18.8rem;
}
@media (max-width: 767px) {
  .footer-contact--email {
    width: 100%;
  }
}
.footer-email {
  display: flex;
  margin: 0.75rem 0;
  width: 100%;
}
.footer-email--thanks {
  color: white;
  font-weight: 700;
}
.footer-email > form {
  width: 100%;
  display: flex;
}
.footer-email--input {
  border-radius: 1.28rem 0 0 1.28rem;
  height: 42px;
  width: 75%;
  font-size: 0.8rem;
  padding: 0 1.25rem 0 0.5rem;
  border: none;
}
@media (max-width: 767px) {
  .footer-email--input {
    font-size: 1rem;
  }
}
.footer-email--input:focus-visible {
  border: none;
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
}
.footer-socials {
  width: max-content;
  z-index: 10;
  position: relative;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .footer-socials {
    margin: 3rem auto;
  }
}
.footer-socials--link {
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  margin: 0 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .footer-socials--link {
    width: 42%;
    margin: 0.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-socials--link {
    font-size: 0.72rem;
  }
}
@media (max-width: 767px) {
  .footer-socials--link {
    font-size: 1rem;
  }
}
.footer-socials--link:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer-socials--link:hover .footer-contact--link__icn:before {
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer-socials--link__icn {
  position: relative;
  width: 1.64rem;
  height: 1.64rem;
  margin: 0 0.5rem;
  display: grid;
  justify-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-socials--link__icn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footer-socials--link__icn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50% 0 50% 50%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer-socials--link__icn img {
  height: 1rem;
}
@media (max-width: 767px) {
  .footer-socials--link__icn img {
    height: 1.5rem;
  }
}
.footer-disclaimer {
  width: 100%;
  min-height: 60px;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: #621357;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.footer-disclaimer:after {
  content: "";
  background: #621357;
  position: absolute;
  top: 0;
  left: -23.5%;
  width: 1680px;
  height: 100%;
  z-index: -10;
}
@media (max-width: 1680px) {
  .footer-disclaimer:after {
    left: -40.5%;
  }
}
.footer-disclaimer--link {
  color: white;
  display: inline-flex;
  text-decoration: none;
  margin: 0 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-size: 0.88rem;
}
.footer-disclaimer--link:hover {
  color: white;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer-disclaimer--link:not(:last-child):after {
  content: "-";
  position: relative;
  left: 0.5rem;
}

.quote {
  margin: 1rem 0 4rem;
  display: flex;
  gap: 1rem;
}
.quote-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50% 0 50% 50%;
  position: relative;
  top: 0.16rem;
}
.quote-body--name {
  font-size: 1rem;
  font-weight: 700;
  color: #949494;
  position: relative;
  margin-bottom: 2rem;
}
.quote-body--name__function {
  font-weight: 400;
}
.quote-body--name:after {
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: #621357;
  position: absolute;
  bottom: -1rem;
  left: 0;
  border-radius: 5px;
}
.quote-body--text {
  font-size: 1.44rem;
  line-height: 1.55;
}
.search-results {
  position: relative;
  margin-top: 1.2rem;
}
.search-results--active {
  color: #EF7910;
}
.search-results--block {
  position: relative;
  padding: 0;
  margin-bottom: 1.6rem;
  display: flex;
  gap: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .search-results--block {
    margin-bottom: 1rem;
    padding: 20px 0;
    max-height: 100%;
  }
}
.search-results--block:hover {
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.search-results--block:hover .search-results--block__text--intro {
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.search-results--block:hover .search-results--block__text--title {
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.search-results--block__img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 767px) {
  .search-results--block__img {
    width: 125px;
    height: 125px;
  }
}
.search-results--block__text > a {
  text-decoration: none;
}
.search-results--block__text--title {
  color: #2A2A2A;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 1.5rem;
}
.search-results--block__text--intro {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.search-results--block .news-landing--block__date {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .search-results--block .news-landing--block__date {
    font-size: 1rem;
  }
}
.search-results--block__tag {
  font-weight: 600;
  text-align: center;
  background: #621357;
  color: white;
  min-width: 3.52rem;
  padding: 0.08rem 0.12rem;
  position: absolute;
  top: -0.24rem;
  right: -0.24rem;
}

.zoeken-resultaten {
  position: relative;
  margin: -0.4rem 0 0.8rem;
}
@media (max-width: 767px) {
  .zoeken-resultaten {
    z-index: 1;
  }
}
.zoeken-resultaten button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0.25rem;
  top: 0.24rem;
}
@media (max-width: 991px) {
  .zoeken-resultaten button i {
    display: block;
  }
}
.zoeken-resultaten i {
  color: #621357;
  right: 1rem;
  position: relative;
  top: 3px;
  font-size: 1.5rem;
}
.zoeken-resultaten a:after {
  height: 0;
}
.zoeken-resultaten input {
  background: white;
  border: 1px solid #621357;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.zoeken-resultaten input::placeholder {
  font-style: italic;
}

.situaties {
  margin-bottom: 4rem;
}
.situaties-title {
  color: #606060;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.situaties-item {
  height: 8.6rem;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1.25rem;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: none;
  border-radius: 15px;
}
.situaties-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: scale(1.02);
}
.situaties-item:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.situaties-item:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/images/cr-bg-small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.situaties-item:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url(/images/cr-bg-small-hover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
@media (hover: none) {
  .situaties-item:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .situaties-item--icn {
    width: 45px;
  }
}
.situaties-item--link {
  font-weight: 700;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  opacity: 1 !important;
}
.situaties-item--link:hover {
  color: white;
}
.situaties-link {
  font-weight: 700;
  color: #621357;
  text-decoration: none;
  display: block;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.situaties-link:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}

.submenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: max-content;
  min-height: 5.6rem;
  position: relative;
  padding: 1.5rem;
  gap: 1rem;
  margin: 1rem 0 0;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px;
  border-radius: 15px;
  background: #fce4cf;
  place-content: center;
}
.submenu-container {
  margin: 0 0 4rem;
}
.submenu > h3 {
  width: 100%;
  margin-bottom: 0;
}
.submenu > h3 > a {
  font-weight: 700;
  color: #621357;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.submenu > h3 > a:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.submenu-triangle {
  width: 4.4rem;
  margin: auto;
  display: block;
  z-index: 0;
  bottom: 0.4rem;
  position: relative;
  filter: drop-shadow(-1px 11px 6px rgba(0, 0, 0, 0.11));
}
@media (max-width: 767px) {
  .submenu-triangle {
    width: 2.96rem;
  }
}
.submenu-triangle .st0 {
  fill: #fce4cf;
}
.submenu-triangle .st1 {
  fill: none;
  stroke: #621357;
  stroke-width: 1.5;
}
.submenu-triangle .st2 {
  fill: none;
}
.submenu-triangle .st3 {
  fill: #621357;
}
.submenu--item {
  width: 48%;
  color: #621357;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .submenu--item {
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .submenu--item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.submenu--item:before {
  content: "";
  background: url(/images/chevron.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .submenu--item {
    font-size: 20px;
  }
}
.submenu--item svg {
  width: 1rem;
  position: relative;
  top: 0.08rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .submenu--item svg {
    width: 20px;
  }
}
.submenu--item:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.avatar {
  display: block;
  position: relative;
  z-index: 10;
}
.avatar--faq {
  width: 16rem;
  height: 21.2rem;
  bottom: 3rem;
  right: 2rem;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .avatar--faq {
    width: 14.5rem;
    height: 20rem;
    right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .avatar--faq {
    width: 13rem;
    height: 18rem;
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .avatar--faq {
    width: 10rem;
    height: 12rem;
    right: 0;
  }
}
@media (max-width: 767px) {
  .avatar--faq {
    float: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .avatar--faq {
    height: 12rem;
    width: 8rem;
    margin-bottom: -11rem;
    bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .avatar--faq {
    width: 90px;
    height: 130px;
    margin-bottom: -13rem;
    bottom: 4rem;
    right: -2%;
  }
}
@media (max-width: 363px) {
  .avatar--faq {
    display: none;
  }
}
.avatar--faq:after {
  background: #E0D0DD;
  border-radius: 50% 0 50% 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 16rem;
  height: 16rem;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .avatar--faq:after {
    width: 14.5rem;
    height: 14.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .avatar--faq:after {
    width: 13rem;
    height: 13rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .avatar--faq:after {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .avatar--faq:after {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 575px) {
  .avatar--faq:after {
    width: 90px;
    height: 90px;
  }
}
.avatar--contact {
  width: 8rem;
  height: 11.44rem;
  bottom: 5rem;
  margin-bottom: -4rem;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .avatar--contact {
    position: absolute;
    right: 0;
    top: -5rem;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .avatar--contact {
    width: 7rem;
  }
}
.avatar--contact:after {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 767px) {
  .avatar--contact:after {
    width: 7rem;
    height: 7rem;
  }
}
.avatar:after {
  background: #E0D0DD;
  border-radius: 50% 0 50% 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
  display: inline-block;
}
.avatar-img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0 !important;
  border-radius: 0 0 10rem 10rem;
  margin: 0 !important;
}

.breadcrumbs {
  z-index: 1000;
  position: relative;
}
@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 1rem;
  }
}
.breadcrumbs-home {
  color: #621357 !important;
}
.breadcrumbs a, .breadcrumbs span {
  font-weight: 500;
  color: #949494;
  margin: 0 0.25rem 0.5rem 0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-size: 0.8rem;
}
.breadcrumbs a:hover, .breadcrumbs span:hover {
  color: #EF7910;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .breadcrumbs a svg, .breadcrumbs span svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.breadcrumbs span:hover {
  color: #949494;
  cursor: default;
}

.card {
  width: 100%;
  height: 17.2rem;
  display: block;
  position: relative;
  margin: 1.5rem 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    margin: 1rem 0;
    height: max-content;
  }
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    margin: 1rem 0 2rem;
    height: max-content;
  }
}
.card:hover {
  transform: scale(1.02);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.card > img {
  width: 100%;
}
.card > picture > img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 15px;
  margin: auto;
  display: table;
}
@media (min-width: 768px) {
  .card > picture > img {
    max-width: 96%;
  }
}
.card-overzicht {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .card-overzicht {
    padding: 0;
  }
}
.card-overzicht.combi {
  padding: 0 0.48rem;
}
.card-type {
  border-radius: 50% 0 50% 50%;
  width: 5.4rem;
  height: 5.4rem;
  background-color: #E0D0DD;
  color: #621357;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 3.5rem;
  left: -1rem;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .card-type {
    left: -0.5rem;
    bottom: auto;
    top: 8rem;
  }
}
@media (max-width: 575px) {
  .card-type {
    bottom: auto;
    left: -0.12rem;
    top: 8rem;
  }
}
.card-type--Nieuws {
  background-color: #FCE4CF;
  color: #EF7910;
}
.card-type--Verhaal {
  background-color: #E0F4EE;
  color: #66C6A8;
}
.card-type__title {
  font-size: 0.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .card-type__title {
    font-size: 15px;
  }
}
.card-body {
  padding: 0.5rem 0.8rem;
  width: 100%;
  display: inline-block;
}
.card-body--title {
  margin: 0 0 0.25rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4rem;
  font-weight: 700;
  font-size: 1rem;
  z-index: 10;
  position: relative;
  color: #2A2A2A;
}
@media (max-width: 767px) {
  .card-body--title {
    font-size: 20px;
  }
}
.card-body--intro {
  margin: 0;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6rem;
  z-index: 10;
  position: relative;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .card-body--intro {
    font-size: 1rem;
  }
}
.card-body > a {
  text-decoration: none;
}
.card-body--date {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  color: #606060;
}

.carousel {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .carousel {
    width: 48rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel {
    margin: 0 0 7.5rem;
  }
}
@media (max-width: 575px) {
  .carousel {
    margin: 0 0 13.5rem;
  }
}
.carousel-inner {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .carousel-inner {
    overflow: visible;
  }
}
.carousel-item {
  transition: transform 0s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.carousel-item img {
  width: 82%;
  height: 24.8rem;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-item img {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .carousel-item img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-item img {
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .carousel-item img {
    height: 300px;
  }
}
.carousel-item .clone {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 24.8rem;
  object-fit: cover;
  object-position: left;
  box-shadow: none;
}
@media (max-width: 767px) {
  .carousel-item .clone {
    display: none !important;
  }
}
.carousel-caption {
  left: auto;
  bottom: 3rem;
  width: 16.8rem;
  right: 0.8rem;
  z-index: 1000;
  display: inline-block;
  text-align: left;
  min-height: 7.4rem;
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption {
    bottom: -2rem;
    right: 0.75rem;
  }
}
@media (max-width: 575px) {
  .carousel-caption {
    width: 236px;
    right: 0;
    bottom: -6rem;
    /**/
  }
}
.carousel-caption--title {
  font-weight: 700;
}
.carousel-caption--intro {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 8rem;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .carousel-caption--intro {
    font-size: 1rem;
  }
}
.carousel-caption--link {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
@media (max-width: 575px) {
  .carousel-caption--link {
    font-size: 1rem;
  }
}
.carousel-caption--link:hover {
  color: white;
}
.carousel-captionbg {
  z-index: 90;
  left: auto;
  bottom: -0.8rem;
  width: 20rem;
  right: -0.8rem;
  min-height: 12rem;
  border-radius: 15px;
  display: block;
  position: absolute;
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-captionbg {
    min-height: 10rem;
    bottom: -4rem;
  }
}
@media (max-width: 575px) {
  .carousel-captionbg {
    min-height: 200px;
    width: 280px;
    bottom: -10rem;
  }
}
.carousel-captionbg:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  background: url(/images/cr-bg-small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-control {
  position: absolute;
  bottom: 1rem;
  left: 1.6rem;
  display: flex;
  justify-content: space-between;
  width: 5.5rem;
}
.carousel-control--btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 15px;
  background: white;
  color: #621357;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .carousel-control--btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.carousel-control--btn svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .carousel-control--btn svg {
    width: 24px;
    display: block;
  }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .carousel-control--btn {
    display: block;
    padding: 0.1rem 0.4rem;
  }
}
@media (max-width: 575px) {
  :is(.paragraaf--wb) .carousel-captionbg {
    min-height: 11.2rem;
    width: 11.44rem;
    bottom: -10rem;
    right: -0.5rem;
  }
}

.cta {
  display: flex;
  gap: 1rem;
  margin: 0 0 4rem;
  height: max-content;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta > a:not(:last-child) {
    margin-right: 1rem;
  }
}
.cta-content {
  padding: 2rem 20px 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta-content {
    padding: 0 20px 2rem 0;
    margin: 6rem 0 0;
  }
}
.cta-content:before {
  background: #fafafa;
  top: 0;
  left: -65%;
  width: 150%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .cta-content:before {
    left: -50%;
  }
}
.cta-content picture > img {
  border-radius: 50% 0 50% 50%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cta-content picture > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-content picture > img {
    width: 150px;
    height: 150px;
    display: flex;
    margin: auto;
    margin: -3rem auto 1rem;
  }
}
.cta-content--btn {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cta-content--btn {
    gap: 0.5rem;
  }
}
.cta-melding {
  width: 100%;
  background: #fafafa;
  display: flex;
  border-radius: 15px;
  position: relative;
  gap: 1.25rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.cta-melding--img {
  width: 20%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-melding--img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .cta-melding--img {
    width: 40%;
  }
}
.cta-melding--body {
  width: 80%;
  display: grid;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-melding--body {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .cta-melding--body {
    width: 60%;
    padding: 1rem 0.5rem 1rem 0;
  }
}
.cta-melding--body__title {
  margin: 0;
  font-weight: 700;
}
.cta-melding--body__text {
  margin: 0;
}
.cta-melding--body__link {
  margin-top: 0.25rem;
  display: inline-block;
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.cta-melding--body__link:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.cta-nieuwsbrief {
  padding: 2rem 20px 2rem 0;
  position: relative;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .cta-nieuwsbrief {
    padding: 0 20px 2rem;
    margin: 6rem 0 0;
  }
}
.cta-nieuwsbrief:before {
  background-color: #fafafa;
  content: "";
  width: 61.6rem;
  position: absolute;
  left: -12%;
  height: 100%;
  top: 0;
  z-index: -10;
}
@media (max-width: 767px) {
  .cta-nieuwsbrief:before {
    width: 100%;
    left: 0;
  }
}
.cta-nieuwsbrief--img {
  height: 14rem;
  position: relative;
}
@media (max-width: 991px) {
  .cta-nieuwsbrief--img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cta-nieuwsbrief--img {
    margin-bottom: 4rem;
  }
}
.cta-nieuwsbrief--img:after {
  background: #E0D0DD;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  bottom: 0;
  right: 2rem;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 14rem;
  height: 14rem;
}
@media (max-width: 991px) {
  .cta-nieuwsbrief--img:after {
    right: auto;
    width: 275px;
    height: 275px;
    position: relative;
    margin: auto;
    bottom: auto;
    display: grid;
  }
}
.cta-nieuwsbrief--img > img {
  height: auto;
  max-height: 105%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media (max-width: 575px) {
  .cta-nieuwsbrief--img > img {
    max-height: 125%;
    top: 55%;
  }
}
.cta-nieuwsbrief--btn {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .cta-nieuwsbrief--btn {
    gap: 0.5rem;
  }
}
.cta-nieuwsbrief--btn > form {
  width: 100%;
  position: relative;
}
.cta-nieuwsbrief--btn > form > input {
  height: 2.5rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 1.28rem;
  padding: 0 6.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cta-nieuwsbrief--btn > form > input {
    padding: 0 40% 0 0.5rem;
  }
}
.cta-nieuwsbrief--btn > form > label {
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #621357;
  font-size: 1rem;
}

.btn-lidworden, .btn-light, .btn-main, .btn-adjust, .btn-modal, .btn-center, .btn-avatar, .btn-aanvragen {
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  border-radius: 1.28rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-weight: 700 !important;
  border: none;
  width: max-content;
  cursor: pointer;
}
.btn-lidworden:hover, .btn-light:hover, .btn-main:hover, .btn-adjust:hover, .btn-modal:hover, .btn-center:hover, .btn-avatar:hover, .btn-aanvragen:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.btn-main, .btn-adjust, .btn-modal, .btn-center, .btn-avatar, .btn-aanvragen {
  color: white !important;
  background: #81197F;
  margin: 1rem 0;
  padding: 0.5em 0.7em;
}
@media (max-width: 575px) {
  .btn-main, .btn-adjust, .btn-modal, .btn-center, .btn-avatar, .btn-aanvragen {
    margin: 1rem 0;
    padding: 0.5em 1em;
  }
}
.btn-main:hover, .btn-adjust:hover, .btn-modal:hover, .btn-center:hover, .btn-avatar:hover, .btn-aanvragen:hover {
  color: #EF7910;
  background: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.btn-light {
  background: #E0D0DD;
  color: #621357;
  margin: 0.5rem 0 1.5rem;
  padding: 0.5em 1em;
}
.btn-light:hover {
  background: #fce4cf;
  color: #EF7910;
}
.btn-lidworden {
  background: #E0D0DD;
  color: #621357;
  display: table;
  margin: auto;
  padding: 0.5em 1em;
}
.btn-lidworden:hover {
  background: #fce4cf;
  color: #EF7910;
}
.btn-aanvragen {
  display: block;
}
.btn-aanvragen.sticky {
  position: fixed;
  top: 1rem;
  z-index: 10001;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
}
.btn-avatar {
  position: absolute;
  bottom: -0.5rem;
}
@media (min-width: 1200px) {
  .btn-avatar {
    right: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-avatar--desktop {
    width: 110%;
    right: -0.75rem;
  }
}
@media (max-width: 767px) {
  .btn-avatar--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn-avatar--mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-avatar--mobile {
    position: relative;
    display: table;
    margin: 0 auto 2rem;
    right: auto;
    bottom: 2.5rem;
    width: auto;
  }
}
.btn-center {
  display: table;
  margin: 1rem auto 2rem;
  width: max-content;
}
.btn-modal {
  border: none;
}
.btn-video, .btn-cookie {
  font-weight: 700;
  font-size: 1rem;
  color: #621357;
  background: white;
  border-radius: 1.28rem;
  padding: 0.5em 0.7em;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.btn-video:hover, .btn-cookie:hover {
  background: #621357;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  color: white;
}
.btn-footer {
  background: #2A2A2A;
  color: white;
  border: none;
  height: 42px;
  border-radius: 1.28rem;
  width: 25%;
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
  right: 1rem;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 0;
}
@media (max-width: 1199px) {
  .btn-footer {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .btn-footer {
    font-size: 1rem;
  }
}
.btn-link {
  display: inline-block;
  color: #621357;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  font-weight: 700;
  text-decoration: none;
}
.btn-link svg {
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .btn-link svg {
    width: 20px;
  }
}
.btn-link:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.btn-link--right {
  float: right;
}
@media (max-width: 575px) {
  .btn-link--right {
    margin-right: 1rem;
    float: left;
  }
}
.btn-link--small {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .btn-link--small {
    font-size: 1rem;
  }
}
.btn-menu {
  background: white;
  position: absolute;
  top: 1.5rem;
  right: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  color: #621357;
  padding: 0 1rem;
  border-radius: 15px;
  gap: 0.25rem;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  z-index: 10000;
}
.btn-menu i {
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-menu:hover {
  color: white;
  background: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .btn-menu {
    display: none;
  }
}
.btn-cookie {
  height: fit-content;
  margin-right: 0.5rem;
  cursor: pointer;
  font-size: 0.8rem;
}
@media (max-width: 575px) {
  .btn-cookie {
    font-size: 1rem;
  }
}
@media (max-width: 339px) {
  .btn-cookie {
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
.btn-cookie:hover {
  background: #EF7910;
}
.btn-adjust {
  background-color: #621357;
  font-size: 0.8rem;
  margin: 0;
}
@media (max-width: 575px) {
  .btn-adjust {
    font-size: 1rem;
  }
}
@media (max-width: 339px) {
  .btn-adjust {
    padding: 0.25rem;
  }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .btn-aanvragen {
    width: 200px;
  }
  .btn-aanvragen.sticky {
    width: 200px;
  }
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown select, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password], .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email], .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text] {
  width: 100%;
  border: none;
  background-color: rgba(245, 245, 245, 0.2);
  border: 1px solid #621357;
  border-radius: 15px;
  padding: 0.5rem 0.75rem;
  max-width: 100% !important;
  /*margin: .5rem 0;*/
  margin: 0;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown select:focus-visible, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea:focus-visible, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password]:focus-visible, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email]:focus-visible, .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]:focus-visible {
  border: 1px solid #EF7910;
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
}

label.umbraco-forms-label {
  font-size: 0.9rem;
}

.umbraco-forms-form {
  padding: 0;
  /*    margin: 2rem 0;

      @include respond-below(md) {
          margin: 1rem 0;
      }
  */
}
.umbraco-forms-form form .Umbraco-forms-row {
  display: flex;
  align-content: center;
  gap: 0.25rem;
  width: 100%;
}
@media (max-width: 575px) {
  .umbraco-forms-form form .Umbraco-forms-row {
    flex-wrap: wrap;
  }
}
.umbraco-forms-form form .Umbraco-forms-row > .initials {
  width: 15%;
}
@media (max-width: 575px) {
  .umbraco-forms-form form .Umbraco-forms-row > .initials {
    width: 100%;
  }
}
.umbraco-forms-form form .Umbraco-forms-row > .tussenvoegsel {
  width: 25%;
}
@media (max-width: 575px) {
  .umbraco-forms-form form .Umbraco-forms-row > .tussenvoegsel {
    width: 100%;
  }
}
.umbraco-forms-form form .Umbraco-forms-row > .birth_name {
  width: 60%;
}
@media (max-width: 575px) {
  .umbraco-forms-form form .Umbraco-forms-row > .birth_name {
    width: 100%;
  }
}
.umbraco-forms-form form .Umbraco-forms-row > .zip_code, .umbraco-forms-form form .Umbraco-forms-row .housenumber, .umbraco-forms-form form .Umbraco-forms-row .housenumber_addition {
  width: 33.33%;
}
@media (max-width: 575px) {
  .umbraco-forms-form form .Umbraco-forms-row > .zip_code, .umbraco-forms-form form .Umbraco-forms-row .housenumber, .umbraco-forms-form form .Umbraco-forms-row .housenumber_addition {
    width: 100%;
  }
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset {
  margin: 0;
  padding: 0;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .row {
  margin: 0;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container {
  /*   padding: 0;*/
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
  margin: 1rem 0 0;
  /*  display: grid;*/
  /*.umbraco-forms-label {
      margin: 1rem 0 0;
  }*/
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-tooltip {
  font-size: 0.72rem;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper.login {
  height: 0;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper > .password {
  background-position: 92% 50% !important;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper > i {
  position: absolute;
  top: 0.8rem;
  right: 0.75rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #621357;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper > i:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  font-size: 0.68rem;
  color: #621357 !important;
  /*margin: 0 0 .5rem;*/
  margin: 0;
  background: #F5F5F5 !important;
  padding: 1em;
  border-radius: 15px;
  font-weight: 700;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error:before {
  background: url(/images/exclamation-circle.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  display: block;
  position: relative;
  top: 0.2rem;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=checkbox] {
  position: relative;
  bottom: 0.08rem;
  left: 0.08rem;
  margin-right: 0.48rem;
  visibility: hidden;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .checkboxlist label {
  clear: unset;
  margin-left: 2rem;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .dataconsent label {
  margin-left: 2rem;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.fileupload {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date input {
    max-width: 50%;
  }
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox {
  position: relative;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox input {
  position: absolute !important;
  left: 0;
  top: 1.2rem;
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox label {
  margin-left: 1.2rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown select {
    max-width: 50%;
  }
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.racaptcha2 {
  margin: 1rem 0;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}
.file-drop-area.is-active {
  background-color: rgba(100, 100, 100, 0.05);
}

/*.file-msg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.paging__pagenumbers > a.current, .paging__pagenumbers > a:hover {
  color: #621357;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 4rem;
  gap: 1rem;
}
.paging > a {
  cursor: pointer;
  color: #2A2A2A;
  text-decoration: none;
}
.paging__pagenumbers {
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
}
.paging__pagenumbers > a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  cursor: pointer;
}
.paging .disabled {
  color: #949494;
  cursor: not-allowed;
}

.person {
  height: 6rem;
  width: 100%;
  max-width: 23.04rem;
  border: 1px solid rgba(96, 96, 96, 0.09);
  border-radius: 15px;
  background-color: #F5F5F5;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) and (max-width: 991px) {
  .person {
    float: left;
    max-width: 48%;
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .person {
    max-width: 100%;
  }
}
.person-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50% 0 50% 50%;
  object-fit: cover;
  margin-right: 0.5rem;
}
.person-text {
  display: flex;
  flex-direction: column;
  /*    gap: .25rem;
  */
}
.person-text--title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.person-text--function {
  font-size: 0.8rem;
  margin: 0;
}

.filter {
  background: #F5F5F5;
  width: 36rem;
  min-height: 8.8rem;
  border-radius: 15px;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 2rem auto;
  padding: 0.5rem 0;
  position: relative;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .filter {
    width: 100%;
  }
}
.filter-body {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .filter-body {
    width: 95%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .filter .filter-btn {
    padding: 0.1rem 0.4rem;
    display: block;
  }
}
.filter-btn {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  right: 0.5rem;
  display: grid;
  place-content: center;
  border: none;
  background: #81197F;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.filter-btn:hover {
  background: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.filter-btn svg {
  width: 0.96rem;
}
.filter-title {
  color: #621357;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.filter-input {
  width: 33.2rem;
  height: 2.6rem;
  border-radius: 1.2rem;
  border: 1px solid #621357;
  padding: 0 3.25rem 0 1rem;
}
.filter-input:focus-visible {
  border: none;
}
@media (max-width: 767px) {
  .filter-input {
    width: 100%;
  }
}
.filter-more {
  color: #621357;
  background: none;
  border: none;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .filter-more {
    font-size: 1rem;
  }
}
.filter-more__icn {
  font-size: 1.2rem;
  position: relative;
  top: 0.36rem;
}
.filter-collapse {
  display: flex;
  align-content: center;
  align-items: center;
  width: 33.2rem;
  gap: 1rem;
  margin: 1rem 0 0.5rem;
}
@media (max-width: 991px) {
  .filter-collapse {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter-collapse {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .filter-collapse--container {
    width: 95%;
  }
}
.filter-collapse__item {
  width: 100%;
  position: relative;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .filter-collapse__item:not(:last-child) {
    margin-right: 1rem;
  }
}
.filter-collapse__item--collapse {
  height: max-content;
  padding: 0.5rem 1rem;
  background: white;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 2.6rem;
  border-radius: 15px;
  box-shadow: 0 -5px 20px 0 rgba(33, 7, 30, 0.04), 0 20px 30px -15px rgba(33, 7, 30, 0.2);
}
.filter-collapse__btn {
  background: white;
  border: 1px solid #81197F;
  height: 2.6rem;
  border-radius: 1.2rem;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.filter-collapse__btn span {
  display: block;
  text-align: left;
  color: #606060;
  position: relative;
  left: 1rem;
}
.filter-collapse__btn svg {
  position: absolute;
  right: 0.5rem;
  width: 1.8rem;
}

.flex-table--content, .flex-table--header {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575px) {
  .flex-table--content, .flex-table--header {
    flex-direction: column;
    padding: 1rem 0.5rem;
  }
}

.flex-table {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.flex-table--header {
  background: #F5F5F5;
  border-radius: 15px;
  font-weight: 700;
}
.flex-table--content:nth-child(odd) {
  background: #fafafa;
  border-radius: 15px;
}
.flex-table--row {
  width: 17.5%;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.flex-table--row.small {
  width: 33%;
}
@media (max-width: 575px) {
  .flex-table--row.small {
    width: 100%;
  }
}
.flex-table--row.first-row {
  width: 30%;
}
@media (max-width: 575px) {
  .flex-table--row.first-row {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .flex-table--row {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}

.pijltje {
  background: url(/images/pijltje.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  --arrowSize: rem(32);
  --transform: 1;
  background-size: contain;
  display: block;
  margin: 2rem auto;
  width: var(--arrowSize);
  height: var(--arrowSize);
  transform: scale(var(--transform));
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pijltje {
    --arrowSize: rem(21);
  }
}
.pijltje:hover {
  --transform: 1.1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  transform: scale(var(--transform));
}

.related-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 1rem 0.33rem 3rem;
  gap: 0.5rem 1rem;
}
.related-list--flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.related-list--item {
  width: 45%;
  color: #621357;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  gap: 15px;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .related-list--item svg {
    margin-right: 15px;
  }
}
.related-list--item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}
@media (max-width: 575px) {
  .related-list--item {
    width: 100%;
  }
}
.related-list--btn {
  flex-basis: 100%;
}

.share-content {
  min-height: 6.2rem;
  background: #F5F5F5;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  margin: 2rem 0 4rem;
}
.share-content--title {
  font-size: 1.2rem;
  font-weight: 500;
}
.share-content--body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.share-content--body__link {
  display: flex;
  align-items: center;
  min-width: 4.8rem;
  text-decoration: none;
  margin-right: 1.5rem;
}
@media (max-width: 575px) {
  .share-content--body__link {
    margin: 0.75rem 1.5rem 0.75rem 0;
    width: 6rem;
  }
}
.share-content--body__link > img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  object-position: center center;
  background: #621357;
  padding: 0.25rem 0.35rem;
  border-radius: 50% 0 50% 50%;
  margin-right: 0.5rem;
}
.share-content--body__link > span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #621357;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox--filter + label {
  font-size: 0.88rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .styled-checkbox--filter + label {
    font-size: 1rem;
    left: -1.5rem !important;
  }
}
.styled-checkbox--filter + label:before {
  width: 1.2rem !important;
  height: 1.2rem !important;
  top: -0.08rem;
}
.styled-checkbox + label {
  cursor: pointer;
  padding: 0;
  line-height: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.styled-checkbox + label.paged {
  margin-left: 2rem;
}
.styled-checkbox + label.paged:before {
  left: 0;
}
.styled-checkbox + label:hover {
  color: #EF7910;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.styled-checkbox + label:before {
  content: "";
  background: url(/images/cr-checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1.32rem;
  height: 1.32rem;
  position: absolute;
  left: 0;
  margin-top: 0.36rem;
}
.styled-checkbox:disabled + label {
  color: #F5F5F5;
  opacity: 0.6;
}
.styled-checkbox:disabled + label:before {
  opacity: 0.8;
}
.styled-checkbox:checked + label:before {
  background: url(/images/cr-checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .checkboxlist label {
    margin-left: -1rem !important;
    left: 2.5rem;
    position: relative;
    max-width: 95%;
  }
  .checkboxlist label:before {
    left: -2rem;
  }
}

.dataconsent .styled-checkbox label {
  margin-left: 0.36rem;
}
@media (max-width: 767px) {
  .dataconsent .styled-checkbox label {
    margin-left: -29px !important;
    left: 30px;
    position: relative;
  }
}
.dataconsent .styled-checkbox + label:before {
  left: 0rem;
}

.checkbox label {
  margin-left: 2rem !important;
}
.checkbox label:before {
  left: 0;
  top: -0.3rem;
}
.checkbox label[id=checkbox-fix]:before {
  --position: -2rem;
  left: var(--position);
  top: var(--position);
}
.checkbox .login {
  position: unset !important;
  margin-bottom: 1rem;
}
.checkbox .field-validation-error {
  margin-top: 0.5rem !important;
}

.styled-radio {
  font-weight: normal;
  position: relative;
  padding-left: 1.5rem;
  margin-left: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .styled-radio {
    display: block;
  }
}
.styled-radio label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  line-height: 2;
}
.styled-radio label:hover {
  color: #EF7910;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.styled-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.styled-radio input:checked ~ .styled-radio--btn {
  background-color: #621357;
  border: 6px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.styled-radio input:checked ~ .styled-radio--btn:after {
  display: block;
}
.styled-radio--btn {
  position: absolute;
  top: 0.12rem;
  left: -0.64rem;
  width: 1rem;
  height: 1rem;
  background-color: white;
  box-shadow: 0px 0px 0px 1px #621357;
  /* border: .5px solid $gray-dark;*/
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}
.styled-radio--btn > .dataconsent {
  top: 100px;
}
.styled-radio:hover input ~ .styled-radio--btn {
  background-color: #621357;
  border: 6px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
}

.subject {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  min-height: 8rem;
  border: 1px solid rgba(96, 96, 96, 0.09);
  border-radius: 15px;
  background-color: white;
  padding: 1rem 0.5rem 1rem 0.75rem;
  max-width: 23.04rem;
}
@media (min-width: 576px) and (max-width: 991px) {
  .subject {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .subject {
    max-width: 100%;
  }
}
.subject-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.subject-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.subject-tags > a {
  margin: 0.5rem 0.5rem 0 0;
}

table tbody tr td, table tbody tr th {
  border: none;
  border-right: 1px solid white;
  padding: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  table tbody tr td, table tbody tr th {
    font-size: 1rem;
  }
}

table {
  width: 100%;
  border-radius: 15px;
  border: none;
  margin: 2rem 0;
}
table tbody tr:first-child:hover {
  box-shadow: none;
  color: #2A2A2A;
}
table tbody tr:nth-child(odd) {
  background: #F5F5F5;
  color: #2A2A2A;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
table tbody tr:hover {
  background: #fce4cf;
  color: #621357;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
}
table tbody tr th {
  background: #F5F5F5;
  font-weight: 700;
}
.tag-subject, .tag-header {
  font-weight: 700;
  display: grid;
  place-content: center;
  height: 2rem;
  font-size: 0.8rem;
}

.tag-header {
  border-radius: 1.28rem;
  background: #fce4cf;
  color: #EF7910;
  min-width: 5.4rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .tag-header:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.tag-header--nieuws {
  background-color: #FCE4CF;
  color: #EF7910;
}
.tag-header--verhaal {
  background-color: #E0F4EE;
  color: #66C6A8;
}
.tag-header--artikel {
  background-color: #E0D0DD;
  color: #621357;
}
.tag-subject {
  border-radius: 15px;
  padding: 0 0.5rem;
  background: #F5F5F5;
  min-width: 3.2rem;
  color: #2A2A2A;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.tag-subject:hover {
  background: #fce4cf;
  color: #EF7910;
}

.ui-menu {
  background: white none repeat scroll 0% 0%;
  width: 600px;
  margin-top: 0.5rem;
  padding: 1rem 1rem 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 15px;
}
.ui-menu-item {
  font-weight: 500;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.ui-menu-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: #EF7910;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 2rem 0 4rem;
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-cookie {
  width: 100%;
  height: 546px;
  position: relative;
  margin: 2rem 0 4rem;
}
@media (max-width: 767px) {
  .video-cookie {
    height: auto;
    min-height: 320px;
  }
}
.video-cookie--thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
}
.video-cookie:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(/images/cr-bg-small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.video-cookie--icn {
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% 0 50% 50%;
  margin: auto;
  display: grid;
  justify-items: center;
  align-items: center;
}
.video-cookie--icn__svg {
  fill: #621357;
  height: 2.4rem;
}
.video-cookie--body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: max-content;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  color: white;
}
.video-cookie--body__title {
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.video-cookie--body__btn {
  margin: auto;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.video-cookie--body__btn a {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: text-decoration 0.2s ease-in-out;
  -moz-transition: text-decoration 0.2s ease-in-out;
  -ms-transition: text-decoration 0.2s ease-in-out;
  -o-transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}
.video-cookie--body__btn a:hover {
  color: white;
  -webkit-transition: text-decoration 0.2s ease-in-out;
  -moz-transition: text-decoration 0.2s ease-in-out;
  -ms-transition: text-decoration 0.2s ease-in-out;
  -o-transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
  text-decoration: underline;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(245, 245, 245, 0.2);
  border-radius: 15px;
  border: 1px solid #2A2A2A;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin: 0.5rem 0;
  min-height: 54px;
}
@media (max-width: 767px) {
  .nice-select {
    padding: 0.75rem;
  }
}
.nice-select:hover {
  border: 1px solid #621357;
  /*  color: $second-color;*/
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border: 1px solid #EF7910;
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
}
.nice-select:after {
  background: url(/images/select.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.92rem;
  width: 1.52rem;
  margin-top: -0.16rem;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 8px;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .nice-select:after {
    right: 0.5rem;
    top: 0.75rem;
  }
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  z-index: 150;
}
.nice-select.disabled {
  border-color: rgb(250.1, 250.1, 250.1);
  color: #F5F5F5;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: rgb(183.4358974359, 35.5641025641, 162.8461538462);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 0.64rem;
  height: 1.44rem;
  line-height: 1.44rem-2;
}
.nice-select.small:after {
  height: 0.16rem;
  width: 0.16rem;
}
.nice-select.small .option {
  line-height: 1.44rem-2;
  min-height: 1.44rem-2;
}
.nice-select .list {
  background-color: #fafafa;
  -webkit-box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-1.68rem/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  border-radius: 4px !important;
  list-style-position: inside;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  transition: all 0.2s;
  margin: 0.24rem 0.5rem 0.24rem;
  font-size: 0.8rem;
  line-height: 2;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #621357;
}
.nice-select .option.selected {
  color: #621357;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #621357;
  cursor: default;
  display: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 140%;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 0.04rem;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*# sourceMappingURL=corporate.css.map */
