/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
body::after {
  content: "bp-xs";
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.625rem;
  background: red;
  visibility: hidden;
  opacity: 0;
}

body.theme-debug-mode::after {
  visibility: visible;
}

@media (min-width: 768px) {
  body::after {
    content: "bp-sm";
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ffce00;
  }
}
@media (min-width: 940px) {
  body::after {
    content: "bp-md";
    position: fixed;
    bottom: 0;
    right: 0;
    background: yellow;
  }
}
@media (min-width: 1200px) {
  body::after {
    content: "bp-lg";
    position: fixed;
    bottom: 0;
    right: 0;
    background: green;
  }
}
/* stylelint-disable */
/* stylelint-enable */
:root {
  --gap-layout-hor: var(--gap-hor);
  --gap-layout-vert: var(--gap-md);
  --gap-layout-vert-sm: var(--gap-sm);
  --gap-layout-vert-base: var(--gap-vert-sm);
  --gap-layout-vert-top: var(--gap-layout-vert-base);
  --gap-layout-vert-bottom: var(--gap-layout-vert-base);
  --gap-layout-vert-minimal: var(--gap-layout-vert);
  --gap-layout-vert-medium: calc(var(--gap-layout-vert) * 1.5);
  --gap-cb-inner-vert: var(--gap-layout-vert);
  --gap-cb-inner-hor: var(--gap-layout-hor);
  --gap-cb-buttons-vert: var(--gap-layout-vert);
  --gap-cb-button-hor: 0.625rem;
  --gap-cb-button-vert: 0.625rem;
  --clr-cb-boxed-bg: var(--clr-gray-light-1);
  --gap-cb-boxed-vert: var(--gap-vert-sm);
  --gap-cb-boxed-hor: var(--gap-vert-sm);
}

@media (min-width: 940px) {
  :root {
    --gap-layout-vert-top: var(--gap-vert-md);
    --gap-layout-vert-bottom: var(--gap-vert-md);
  }
}
@media (min-width: 1200px) {
  :root {
    --gap-layout-vert-top: var(--gap-vert-lg);
    --gap-layout-vert-bottom: var(--gap-vert-lg);
  }
}
.cb {
  position: relative;
  margin-top: var(--gap-layout-vert-minimal);
}
.cb.first-child, .cb:first-child {
  margin-top: 0;
}
.cb .field .text-align-centered {
  text-align: center;
}
.cb .field .text-align-right {
  text-align: right;
}
.cb .field .text-align-justify {
  text-align: justify;
}

.cb__inner {
  display: flex;
  flex-direction: column;
  gap: var(--gap-cb-inner-vert) var(--gap-cb-inner-hor);
}

.field--name-field-cb-title:last-child .heading,
.field--name-field-cb-subtitle:last-child .heading {
  margin-bottom: 0;
}

.field--name-field-cb-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--gap-cb-buttons-vert);
  text-align: left;
  gap: var(--gap-cb-button-vert) var(--gap-cb-button-hor);
}
.field--name-field-cb-button:first-child {
  margin-top: 0;
}

.field-cb-media,
.field-media-image,
.field-media-video-embed-field {
  overflow: hidden;
  border-radius: var(--gap-xxs);
}

.cb--boxed .cb__inner {
  margin-inline: auto;
  padding-block: var(--gap-cb-boxed-vert);
  padding-inline: var(--gap-cb-boxed-hor);
  background-color: hsl(var(--clr-cb-boxed-bg));
}

.cb__content--educations {
  display: flex;
  flex-direction: column;
}
.cb__content--educations .title__wrapper {
  --gap-heading: 0;
  display: flex;
  gap: var(--gap-sm);
  margin-block-end: var(--gap-md);
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 940px) {
  .cb__content--educations .title__wrapper {
    align-items: center;
    margin-block-end: var(--gap-lg);
  }
}
.cb__content--educations .text--subtle {
  width: 100%;
}

.cb-restricted-link-list--vm-my-boerenbond {
  max-width: 39.375rem;
  margin-inline: auto;
}
.cb-restricted-link-list--vm-my-boerenbond .field-links {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.cb-restricted-link-list--vm-my-boerenbond .field-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: var(--gap-xs);
  gap: var(--gap-xs);
  font-weight: var(--fw-bold);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--ff-subheading);
}

