/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.layout-locations .filter > * > .facetwp-link {
  display: none;
}
/* fonts, links and headers */
@font-face {
  font-family: Bolsward;
  src: url(../fonts/BolswardKloptRegular.woff) format("woff"), url(../fonts/BolswardKloptRegular.woff2) format("woff2");
}
@font-face {
  font-family: DINPro;
  src: url(../fonts/DINPro.woff) format("woff"), url(../fonts/DINPro.woff2) format("woff2");
}
@font-face {
  font-family: DINPro-bold;
  src: url(../fonts/DINPro-Bold.woff) format("woff"), url(../fonts/DINPro-Bold.woff2) format("woff2");
}
@font-face {
  font-family: DINPro-medium;
  src: url(../fonts/DINPro-Medium.woff) format("woff"), url(../fonts/DINPro-Medium.woff2) format("woff2");
}
@font-face {
  font-family: DINPro-light;
  src: url(../fonts/DINPro-Light.woff) format("woff"), url(../fonts/DINPro-Light.woff2) format("woff2");
}
/* vars */
body {
  font-family: DINPro, sans-serif;
  color: #001a4f;
}
body *:focus-visible {
  outline: 1px solid #e3101a !important;
  outline-offset: .25rem;
  border-radius: .25rem;
}
body.full-search-open {
  overflow: hidden;
}
body.full-search-open #main {
  filter: blur(2rem);
}
body.full-search-open .layout-header .full-menu {
  filter: blur(2rem);
}
body:not(:has(.layout-hero)):not(:has(.layout-search .hero-image)):not(:has(.layout-eventsdetails)) {
  padding-block-start: 5.75rem;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)):not(:has(.layout-search .hero-image)):not(:has(.layout-eventsdetails)) {
    padding-block-start: 7rem;
  }
}
header .skip {
  color: #ffffff;
  background-color: #e3101a;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 2.25rem;
  font-family: Bolsward, sans-serif;
  line-height: .6;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 10rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-family: Bolsward, sans-serif;
  font-weight: 500;
  line-height: .75;
  margin-block-start: .25rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 6rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
.link,
.link-to-all,
.website,
strong a,
a strong {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #ffffff;
  padding: .5rem 1rem;
  width: max-content;
  font-family: Bolsward, sans-serif;
  font-weight: 500;
  position: relative;
  isolation: isolate;
  overflow: visible clip;
  background-color: #e3101a;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .link,
  .link-to-all,
  .website,
  strong a,
  a strong {
    font-size: 2rem;
    padding: .5rem 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .link,
  .link-to-all,
  .website,
  strong a,
  a strong {
    font-size: 2.25rem;
  }
}
.link::before,
.link-to-all::before,
.website::before,
strong a::before,
a strong::before,
.link::after,
.link-to-all::after,
.website::after,
strong a::after,
a strong::after {
  content: "";
  display: block !important;
  height: calc(100% + 2px);
  width: 1.5rem;
  background-image: url(../images/buitenzijde-button-red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: -.65rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .link::before,
  .link-to-all::before,
  .website::before,
  strong a::before,
  a strong::before,
  .link::after,
  .link-to-all::after,
  .website::after,
  strong a::after,
  a strong::after {
    left: -.9rem;
  }
}
.link::after,
.link-to-all::after,
.website::after,
strong a::after,
a strong::after {
  left: auto;
  right: -.65rem;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 1280px) {
  .link::after,
  .link-to-all::after,
  .website::after,
  strong a::after,
  a strong::after {
    right: -.85rem;
  }
}
.link .arrow::after,
.link-to-all .arrow::after,
.website .arrow::after,
strong a .arrow::after,
a strong .arrow::after {
  content: "";
  display: block !important;
  height: .5rem;
  width: 1rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  z-index: 2;
  margin: .15rem 0 0;
}
@media screen and (min-width: 1280px) {
  .link .arrow::after,
  .link-to-all .arrow::after,
  .website .arrow::after,
  strong a .arrow::after,
  a strong .arrow::after {
    height: .75rem;
    width: 1.75rem;
  }
}
.link:hover,
.link-to-all:hover,
.website:hover,
strong a:hover,
a strong:hover {
  opacity: .75;
}
.link:active,
.link-to-all:active,
.website:active,
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.social-pages li a span {
  display: none;
}
ul li:not(.layout-hero li),
p:not(:has(a)):not(.layout-hero p) {
  line-height: 1.3 !important;
}
@media screen and (min-width: 1280px) {
  ul li:not(.layout-hero li),
  p:not(:has(a)):not(.layout-hero p) {
    font-size: 1.125rem !important;
  }
}
.layout-text ul > li,
.layout-textandimage ul > li,
.layout-textandtext ul > li {
  padding: 0 0 0 1rem;
  position: relative;
  isolation: isolate;
}
.layout-text ul > li::before,
.layout-textandimage ul > li::before,
.layout-textandtext ul > li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #001a4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-text ul > li::before,
.layout-textandimage ul > li::before,
.layout-textandtext ul > li::before {
  border-radius: 50%;
  top: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-text ul > li::before,
  .layout-textandimage ul > li::before,
  .layout-textandtext ul > li::before {
    top: .6725rem;
  }
}
.layout-locations .filter .facetwp-type-checkboxes,
.layout-events .filter .facetwp-type-checkboxes,
.layout-friesland .filter .facetwp-type-checkboxes {
  margin: 1.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-locations .filter .facetwp-type-checkboxes .facetwp-checkbox,
  .layout-events .filter .facetwp-type-checkboxes .facetwp-checkbox,
  .layout-friesland .filter .facetwp-type-checkboxes .facetwp-checkbox {
    background-size: 1.5rem 1.5rem;
    padding-left: 45px;
    margin-bottom: 0;
  }
}
.layout-locations .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
.layout-events .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
.layout-friesland .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  display: inline-block;
  font-family: Bolsward, sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-locations .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
  .layout-events .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
  .layout-friesland .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
  .layout-events .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value,
  .layout-friesland .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
    font-size: 2rem;
  }
}
.layout-locations .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter,
.layout-events .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter,
.layout-friesland .filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-locations .facetwp-type-pager,
.layout-events .facetwp-type-pager,
.layout-friesland .facetwp-type-pager {
  margin: 0;
}
.layout-locations .facetwp-type-pager .facetwp-pager,
.layout-events .facetwp-type-pager .facetwp-pager,
.layout-friesland .facetwp-type-pager .facetwp-pager {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-locations .facetwp-type-pager .facetwp-pager,
  .layout-events .facetwp-type-pager .facetwp-pager,
  .layout-friesland .facetwp-type-pager .facetwp-pager {
    margin: 1.5rem 0 2.5rem;
  }
}
.layout-locations .facetwp-type-pager .facetwp-pager a,
.layout-events .facetwp-type-pager .facetwp-pager a,
.layout-friesland .facetwp-type-pager .facetwp-pager a {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  border: 1px solid #001a4f;
}
@media screen and (min-width: 1660px) {
  .layout-locations .facetwp-type-pager .facetwp-pager a,
  .layout-events .facetwp-type-pager .facetwp-pager a,
  .layout-friesland .facetwp-type-pager .facetwp-pager a {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
.layout-locations .facetwp-type-pager .facetwp-pager a:not(.active):hover,
.layout-events .facetwp-type-pager .facetwp-pager a:not(.active):hover,
.layout-friesland .facetwp-type-pager .facetwp-pager a:not(.active):hover {
  color: #ffffff;
  background-color: #001a4f;
  transition: all 0.25s ease;
}
_::-webkit-full-page-media,
_:future,
:root .link span,
:root .link-to-all span,
:root span.website .inner,
:root p strong a span,
:root .gform_footer button {
  display: inline-block;
  margin: 0.16275rem 0 -0.16275rem !important;
}
@media screen and (min-width: 1280px) {
  _::-webkit-full-page-media,
  _:future,
  :root .link span,
  :root .link-to-all span,
  :root span.website .inner,
  :root p strong a span,
  :root .gform_footer button {
    margin: 0.3725rem 0 -0.3725rem !important;
  }
}
_::-webkit-full-page-media,
_:future,
:root nav .menu li a span,
:root .search-and-contact .contact span {
  display: inline-block;
  margin: 0.5rem 0 -0.5rem;
}
_::-webkit-full-page-media,
_:future,
:root .search-and-contact .full-search-toggle span {
  padding: 0 .5rem;
  margin: 0.25rem 0 -0.25rem;
}
html.firefox-mac .link span,
html.firefox-mac .link-to-all span,
html.firefox-mac span.website .inner,
html.firefox-mac p strong a span,
html.firefox-mac .gform_footer button {
  display: inline-block;
  margin: 0.16275rem 0 -0.16275rem !important;
}
@media screen and (min-width: 1280px) {
  html.firefox-mac .link span,
  html.firefox-mac .link-to-all span,
  html.firefox-mac span.website .inner,
  html.firefox-mac p strong a span,
  html.firefox-mac .gform_footer button {
    margin: 0.3725rem 0 -0.3725rem !important;
  }
}
html.firefox-mac nav .menu li a span,
html.firefox-mac .search-and-contact .contact span {
  display: inline-block;
  margin: 0.5rem 0 -0.5rem;
}
html.firefox-mac .search-and-contact .full-search-toggle span {
  padding: 0 .5rem;
  margin: 0.25rem 0 -0.25rem;
}
.layout-header {
  top: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-header {
    top: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header {
    top: 5.25rem;
  }
}
.layout-header .header {
  background-color: #ffffff;
}
.layout-header .header,
.layout-header .header .container {
  height: 3.75rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header > *,
  .layout-header .header .container > * {
    margin-block-start: -1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header > *,
  .layout-header .header .container > * {
    margin-block-start: -2rem;
  }
}
.layout-header .header .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.layout-header .header .container .home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.layout-header .header .container .home img {
  width: 3.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home img {
    width: 8rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .home img {
    width: 10rem;
  }
}
.layout-header .header .container nav {
  justify-content: center;
  width: max-content;
  height: 100%;
  align-items: center;
  justify-self: center;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav {
    margin-block-start: -3rem;
  }
}
.layout-header .header .container nav .menu {
  gap: 1rem;
  height: 100%;
  align-items: center;
}
.layout-header .header .container nav .menu > li {
  display: flex;
  height: 100%;
  align-items: center;
}
.layout-header .header .container nav .menu > li > a {
  font-family: Bolsward, sans-serif;
  font-size: 1.5rem;
  padding: .25rem .5rem;
  border-radius: .5rem 0 0 0;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container nav .menu > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #001a4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li > a {
    font-size: 2rem;
  }
}
.layout-header .header .container nav .menu > li > a::before {
  border-radius: .5rem 0 0 0;
}
.layout-header .header .container nav .menu > li > .sub-menu {
  display: none;
  width: max-content;
  padding: 2.5rem 1.5rem;
  background-color: #ffffff;
  border-radius: .75rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: -5rem;
  opacity: 0;
  animation: submenuDisplay 250ms ease-out 100ms forwards;
}
.layout-header .header .container nav .menu > li > .sub-menu > li > a {
  font-size: 1.25rem;
  padding: .25rem .5rem;
  border-radius: 3rem;
  font-family: DINPro-medium, sans-serif;
}
.layout-header .header .container nav .menu > li > .sub-menu > li > a:hover {
  color: #ffffff;
  background-color: #f5ca1d;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li > .sub-menu > li:last-child {
  position: relative;
  isolation: isolate;
}
.layout-header .header .container nav .menu > li > .sub-menu > li:last-child::before {
  content: "";
  display: block;
  width: calc(100% + 3rem);
  height: calc(100% + 5rem);
  background: #d7ebfa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container nav .menu > li > .sub-menu > li:last-child::before {
  top: -2.5rem;
  left: -1.5rem;
  border-radius: 0 .75rem .75rem 0;
}
.layout-header .header .container nav .menu > li > .sub-menu .three-deep-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1lh 0 0;
}
.layout-header .header .container nav .menu > li > .sub-menu .three-deep-menu li a {
  padding: .25rem .5rem;
}
.layout-header .header .container nav .menu > li.menu-item-has-children {
  position: relative;
}
.layout-header .header .container nav .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
}
.layout-header .header .container nav .menu > li.menu-item-has-children > a::after {
  font-weight: 400;
  margin: 0 0 0 .5rem;
  font-size: 1rem;
}
.layout-header .header .container nav .menu > li:hover > a {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover > a::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover > .sub-menu {
  display: flex;
  gap: 3rem;
}
@keyframes submenuDisplay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .header .container .search-and-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-contact {
    margin: -1.5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .search-and-contact {
    margin: -3rem 0 0;
  }
}
.layout-header .header .container .search-and-contact .full-search-toggle {
  display: flex;
  align-items: center;
  justify-self: end;
}
.layout-header .header .container .search-and-contact .full-search-toggle span {
  font-family: Bolsward, sans-serif;
  font-size: 1.5rem;
  padding: .25rem .5rem;
  border-radius: .5rem 0 0 0;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container .search-and-contact .full-search-toggle span::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #001a4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-contact .full-search-toggle span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .search-and-contact .full-search-toggle span {
    font-size: 2rem;
  }
}
.layout-header .header .container .search-and-contact .full-search-toggle span::before {
  border-radius: .5rem 0 0 0;
}
.layout-header .header .container .search-and-contact .full-search-toggle i.close-search {
  display: none;
}
.layout-header .header .container .search-and-contact .search {
  position: relative;
  isolation: isolate;
  position: fixed;
  top: -100vh;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  width: 50vw;
  max-width: 1500px;
  background-color: #f7f7f7;
  padding: 1rem;
  max-width: 1485px;
}
.layout-header .header .container .search-and-contact .search::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container .search-and-contact .search::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .header .container .search-and-contact .search .input-and-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-contact .search .input-and-button {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.layout-header .header .container .search-and-contact .search .input-and-button input {
  min-height: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border-radius: .5rem;
  padding: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .search-and-contact .search .input-and-button input {
    padding: .25rem 1rem;
  }
}
.layout-header .header .container .search-and-contact .search .input-and-button button {
  height: 2.5rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  background-color: #f5ca1d;
  border: 1px solid #f5ca1d;
  padding: .25rem 1.5rem;
  border-radius: .5rem;
  color: #001a4f;
  text-transform: uppercase;
  font-family: Bolsward, sans-serif;
}
.layout-header .header .container .search-and-contact .contact {
  font-family: Bolsward, sans-serif;
  font-size: 1.5rem;
  padding: .25rem .5rem;
  border-radius: .5rem 0 0 0;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container .search-and-contact .contact::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #001a4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container .search-and-contact .contact {
    font-size: 2rem;
  }
}
.layout-header .header .container .search-and-contact .contact::before {
  border-radius: .5rem 0 0 0;
}
.layout-header .header .container .search-and-contact .contact:hover {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container .search-and-contact .contact:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container .full-menu-toggle {
  right: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
}
.layout-header .header .container .full-menu-toggle .toggle {
  width: 2rem;
  height: 2rem;
}
.layout-header .header .container .full-menu-toggle .toggle i::before {
  font-size: 2rem;
}
.layout-header .header .container .full-menu-toggle .toggle.close i {
  color: #e3101a;
}
.layout-header .full-menu {
  background-color: #ffffff;
  height: 100svh;
}
.layout-header .full-menu .container nav > ul > li > a {
  font-family: Bolsward, sans-serif;
  font-size: 1.5rem;
  padding: .25rem;
  margin: 0 0 .25lh;
}
.layout-header .full-menu .container nav > ul > li > a .toggle {
  margin: 0 0 0 1rem;
  background-color: transparent;
  border: none;
}
.layout-header .full-menu .container nav > ul > li .sub-menu {
  margin: 0 0 1lh;
}
.layout-header .full-menu .container nav > ul > li .sub-menu li a {
  padding: .25rem .5rem;
  margin: 0 0 .25lh;
}
.layout-header .full-menu .container nav > ul > li .sub-menu li a .toggle {
  display: none;
}
.layout-header .full-menu .container nav > ul > li .sub-menu > li > a {
  font-family: DINPro-bold, sans-serif;
}
.layout-header .full-menu .container nav > ul > li > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 0;
}
.layout-header .full-menu .container nav > ul > li > .sub-menu > li:nth-child(even) {
  padding: 0 0 0 1rem;
  border-left: 0.25rem dotted #001a4f;
}
.layout-header .full-menu .container nav > ul > li.unfolded a .toggle {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.layout-header .full-menu .container .social-pages {
  display: flex;
  gap: .5rem;
}
.full-menu-open .layout-header {
  top: 0;
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .header {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .full-menu {
  padding: 5.75rem 0 0 0;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header {
    top: 0;
    transition: all 0.25s ease;
  }
  .scrolled .layout-header .header {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
  }
  .scrolled .layout-header .header,
  .scrolled .layout-header .header .container {
    height: 3.25rem;
    transition: all 0.25s ease;
  }
  .scrolled .layout-header .header .container {
    margin-block-start: 0 !important;
    transition: all 0.25s ease;
  }
  .scrolled .layout-header .header .container > * {
    margin-block-start: 0 !important;
  }
  .scrolled .layout-header .header .container .home img {
    width: 3rem;
    transition: all 0.25s ease;
  }
}
.full-search-open .layout-header .header .container .search-and-contact .full-search-toggle i.open-search {
  display: none;
}
.full-search-open .layout-header .header .container .search-and-contact .full-search-toggle i.close-search {
  display: block;
}
.full-search-open .layout-header .header .container .search-and-contact .search {
  top: 7rem;
  transition: all 0.25s ease;
}
.layout-footer {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 3.25rem 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    display: grid;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    gap: 6rem;
  }
}
.layout-footer .container .home img {
  width: 3.125rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home img {
    width: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home img {
    width: 10rem;
  }
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-footer .container .blocks li h3 {
  margin: 0 0 .75rem;
}
.layout-footer .container .blocks li p {
  margin: 0;
}
.layout-footer .container .blocks li p a {
  padding: .25rem 0;
  line-height: 1.25;
  font-family: DINPro-light, sans-serif;
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks li p a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #001a4f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks li p a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-footer .container .blocks li p a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-copyright {
  padding: 0 0 2rem;
}
.layout-copyright .container {
  position: relative;
}
.layout-copyright .container .copyright {
  width: max-content;
  margin: 0 0 0 auto;
}
.layout-copyright .container .up {
  position: absolute;
  top: -2rem;
  right: 1rem;
  border: 1px solid #d7ebfa;
  background-color: #d7ebfa;
  border-radius: .25rem;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container .up {
    right: 2rem;
  }
}
.layout-copyright .container .up:hover {
  border-color: #001a4f;
  background-color: #001a4f;
  transition: all 0.25s ease;
}
.layout-search {
  padding: 0;
  background-color: #d7ebfa;
}
.layout-search .search-hero {
  position: relative;
}
.layout-search .search-hero .hero-image {
  height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-search .search-hero .hero-image {
    height: 400px;
  }
}
.layout-search .search-hero .hero-text {
  color: #ffffff;
  position: absolute;
  bottom: 5rem;
  left: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-search .search-hero .hero-text {
    left: 2rem;
  }
}
@media screen and (min-width: calc(1720px + 60px)) {
  .layout-search .search-hero .hero-text {
    left: calc(50vw - 1720px / 2 + 30px);
  }
}
.layout-search .container {
  max-width: 1720px;
}
.layout-search .container h2 {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  .layout-search .container h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-search .container h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-search .container h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-search .container h2 {
    margin: 2.25rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-search .container h2 {
    font-size: 2.25rem;
  }
}
.layout-search .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.layout-search .container > ul > li > a {
  background-color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul > li > a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.layout-search .container > ul > li > a .image {
  height: 215px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul > li > a .image {
    width: 250px;
    height: auto;
    align-self: stretch;
  }
}
@media screen and (min-width: 1660px) {
  .layout-search .container > ul > li > a .image {
    width: 350px;
    aspect-ratio: 1;
  }
}
.layout-search .container > ul > li > a .title-contents-and-more {
  padding: 1rem;
}
.layout-search .container > ul > li > a .title-contents-and-more .title {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-search .container > ul > li > a .title-contents-and-more .title {
    font-size: 2.25rem;
  }
}
.layout-search .container > ul > li > a .title-contents-and-more .contents {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.layout-search .container > ul > li > a .title-contents-and-more .contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  background: linear-gradient(to top, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-search .container > ul > li > a .title-contents-and-more .contents::before {
  top: auto;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-search .container > ul > li > a .title-contents-and-more .contents {
    max-width: 80%;
  }
}
.layout-search .container > ul > li > a .title-contents-and-more .more {
  color: #e3101a;
  font-weight: 700;
}
.layout-search .container .pagination {
  display: flex;
  gap: .5rem;
  justify-content: center;
}
.layout-search .container .pagination .page-numbers {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  border: 1px solid #001a4f;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-search .container .pagination .page-numbers {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
.layout-search .container .pagination .page-numbers.prev,
.layout-search .container .pagination .page-numbers.next {
  display: none;
}
.layout-search .container .pagination .page-numbers:hover:not(span) {
  color: #ffffff;
  background-color: #001a4f;
}
.layout-search .container .pagination .page-numbers:is(span) {
  background-color: #001a4f;
  color: #ffffff;
}
.layout-search .layout-eventsfeatured::before {
  background-image: none;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.layout-error404 {
  padding: 2.5rem 0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-error404 {
    padding: 4.5rem 0;
  }
}
.layout-error404 p {
  max-width: 1485px;
  margin-block: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .layout-error404 p {
    font-size: 1.125rem;
  }
}
.layout-error404 p strong a {
  display: inline-flex;
  margin-inline: 1.5rem;
  line-height: normal;
}
.layout-error404 p:has(strong a) {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-error404 p:has(strong a) {
    display: revert;
  }
}
.layout-contents {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-contents {
    padding: 4.5rem 0;
  }
}
.layout-contents .container {
  max-width: 980px;
}
.layout-hero {
  position: relative;
}
.layout-hero .text {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #ffffff;
  z-index: 3;
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-hero .text {
    left: calc(50vw - 1580px / 2);
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text {
    top: 285px;
    bottom: auto;
  }
}
.layout-hero .text h2 {
  line-height: unset;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text h2 {
    margin: -1.5rem 0 0;
    font-size: 7.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text p {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text p {
    font-size: 2rem !important;
    margin-block: 1rem;
  }
}
.layout-hero .image {
  height: 450px;
  z-index: 1;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 600px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 800px;
  }
}
.layout-hero .image::before {
  z-index: 2;
}
.layout-hero.style-default .hero-event {
  display: none;
}
.layout-hero.style-default > ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-block: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-bottom: 1px solid #adadad;
  justify-content: center;
}
@media (min-width: 810px) {
  .layout-hero.style-default > ul {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-hero.style-default > ul {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-default > ul {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-default > ul li {
    font-size: 1.25rem;
  }
}
.layout-hero.style-default > ul li .past {
  color: #adadad;
}
.layout-hero.style-default > ul li .next {
  display: flex;
  gap: .25rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.layout-hero.style-default > ul li .next::before {
  content: "Datum:";
  display: inline-block;
}
.layout-hero.style-default > ul li:has(.past) {
  display: none;
}
.layout-hero.style-default > ul li:has(.next) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-default > ul li:has(.next) {
    width: auto;
  }
}
.layout-hero.style-default:has(.dates) .text {
  bottom: auto;
  top: 9rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-default:has(.dates) .text {
    top: 400px;
  }
}
.layout-hero.style-upcoming_event .text {
  bottom: auto;
  top: 9rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-upcoming_event .text {
    top: 400px;
  }
}
.layout-hero.style-upcoming_event .image {
  height: 650px;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .image {
    height: 800px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-upcoming_event .image {
    height: 1080px;
  }
}
.layout-hero.style-upcoming_event .hero-event {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 1865px;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-upcoming_event .hero-event {
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 1580px) {
  .layout-hero.style-upcoming_event .hero-event {
    width: auto;
    right: calc(50vw - 1580px / 2);
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-upcoming_event .hero-event .event-info {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .event-info {
    order: 1;
    border-radius: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1580px) {
  .layout-hero.style-upcoming_event .hero-event .event-info {
    padding: 0 0 0 calc(50vw - 1580px / 2 + 30px);
    gap: 4rem;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li {
  padding: .5rem 1rem;
  text-align: center;
  width: 100%;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li {
    padding: 1.5rem .75rem 1.5rem 2rem;
    height: 100%;
    text-align: revert;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li {
    line-height: 2;
    padding: 1.5rem 0;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li span {
  display: block;
  color: #adadad;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li:first-child,
  .layout-hero.style-upcoming_event .hero-event .event-info > li:nth-child(2) {
    position: relative;
    isolation: isolate;
  }
  .layout-hero.style-upcoming_event .hero-event .event-info > li:first-child::before,
  .layout-hero.style-upcoming_event .hero-event .event-info > li:nth-child(2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 30%;
    background: #adadad;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:first-child::before,
.layout-hero.style-upcoming_event .hero-event .event-info > li:nth-child(2)::before {
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 809px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li.event-title,
  .layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) {
    grid-column: span 2;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) {
  background-color: #e3101a;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) {
    border-radius: 0 2rem 0 0;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) .more {
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) .more:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) .more {
    font-size: 1.125rem;
  }
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more) .more::after {
  margin: 0 0 0 .5rem;
}
.layout-hero.style-upcoming_event .hero-event .event-info > li:has(.more):hover {
  background-color: #d7ebfa;
  transition: all 0.25s ease;
}
.layout-hero.style-upcoming_event .hero-event .social-pages {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-evenly;
  padding: .5rem 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-upcoming_event .hero-event .social-pages {
    justify-content: end;
    order: 1;
    background-color: transparent;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-upcoming_event .hero-event .social-pages {
    order: 2;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-upcoming_event .hero-event .social-pages {
    min-width: 220px;
    gap: 2rem;
  }
}
.layout-hero.style-upcoming_event .hero-event .social-pages li a i {
  font-size: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-upcoming_event .hero-event .social-pages li a i {
    color: #ffffff;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero.style-upcoming_event .hero-event .social-pages li a i {
    font-size: 2rem;
  }
}
.layout-hero.style-upcoming_event .dates {
  display: none;
}
.layout-pagesfeatured {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured {
    padding: 4rem 0 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-pagesfeatured .container .text-and-link .title {
  position: relative;
  width: fit-content;
}
.layout-pagesfeatured .container .text-and-link .title::before {
  content: "";
  display: none;
  width: 50%;
  height: 100%;
  background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: bottom left;
  position: absolute;
  top: 1rem;
  left: calc(100% + 1rem);
  transform: rotateX(180deg);
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link .title::before {
    display: block;
  }
}
.layout-pagesfeatured .container .text-and-link .left-and-right h2,
.layout-pagesfeatured .container .text-and-link .left-and-right h3 {
  font-size: 1.75rem;
  font-family: Bolsward, sans-serif;
  font-weight: 500;
  line-height: .75;
  margin-block-start: .25rem;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right h2,
  .layout-pagesfeatured .container .text-and-link .left-and-right h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right h2,
  .layout-pagesfeatured .container .text-and-link .left-and-right h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right h2,
  .layout-pagesfeatured .container .text-and-link .left-and-right h3 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right h2,
  .layout-pagesfeatured .container .text-and-link .left-and-right h3 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right p {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link .left-and-right:has(.text_right) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout-pagesfeatured .container .text-and-link .link {
  align-self: center;
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link:has(.text_right) {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link:has(.text_right) .title-left-and-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link:has(.text_right) .title-left-and-right .left-and-right {
    grid-column: 1 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .text-and-link:has(.text_right) .link {
    position: absolute;
    top: 5rem;
    right: 0;
  }
}
.layout-pagesfeatured .container .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2.25rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-pagesfeatured .container .pages li .page {
  background-color: #f5ca1d;
  border-radius: 6rem 0 0 0;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page {
    height: 100%;
  }
}
.layout-pagesfeatured .container .pages li .page img {
  height: 292px;
  border-radius: 6rem 0 0 0;
}
.layout-pagesfeatured .container .pages li .page .override-text {
  padding: 1rem 2rem;
  color: #ffffff;
}
.layout-pagesfeatured .container .pages li .page .override-text h3,
.layout-pagesfeatured .container .pages li .page .override-text h2 {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page .override-text h3,
  .layout-pagesfeatured .container .pages li .page .override-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .override-text h3,
  .layout-pagesfeatured .container .pages li .page .override-text h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li .page .override-text h3,
  .layout-pagesfeatured .container .pages li .page .override-text h2 {
    font-size: 2rem;
  }
}
.layout-pagesfeatured .container .pages li .page .override-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .override-text p {
    font-size: 1.125rem;
  }
}
.layout-pagesfeatured .container .pages li .page:hover {
  background-color: #bf8f00;
  transition: all 0.25s ease;
}
.layout-pagesfeatured.style-red {
  background-color: #d7ebfa;
  position: relative;
  isolation: isolate;
}
.layout-pagesfeatured.style-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 32%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured.style-red {
    padding: 2.5rem 0 3.5rem;
  }
}
.layout-pagesfeatured.style-red::before {
  top: auto;
  bottom: 0;
}
.layout-pagesfeatured.style-red .container .pages li .page {
  background-color: #e3101a;
}
.layout-pagesfeatured.style-red .container .pages li .page img {
  height: 328px;
}
.layout-pagesfeatured.style-red .container .pages li .page .override-text {
  padding: 2.25rem 2rem 1rem;
}
.layout-pagesfeatured.style-red .container .pages li .page:hover {
  background-color: #fadcdc;
  transition: all 0.25s ease;
}
.layout-pagesfeatured.style-red .container .pages li .page:hover .override-text {
  color: #e3101a;
  transition: all 0.25s ease;
}
.layout-signup {
  padding: 2.5rem 0;
  background-color: #d7ebfa;
}
.layout-signup .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-signup .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout-signup .container > * {
  grid-column: 1 / 2;
}
@media screen and (min-width: 1660px) {
  .layout-signup .container .title {
    font-size: 4.5rem;
  }
}
.layout-text .container {
  max-width: 980px;
}
.layout-textandtext {
  padding: 2.5rem 0;
}
.layout-textandtext .container {
  max-width: 1485px;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container {
    gap: 4rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .title {
    grid-column: span 2;
  }
}
.layout-textandimage {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding: 4rem 0;
  }
}
.layout-textandimage .container {
  max-width: 1485px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: grid;
    grid-template-columns: 1.32fr 1.68fr;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .image {
    min-height: 280px;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .image {
    min-height: 500px;
  }
}
.layout-textandimage .container .image img {
  border-radius: 5rem 0 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .image img {
    aspect-ratio: 16 / 9;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .image img {
    border-radius: 8rem 0 0 0;
  }
}
.layout-textandimage .container .text {
  padding: 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text {
    padding: 1rem 0 1rem 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text {
    padding: 5.5rem 0 5.5rem 3.5rem;
  }
}
.layout-textandimage .container .text h2 {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
  font-family: Bolsward, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h2 {
    font-size: 3.75rem;
  }
}
.layout-textandimage .container .text p {
  margin: 2rem 0 0;
}
.layout-textandimage .container .text p:not(:has(strong a)) {
  margin: .5rem 0;
}
.layout-textandimage .container .text p:has(strong a) {
  margin: 2rem 0 0 .65rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p:has(strong a) {
    margin: 2rem 0 0 .9rem;
  }
}
.layout-textandimage .container .text p:has(strong a) strong a {
  position: relative;
  isolation: isolate;
  overflow: visible clip;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_right .container {
    grid-template-columns: 1.68fr 1.32fr;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_right .container .image {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_right .container .image img {
    border-radius: 0 5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.style-image_right .container .image img {
    border-radius: 0 8rem 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_right .container .text {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_right .container .text {
    padding: 5.5rem 3.5rem 5.5rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.background-yellow .container .text,
  .layout-textandimage.background-red .container .text {
    padding: 1rem 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.background-yellow .container .text,
  .layout-textandimage.background-red .container .text {
    padding: 5.5rem 3.5rem;
  }
}
.layout-textandimage.background-yellow .container .text {
  background-color: #f5ca1d;
  color: #ffffff;
}
.layout-textandimage.background-yellow .container .text p strong a {
  background-color: #001a4f;
}
.layout-textandimage.background-yellow .container .text p strong a::before,
.layout-textandimage.background-yellow .container .text p strong a::after {
  background-image: url(../images/buitenzijde-button-blue.svg);
}
.layout-textandimage.background-red .container .text {
  background-color: #e3101a;
  color: #ffffff;
}
.layout-textandimage.background-red .container .text p strong a {
  background-color: #ffffff;
  color: #e3101a;
}
.layout-textandimage.background-red .container .text p strong a::before,
.layout-textandimage.background-red .container .text p strong a::after {
  background-image: url(../images/buitenzijde-button-white.svg);
}
.layout-textandimage.block-background-blue {
  background-color: #d7ebfa;
}
.layout-divider {
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-divider {
    padding: 2rem 0;
  }
}
.layout-divider .container .divider-line {
  position: relative;
  isolation: isolate;
}
.layout-divider .container .divider-line::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #adadad;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-divider .container .divider-line::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-blocksandform {
  padding: 2.5rem 0;
  background-color: #d7ebfa;
}
.layout-blocksandform .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandform .container {
    grid-template-columns: 1.15fr .85fr;
  }
}
.layout-blocksandform .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocksandform .container .blocks {
    height: max-content;
  }
}
.layout-blocksandform .container .blocks .block-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  background-color: #001a4f;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 1660px) {
  .layout-blocksandform .container .blocks .block-text {
    min-height: 105px;
  }
}
.layout-blocksandform .container .blocks .block-text p {
  margin: 0;
}
.layout-blocksandform .container .blocks .block-text a {
  color: #e3101a;
}
.layout-blocksandform .container .blocks .block-text a:hover {
  color: #f5ca1d;
  transition: all 0.25s ease;
}
.layout-links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  position: relative;
}
.layout-links > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
@media screen and (min-width: 1280px) {
  .layout-links::after {
    content: "";
    display: block;
    height: 33%;
    aspect-ratio: 1;
    background-image: url(../images/dots-bend.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.layout-links .image {
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.layout-links .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-links .image::before {
  z-index: 3;
}
.layout-links .image img {
  max-height: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-links .image img {
    max-height: none;
    height: 600px !important;
  }
}
.layout-links .text-and-links {
  padding: 2.5rem 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 810px) {
  .layout-links .text-and-links {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links {
    padding: 4rem 0;
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-links .text-and-links {
    margin: 0 0 0 calc(50vw - 1580px / 2);
    grid-template-columns: 3fr 2.5fr;
  }
}
.layout-links .text-and-links .text {
  color: #ffffff;
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-links .text-and-links .text {
    padding: 0 30px;
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links .text {
    max-width: calc(1580px / 2);
  }
}
.layout-links .text-and-links .text h2,
.layout-links .text-and-links .text h3 {
  font-size: 1.75rem;
  font-family: Bolsward, sans-serif;
  font-weight: 500;
  line-height: .75;
  margin-block-start: .25rem;
}
@media screen and (min-width: 810px) {
  .layout-links .text-and-links .text h2,
  .layout-links .text-and-links .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-links .text-and-links .text h2,
  .layout-links .text-and-links .text h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links .text h2,
  .layout-links .text-and-links .text h3 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-links .text-and-links .text h2,
  .layout-links .text-and-links .text h3 {
    font-size: 6rem;
  }
}
.layout-links .text-and-links .text p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links .text p {
    font-size: 1.125rem;
    margin: 2rem 0;
  }
}
.layout-links .text-and-links ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  justify-items: end;
  height: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-links .text-and-links ul {
    gap: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-links .text-and-links ul li {
    width: 100%;
  }
}
.layout-links .text-and-links ul li .link {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: DINPro-bold, sans-serif;
  position: relative;
  z-index: 1;
  isolation: isolate;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-links .text-and-links ul li .link {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links ul li .link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-links .text-and-links ul li .link {
    padding: 1.5rem calc(50vw - 1580px / 2) 1.5rem 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-links .text-and-links ul li .link {
    font-size: 1.75rem;
  }
}
.layout-links .text-and-links ul li .link::before {
  left: -1.1rem;
}
@media screen and (min-width: 1280px) {
  .layout-links .text-and-links ul li .link::before {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-links .text-and-links ul li .link::before {
    left: -1.3rem;
  }
}
.layout-links .text-and-links ul li .link::after {
  display: none !important;
}
.layout-links .text-and-links ul li .link .arrow {
  transition: all 0.25s ease;
}
.layout-links .text-and-links ul li .link:hover {
  opacity: 1;
  text-decoration-color: #ffffff;
}
.layout-news .post,
.layout-newslatest .post {
  border-radius: 0 5rem 0 0;
  background-color: #ffffff;
  width: 100%;
}
.layout-news .post .image,
.layout-newslatest .post .image {
  border-radius: 0 5rem 0 0;
  height: 237px;
  width: 100%;
}
.layout-news .post .image img,
.layout-newslatest .post .image img {
  border-radius: 0 5rem 0 0;
}
.layout-news .post .title,
.layout-newslatest .post .title {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-news .post .title,
  .layout-newslatest .post .title {
    min-height: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .post .title,
  .layout-newslatest .post .title {
    padding: 2.25rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .post .title,
  .layout-newslatest .post .title {
    min-height: 240px;
  }
}
.layout-news .post .more,
.layout-newslatest .post .more {
  color: #e3101a;
  padding: .5rem 1rem 1rem;
  font-size: 1.125rem;
  font-family: DINPro-medium, sans-serif;
}
.layout-news .post .more:after,
.layout-newslatest .post .more:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f178";
}
.layout-news .post .more::after,
.layout-newslatest .post .more::after {
  color: #001a4f;
  margin: 0 0 0 1rem;
}
.layout-newslatest {
  padding: 5rem 0 3.75rem;
  background-color: #001a4f;
  position: relative;
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-newslatest {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-newslatest::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/waves.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-newslatest .text-and-link-to-all {
  color: #ffffff;
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-newslatest .text-and-link-to-all {
    padding: 0 30px;
  }
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-newslatest .text-and-link-to-all {
    max-width: calc(1580px / 2);
    margin: 0 0 0 calc(50vw - 1580px / 2);
  }
}
.layout-newslatest .text-and-link-to-all .text p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-newslatest .text-and-link-to-all .text p {
    font-size: 1.125rem;
    margin: 1.5rem 0 3.5rem;
  }
}
.layout-newslatest .slick-slider {
  padding: 2rem 0;
}
@media screen and (min-width: calc(1580px + 60px)) {
  .layout-newslatest .slick-slider {
    padding: 0;
  }
}
.layout-newslatest .slick-slider::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 26, 79, 0.1), rgba(0, 26, 79, 0.7));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-newslatest .slick-slider::before {
    width: 60%;
  }
}
.layout-newslatest .slick-slider .slick-list {
  padding: 0 20% 0 0 !important;
}
.layout-newslatest:is(.layout-blocksandform + .layout-newslatest) {
  padding: 2.5rem 0 1rem;
}
.layout-newslatest:is(.layout-blocksandform + .layout-newslatest)::after {
  display: none;
}
.layout-news {
  padding: 2.5rem 0;
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-events {
  padding: 4rem 0 2.5rem;
  background-color: #d7ebfa;
}
@media screen and (min-width: 810px) {
  .layout-events .container .filter-and-events {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event {
    grid-template-columns: auto 3fr 1fr;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .image {
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .image {
    height: auto;
  }
}
@media screen and (min-width: 1660px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .image {
    height: 260px;
    width: 260px;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .title {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
  margin: 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .title {
    font-size: 2rem;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background: linear-gradient(to top, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .text::before {
  top: auto;
  bottom: 0;
  z-index: 1;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .more {
  color: #e3101a;
  position: relative;
  isolation: isolate;
  font-weight: 700;
  margin: .5lh 0 0;
  width: fit-content;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .more::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e3101a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .more::before {
  top: auto;
  bottom: -.25rem;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .title-text-and-more .more:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .date {
  background-color: #e3101a;
  position: absolute;
  isolation: isolate;
  right: -1rem;
  padding: .5rem 2rem .5rem 1rem;
  overflow: visible clip;
  width: max-content;
  font-weight: 500;
  bottom: 1rem;
  top: auto;
  color: #ffffff;
  height: max-content;
  justify-self: end;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .date {
    margin: 1rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .date {
    margin: 1.5rem 0 0 0;
    font-size: 1.125rem;
    padding: 1.125rem 2.5rem 1.125rem 1.5rem;
  }
}
.layout-events .container .filter-and-events .events-and-pagination .events li .event .date::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/buitenzijde-button-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-events .container .filter-and-events .events-and-pagination .events li .event .date::before {
    left: -.9rem;
  }
}
.layout-eventsfeatured {
  padding: 2.5rem 0;
  background-color: #d7ebfa;
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-eventsfeatured {
    padding: 3.75rem 0;
  }
}
.layout-eventsfeatured::before {
  content: "";
  display: block;
  width: 100%;
  height: 28%;
  background-image: url(../images/waves.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.layout-eventsfeatured .text-and-link {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .text-and-link {
    grid-template-columns: 1.25fr .75fr;
  }
}
.layout-eventsfeatured .text-and-link .text {
  margin: -0.25rem 0 0;
}
.layout-eventsfeatured .text-and-link .text h2 {
  position: relative;
  width: fit-content;
}
.layout-eventsfeatured .text-and-link .text h2::before {
  content: "";
  display: none;
  width: 50%;
  height: 100%;
  background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: bottom left;
  position: absolute;
  bottom: 1rem;
  right: -1rem;
  transform: translateX(50%);
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .text-and-link .text h2::before {
    display: block;
  }
}
@media screen and (min-width: 1660px) {
  .layout-eventsfeatured .text-and-link .text p {
    font-size: 1.125rem;
    margin: .75rem 0;
  }
}
.layout-eventsfeatured .text-and-link .link {
  justify-self: end;
  align-self: center;
}
.layout-eventsfeatured .text-and-link .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-eventsfeatured .events {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-eventsfeatured .events {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-eventsfeatured .events li .event {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.layout-eventsfeatured .events li .event .image {
  height: 250px;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-eventsfeatured .events li .event .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-eventsfeatured .events li .event .image::before {
  z-index: auto;
}
@media screen and (min-width: 810px) {
  .layout-eventsfeatured .events li .event .image {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .image {
    height: 346px;
  }
}
.layout-eventsfeatured .events li .event .date {
  background-color: #ffffff;
  position: absolute;
  isolation: isolate;
  right: -1rem;
  padding: .5rem 2rem .5rem 1rem;
  overflow: visible clip;
  width: max-content;
  font-weight: 500;
  bottom: 1rem;
  top: auto;
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .date {
    font-size: 1.125rem;
    padding: 1.125rem 2.5rem 1.125rem 1.5rem;
  }
}
.layout-eventsfeatured .events li .event .date::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/buitenzijde-button-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .date::before {
    left: -.9rem;
  }
}
.layout-eventsfeatured .events li .event .title-and-more {
  color: #ffffff;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .title-and-more {
    top: 2.5rem;
    left: 2.5rem;
  }
}
.layout-eventsfeatured .events li .event .title-and-more .title {
  font-size: 1.25rem;
  font-family: DINPro-medium, sans-serif;
  margin: 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-eventsfeatured .events li .event .title-and-more .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .title-and-more .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-eventsfeatured .events li .event .title-and-more .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li .event .title-and-more .more {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li:first-child,
  .layout-eventsfeatured .events li:nth-child(4) {
    grid-column: span 2;
  }
}
.layout-eventsfeatured .events li:first-child .event .date,
.layout-eventsfeatured .events li:nth-child(4) .event .date {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.layout-eventsfeatured .events li:first-child .event .title-and-more,
.layout-eventsfeatured .events li:nth-child(4) .event .title-and-more {
  top: auto;
  bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-eventsfeatured .events li:first-child .event .title-and-more,
  .layout-eventsfeatured .events li:nth-child(4) .event .title-and-more {
    bottom: 2.5rem;
  }
}
.layout-eventsfeatured .events li:first-child,
.layout-eventsfeatured .events li:first-child .event,
.layout-eventsfeatured .events li:first-child .image,
.layout-eventsfeatured .events li:first-child img {
  border-radius: 5rem 0 0 0;
}
.layout-eventsfeatured .events li:nth-child(4),
.layout-eventsfeatured .events li:nth-child(4) .event,
.layout-eventsfeatured .events li:nth-child(4) .image,
.layout-eventsfeatured .events li:nth-child(4) img {
  border-radius: 0 0 5rem 0;
}
.layout-eventsdetails .image {
  height: 450px;
}
@media screen and (min-width: 1280px) {
  .layout-eventsdetails .image {
    height: 600px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-eventsdetails .image {
    height: 800px;
  }
}
.layout-eventsdetails > ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-block: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-bottom: 1px solid #adadad;
  justify-content: center;
}
@media (min-width: 810px) {
  .layout-eventsdetails > ul {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-eventsdetails > ul {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsdetails > ul {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-eventsdetails > ul li {
    font-size: 1.25rem;
  }
}
.layout-eventsdetails > ul li .past {
  color: #adadad;
}
.layout-eventsdetails > ul li .next {
  display: flex;
  gap: .25rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.layout-eventsdetails > ul li .next::before {
  content: "Startdatum:";
  display: inline-block;
}
.layout-eventsdetails > ul li:has(.past) {
  display: none;
}
.layout-eventsdetails > ul li:has(.next) {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-eventsdetails > ul li:has(.next) {
    width: auto;
  }
}
.layout-activities .container > ul > li .activity-name,
.layout-activitiesfeatured .container > ul > li .activity-name,
.layout-activities .activity .activity-name,
.layout-activitiesfeatured .activity .activity-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin: 0 0 0 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  position: relative;
  isolation: isolate;
  overflow: visible clip;
  width: calc(100% - 2rem);
  cursor: pointer;
}
@media screen and (min-width: 810px) {
  .layout-activities .container > ul > li .activity-name,
  .layout-activitiesfeatured .container > ul > li .activity-name,
  .layout-activities .activity .activity-name,
  .layout-activitiesfeatured .activity .activity-name {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-activities .container > ul > li .activity-name,
  .layout-activitiesfeatured .container > ul > li .activity-name,
  .layout-activities .activity .activity-name,
  .layout-activitiesfeatured .activity .activity-name {
    font-size: 1.25rem;
  }
}
.layout-activities .container > ul > li .activity-name::before,
.layout-activitiesfeatured .container > ul > li .activity-name::before,
.layout-activities .activity .activity-name::before,
.layout-activitiesfeatured .activity .activity-name::before,
.layout-activities .container > ul > li .activity-name::after,
.layout-activitiesfeatured .container > ul > li .activity-name::after,
.layout-activities .activity .activity-name::after,
.layout-activitiesfeatured .activity .activity-name::after {
  content: "";
  display: block;
  height: calc(100% + 2rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-activities .container > ul > li .activity-name::before,
.layout-activitiesfeatured .container > ul > li .activity-name::before,
.layout-activities .activity .activity-name::before,
.layout-activitiesfeatured .activity .activity-name::before {
  left: -1rem;
}
.layout-activities .container > ul > li .activity-name::after,
.layout-activitiesfeatured .container > ul > li .activity-name::after,
.layout-activities .activity .activity-name::after,
.layout-activitiesfeatured .activity .activity-name::after {
  right: -1rem;
}
.layout-activities .container > ul > li .description,
.layout-activitiesfeatured .container > ul > li .description,
.layout-activities .activity .description,
.layout-activitiesfeatured .activity .description {
  display: none;
  opacity: 0;
  background-color: #d7ebfa;
  padding: 1rem;
  color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  line-height: 1.5;
}
.layout-activities .container > ul > li .description a,
.layout-activitiesfeatured .container > ul > li .description a,
.layout-activities .activity .description a,
.layout-activitiesfeatured .activity .description a {
  display: block;
  color: #e3101a;
  margin: 1rem 0 0;
}
.layout-activities .container > ul > li.unfolded .activity-name,
.layout-activitiesfeatured .container > ul > li.unfolded .activity-name,
.layout-activities .activity.unfolded .activity-name,
.layout-activitiesfeatured .activity.unfolded .activity-name {
  background-color: #001a4f;
  color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  font-weight: 700;
  width: 100%;
  margin: 0;
  transition: all 0.25s ease;
}
.layout-activities .container > ul > li.unfolded .activity-name:before,
.layout-activitiesfeatured .container > ul > li.unfolded .activity-name:before,
.layout-activities .activity.unfolded .activity-name:before,
.layout-activitiesfeatured .activity.unfolded .activity-name:before,
.layout-activities .container > ul > li.unfolded .activity-name::after,
.layout-activitiesfeatured .container > ul > li.unfolded .activity-name::after,
.layout-activities .activity.unfolded .activity-name::after,
.layout-activitiesfeatured .activity.unfolded .activity-name::after {
  display: none;
}
.layout-activities .container > ul > li.unfolded .activity-name i,
.layout-activitiesfeatured .container > ul > li.unfolded .activity-name i,
.layout-activities .activity.unfolded .activity-name i,
.layout-activitiesfeatured .activity.unfolded .activity-name i {
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.layout-activities .container > ul > li.unfolded .description,
.layout-activitiesfeatured .container > ul > li.unfolded .description,
.layout-activities .activity.unfolded .description,
.layout-activitiesfeatured .activity.unfolded .description {
  display: block;
  background-color: #001a4f;
  animation: opacityView 250ms ease-out 100ms forwards;
}
@keyframes opacityView {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-activities,
.layout-activitiesfeatured {
  padding: 2.5rem 0;
  background-color: #d7ebfa;
}
.layout-activities .container .title,
.layout-activitiesfeatured .container .title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: .75;
  margin-block-start: .25rem;
  font-family: Bolsward, sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-activities .container .title,
  .layout-activitiesfeatured .container .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-activities .container .title,
  .layout-activitiesfeatured .container .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-activities .container .title,
  .layout-activitiesfeatured .container .title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-activities .container .title,
  .layout-activitiesfeatured .container .title {
    font-size: 6rem;
  }
}
.layout-activities .container > ul,
.layout-activitiesfeatured .container > ul,
.layout-activities .container .activities,
.layout-activitiesfeatured .container .activities {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-activities .container > ul,
  .layout-activitiesfeatured .container > ul,
  .layout-activities .container .activities,
  .layout-activitiesfeatured .container .activities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-locations .locations,
.layout-locationsfiltered .locations {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-locations .locations,
  .layout-locationsfiltered .locations {
    gap: 1rem;
  }
}
.layout-locations .locations li,
.layout-locationsfiltered .locations li {
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-locations .locations li,
  .layout-locationsfiltered .locations li {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.layout-locations .locations li .location,
.layout-locationsfiltered .locations li .location {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-locations .locations li .location,
  .layout-locationsfiltered .locations li .location {
    grid-template-columns: auto 1fr auto;
  }
}
.layout-locations .locations li .location img,
.layout-locationsfiltered .locations li .location img {
  height: 240px;
}
@media screen and (min-width: 810px) {
  .layout-locations .locations li .location img,
  .layout-locationsfiltered .locations li .location img {
    width: 200px;
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-locations .locations li .location img,
  .layout-locationsfiltered .locations li .location img {
    width: 250px;
  }
}
.layout-locations .locations li .location .title-text-and-more,
.layout-locationsfiltered .locations li .location .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-locations .locations li .location .title-text-and-more,
  .layout-locationsfiltered .locations li .location .title-text-and-more {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .location .title-text-and-more,
  .layout-locationsfiltered .locations li .location .title-text-and-more {
    padding: 2.5rem 3.5rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .location .title-text-and-more .title,
  .layout-locationsfiltered .locations li .location .title-text-and-more .title {
    font-size: 2.5rem;
    margin: 0 0 1rem;
  }
}
.layout-locations .locations li .location .title-text-and-more .text,
.layout-locationsfiltered .locations li .location .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .location .title-text-and-more .text,
  .layout-locationsfiltered .locations li .location .title-text-and-more .text {
    font-size: 1.5rem;
  }
}
.layout-locations .locations li .website,
.layout-locationsfiltered .locations li .website {
  margin: 1rem 1rem 1rem auto;
  height: max-content;
}
@media screen and (min-width: 810px) {
  .layout-locations .locations li .website,
  .layout-locationsfiltered .locations li .website {
    margin: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .website,
  .layout-locationsfiltered .locations li .website {
    margin: 2.5rem 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .website::before,
  .layout-locationsfiltered .locations li .website::before {
    left: -1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-locations .locations li .website::after,
  .layout-locationsfiltered .locations li .website::after {
    right: -1rem;
  }
}
.layout-locations {
  padding: 4.5rem 0 0;
  background-color: #d7ebfa;
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-locations {
    padding: 5.5rem 0 0;
  }
}
.layout-locations::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/waves.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-locations .container {
  max-width: 1720px;
}
@media screen and (min-width: 810px) {
  .layout-locations .container .filter-and-locations {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
  }
}
.layout-locations .container .filter-and-locations .filter p {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: DINPro-medium, sans-serif;
}
@media screen and (min-width: 1660px) {
  .layout-locations .container .filter-and-locations .filter p {
    font-size: 2rem;
  }
}
.layout-locations .container .filter-and-locations .filter .facetwp-checkbox:not(:has(+ .facetwp-depth)):not(.facetwp-depth .facetwp-checkbox) {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-locations .container .filter-and-locations .filter .facetwp-checkbox:not(:has(+ .facetwp-depth)):not(.facetwp-depth .facetwp-checkbox) {
    margin: 0 0 1.5rem;
  }
}
.layout-locations .container .filter-and-locations .filter .facetwp-expand {
  display: none;
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth {
  font-family: Bolsward, sans-serif;
  margin: 0 0 1rem;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-locations .container .filter-and-locations .filter .facetwp-depth {
    padding: 0 0 0 2rem;
    margin: 0 0 1.5rem;
  }
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth:has(.facetwp-depth) > .facetwp-link {
  font-weight: 700 !important;
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-locations .container .filter-and-locations .filter .facetwp-depth:has(.facetwp-depth) > .facetwp-link {
    font-size: 1.75rem;
  }
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth {
  margin: .5rem 0 0;
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .25rem;
  font-size: 1.25rem;
  min-width: 250px;
}
@media screen and (min-width: 1280px) {
  .layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link {
    font-size: 1.5rem;
  }
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: 1px solid #001a4f;
  outline: 4px solid transparent;
  outline-offset: -10px;
  transition: all 0.25s ease;
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link .facetwp-counter {
  display: none;
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link.checked {
  font-weight: normal;
}
.layout-locations .container .filter-and-locations .filter .facetwp-depth .facetwp-depth .facetwp-link.checked::before {
  outline-color: #adadad;
}
.layout-locations .facetwp-facet-map_location {
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-locations .facetwp-facet-map_location #facetwp-map {
    height: 600px !important;
  }
}
.layout-locations .facetwp-facet-map_location .facetwp-map-filtering {
  display: none;
}
.layout-friesland {
  padding: 2.5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-friesland .filter-and-friesland {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
  }
}
.layout-friesland .friesland-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-friesland a.friesland {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-friesland a.friesland {
    grid-template-columns: auto 1fr;
  }
}
.layout-friesland a.friesland img {
  height: 240px;
}
@media screen and (min-width: 810px) {
  .layout-friesland a.friesland img {
    width: 200px;
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-friesland a.friesland img {
    width: 250px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-friesland a.friesland img {
    width: 350px;
    height: auto;
    aspect-ratio: 1;
  }
}
.layout-friesland a.friesland .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-friesland a.friesland .title-text-and-more {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-friesland a.friesland .title-text-and-more {
    padding: 2.5rem 3.5rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-friesland a.friesland .title-text-and-more .title {
    font-size: 2.5rem;
    margin: 0 0 1rem;
  }
}
.layout-friesland a.friesland .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  line-height: 1;
}
.layout-friesland a.friesland .title-text-and-more .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-friesland a.friesland .title-text-and-more .text {
    font-size: 1.5rem;
  }
}
.layout-friesland a.friesland .title-text-and-more .text::before {
  top: auto;
  bottom: 0;
  z-index: 1;
}
.layout-friesland a.friesland .title-text-and-more .more {
  color: #e3101a;
  margin: 1rem 0 0;
  font-family: DINPro-medium, sans-serif;
}
@media screen and (min-width: 1660px) {
  .layout-friesland a.friesland .title-text-and-more .more {
    font-size: 1.5rem;
    margin: 2rem 0 0;
  }
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  height: 3rem;
  border-radius: 20px;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    min-height: 80px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  color: rgba(0, 26, 79, 0.7);
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
    font-size: 2rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 1rem 2rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    min-height: 280px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  color: rgba(0, 26, 79, 0.7);
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    font-size: 2rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input),
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select) {
  overflow: visible clip;
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
  width: calc(100% - 2rem);
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input),
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select) {
    width: calc(100% - 3rem);
    margin: 0 0 0 1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.25s ease;
  clip-path: ellipse(50% 23% at 50% 50%);
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
    clip-path: ellipse(50% 20% at 50% 50%);
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
    clip-path: ellipse(50% 16% at 50% 50%);
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
    clip-path: ellipse(50% 20% at 50% 50%);
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before {
  left: -1rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::before,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::before {
    left: -1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
  right: -1rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input)::after,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select)::after {
    right: -1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input):has(input:focus, input:focus-visible)::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select):has(input:focus, input:focus-visible)::before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input):has(input:focus, input:focus-visible)::after,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select):has(input:focus, input:focus-visible)::after {
  border: 1px solid #e3101a;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(input):has(input:focus, input:focus-visible) input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:has(select):has(input:focus, input:focus-visible) input {
  outline: none !important;
}
.gform_wrapper form .gform_footer {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  justify-content: space-between;
  min-height: 3rem;
  display: flex;
  align-items: center;
  color: #001a4f;
  padding: .5rem 1rem;
  width: max-content;
  font-family: Bolsward, sans-serif;
  font-weight: 500;
  position: relative;
  isolation: isolate;
  overflow: visible clip;
  width: calc(100% - 2rem);
  cursor: pointer !important;
  transition: all 0.25s ease;
  margin: 1.5rem 0 0 1rem;
}
.gform_wrapper form .gform_footer:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_footer {
    font-size: 2rem;
    padding: .5rem 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer {
    font-size: 2.25rem;
  }
}
.gform_wrapper form .gform_footer::before {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e3101a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.25s ease;
  clip-path: ellipse(50% 32% at 50% 50%);
}
.gform_wrapper form .gform_footer::after {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 0 .5rem;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_footer::after {
    margin: 0 0 0 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_footer::after {
    margin: 0 0 0 2rem;
  }
}
.gform_wrapper form .gform_footer:hover:before {
  background-color: #001a4f;
}
.gform_wrapper form .gform_footer:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.gform_wrapper form .gform_footer:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f178";
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer {
    min-height: 80px;
    padding: 0 2rem;
  }
}
.gform_wrapper form .gform_footer::before {
  width: calc(100% + 2rem);
  background-color: #f5ca1d;
  clip-path: ellipse(50% 23% at 50% 50%);
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_footer::before {
    clip-path: ellipse(50% 20% at 50% 50%);
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_footer::before {
    clip-path: ellipse(50% 16% at 50% 50%);
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer::before {
    clip-path: ellipse(50% 18% at 50% 50%);
  }
}
.gform_wrapper form .gform_footer::after {
  font-size: 1rem;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer::after {
    font-size: 1.5rem;
  }
}
.gform_wrapper form .gform_footer .button {
  display: grid !important;
  width: 100%;
  justify-content: start !important;
  font-weight: 700 !important;
  color: #001a4f !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer .button {
    font-size: 2rem !important;
  }
}
.gform_wrapper form .gform_footer:hover::after,
.gform_wrapper form .gform_footer:hover .button {
  color: #f5ca1d !important;
}
.gform_wrapper form .gform_footer:hover::before {
  background-color: #001a4f;
}
.slick-slider {
  margin: 0 -1rem;
}
.slick-slider .slick-slide {
  margin: 0 1rem;
}
