@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --frame-block-end: 1.5rem;
  font-size: var(--font-size-default);
  --default-font-family: 'Source Sans 3', sans-serif;
  --font-awesome: 'Font Awesome 5 Free';
  --font-icomoon: 'icomoon';
  --selection-bg-color: #2C393F;
  --selection-color: #FFFFFF;
  --font-size-default: 1.06rem;
  --heading-h1-color: var(--primary-color);
  --heading-h1-font-family: 'Source Sans 3', sans-serif;
  --heading-h1-font-size: 2.8rem;
  --heading-h1-font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem);
  --heading-h1-font-weight: 500;
  --heading-h2-color: var(--primary-color);
  --heading-h2-font-family: 'Source Sans 3', sans-serif;
  --heading-h2-font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  --heading-h2-font-weight: 500;
  --heading-h3-color: var(--primary-color);
  --heading-h3-font-family: 'Source Sans 3', sans-serif;
  --heading-h3-font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  --heading-h3-font-weight: 500;
  --heading-h4-color: var(--primary-color);
  --heading-h4-font-family: 'Source Sans 3', sans-serif;
  --heading-h4-font-size: clamp(1.125rem, 0.875rem + 0.8vw, 1.5rem);
  --heading-h4-font-weight: 500;
  --heading-h5-color: var(--primary-color);
  --heading-h5-font-family: 'Source Sans 3', sans-serif;
  --heading-h5-font-size: clamp(1.125rem, 0.875rem + 0.8vw, 1.5rem);
  --heading-h5-font-weight: 500;
  --heading-h6-color: var(--primary-color);
  --heading-h6-font-family: 'Source Sans 3', sans-serif;
  --heading-h6-font-size: clamp(1.125rem, 0.875rem + 0.8vw, 1.5rem);
  --heading-h6-font-weight: 500;
  --heading-letter-spacing: 0;
  --paragraph-font-size: clamp(1rem, 0.875rem + 0.4vw, 1.0625rem);
  --paragraph-font-weight: 400;
  --paragraph-line-height: 1.6;
  --paragraph-margin-bottom: 1.25rem;
  --paragraph-lead-font-size: clamp(1.125rem, 1rem + 0.8vw, 1.4rem);
  --paragraph-lead-font-weight: 300;
  --paragraph-lead-line-height: 2rem;
  --primary-color: #222222;
  --primary-color-rgb: 34, 34, 34;
  --secondary-color: #1d4ba9;
  --secondary-color-rgb: 29, 75, 169;
  --tertiary-color: #60666a;
  --tertiary-color-rgb: 96, 102, 106;
  --background-color: #ffffff;
  --text-color: #222222;
  --white-color: #ffffff;
  --black-color: #222222;
  --warning-color: rgba(255, 193, 7, 1);
  --error-color: rgba(220, 53, 69, 1);
  --transition: all 0.3s;
  --links-color: var(--secondary-color);
  --links-hover-color: var(--secondary-color);
  --links-text-decoration: underline;
  --links-text-decoration-hover: none;
  --list-font-family: var(--default-font-family);
  --list-line-height: 1.76;
  --list-style-type-1st-level: disc;
  --list-style-type-2nd-level: circle;
  --list-margin: 0 0 1.5rem;
  --list-padding: 0 0 0 1.25rem;
  --button-border-radius: 4px;
  --button-font-family: "Source Sans 3", sans-serif;
  --button-font-size: 1.3rem;
  --button-margin: 0;
  --button-btn1-bg-color: #1D4BA9;
  --button-btn1-bg-color-hover: #15377c;
  --button-btn1-border-color: transparent;
  --button-btn1-border-style: solid;
  --button-btn1-border-width: none;
  --button-btn1-color: #FFFFFF;
  --button-btn1-color-hover: #FFFFFF;
  --button-btn1-padding: 1rem 1.5625rem 1.25rem;
  --button-btn1-text-decoration: none;
  --button-btn1-text-decoration-hover: none;
  --button-btn2-bg-color: #FFFFFF;
  --button-btn2-bg-color-hover: #F3F3F3;
  --button-btn2-border-color: transparent;
  --button-btn2-border-style: solid;
  --button-btn2-border-width: none;
  --button-btn2-color: #1D4BA9;
  --button-btn2-color-hover: #1D4BA9;
  --button-btn2-padding: 1rem 1.5625rem 1.25rem;
  --button-btn2-text-decoration: none;
  --button-btn2-text-decoration-hover: none;
  --button-btn3-bg-color: var(--secondary-color);
  --button-btn3-bg-color-hover: var(--secondary-color);
  --button-btn3-border-color: transparent;
  --button-btn3-border-style: solid;
  --button-btn3-border-width: none;
  --button-btn3-color: var(--white-color);
  --button-btn3-color-hover: var(--white-color);
  --button-btn3-padding: 1rem 1.5625rem 1.25rem;
  --button-btn3-text-decoration: none;
  --button-btn3-text-decoration-hover: none;
  --table-border-collapse: collapse;
  --table-font-family: var(--default-font-family);
  --table-caption-display: none;
  --table-thead-bg-color: #F8F8F8;
  --table-thead-tr-border-color: #DDDDDD;
  --table-thead-tr-border-style: solid;
  --table-thead-tr-border-width: 1px;
  --table-thead-tr-th-border-color: transparent;
  --table-thead-tr-th-border-style: solid;
  --table-thead-tr-th-border-width: 1px;
  --table-thead-tr-th-font-size: 0.875rem;
  --table-thead-tr-th-letter-spacing: 0.1rem;
  --table-thead-tr-th-padding: 0.5rem 0.75rem;
  --table-thead-tr-th-vertical-align: top;
  --table-tbody-bg-color: transparent;
  --table-thead-color: #222222;
  --table-tbody-tr-border-color: #DDDDDD;
  --table-tbody-tr-border-style: solid;
  --table-tbody-tr-border-width: 1px;
  --table-tbody-tr-padding: .35rem;
  --table-tbody-tr-td-border-color: transparent;
  --table-tbody-tr-td-border-style: solid;
  --table-tbody-tr-td-border-width: none;
  --table-tbody-tr-td-padding: 0.5rem 0.75rem;
  --table-tbody-tr-td-vertical-align: top;
  --breadcrumb-color: var(--tertiary-color);
  --breadcrumb-font-size: 1rem;
  --breadcrumb-margin: 1.5rem auto;
  --breadcrumb-padding: 0 1rem;
  --breadcrumb-text-transform: lowercase;
  --alert-border-radius: 6px;
  --alert-margin: 0 0 1.5rem;
  --alert-padding: 0;
  --alert-bg-color-frame-layout-1: #9ae7ff;
  --alert-box-shadow-frame-layout-1: none;
  --alert-color-frame-layout-1: #222222;
  --alert-bg-color-frame-layout-2: var(--warning-color);
  --alert-box-shadow-frame-layout-2: none;
  --alert-color-frame-layout-2: var(--primary-color);
  --alert-bg-color-frame-layout-3: var(--error-color);
  --alert-box-shadow-frame-layout-3: none;
  --alert-color-frame-layout-3: var(--white-color);
  --timeline-item-marker-bg-color: #1D4BA9;
  --timeline-item-line-border-color: #1D4BA9;
  --timeline-item-content-heading-color: #1D4BA9;
  --sidebar-bg-color: #FFFFFF;
  --sidebar-border-color: transparent;
  --sidebar-border-style: solid;
  --sidebar-border-width: 0;
  --sidebar-border-radius: 0;
  --sidebar-box-shadow: 0;
  --sidebar-margin: 0 0 1.25rem;
  --sidebar-padding: 12px 0 14px;
  --sidebar-width: 300px;
  --sidebar-heading-border-color: transparent;
  --sidebar-heading-border-style: solid;
  --sidebar-heading-border-width: 0;
  --sidebar-heading-color: #222222;
  --sidebar-heading-font-family: 'Source Sans Pro', sans-serif;
  --sidebar-heading-font-size: 1.4rem;
  --sidebar-heading-font-weight: 700;
  --sidebar-list-style-type: none;
  --sidebar-list-margin: 0;
  --sidebar-list-padding: 0;
  --sidebar-link-color: #1D4BA9;
  --sidebar-link-margin: 0 0 0 20px;
  --sidebar-link-font-weight-hover: 700;
  --sidebar-link-text-decoration: none;
  --sidebar-link-text-decoration-hover: none;
  --sidebar-active-link-bg-color: #DDE4F2;
  --sidebar-active-link-border-radius: 50px;
  --sidebar-active-link-font-weight: 700;
  --sidebar-active-link-margin: 0;
  --sidebar-active-link-padding: 4px 0;
  --sidebar-active-link-width: 100%;
  --navbar-box-shadow: none;
  --navbar-padding: 1.563rem 3.125rem;
  --navbar-z-index: 1;
  --navbar-search-input-bg-color: #FFFFFF;
  --navbar-search-input-border-color: transparent;
  --navbar-search-input-border-style: solid;
  --navbar-search-input-border-width: 0;
  --navbar-search-input-border-radius: 50rem;
  --navbar-search-input-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .3);
  --navbar-search-input-color: #222222;
  --navbar-search-input-font-family: 'Source Sans Pro', sans-serif;
  --navbar-search-input-font-size: clamp(.6rem, 0.875rem + 0.4vw, 1.15rem);
  --navbar-search-input-font-weight: 400;
  --navbar-search-input-height: 40px;
  --navbar-search-input-line-height: 1.5;
  --navbar-search-input-padding: 1.75rem 1.875rem 1.5rem 2.75rem;
  --navbar-search-input-placeholder-color: #877587;
  --navbar-search-input-placeholder-font-size: clamp(.6rem, 0.875rem + 0.4vw, 1.15rem);
  --navbar-search-input-width: 340px;
  --navbar-search-button-bg-color: transparent;
  --navbar-search-button-icon-bg-color: #222222;
  --navbar-search-suggestions-bg-color: #FFFFFF;
  --navbar-search-suggestions-border-radius: 20px 20px 6px 6px;
  --navbar-search-suggestions-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
  --navbar-search-suggestions-margin: 20px 0 0;
  --navbar-search-suggestions-close-border-color: #1d4ba9;
  --navbar-search-suggestions-close-bg-color: #1d4ba9;
  --navbar-search-suggestions-resulttext-border-color: #d8d8d8;
  --navbar-search-suggestions-resulttext-font-family: 'Open Sans', sans-serif;
  --navbar-search-suggestions-resulttext-font-size: clamp(1rem, 0.875rem + 0.4vw, 1rem);
  --navbar-search-suggestions-resulttext-padding: 20px;
  --navbar-search-suggestions-results-margin: 0;
  --navbar-search-suggestions-results-padding: 0;
  --navbar-search-suggestions-result-margin: 0 0 15px;
  --navbar-search-suggestions-result-link-heading-color: #1D4BA9;
  --navbar-search-suggestions-result-link-heading-color-hover: #1D4BA9;
  --navbar-search-suggestions-result-link-heading-font-size: clamp(1.125rem, 1rem + 0.8vw, 1.125rem);
  --navbar-search-suggestions-result-link-heading-font-weight: 600;
  --navbar-search-suggestions-result-link-heading-margin: 0;
  --navbar-search-suggestions-result-link-bg-color-hover: #F1F3F9;
  --navbar-search-suggestions-result-link-padding: 1.5rem 1.688rem 0.75rem;
  --navbar-search-suggestions-result-link-p-color: #222222;
  --navbar-search-suggestions-result-link-p-font-size: clamp(1rem, 0.875rem + 0.4vw, 1rem);
  --navbar-search-suggestions-result-link-p-margin: 0;
  --navbar-search-suggestions-result-link-text-decoration: none;
  --navbar-search-suggestions-result-link-text-decoration-hover: underline;
  --navbar-search-suggestions-more-margin: 1rem 0 1.15rem;
  --navbar-search-suggestions-more-padding: 0 1.25rem;
  --navbar-search-suggestions-more-text-transform: uppercase;
}