.layout--content-blocks {
  --width-layout-col-1-1: initial;
  --width-layout-col-1-2: initial;
  --width-layout-col-1-3: initial;
  --width-layout-col-2-3: initial;
  --width-layout-col-1-4: initial;
  --width-layout-col-3-4: initial;
  --width-layout-col-5-12: initial;
  --width-layout-col-7-12: initial;
  position: relative;
  padding-top: var(--gap-layout-vert-top);
  padding-bottom: var(--gap-layout-vert-bottom);
}
.layout--content-blocks:not(:first-child)::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  border-top: var(--stroke--subtle);
  content: "";
}
.layout--content-blocks .media--view-mode-layout-builder-background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.layout--content-blocks .media--view-mode-layout-builder-background .media {
  position: static;
}
.layout--content-blocks .media--view-mode-layout-builder-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.node .layout--content-blocks .field--name-field-cb-bg-image, .node .layout--content-blocks .field--name-field-cb-media-bg-image {
  float: none;
  margin: 0;
}

.layout--v-space-top-0x {
  --gap-layout-vert-top: 0px;
}

.layout--v-space-bottom-0x {
  --gap-layout-vert-bottom: 0px;
}

.layout--v-space-top-minimal {
  --gap-layout-vert-top: var(--gap-layout-vert-minimal);
}

.layout--v-space-bottom-minimal {
  --gap-layout-vert-bottom: var(--gap-layout-vert-minimal);
}

.layout--v-space-top-medium {
  --gap-layout-vert-top: var(--gap-layout-vert-medium);
}

.layout--v-space-bottom-medium {
  --gap-layout-vert-bottom: var(--gap-layout-vert-medium);
}

.layout--v-space-top-2x {
  --gap-layout-vert-top: calc(var(--gap-layout-vert-base) * 2);
}

.layout--v-space-bottom-2x {
  --gap-layout-vert-bottom: calc(var(--gap-layout-vert-base) * 2);
}

.layout--v-space-top-3x {
  --gap-layout-vert-top: calc(var(--gap-layout-vert-base) * 3);
}

.layout--v-space-bottom-3x {
  --gap-layout-vert-bottom: calc(var(--gap-layout-vert-base) * 3);
}

.layout--v-space-top-4x {
  --gap-layout-vert-top: calc(var(--gap-layout-vert-base) * 4);
}

.layout--v-space-bottom-4x {
  --gap-layout-vert-bottom: calc(var(--gap-layout-vert-base) * 4);
}

.layout--v-space-top-5x {
  --gap-layout-vert-top: calc(var(--gap-layout-vert-base) * 5);
}

.layout--v-space-bottom-5x {
  --gap-layout-vert-bottom: calc(var(--gap-layout-vert-base) * 5);
}

.layout__region--content-blocks {
  margin-top: var(--gap-layout-vert-top);
}
.layout__region--content-blocks:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .layout--content-blocks {
    --width-layout-col-1-1: calc(50% - var(--gap-layout-hor));
    --width-layout-col-1-2: calc(50% - var(--gap-layout-hor));
    --width-layout-col-1-3: calc(50% - var(--gap-layout-hor));
    --width-layout-col-2-3: calc(50% - var(--gap-layout-hor));
    --width-layout-col-1-4: calc(50% - var(--gap-layout-hor));
    --width-layout-col-3-4: calc(50% - var(--gap-layout-hor));
    --width-layout-col-5-12: calc(50% - var(--gap-layout-hor));
    --width-layout-col-7-12: calc(50% - var(--gap-layout-hor));
  }
  .layout__cols--2-col--content-blocks,
  .layout__cols--3-col--content-blocks,
  .layout__cols--4-col--content-blocks {
    margin-inline: calc(var(--gap-layout-hor) / -2);
  }
  .layout__region--2-col--content-blocks,
  .layout__region--3-col--content-blocks,
  .layout__region--4-col--content-blocks {
    margin-inline: calc(var(--gap-layout-hor) / 2);
  }
  .layout__region--3-col--content-blocks:nth-child(2),
  .layout__region--4-col--content-blocks:nth-child(2) {
    margin-top: 0;
  }
  .layout__region--2-col--content-blocks {
    width: var(--width-layout-col-1-1);
    margin-top: 0;
  }
  .layout__region--size-1-2 {
    width: var(--width-layout-col-1-2);
  }
  .layout__region--3-col--content-blocks,
  .layout__region--size-1-3 {
    width: var(--width-layout-col-1-3);
  }
  .layout__region--size-2-3 {
    width: var(--width-layout-col-2-3);
  }
  .layout__region--size-3-4 {
    width: var(--width-layout-col-3-4);
  }
  .layout__region--size-5-12 {
    width: var(--width-layout-col-5-12);
  }
  .layout__region--size-7-12 {
    width: var(--width-layout-col-7-12);
  }
  .layout__cols--col-spacing-0x {
    margin-inline: 0;
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x) {
    --width-layout-col-1-1: 50%;
    --width-layout-col-1-2: 50%;
    --width-layout-col-1-3: 50%;
    --width-layout-col-2-3: 50%;
    --width-layout-col-1-4: 50%;
    --width-layout-col-3-4: 50%;
    --width-layout-col-5-12: 50%;
    --width-layout-col-7-12: 50%;
    margin-inline: 0;
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--2-col--content-blocks {
    width: var(--width-layout-col-1-1);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--size-1-2 {
    width: var(--width-layout-col-1-2);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x):is(.layout__region--3-col--content-blocks,
  .layout__region--size-1-3) {
    width: var(--width-layout-col-1-3);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--size-2-3 {
    width: var(--width-layout-col-2-3);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--size-3-4 {
    width: var(--width-layout-col-3-4);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--size-5-12 {
    width: var(--width-layout-col-5-12);
  }
  :is(.layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x).layout__region--size-7-12 {
    width: var(--width-layout-col-7-12);
  }
  .layout__region--col-spacing-first-1x {
    padding-right: calc(var(--gap-layout-hor) / 2 * 0);
  }
  .layout__region--col-spacing-last-1x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 0);
  }
  .layout__region--col-spacing-middle-1x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 0);
    padding-right: calc(var(--gap-layout-hor) / 2 * 0);
  }
  .layout__region--col-spacing-first-2x {
    padding-right: calc(var(--gap-layout-hor) / 2 * 1);
  }
  .layout__region--col-spacing-last-2x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 1);
  }
  .layout__region--col-spacing-middle-2x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 1);
    padding-right: calc(var(--gap-layout-hor) / 2 * 1);
  }
  .layout__region--col-spacing-first-3x {
    padding-right: calc(var(--gap-layout-hor) / 2 * 2);
  }
  .layout__region--col-spacing-last-3x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 2);
  }
  .layout__region--col-spacing-middle-3x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 2);
    padding-right: calc(var(--gap-layout-hor) / 2 * 2);
  }
  .layout__region--col-spacing-first-4x {
    padding-right: calc(var(--gap-layout-hor) / 2 * 3);
  }
  .layout__region--col-spacing-last-4x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 3);
  }
  .layout__region--col-spacing-middle-4x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 3);
    padding-right: calc(var(--gap-layout-hor) / 2 * 3);
  }
  .layout__region--col-spacing-first-5x {
    padding-right: calc(var(--gap-layout-hor) / 2 * 4);
  }
  .layout__region--col-spacing-last-5x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 4);
  }
  .layout__region--col-spacing-middle-5x {
    padding-left: calc(var(--gap-layout-hor) / 2 * 4);
    padding-right: calc(var(--gap-layout-hor) / 2 * 4);
  }
  .layout__cols--v-align-bottom {
    align-items: flex-end;
  }
  .layout__cols--v-align-center,
  .layout__cols--v-align-middle {
    align-items: center;
  }
}
@media (min-width: 940px) {
  .layout--content-blocks {
    --width-layout-col-1-3: calc(33.3333333333% - var(--gap-layout-hor));
    --width-layout-col-2-3: calc(66.6666666667% - var(--gap-layout-hor));
    --width-layout-col-1-4: calc(25% - var(--gap-layout-hor));
    --width-layout-col-3-4: calc(75% - var(--gap-layout-hor));
  }
  .layout__region--3-col--content-blocks,
  .layout__region--4-col--content-blocks {
    margin-top: 0;
  }
  .layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x {
    --width-layout-col-1-3: 33.3333333333%;
    --width-layout-col-2-3: 66.6666666667%;
    --width-layout-col-1-4: 25%;
    --width-layout-col-3-4: 75%;
  }
}
@media (min-width: 1200px) {
  .layout--content-blocks {
    --width-layout-col-5-12: calc(41.6666666667% - var(--gap-layout-hor));
    --width-layout-col-7-12: calc(58.3333333333% - var(--gap-layout-hor));
  }
  .layout__region--col-spacing-first-0x,
  .layout__region--col-spacing-last-0x,
  .layout__region--col-spacing-middle-0x {
    --width-layout-col-5-12: 41.6666666667%;
    --width-layout-col-7-12: 58.3333333333%;
  }
}
.layout__region--carousel--content-blocks.layout__content__row--top {
  margin-bottom: var(--gap-layout-vert-medium);
}