/* === Eventnews HOME === */
.frame-eventnews {
  margin-block-end: 0;
  padding-block-end: 1.5rem;
  padding-inline: 1rem;
}
.frame-eventnews header > * {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  gap: 1rem;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 1.8rem;
  position: relative;
}
.frame-eventnews ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  margin-inline-end: -1rem;
  padding: 0;
}
.frame-eventnews ul .article-item {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "date title" "date teaser";
  overflow: hidden;
  margin-block-end: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .frame-eventnews ul .article-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.frame-eventnews ul .article-item__title {
  align-content: center;
  grid-area: title;
  margin: 0;
  padding-inline: 19px;
}
.frame-eventnews ul .article-item__title h3 {
  color: #1D4BA9;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}
.frame-eventnews ul .article-item__title h3::after {
  content: "" !important;
  display: none !important;
}
.frame-eventnews ul .article-item__title h3 a {
  color: #1D4BA9;
  text-decoration: underline;
}
.frame-eventnews ul .article-item__title h3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.frame-eventnews ul .article-item__title h3 a:focus, .frame-eventnews ul .article-item__title h3 a:focus-visible, .frame-eventnews ul .article-item__title h3 a:focus-within {
  outline: none;
}
.frame-eventnews ul .article-item__date {
  background: #D5D7D9;
  color: var(--primary-color);
  display: grid;
  grid-template-areas: "day" "month";
  grid-area: date;
  height: 100px;
  margin: 0;
  padding: 0 19px;
  text-align: center;
  width: 100px;
}
.frame-eventnews ul .article-item__date .date__day {
  font-family: var(--heading-font-family);
  font-size: 2.4rem;
  grid-area: day;
  margin: 0 0 -35px;
}
.frame-eventnews ul .article-item__date .date__month {
  font-family: var(--heading-font-family);
  font-size: 0.75rem;
  grid-area: month;
  margin: 0;
  text-transform: uppercase;
}
.frame-eventnews ul .article-item__date .date__year {
  display: none;
}
.frame-eventnews ul .article-item__teaser {
  grid-area: teaser;
  padding-inline: 19px;
}
.frame-eventnews ul .article-item__readmore, .frame-eventnews ul .article-item__categories, .frame-eventnews ul .article-item__tags, .frame-eventnews ul .article-item__author, .frame-eventnews ul .article-item__media, .frame-eventnews ul .article-item__event-details {
  display: none;
}
.frame-eventnews ul .article-item:focus, .frame-eventnews ul .article-item:focus-visible, .frame-eventnews ul .article-item:focus-within {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Details page */
.ctype-news_newsdetail .section-title h2.lead {
  display: none;
}
.ctype-news_newsdetail .section-title p {
  display: none;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content {
  display: grid;
  grid-template-columns: 116px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "date details" "body body";
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__categories, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__teaser, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__image {
  display: none;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__date {
  align-items: center;
  background: #D5D7D9;
  color: var(--primary-color);
  display: grid;
  grid-template-areas: "day" "month";
  grid-area: date;
  height: 100px;
  margin: 0 0 2rem;
  padding: 0 1.1875rem;
  text-align: center;
  width: 100px;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__date .date__day {
  font-family: var(--heading-font-family);
  font-size: 2.4rem;
  grid-area: day;
  margin: 0 0 -35px;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__date .date__month {
  font-family: var(--heading-font-family);
  font-size: 0.75rem;
  grid-area: month;
  margin: 0;
  text-transform: uppercase;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__date .date__year {
  display: none;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__event-details {
  grid-area: details;
  margin-block-end: 2rem;
  padding-block-start: 0.8rem;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__event-details .event-details__organizer span, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__event-details .event-details__location span, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__event-details .event-details__date span, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__event-details .event-details__time span {
  font-weight: 700;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__body, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__content-elements {
  grid-area: body;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__body > *, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__content-elements > * {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__body > *, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__content-elements > * {
    padding-inline: initial;
  }
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__body h2::before, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__body h2::after, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__content-elements h2::before, .ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-content .article-item__content-elements h2::after {
  display: none;
}
.ctype-news_newsdetail .section-container:has(.section-event-content) .section-event-sidebar .article-item {
  display: none;
}

/* === News HOME === */
.frame-news {
  padding-block-end: 1.5rem;
  padding-inline: 1rem;
}
@media (min-width: 576px) {
  .frame-news {
    padding-inline: initial;
  }
}
.frame-news header > * {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  gap: 1rem;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 1.8rem;
  position: relative;
}
.frame-news ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  margin-inline-end: -1rem;
  padding: 0;
  padding-inline-end: 0.75rem;
}
.frame-news ul .article-item {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-block-end: 1rem;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .frame-news ul .article-item {
    flex: 0 0 calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
  }
}
.frame-news ul .article-item__media {
  order: 1;
}
.frame-news ul .article-item__media picture {
  display: block;
  height: 300px;
  margin: 0;
  width: auto;
}
.frame-news ul .article-item__media picture img {
  height: 300px;
  margin: 0;
  object-fit: cover;
  max-width: 100%;
}
.frame-news ul .article-item__title {
  background-color: var(--white-color);
  margin: 0;
  order: 2;
  padding: 0 1.188rem;
  width: 85%;
}
.frame-news ul .article-item__title h2,
.frame-news ul .article-item__title h3 {
  color: #1d4ba9;
  font-size: 1.25rem;
  font-weight: 700;
  padding-block: 10px 14px;
  padding-inline: 12px;
  position: static;
}
.frame-news ul .article-item__title h2 a,
.frame-news ul .article-item__title h3 a {
  color: #1d4ba9;
  text-decoration: underline;
}
.frame-news ul .article-item__title h2 a:hover,
.frame-news ul .article-item__title h3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.frame-news ul .article-item__title h2 a:focus, .frame-news ul .article-item__title h2 a:focus-visible, .frame-news ul .article-item__title h2 a:focus-within,
.frame-news ul .article-item__title h3 a:focus,
.frame-news ul .article-item__title h3 a:focus-visible,
.frame-news ul .article-item__title h3 a:focus-within {
  outline: none;
  outline-offset: 0;
}
.frame-news ul .article-item__date, .frame-news ul .article-item__teaser, .frame-news ul .article-item__readmore, .frame-news ul .article-item__categories, .frame-news ul .article-item__tags, .frame-news ul .article-item__author {
  display: none;
}
.frame-news ul .article-item:focus, .frame-news ul .article-item:focus-visible, .frame-news ul .article-item:focus-within {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* === NEWS DETAIL PAGE === */
.ctype-news_newsdetail {
  margin-block-start: 2.5rem;
}
.ctype-news_newsdetail #hero {
  display: none;
}
.ctype-news_newsdetail .section-title {
  margin-block-end: 1.875rem;
}
.ctype-news_newsdetail .section-title h2.lead {
  display: none;
}
.ctype-news_newsdetail .section-title p {
  display: none;
}
.ctype-news_newsdetail .section-container .section-news-content {
  display: flex;
  flex-direction: column;
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__teaser {
  margin-block-end: 1.875rem;
  order: 1;
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__teaser p {
  font-size: var(--paragraph-lead-font-size);
  font-weight: var(--paragraph-lead-font-weight);
  line-height: var(--paragraph-lead-line-height);
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__image {
  margin-block-end: 1.875rem;
  order: 2;
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__image img {
  height: auto;
  max-width: 100%;
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__body {
  order: 3;
}
.ctype-news_newsdetail .section-container .section-news-content .article-item__date, .ctype-news_newsdetail .section-container .section-news-content .article-item__event-details {
  display: none;
}

.tx_solr {
  margin-block: 2.5rem;
}
.tx_solr .section-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-block-end: 1.875rem;
}
.tx_solr ul {
  list-style: none;
  margin: 0 0 3rem;
}
.tx_solr ul li .search-result-title {
  margin: 0;
  position: relative;
}
.tx_solr ul li .search-result-title::after {
  content: "";
  display: none;
}
.tx_solr ul li .search-result-title a {
  transition: var(--transition);
}
.tx_solr ul li .search-result-title a::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1.125rem;
  inset-inline-end: 1.875rem;
  margin-inline-start: 0.3rem;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='15,4 8,12 15,20' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  position: static;
  transform: rotate(180deg);
  transition: var(--transition);
  width: 1.125rem;
}
.tx_solr ul li .search-result-title a:hover {
  color: #222;
  text-decoration: none;
}
.tx_solr ul li .search-result-title a:hover::after {
  margin-inline-start: 0.5rem;
}
.tx_solr ul li .search-result-permalink {
  display: none;
}

body.template-continue main {
  margin-block-start: 3rem;
}

body.template-home header.navigation .navbar {
  background-color: transparent !important;
  background-image: none !important;
}
body.template-home {
  /* === Hero HOME === */
}
body.template-home #hero {
  margin-block-start: -377px;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  body.template-home #hero {
    margin-block-start: -322px;
  }
}
body.template-home #hero picture {
  padding-inline: 0 !important;
}
body.template-home #hero picture img {
  height: 340px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
@media (min-width: 768px) {
  body.template-home #hero picture img {
    height: 450px;
    width: 100%;
  }
}
body.template-home #hero::after {
  background-image: url(../Images/header-white-mask.svg) !important;
  background-position: top;
  background-size: cover;
  content: "";
  height: 240px;
  margin-block-end: 3rem;
  position: absolute;
  top: 280px;
  width: 100%;
  z-index: 1;
}
body.template-home {
  /* === ALERT HOME === */
  /* === Themeblock Extra === */
}
body.template-home .frame-themeblocks,
body.template-home .frame-themeblockextra {
  margin-block-end: 0;
  padding-block-end: 3rem;
}
body.template-home .frame-themeblocks .frame_inner ul,
body.template-home .frame-themeblockextra .frame_inner ul {
  padding: 1rem 0 0;
}
@media (max-width: 576px) {
  body.template-home .frame-themeblocks .frame_inner,
  body.template-home .frame-themeblockextra .frame_inner {
    padding: 1rem 0;
  }
  body.template-home .frame-themeblocks .frame_inner ul,
  body.template-home .frame-themeblockextra .frame_inner ul {
    margin: 0;
    padding: 1rem 0;
  }
  body.template-home .frame-themeblocks .frame_inner ul li,
  body.template-home .frame-themeblockextra .frame_inner ul li {
    flex: initial;
  }
}
body.template-home .frame-news {
  margin-block-end: 0;
}
body.template-home .frame-news + .fce-call-to-action {
  padding-block-end: 3rem;
}
body.template-home .section-container .frame:last-child {
  margin-block-end: 0;
}
body.template-home .frame-exposed {
  background-color: #9ae8ff;
  padding-block-start: 170px;
  position: relative;
}
body.template-home .frame-exposed::before {
  background-image: url(../Images/lightblue-wave.svg);
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

footer {
  background-color: #1D4BA9;
  margin-block-start: 10rem;
  position: relative;
}
footer::before {
  background-image: url(../Images/footer-darkblue-wave.svg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 200px;
  position: absolute;
  top: -120px;
  width: 100%;
}
footer .footer-content {
  padding-block-start: 5rem;
}
footer .footer-content .container .row .col > *::after {
  content: "";
  display: none;
}
footer .footer-content .container .row .col h2 {
  color: var(--white-color);
  font-size: 2.2rem;
  margin-bottom: 20px;
}
footer .footer-content .container .row .col h3 {
  color: var(--white-color);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
footer .footer-content .container .row .col p {
  color: var(--white-color);
}
footer .footer-content .container .row .col p a {
  color: var(--white-color);
  text-decoration: underline;
}
footer .footer-content .container .row .col p a:hover {
  text-decoration: none;
}
footer .footer-content .container .row .col p a:focus, footer .footer-content .container .row .col p a:focus-within {
  outline: 2px solid var(--white-color);
  outline-offset: 2px;
}
footer .footer-content .container .row .col.col1 .ctype-textmedia div div {
  background-color: #FFA038;
  border-radius: 0.25rem;
  max-width: fit-content;
  padding: 20px;
}
footer .footer-content .container .row .col.col1 .ctype-textmedia div div p {
  color: #222;
  font-size: 1.35rem;
  font-weight: 400 !important;
  margin: 0;
}
footer .footer-content .container .row .col.col1 .ctype-textmedia div div p a {
  color: #222;
}
footer .footer-content .container .row .col.col1 .ctype-textmedia div div p a:focus, footer .footer-content .container .row .col.col1 .ctype-textmedia div div p a:focus-within {
  outline: 2px solid var(--black-color);
  outline-offset: 2px;
}
footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}
footer .footer-copyright .row {
  position: relative;
  padding-inline-end: calc(40px + 1rem);
  row-gap: 1rem;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner {
  display: flex;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a {
  display: flex;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a .image img {
  height: 20px;
  width: 20px;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a .image svg {
  fill: #fff;
  max-height: 22px;
  width: auto;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a .text {
  display: flex;
  margin-left: 0.5rem;
  color: #fff;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a .text p {
  color: #fff;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a .text p.title {
  margin: 0;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a:hover {
  text-decoration: underline;
}
footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a:focus, footer .footer-copyright .row .col .fce-imagelinklist .frame-inner ul li a:focus-within {
  outline: 2px solid var(--white-color);
  outline-offset: 2px;
}
footer .footer-copyright .row .col ul li a {
  color: var(--white-color) !important;
  overflow-wrap: anywhere;
  text-decoration: underline;
}
footer .footer-copyright .row .col ul li a:hover {
  text-decoration: none;
}
footer .footer-copyright .row .col ul li a:focus, footer .footer-copyright .row .col ul li a:focus-within {
  outline: 2px solid var(--white-color);
  outline-offset: 2px;
}
footer .footer-copyright .row .go-to-top {
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  color: var(--secondary-color);
  height: 40px;
  width: 40px;
}
footer .footer-copyright .row .go-to-top:focus, footer .footer-copyright .row .go-to-top:focus-visible {
  outline: 2px solid var(--white-color);
  outline-offset: 2px;
}
footer .footer-copyright .row .go-to-top:hover {
  background-color: var(--white-color);
}

/* === Emergency Banner === */
.emergency-banner {
  background-color: #ffa038;
}
.emergency-banner .ctype-shortcut [class*=ctype-] header h2 {
  color: var(--primary-color);
}
.emergency-banner .ctype-shortcut [class*=ctype-] .ce-textpic p {
  color: var(--primary-color) !important;
}

/** === Alerts / Notifications === */
.fce-alert {
  padding-inline: 1rem;
}
.fce-alert .frame-inner {
  border-radius: 0.375rem;
  padding: 0.9375rem;
}
.fce-alert .frame-inner h2 {
  font-size: 1.3rem;
  font-weight: 700;
}
.fce-alert .frame-inner p {
  margin: 0;
}

/** === Navbar === */
header.navigation .navbar {
  background-image: url(../Images/header-sub-zwembad.svg) !important;
  background-position: bottom;
  background-size: cover;
  margin-block-end: 3rem;
  min-height: 240px;
  padding: 0;
}
header.navigation .navbar .navbar-brand {
  margin-block-end: 0.5rem;
}
header.navigation .navbar .navbar-brand img {
  margin-block: -0.375rem 2rem;
}
@media (min-width: 992px) {
  header.navigation .navbar .navbar-brand img {
    margin-block-start: -2rem;
  }
}
header.navigation .navbar .navbar-search button {
  top: 55% !important;
}

/* === Buttons === */
.btn {
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.btn::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1.125rem;
  inset-inline-end: 1.875rem;
  margin-inline-start: 0.5rem;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='15,4 8,12 15,20' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  position: static;
  transform: rotate(180deg);
  width: 1.125rem;
}

/* === Tables === */
table thead tr th {
  border: none;
}

/* === Sidebar === */
aside.section-sidebar {
  margin: 0;
}
@media (min-width: 992px) {
  aside.section-sidebar {
    margin: var(--sidebar-margin);
  }
}
aside.section-sidebar .fce-anchorlinks {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 12px 16px 14px;
}
@media (min-width: 992px) {
  aside.section-sidebar .fce-anchorlinks {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
aside.section-sidebar .fce-anchorlinks .frame-inner h2::after,
aside.section-sidebar .fce-anchorlinks .frame-inner h3::after {
  content: "";
  display: none;
}

/* === Themeblocks === */
.frame-themeblocks ul,
.frame-themeblockextra ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style-type: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.frame-themeblocks ul li,
.frame-themeblockextra ul li {
  border-radius: 6px;
  flex: 0 0 calc(100% - 1rem);
  padding: 6px 19px 16px 14px;
  position: relative;
  transition: var(--transition);
}
@media (min-width: 768px) {
  .frame-themeblocks ul li,
  .frame-themeblockextra ul li {
    flex: 0 0 calc(50% - 1rem);
  }
}
.frame-themeblocks ul li h2,
.frame-themeblocks ul li h3,
.frame-themeblocks ul li h4,
.frame-themeblocks ul li h5,
.frame-themeblocks ul li h6,
.frame-themeblockextra ul li h2,
.frame-themeblockextra ul li h3,
.frame-themeblockextra ul li h4,
.frame-themeblockextra ul li h5,
.frame-themeblockextra ul li h6 {
  color: #0056b3;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.frame-themeblocks ul li h2::after,
.frame-themeblocks ul li h3::after,
.frame-themeblocks ul li h4::after,
.frame-themeblocks ul li h5::after,
.frame-themeblocks ul li h6::after,
.frame-themeblockextra ul li h2::after,
.frame-themeblockextra ul li h3::after,
.frame-themeblockextra ul li h4::after,
.frame-themeblockextra ul li h5::after,
.frame-themeblockextra ul li h6::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1.125rem;
  inset-inline-start: 1.875rem;
  left: 0;
  margin-inline-end: 0.3rem;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='15,4 8,12 15,20' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  position: static;
  transform: rotate(180deg);
  transition: var(--transition);
  width: 1.125rem;
}
.frame-themeblocks ul li h2 a,
.frame-themeblocks ul li h3 a,
.frame-themeblocks ul li h4 a,
.frame-themeblocks ul li h5 a,
.frame-themeblocks ul li h6 a,
.frame-themeblockextra ul li h2 a,
.frame-themeblockextra ul li h3 a,
.frame-themeblockextra ul li h4 a,
.frame-themeblockextra ul li h5 a,
.frame-themeblockextra ul li h6 a {
  color: #0056b3;
  text-decoration: none;
  transition: var(--transition);
}
.frame-themeblocks ul li h2 a:hover,
.frame-themeblocks ul li h3 a:hover,
.frame-themeblocks ul li h4 a:hover,
.frame-themeblocks ul li h5 a:hover,
.frame-themeblocks ul li h6 a:hover,
.frame-themeblockextra ul li h2 a:hover,
.frame-themeblockextra ul li h3 a:hover,
.frame-themeblockextra ul li h4 a:hover,
.frame-themeblockextra ul li h5 a:hover,
.frame-themeblockextra ul li h6 a:hover {
  text-decoration: underline;
}
.frame-themeblocks ul li h2 a:focus, .frame-themeblocks ul li h2 a:focus-visible, .frame-themeblocks ul li h2 a:focus-within,
.frame-themeblocks ul li h3 a:focus,
.frame-themeblocks ul li h3 a:focus-visible,
.frame-themeblocks ul li h3 a:focus-within,
.frame-themeblocks ul li h4 a:focus,
.frame-themeblocks ul li h4 a:focus-visible,
.frame-themeblocks ul li h4 a:focus-within,
.frame-themeblocks ul li h5 a:focus,
.frame-themeblocks ul li h5 a:focus-visible,
.frame-themeblocks ul li h5 a:focus-within,
.frame-themeblocks ul li h6 a:focus,
.frame-themeblocks ul li h6 a:focus-visible,
.frame-themeblocks ul li h6 a:focus-within,
.frame-themeblockextra ul li h2 a:focus,
.frame-themeblockextra ul li h2 a:focus-visible,
.frame-themeblockextra ul li h2 a:focus-within,
.frame-themeblockextra ul li h3 a:focus,
.frame-themeblockextra ul li h3 a:focus-visible,
.frame-themeblockextra ul li h3 a:focus-within,
.frame-themeblockextra ul li h4 a:focus,
.frame-themeblockextra ul li h4 a:focus-visible,
.frame-themeblockextra ul li h4 a:focus-within,
.frame-themeblockextra ul li h5 a:focus,
.frame-themeblockextra ul li h5 a:focus-visible,
.frame-themeblockextra ul li h5 a:focus-within,
.frame-themeblockextra ul li h6 a:focus,
.frame-themeblockextra ul li h6 a:focus-visible,
.frame-themeblockextra ul li h6 a:focus-within {
  outline: none;
  outline-offset: 0;
}
.frame-themeblocks ul li p,
.frame-themeblockextra ul li p {
  margin: 0;
}
.frame-themeblocks ul li:focus, .frame-themeblocks ul li:focus-visible, .frame-themeblocks ul li:focus-within,
.frame-themeblockextra ul li:focus,
.frame-themeblockextra ul li:focus-visible,
.frame-themeblockextra ul li:focus-within {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.frame-themeblocks ul li:hover,
.frame-themeblockextra ul li:hover {
  background-color: #dde4f2;
}
.frame-themeblocks ul li:hover h2::after,
.frame-themeblocks ul li:hover h3::after,
.frame-themeblocks ul li:hover h4::after,
.frame-themeblocks ul li:hover h5::after,
.frame-themeblocks ul li:hover h6::after,
.frame-themeblockextra ul li:hover h2::after,
.frame-themeblockextra ul li:hover h3::after,
.frame-themeblockextra ul li:hover h4::after,
.frame-themeblockextra ul li:hover h5::after,
.frame-themeblockextra ul li:hover h6::after {
  margin-inline-start: 0.3rem;
}
.frame-themeblocks ul li:hover h2 a:focus, .frame-themeblocks ul li:hover h2 a:focus-visible, .frame-themeblocks ul li:hover h2 a:focus-within,
.frame-themeblocks ul li:hover h3 a:focus,
.frame-themeblocks ul li:hover h3 a:focus-visible,
.frame-themeblocks ul li:hover h3 a:focus-within,
.frame-themeblocks ul li:hover h4 a:focus,
.frame-themeblocks ul li:hover h4 a:focus-visible,
.frame-themeblocks ul li:hover h4 a:focus-within,
.frame-themeblocks ul li:hover h5 a:focus,
.frame-themeblocks ul li:hover h5 a:focus-visible,
.frame-themeblocks ul li:hover h5 a:focus-within,
.frame-themeblocks ul li:hover h6 a:focus,
.frame-themeblocks ul li:hover h6 a:focus-visible,
.frame-themeblocks ul li:hover h6 a:focus-within,
.frame-themeblockextra ul li:hover h2 a:focus,
.frame-themeblockextra ul li:hover h2 a:focus-visible,
.frame-themeblockextra ul li:hover h2 a:focus-within,
.frame-themeblockextra ul li:hover h3 a:focus,
.frame-themeblockextra ul li:hover h3 a:focus-visible,
.frame-themeblockextra ul li:hover h3 a:focus-within,
.frame-themeblockextra ul li:hover h4 a:focus,
.frame-themeblockextra ul li:hover h4 a:focus-visible,
.frame-themeblockextra ul li:hover h4 a:focus-within,
.frame-themeblockextra ul li:hover h5 a:focus,
.frame-themeblockextra ul li:hover h5 a:focus-visible,
.frame-themeblockextra ul li:hover h5 a:focus-within,
.frame-themeblockextra ul li:hover h6 a:focus,
.frame-themeblockextra ul li:hover h6 a:focus-visible,
.frame-themeblockextra ul li:hover h6 a:focus-within {
  outline: none;
  outline-offset: 0;
}/*# sourceMappingURL=main.css.map */