.layout__content__row--carousel {
  position: relative;
  text-align: center;
}
.layout__content__row--carousel .block-layout-builder,
.layout__content__row--carousel .block-layout_builder {
  top: 0;
  left: 0;
  transform: none;
}
.layout__content__row--carousel .slick-list {
  width: calc(100% - 60px);
  height: auto !important;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.layout__content__row--carousel .slick-track {
  display: flex;
}
.layout__content__row--carousel .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: auto;
  margin: 0 0.625rem;
}
.layout__content__row--carousel.layout__region--v-align-middle .slick-track, .layout__content__row--carousel.layout__region--v-align-center .slick-track {
  align-items: center;
}
.layout__content__row--carousel.layout__region--v-align-middle .slick-slide, .layout__content__row--carousel.layout__region--v-align-center .slick-slide {
  justify-content: center;
}
.layout__content__row--carousel.layout__region--v-align-bottom .slick-track {
  align-items: flex-end;
}
.layout__content__row--carousel.layout__region--v-align-bottom .slick-slide {
  justify-content: flex-end;
}
.layout__content__row--carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.875rem;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.layout__content__row--carousel .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.layout__content__row--carousel .slick-arrow.slick-prev {
  left: 0;
}
.layout__content__row--carousel .slick-arrow.slick-next {
  right: 0;
}
.cb-header .block--type-cb-title {
  margin: 0;
}
.cb-header .block--type-cb-title h1 {
  margin-bottom: 0;
}
.cb-header .block--type-cb-title h2 {
  margin-top: var(--gap-layout-vert);
}
.cb-header .layout__subregion-01 {
  margin-top: 0.625rem;
}
.cb-header .cb-title--extended {
  text-align: center;
}
.cb-header .cb-title--extended .field--name-field-cb-button {
  justify-content: center;
  text-align: center;
}
.cb-header .cb-title--extended + .layout__subregion-01 {
  margin-top: var(--gap-layout-vert);
}

.cb-header.layout--bg-image {
  padding: var(--gap-layout-vert-top) 0 var(--gap-layout-vert-bottom);
}
.cb-header.layout--bg-image .layout__region--1-col--content-blocks h1,
.cb-header.layout--bg-image .layout__region--1-col--content-blocks h2 {
  margin-bottom: 0;
}
.cb-header.layout--bg-image .layout__region--1-col--content-blocks .field {
  font-weight: var(--fw-bold);
}
.cb-header.layout--bg-image .layout__region--1-col--content-blocks .field--name-created {
  margin-top: 0.9375rem;
}
.cb-header.layout--bg-image .layout__region--1-col--content-blocks .breadcrumb {
  justify-content: left;
}
.cb-header.layout--bg-image .layout__subregion-02 {
  position: relative;
  z-index: 1;
  margin-top: var(--gap-layout-vert-top);
}