@charset "UTF-8";
/*
Theme Name: Koorallfriends website thema
Theme URI: https://techsdiv.nl
Author: Webtechs
Author URI: https://www.webtechs.nl/
Description: Theme is made by Webtechs.
Version: 1.0
Text Domain: webtechs
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* Custom fonts (theme local files in /webfonts) */
@font-face {
  font-family: "Jack Armstrong";
  src: url("webfonts/Jack-Armstrong.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand Semibold";
  src: url("webfonts/Quicksand-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;

$text_font: "Open Sans", serif;
$title_font: "Meriweather", sans-serif;
*/
/* Brand colors from design */
/* Generic neutrals */
/* Typography */
/* Heading scale — single source of truth (h1–h6 + hero/footer exceptions) */
/* Body / paragraph scale */
/* Global section spacing */
section:not(.hero-home):not(.hero-inner):not(.page-over-ons-mission--section):not(.page-over-ons-cta):not(.contact-page-hero):not(.leden-portal-hero):not(.leden-portal-announce):not(.leden-portal-tabs-section) {
  padding: 5.5rem 0;
}

@media (max-width: 991.98px) {
  section:not(.hero-home):not(.hero-inner):not(.page-over-ons-mission--section):not(.page-over-ons-cta):not(.contact-page-hero):not(.leden-portal-hero):not(.leden-portal-announce):not(.leden-portal-tabs-section) {
    padding: 3.75rem 0;
  }
}
body {
  color: #005b82;
  font-family: "Quicksand Semibold", sans-serif;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jack Armstrong", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 3rem);
}

h2 {
  font-size: clamp(1.58rem, 2.7vw, 2.15rem);
}

h3 {
  font-size: clamp(1.3rem, 2.1vw, 1.72rem);
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

/* Hero sections */
.hero-home,
.hero-inner {
  background-color: #005b82;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

.hero-home-overlay,
.hero-inner-overlay {
  background: linear-gradient(to right, rgba(26, 54, 93, 0.82) 0%, rgba(26, 54, 93, 0.42) 100%);
  inset: 0;
  position: absolute;
}

.hero-home-content,
.hero-inner-content {
  position: relative;
  z-index: 1;
}

.hero-home {
  min-height: 42rem;
}
.hero-home .hero-home-content {
  align-items: center;
  display: flex;
  min-height: 42rem;
}
.hero-home h1 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.09;
  margin-bottom: 1rem;
}
.hero-home:not(.hero-home--nieuws-archief) h1 {
  font-size: clamp(2.35rem, 4.5vw, 3.65rem);
}
.hero-home p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.375rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 60rem;
}
.hero-home .nieuws-archief-hero-intro {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.375rem;
  line-height: 1.75;
  margin-top: 0.75rem;
  max-width: 60rem;
}
.hero-home .nieuws-archief-hero-intro p {
  font-size: inherit;
  margin: 0 0 0.75rem;
}
.hero-home .nieuws-archief-hero-intro p:last-child {
  margin-bottom: 0;
}
.hero-home .hero-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}
.hero-home--nieuws-archief {
  min-height: 30rem;
}
.hero-home--nieuws-archief .hero-home-content {
  align-items: center;
  justify-content: center;
  min-height: 30rem;
  text-align: center;
}
.hero-home--nieuws-archief h1 {
  text-align: center;
  width: 100%;
}
.hero-home--nieuws-archief .nieuws-archief-hero-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-inner {
  min-height: 20rem;
}
.hero-inner .hero-inner-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.hero-inner .hero-inner-content--centered {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-inner .hero-inner-lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  line-height: 1.75;
  margin: 0.75rem 0 0;
  max-width: 60rem;
}
.hero-inner .hero-inner-lead p {
  font-size: inherit;
  line-height: 1.75;
  margin: 0 0 0.75rem;
}
.hero-inner .hero-inner-lead p:last-child {
  margin-bottom: 0;
}
.hero-inner .hero-inner-content--centered .hero-inner-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-inner .hero-inner-content--centered h1 {
  text-align: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* Startpagina-hero: gecentreerde tekst, knoppen onder elkaar */
  .hero-home:not(.hero-home--nieuws-archief) .hero-home-content [class*=col-] {
    text-align: center;
  }
  .hero-home:not(.hero-home--nieuws-archief) p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-home:not(.hero-home--nieuws-archief) .hero-home-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-home {
    min-height: 34rem;
  }
  .hero-home .hero-home-content {
    min-height: 34rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-home .hero-home-actions {
    margin-top: 1.5rem;
  }
  .hero-home--nieuws-archief {
    min-height: 24rem;
  }
  .hero-home--nieuws-archief .hero-home-content {
    min-height: 24rem;
  }
  .hero-inner {
    min-height: 15rem;
  }
  .hero-inner .hero-inner-content {
    min-height: 15rem;
  }
}
@media (max-width: 1199.98px) {
  .hero-home .hero-home-actions {
    justify-content: center;
  }
  .hero-home .hero-home-actions .btn-koor, .hero-home .hero-home-actions .not-found-page .not-found-search .search-submit, .not-found-page .not-found-search .hero-home .hero-home-actions .search-submit,
  .hero-home .hero-home-actions .not-found-page .not-found-search #searchsubmit,
  .not-found-page .not-found-search .hero-home .hero-home-actions #searchsubmit,
  .hero-home .hero-home-actions .not-found-page .not-found-search input[type=submit],
  .not-found-page .not-found-search .hero-home .hero-home-actions input[type=submit] {
    width: 100%;
  }
}
/* Buttons */
.btn-koor, .not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search input[type=submit] {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  padding: 0.72rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.btn-koor:hover, .not-found-page .not-found-search .search-submit:hover,
.not-found-page .not-found-search #searchsubmit:hover,
.not-found-page .not-found-search input[type=submit]:hover, .btn-koor:focus, .not-found-page .not-found-search .search-submit:focus,
.not-found-page .not-found-search #searchsubmit:focus,
.not-found-page .not-found-search input[type=submit]:focus {
  text-decoration: none;
}

.btn-koor-primary, .not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search input[type=submit] {
  background-color: #0072A2;
  border-color: #0072A2;
  color: #ffffff;
}
.btn-koor-primary:hover, .not-found-page .not-found-search .search-submit:hover,
.not-found-page .not-found-search #searchsubmit:hover,
.not-found-page .not-found-search input[type=submit]:hover, .btn-koor-primary:focus, .not-found-page .not-found-search .search-submit:focus,
.not-found-page .not-found-search #searchsubmit:focus,
.not-found-page .not-found-search input[type=submit]:focus {
  background-color: #005b82;
  border-color: #005b82;
  color: #ffffff;
}

.btn-koor-outline {
  background-color: transparent;
  border-color: #0072A2;
  color: #0072A2;
}
.btn-koor-outline:hover, .btn-koor-outline:focus {
  background-color: #0072A2;
  color: #ffffff;
}

.btn-koor-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0072A2;
}
.btn-koor-light:hover, .btn-koor-light:focus {
  background-color: #0072A2;
  border-color: #0072A2;
  color: #ffffff;
}

.btn-koor-outline-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-koor-outline-light:hover, .btn-koor-outline-light:focus {
  background-color: #ffffff;
  color: #005b82;
}

.btn-koor-lg {
  font-size: 0.95rem;
  padding: 0.95rem 2rem;
}

@media (max-width: 1199.98px) {
  a.btn-koor:not(.w-100):not(.leden-portal-mat-icon-btn), .not-found-page .not-found-search a.search-submit:not(.w-100):not(.leden-portal-mat-icon-btn),
  .not-found-page .not-found-search a#searchsubmit:not(.w-100):not(.leden-portal-mat-icon-btn),
  button.btn-koor:not(.w-100):not(.leden-portal-mat-icon-btn),
  .not-found-page .not-found-search button.search-submit:not(.w-100):not(.leden-portal-mat-icon-btn),
  .not-found-page .not-found-search button#searchsubmit:not(.w-100):not(.leden-portal-mat-icon-btn) {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: fit-content;
  }
  .home-members-highlight-action {
    align-self: center;
  }
}
/* Titels uit ACF (en hero’s die die titels tonen): op kleine schermen gecentreerd */
@media (max-width: 991.98px) {
  .koor-acf-heading {
    text-align: center;
  }
}
/* 404 */
.not-found-page h2 {
  margin-bottom: 1rem;
}
.not-found-page p {
  color: #6b7280;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.not-found-page .not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 2rem;
}
.not-found-page .not-found-search .search-form,
.not-found-page .not-found-search .searchform,
.not-found-page .not-found-search #searchform > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}
.not-found-page .not-found-search .searchform {
  margin: 0;
}
.not-found-page .not-found-search #searchform > div {
  width: 100%;
}
.not-found-page .not-found-search .search-field,
.not-found-page .not-found-search #s,
.not-found-page .not-found-search input[type=search] {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  min-height: 3rem;
  min-width: min(32rem, 85vw);
  outline: 0;
  padding: 0.55rem 1.1rem;
}
.not-found-page .not-found-search .search-field:focus,
.not-found-page .not-found-search #s:focus,
.not-found-page .not-found-search input[type=search]:focus {
  border-color: #0072A2;
  box-shadow: 0 0 0 3px rgba(0, 114, 162, 0.18);
}
.not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search input[type=submit] {
  min-height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Global CTA */
.global-cta {
  background-color: #0072A2;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.global-cta::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}
.global-cta .global-cta-inner {
  align-items: center;
  display: flex;
  gap: 2.25rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.global-cta h2 {
  color: #ffffff;
  margin-bottom: 0.85rem;
}
.global-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 41rem;
}
.global-cta .global-cta-action {
  flex-shrink: 0;
}
.global-cta .cta-button {
  border-color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  font-size: 0.84rem;
  font-weight: 500;
  min-width: 15rem;
  padding: 0.9rem 1.6rem;
  white-space: nowrap;
}
.global-cta .cta-button i {
  font-size: 0.9rem;
}

@media (max-width: 1199.98px) {
  .global-cta .global-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .global-cta .cta-button {
    width: 100%;
  }
}
.global-cta-join {
  background-color: #005b82;
  position: relative;
  text-align: center;
}
.global-cta-join .global-cta-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  inset: 0;
  opacity: 0.2;
  position: absolute;
}
.global-cta-join::before {
  background: linear-gradient(rgba(5, 91, 130, 0.84), rgba(5, 91, 130, 0.84));
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
}
.global-cta-join .global-cta-inner {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 54rem;
  position: relative;
  z-index: 1;
}
.global-cta-join h2 {
  margin-bottom: 1rem;
}
.global-cta-join p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 46rem;
}
.global-cta-join .koor-cta-content-wrap {
  text-align: center;
}
.global-cta-join .koor-cta-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 46rem;
  text-align: center;
}
.global-cta-join .koor-cta-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.global-cta-join .koor-cta-content a:hover, .global-cta-join .koor-cta-content a:focus {
  color: rgba(255, 255, 255, 0.88);
}
.global-cta-join .koor-cta-content p {
  margin-left: auto;
  margin-right: auto;
}
.global-cta-join .koor-cta-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.global-cta-join .koor-cta-content ul,
.global-cta-join .koor-cta-content ol {
  display: inline-block;
  list-style-position: inside;
  margin: 0.75rem auto 0;
  padding-left: 0;
  text-align: center;
}
.global-cta-join .global-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}
.global-cta-join .cta-button {
  min-width: 15.5rem;
  padding: 1rem 1.7rem;
}

@media (max-width: 1199.98px) {
  .global-cta-join .global-cta-actions {
    width: 100%;
  }
  .global-cta-join .cta-button {
    width: 100%;
  }
}
.koor-cta--members-highlight {
  background-color: #0072A2;
  text-align: left;
}
.koor-cta--members-highlight .global-cta-bg {
  display: none;
}
.koor-cta--members-highlight::before {
  display: none;
}
.koor-cta--members-highlight .global-cta-inner {
  align-items: center;
  flex-direction: row;
  gap: 1.4rem;
  justify-content: space-between;
  margin: 0;
  max-width: none;
  width: 100%;
}
.koor-cta--members-highlight .koor-cta-content-wrap,
.koor-cta--members-highlight .koor-cta-content {
  margin: 0;
  max-width: none;
  text-align: left;
}
.koor-cta--members-highlight .global-cta-content h2 {
  color: #ffffff;
  margin-bottom: 0.65rem;
}
.koor-cta--members-highlight .global-cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
  max-width: none;
}
.koor-cta--members-highlight .koor-cta-content p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.koor-cta--members-highlight .global-cta-actions {
  justify-content: flex-end;
  margin-left: auto;
  flex-shrink: 0;
  width: auto;
}
.koor-cta--members-highlight .cta-button.btn-koor-light {
  border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199.98px) {
  .koor-cta--members-highlight {
    text-align: center;
  }
  .koor-cta--members-highlight .global-cta-inner {
    align-items: center;
    flex-direction: column;
  }
  .koor-cta--members-highlight .koor-cta-content-wrap,
  .koor-cta--members-highlight .koor-cta-content {
    text-align: center;
  }
  .koor-cta--members-highlight .global-cta-actions {
    display: flex;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}
/* Home intro */
.home-intro {
  background-color: #fff;
}

.home-intro-content {
  text-align: center;
}
.home-intro-content h2 {
  color: #005b82;
  margin-bottom: 1.25rem;
}

.home-intro-text {
  color: #6b7280;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 52rem;
}
.home-intro-text p {
  margin-bottom: 1rem;
}
.home-intro-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .home-intro-text {
    font-size: 1rem;
  }
}
/* Home values */
/* Home testimonials (social proof) */
.home-testimonials {
  background-color: #f8fafc;
}
.home-testimonials h2 {
  color: #005b82;
  margin-bottom: 1.25rem;
}

.member-testimonial-card {
  height: 100%;
}

.member-testimonial-card-inner {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem 1.35rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.member-testimonial-card-inner:hover {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.member-testimonial-card-photo {
  flex-shrink: 0;
  margin: 0 auto 1.1rem;
  max-width: 7.5rem;
  width: 100%;
}

.member-testimonial-card-img {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.member-testimonial-card-photo--placeholder {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(0, 114, 162, 0.12);
  border-radius: 50%;
  color: #0072A2;
  display: flex;
  font-size: 2.25rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 7.5rem;
  width: 100%;
}

.member-testimonial-card-quote {
  border: 0;
  color: #6b7280;
  flex-grow: 1;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.75;
  margin: 0 auto 1rem;
  max-width: 22rem;
  padding: 0;
}
.member-testimonial-card-quote p {
  margin: 0;
}

.member-testimonial-card-name {
  color: #005b82;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991.98px) {
  .home-testimonials .koor-acf-heading {
    text-align: center;
  }
}
/* Home join */
.home-join {
  background-color: #fff;
}

.home-join-content h2 {
  color: #005b82;
  margin-bottom: 1rem;
}
.home-join-content p {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.home-join-content p:last-child {
  margin-bottom: 0;
}

.home-join-image-wrap {
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}
.home-join-image-wrap img {
  display: block;
  height: 100%;
  min-height: 21rem;
  object-fit: cover;
  width: 100%;
}

.home-join-image-placeholder {
  align-items: center;
  background-color: #e2e8f0;
  color: #0072A2;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  min-height: 21rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .home-join-content {
    text-align: center;
  }
  .home-join-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
/* Home news */
.home-news {
  background-color: #f8fafc;
}

.home-news-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.home-news-head h2 {
  color: #005b82;
  margin: 0;
}

.home-news-link {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.home-news-link:hover, .home-news-link:focus {
  color: #005b82;
}

.home-news-carousel .owl-stage {
  display: flex;
}
.home-news-carousel .owl-item {
  display: flex;
  height: auto;
}
.home-news-carousel .home-news-slide {
  display: flex;
  width: 100%;
}
.home-news-carousel .news-card {
  box-shadow: none;
  width: 100%;
}
.home-news-carousel .owl-dots {
  margin-top: 1.2rem;
  text-align: center;
}
.home-news-carousel .owl-dot span {
  background: #cbd5e1;
  height: 0.55rem;
  width: 0.55rem;
}
.home-news-carousel .owl-dot.active span,
.home-news-carousel .owl-dot:hover span {
  background: #0072A2;
}

.archive-news {
  background-color: #f8fafc;
}

.archive-news-head {
  margin-bottom: 1.5rem;
  text-align: center;
}
.archive-news-head h2 {
  color: #005b82;
  margin-bottom: 0.5rem;
}
.archive-news-head p {
  color: #6b7280;
  margin: 0 auto;
  max-width: 42rem;
}

.archive-featured-news {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  margin-bottom: 2rem;
  overflow: hidden;
}

.archive-featured-image {
  display: block;
  height: 100%;
  min-height: 20rem;
}
.archive-featured-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.archive-featured-placeholder {
  align-items: center;
  background-color: #e2e8f0;
  color: #0072A2;
  display: flex;
  font-size: 2.1rem;
  height: 100%;
  justify-content: center;
  min-height: 20rem;
}

.archive-featured-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem;
}
.archive-featured-content time {
  color: #94a3b8;
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.archive-featured-content h3 {
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.archive-featured-content h3 a {
  color: #005b82;
  font-weight: 400;
  text-decoration: none;
}
.archive-featured-content p {
  color: #6b7280;
  margin-bottom: 1.25rem;
}

.archive-featured-badge {
  align-self: flex-start;
  background-color: #ff6b6b;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  text-transform: uppercase;
}

.news-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.news-card-image {
  display: block;
  height: 13rem;
  overflow: hidden;
}
.news-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.news-card-placeholder {
  align-items: center;
  background-color: #e2e8f0;
  color: #0072A2;
  display: flex;
  font-size: 1.7rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.news-card-content {
  padding: 1.35rem;
}
.news-card-content time {
  color: #94a3b8;
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
}
.news-card-content h3 {
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.news-card-content h3 a {
  color: #005b82;
  font-weight: 400;
  text-decoration: none;
}
.news-card-content p {
  color: #6b7280;
  margin-bottom: 0.85rem;
}

.news-card-readmore {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.news-card-readmore:hover, .news-card-readmore:focus {
  color: #005b82;
}

.news-card:hover .news-card-image img {
  transform: scale(1.06);
}

@media (max-width: 767.98px) {
  .home-news-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .archive-featured-content {
    padding: 1.5rem;
  }
}
.archive-news-pagination {
  margin-top: 2.75rem;
  text-align: center;
}
.archive-news-pagination .page-numbers {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.45rem;
  color: #4b5563;
  display: inline-flex;
  font-size: 0.9rem;
  justify-content: center;
  margin: 0 0.22rem;
  min-width: 2.25rem;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
}
.archive-news-pagination .current {
  background-color: #0072A2;
  border-color: #0072A2;
  color: #fff;
}

.search-page {
  background-color: #f8fafc;
}

.search-page-card {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  padding: 1.75rem;
}
@media (min-width: 768px) {
  .search-page-card {
    padding: 2.25rem;
  }
}

.search-page-card-title {
  border-bottom: 1px solid #f1f5f9;
  color: #005b82;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
}

.search-page-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .search-page-form-row {
    align-items: stretch;
    flex-direction: row;
  }
}

.search-page-input {
  border-radius: 0.75rem;
  flex: 1;
  min-height: 3rem;
  padding: 0.65rem 1rem;
}
.search-page-input:focus {
  border-color: #0072A2;
  box-shadow: 0 0 0 2px rgba(0, 114, 162, 0.2);
  outline: 0;
}

.search-page-submit {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .search-page-submit {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.search-page-head {
  margin-bottom: 1.5rem;
}

.search-page-summary {
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.65;
}

.search-result-type {
  color: #0072A2;
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.search-result-card .news-card-content time {
  margin-top: 0;
}

.search-page-empty {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  color: #475569;
  padding: 1.5rem 1.75rem;
  text-align: center;
}
.search-page-empty a {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.search-page-empty a:hover, .search-page-empty a:focus {
  color: #005b82;
}

/* Ledenportaal (ingelogd) */
.leden-portaal {
  background-color: #f8fafc;
}

.leden-portaal-toolbar {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

.leden-portaal-welcome {
  color: #475569;
  font-size: 1rem;
}

.leden-portaal-empty {
  background-color: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  color: #64748b;
  padding: 2.5rem 1.5rem;
}

.leden-materiaal-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.leden-materiaal-card-media {
  display: block;
  height: 12rem;
  overflow: hidden;
  position: relative;
}
.leden-materiaal-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.leden-materiaal-card:hover .leden-materiaal-card-media img {
  transform: scale(1.06);
}

.leden-materiaal-card-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #e0f2fe 0%, #f1f5f9 100%);
  color: #0072A2;
  display: flex;
  font-size: 2.5rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.leden-materiaal-card-badge {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  bottom: 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  left: 0.75rem;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
}

.leden-materiaal-card-body {
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
}
.leden-materiaal-card-body h2,
.leden-materiaal-card-body h3 {
  margin-bottom: 0.5rem;
}
.leden-materiaal-card-body h2 a,
.leden-materiaal-card-body h3 a {
  color: #005b82;
  text-decoration: none;
}
.leden-materiaal-card-body h2 a:hover, .leden-materiaal-card-body h2 a:focus,
.leden-materiaal-card-body h3 a:hover,
.leden-materiaal-card-body h3 a:focus {
  color: #0072A2;
}
.leden-materiaal-card-body p {
  color: #6b7280;
  flex-grow: 1;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.leden-materiaal-card-link {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.leden-materiaal-card-link:hover, .leden-materiaal-card-link:focus {
  color: #005b82;
}

.leden-materiaal-single {
  background-color: #f8fafc;
}

.leden-materiaal-single-inner {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
@media (min-width: 768px) {
  .leden-materiaal-single-inner {
    padding: 2.5rem;
  }
}

.leden-materiaal-player audio {
  border-radius: 0.75rem;
  max-height: 3rem;
  width: 100%;
}

.leden-materiaal-video iframe {
  border: 0;
  border-radius: 1rem;
}

.leden-materiaal-prose {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}
.leden-materiaal-prose p:last-child {
  margin-bottom: 0;
}

.leden-materiaal-back a {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.leden-materiaal-back a:hover, .leden-materiaal-back a:focus {
  color: #005b82;
}

.leden-materiaal-related {
  background-color: #fff;
  border-top: 1px solid #e2e8f0;
}

.leden-materiaal-related-title {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Leden login (/login) */
.leden-login-page {
  background-color: #f8fafc;
}

.leden-login-card {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  padding: 1.75rem;
}
@media (min-width: 768px) {
  .leden-login-card {
    padding: 2.25rem;
  }
}

.leden-login-alert {
  border-radius: 0.75rem;
  font-size: 0.95rem;
}

.leden-login-form .form-label {
  color: #374151;
  font-size: 0.9rem;
  font-weight: 600;
}

.leden-login-input {
  border-radius: 0.75rem;
  min-height: 3rem;
  padding: 0.65rem 1rem;
}
.leden-login-input:focus {
  border-color: #0072A2;
  box-shadow: 0 0 0 2px rgba(0, 114, 162, 0.2);
  outline: 0;
}

.leden-login-lostpassword a {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}
.leden-login-lostpassword a:hover, .leden-login-lostpassword a:focus {
  color: #005b82;
}

.leden-login-prose {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Ledenportaal dashboard */
.leden-portal-hero {
  background: linear-gradient(105deg, #0072A2 0%, rgb(0, 92.4666666667, 131.4) 55%, #005b82 100%);
  color: #fff;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .leden-portal-hero {
    padding: 4rem 0;
  }
}
@media (max-width: 991.98px) {
  .leden-portal-hero .leden-portal-hero-lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.leden-portal-hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.leden-portal-hero-lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  max-width: 40rem;
}

.leden-portal-hero-user {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  margin: 0;
}

.leden-portal-logout {
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #ffffff;
  font-weight: 600;
}
.leden-portal-logout:hover, .leden-portal-logout:focus {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: #005b82;
}

.leden-portal-announce {
  background-color: rgba(0, 114, 162, 0.06);
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.leden-portal-section-title {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.leden-portal-announce-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.25s ease;
}
.leden-portal-announce-card:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.leden-portal-announce-card-inner {
  padding: 1.5rem;
}

.leden-portal-announce-date {
  color: #0072A2;
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.leden-portal-announce-heading {
  font-weight: 500;
  margin-bottom: 0.65rem;
}
.leden-portal-announce-heading a {
  color: #005b82;
  text-decoration: none;
}
.leden-portal-announce-heading a:hover {
  color: #0072A2;
}

.leden-portal-announce-excerpt {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.leden-portal-empty-hint {
  color: #64748b;
  font-size: 1rem;
}

.leden-portal-tabs-section {
  min-height: 600px;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
}

.leden-portal-nav {
  background-color: #e2e8f0;
  border-radius: 0.75rem;
  gap: 0.35rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding: 0.25rem;
}
.leden-portal-nav .nav-item {
  flex: 1;
}
.leden-portal-nav .nav-link {
  border-radius: 0.65rem;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.55rem 0.75rem;
  text-align: center;
  width: 100%;
}
.leden-portal-nav .nav-link:hover {
  color: #005b82;
}
.leden-portal-nav .nav-link.active {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  color: #005b82;
}

.leden-portal-tab-heading {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 0;
}

.leden-portal-tab-toolbar {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.leden-portal-tab-controls {
  align-items: center;
  display: flex;
  flex: 1 1 16rem;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: flex-end;
  max-width: 100%;
}

.leden-portal-search {
  flex: 1 1 11rem;
  max-width: 18rem;
  min-width: 0;
  position: relative;
}

.leden-portal-search-icon {
  color: #94a3b8;
  font-size: 0.9rem;
  left: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.leden-portal-search-input {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  color: #005b82;
  font-size: 0.9rem;
  line-height: 1.35;
  padding: 0.45rem 0.75rem 0.45rem 2.15rem;
  width: 100%;
}
.leden-portal-search-input:focus {
  border-color: rgba(0, 114, 162, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 162, 0.15);
  outline: 0;
}
.leden-portal-search-input::-webkit-search-cancel-button {
  cursor: pointer;
}

.leden-portal-search-empty {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.leden-portal-accordion-item--hidden {
  display: none !important;
}

.leden-portal-sort {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}

.leden-portal-sort-label {
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.leden-portal-sort-btns {
  background-color: #e2e8f0;
  border-radius: 0.5rem;
  display: inline-flex;
  gap: 0.15rem;
  padding: 0.15rem;
}

.leden-portal-sort-btn {
  background: transparent;
  border: 0;
  border-radius: 0.4rem;
  color: #475569;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.4rem 0.65rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.leden-portal-sort-btn:hover, .leden-portal-sort-btn:focus {
  color: #005b82;
}
.leden-portal-sort-btn:focus-visible {
  outline: 2px solid rgba(0, 114, 162, 0.35);
  outline-offset: 1px;
}
.leden-portal-sort-btn.is-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  color: #005b82;
}

@media (max-width: 767.98px) {
  .leden-portal-tab-toolbar {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .leden-portal-tab-heading {
    width: 100%;
  }
  .leden-portal-tab-controls {
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
    width: 100%;
  }
  .leden-portal-search {
    flex: 0 1 auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    width: 100%;
  }
  .leden-portal-sort {
    justify-content: center;
    width: 100%;
  }
}
.leden-portal-mat-accordion .accordion-item {
  border-color: #e2e8f0;
}
.leden-portal-mat-accordion .accordion-button {
  background-color: #fff;
  box-shadow: none;
  color: #005b82;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .leden-portal-mat-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 0.75rem 0.85rem;
  }
}
.leden-portal-mat-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(0, 114, 162, 0.06);
}
.leden-portal-mat-accordion .accordion-button::after {
  filter: brightness(0.35);
}
.leden-portal-mat-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 162, 0.2);
}
.leden-portal-mat-accordion .accordion-body {
  background-color: #f8fafc;
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .leden-portal-mat-accordion .accordion-body {
    padding: 0.5rem 0.45rem;
  }
}
@media (max-width: 767.98px) {
  .leden-portal-mat-accordion .leden-portal-mat-grid {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .leden-portal-mat-accordion .leden-portal-mat-row {
    gap: 0.65rem;
    padding: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .leden-portal-mat-accordion .leden-portal-video-card__head {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.leden-portal-mat-grid {
  max-width: 100%;
}
.leden-portal-mat-grid > .col {
  display: flex;
}
.leden-portal-mat-grid .leden-portal-mat-row--audio,
.leden-portal-mat-grid .leden-portal-mat-row--sheet {
  flex: 1;
  width: 100%;
}
.leden-portal-mat-grid .leden-portal-video-card {
  flex: 1;
  width: 100%;
}

.leden-portal-mat-row {
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  transition: box-shadow 0.25s ease;
}
.leden-portal-mat-row:hover {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

@media (min-width: 768px) {
  .leden-portal-mat-row--audio,
  .leden-portal-mat-row--sheet {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.leden-portal-mat-row-head {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.leden-portal-mat-row-head .leden-portal-mat-title {
  flex: 1;
  margin-bottom: 0;
  min-width: 0;
}

.leden-portal-mat-row-head--sheet {
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .leden-portal-mat-row-head--sheet {
    flex-wrap: nowrap;
  }
}
.leden-portal-mat-row-head--sheet .leden-portal-mat-actions--icons {
  margin-left: auto;
}

.leden-portal-mat-player-line {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  width: 100%;
}
.leden-portal-mat-player-line .leden-portal-mat-audio {
  flex: 1;
  max-width: none;
  min-width: 0;
  width: auto;
}

.leden-portal-mat-icon-btn {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}
.leden-portal-mat-icon-btn i {
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.leden-portal-mat-row-main {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 1rem;
}

.leden-portal-mat-icon {
  align-items: center;
  background-color: rgba(0, 114, 162, 0.1);
  border-radius: 999px;
  color: #0072A2;
  display: flex;
  flex-shrink: 0;
  font-size: 1.35rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.leden-portal-mat-icon--yt {
  color: #c00;
}

.leden-portal-mat-icon--pdf {
  color: #b91c1c;
}

.leden-portal-mat-icon--doc {
  color: #0072A2;
}

.leden-portal-mat-title {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 0.25rem;
}
.leden-portal-mat-title a {
  color: #005b82;
  text-decoration: none;
}
.leden-portal-mat-title a:hover {
  color: #0072A2;
}

.leden-portal-mat-meta {
  color: #64748b;
  font-size: 0.88rem;
}

.leden-portal-mat-audio {
  max-width: 100%;
  width: min(100%, 28rem);
}

.leden-portal-video-grid {
  max-width: 100%;
}

.leden-portal-video-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.leden-portal-video-card:hover {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

.leden-portal-video-card__head {
  flex-shrink: 0;
}

.leden-portal-video-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.leden-portal-video-card__body .leden-portal-mat-video {
  border-radius: 0;
  flex: 1 1 auto;
  width: 100%;
}
.leden-portal-video-card__body .ratio {
  width: 100%;
}

.leden-portal-mat-video {
  border-radius: 0.65rem;
  overflow: hidden;
}
.leden-portal-mat-video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.leden-portal-mat-oembed .wp-video,
.leden-portal-mat-oembed iframe {
  border-radius: 0.65rem;
  max-width: 100%;
}

.leden-portal-mat-oembed--fill {
  align-items: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  width: 100%;
}
.leden-portal-mat-oembed--fill .wp-video,
.leden-portal-mat-oembed--fill iframe {
  border-radius: 0;
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

.leden-portal-mat-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .leden-portal-mat-actions {
    justify-content: flex-end;
  }
}

.leden-portal-mat-actions--icons {
  gap: 0.35rem;
  justify-content: flex-end;
  margin-left: auto;
}

.leden-portal-mat-btn {
  white-space: nowrap;
}

.leden-materiaal-sheet .leden-materiaal-pdf-object {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  min-height: 32rem;
}

.leden-nieuws-single {
  background-color: #f8fafc;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.leden-nieuws-article {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.leden-nieuws-date {
  color: #0072A2;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.leden-nieuws-content p:last-child {
  margin-bottom: 0;
}

/* Single news */
.single-news {
  background-color: #fff;
}

.single-news-article {
  background-color: #fff;
}

.single-news-meta {
  margin-bottom: 0.65rem;
}
.single-news-meta time {
  color: #94a3b8;
  font-size: 0.9rem;
}

.single-news-article h1 {
  color: #005b82;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.single-news-intro {
  color: #64748b;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.single-news-image {
  border-radius: 1rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.single-news-image img {
  display: block;
  max-height: 34rem;
  object-fit: cover;
  width: 100%;
}

.single-news-content {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.85;
}
.single-news-content h2,
.single-news-content h3,
.single-news-content h4 {
  color: #005b82;
  font-weight: 400;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.single-news-content p {
  margin-bottom: 1rem;
}
.single-news-content ul, .single-news-content ol {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}
.single-news-content blockquote {
  border-left: 4px solid #0072A2;
  color: #475569;
  font-style: italic;
  margin: 1.2rem 0;
  padding: 0.2rem 0 0.2rem 1rem;
}

.single-news-related {
  background-color: #f8fafc;
}

.single-news-related-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  gap: 1rem;
}
.single-news-related-head h2 {
  color: #005b82;
  font-weight: 400;
  margin: 0;
}
.single-news-related-head a {
  color: #0072A2;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .single-news-intro {
    font-size: 1.05rem;
  }
  .single-news-related-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Home members highlight */
.home-members-highlight {
  background-color: #0072A2;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.home-members-highlight-pattern {
  background-image: radial-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
  background-size: 20px 20px;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
}

.home-members-highlight-inner {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.home-members-highlight-content h2 {
  color: #ffffff;
  margin-bottom: 0.65rem;
}
.home-members-highlight-content p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 46rem;
}

.home-members-highlight-action {
  flex-shrink: 0;
}
.home-members-highlight-action .btn-koor-light {
  border-color: rgba(255, 255, 255, 0.55);
}
.home-members-highlight-action .btn-koor-light:hover, .home-members-highlight-action .btn-koor-light:focus {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

@media (max-width: 991.98px) {
  .home-members-highlight-inner {
    align-items: center;
    flex-direction: column;
  }
  .home-members-highlight-content {
    text-align: center;
  }
  .home-members-highlight-content p {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Footer */
.site-footer {
  background-color: #0b1220;
  color: #cbd5e1;
  overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(2.25rem, 4vw, 3rem);
  position: relative;
}
.site-footer .site-footer-glow {
  background: radial-gradient(ellipse 85% 60% at 50% -25%, rgba(0, 114, 162, 0.2), transparent 58%);
  height: 11rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.site-footer .site-footer-container {
  position: relative;
  z-index: 1;
}
.site-footer .row {
  align-items: flex-start;
}
.site-footer .site-footer-col--brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.site-footer .site-footer-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 0;
  transition: opacity 0.2s ease;
}
.site-footer .site-footer-logo:hover, .site-footer .site-footer-logo:focus {
  opacity: 0.88;
}
.site-footer .site-footer-logo img {
  height: auto;
  max-height: 6.5rem;
  max-width: 17rem;
  width: auto;
}
.site-footer h4,
.site-footer .site-footer-heading {
  border-bottom: 0;
  color: #f1f5f9;
  font-family: "Quicksand Semibold", sans-serif;
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.35;
  margin-bottom: 1.15rem;
  margin-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.site-footer p {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.site-footer .footer-address {
  line-height: 1.7;
  max-width: 16rem;
}
.site-footer .footer-menu {
  list-style: none;
  margin: 0;
  max-width: 16rem;
  padding: 0;
}
.site-footer .footer-menu li {
  margin-bottom: 0.45rem;
}
.site-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-menu a {
  border-radius: 0.35rem;
  color: #cbd5e1;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.2rem 0;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-footer .footer-menu a:hover, .site-footer .footer-menu a:focus {
  color: #ffffff;
}
.site-footer .site-footer-col--nav,
.site-footer .site-footer-col--contact,
.site-footer .site-footer-col--visit {
  font-family: "Quicksand Semibold", sans-serif;
  font-size: 1.125rem;
}
.site-footer .site-footer-col--nav .site-footer-heading,
.site-footer .site-footer-col--contact .site-footer-heading,
.site-footer .site-footer-col--visit .site-footer-heading {
  font-family: "Jack Armstrong", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}
.site-footer .site-footer-col--nav .footer-menu li {
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.55rem;
  padding: 0.35rem 0.55rem;
  transition: background-color 0.2s ease;
  width: 100%;
}
.site-footer .site-footer-col--nav .footer-menu li:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-col--nav .footer-menu li:hover, .site-footer .site-footer-col--nav .footer-menu li:focus-within {
  background-color: rgba(255, 255, 255, 0.04);
}
.site-footer .site-footer-col--nav .footer-menu li:hover a, .site-footer .site-footer-col--nav .footer-menu li:focus-within a {
  color: #ffffff;
}
.site-footer .site-footer-col--nav .footer-menu a {
  background-color: transparent;
  border-radius: 0;
  color: #e2e8f0;
  display: block;
  font-family: "Quicksand Semibold", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0;
  transition: color 0.2s ease;
}
.site-footer .site-footer-col--nav .footer-menu a:hover, .site-footer .site-footer-col--nav .footer-menu a:focus {
  background-color: transparent;
  color: #ffffff;
}
.site-footer .footer-contact-stack {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 0.55rem;
  max-width: 18rem;
}
.site-footer .site-footer-col--contact .footer-contact-item {
  align-items: center;
  border-radius: 0.5rem;
  color: #e2e8f0;
  display: flex;
  font-size: 1.125rem;
  gap: 0.65rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-footer .site-footer-col--contact .footer-contact-item:hover, .site-footer .site-footer-col--contact .footer-contact-item:focus {
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}
.site-footer .footer-contact-icon {
  align-items: center;
  background-color: rgba(0, 114, 162, 0.2);
  border-radius: 999px;
  color: #7dd3fc;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.82rem;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}
.site-footer .footer-contact-item:hover .footer-contact-icon,
.site-footer .footer-contact-item:focus .footer-contact-icon {
  background-color: rgba(0, 114, 162, 0.35);
  color: #ffffff;
}

.footerbar {
  background-color: #0b1220;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #94a3b8;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  padding: 1.15rem 0;
}
.footerbar .footerbar-copy {
  color: #94a3b8;
}
.footerbar .footerbar-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerbar .footerbar-menu a {
  border-radius: 0.25rem;
  color: #94a3b8;
  padding: 0.15rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footerbar .footerbar-menu a:hover, .footerbar .footerbar-menu a:focus {
  color: #e2e8f0;
}
.footerbar .footerbar-credit {
  color: #94a3b8;
}
.footerbar .footerbar-credit-link {
  color: #cbd5e1;
  font-weight: 600;
  margin-left: 0.2rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footerbar .footerbar-credit-link:hover, .footerbar .footerbar-credit-link:focus {
  color: #0072A2;
}

.socials {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}
.socials a {
  align-items: center;
  background-color: #1f2937;
  border-radius: 999px;
  color: #d1d5db;
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  margin-left: 0 !important;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 2.25rem;
}
.socials a:hover, .socials a:focus {
  background-color: #0072A2;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  .site-footer .site-footer-col {
    text-align: center;
  }
  .site-footer .site-footer-col--brand {
    align-items: center;
  }
  .site-footer .footer-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-footer-col--nav .footer-menu {
    align-items: stretch;
  }
  .site-footer .footer-address {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-contact-stack {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-footer-col--contact .footer-contact-item {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 3.2rem;
  }
  .footerbar {
    text-align: center;
  }
  .footerbar a {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }
  .socials {
    justify-content: center;
  }
}
/* Navigation */
.main-nav {
  background-color: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
  min-height: 5rem;
}
.main-nav .container {
  position: relative;
}
.main-nav .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
.main-nav .navbar-brand img {
  width: auto;
  max-height: 5rem;
}
.main-nav .navbar-toggler {
  border: 0;
  box-shadow: none;
  color: #005b82;
  font-size: 1.35rem;
}
.main-nav .navbar-collapse {
  margin-top: 1rem;
}
.main-nav .navbar-nav {
  gap: 0.5rem;
}
.main-nav .nav-link {
  color: #005b82;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.75rem;
  transition: color 0.2s ease;
}
.main-nav .nav-link:hover, .main-nav .nav-link:focus {
  color: #0072A2;
}
.main-nav .current-menu-item > .nav-link,
.main-nav .current-menu-ancestor > .nav-link {
  color: #0072A2;
}
.main-nav .dropdown-menu {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.6rem;
}
.main-nav .dropdown-menu .dropdown-item {
  border-radius: 0.45rem;
  font-size: 0.875rem;
  padding: 0.55rem 0.8rem;
}
.main-nav .leden-nav-auth-btn {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .main-nav .navbar-collapse {
    margin-top: 0;
  }
  .main-nav .nav-link,
  .main-nav .leden-nav-auth-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .main-nav .navbar-collapse {
    padding-bottom: 1rem;
  }
}
/* Utility */
.text-primary-accent {
  color: #0072A2;
}

.bg-page-muted {
  background-color: #f8fafc;
}

.bg-secondary-soft {
  background-color: #e6f2ff;
}

/* Over ons page */
.page-over-ons-mission--section {
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 42%, #fff 100%);
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
}

/* Pagina-inhoud naast mozaïek: zelfde typografie als home-join + blokken */
.page-over-ons-page-body h2 {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.35rem;
}
.page-over-ons-page-body h2:first-child {
  margin-top: 0;
}
.page-over-ons-page-body ul,
.page-over-ons-page-body ol {
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.page-over-ons-page-body li + li {
  margin-top: 0.35rem;
}
.page-over-ons-page-body a {
  color: #0072A2;
}

/* Standaardpagina (page.php) — links in inhoud */
.page-default-content main a {
  color: #005b82;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.page-default-content main a:hover, .page-default-content main a:focus {
  color: #0072A2;
}

.page-over-ons-mosaic {
  position: relative;
}

.page-over-ons-mosaic-img {
  border-radius: 0.85rem;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.1);
  height: 7.5rem;
  object-fit: cover;
  width: 100%;
}

.page-over-ons-mosaic-img--tall {
  height: 10.5rem;
}

.page-over-ons-mosaic-img--feature {
  min-height: 10.5rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .page-over-ons-mosaic-img {
    height: 11.5rem;
  }
  .page-over-ons-mosaic-img--tall {
    height: 15.5rem;
  }
  .page-over-ons-mosaic-img--feature {
    min-height: 20rem;
  }
}
.page-over-ons-kicker {
  color: #0072A2;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.page-over-ons-story h2 {
  color: #005b82;
  font-weight: 500;
}

.page-over-ons-prose {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.85;
  text-align: left;
}
.page-over-ons-prose p {
  margin-bottom: 1rem;
}

.page-over-ons-team-intro {
  color: #64748b;
  margin: 0.75rem auto 0;
  max-width: 36rem;
}

.page-over-ons-team-card {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.page-over-ons-team-photo {
  height: 16rem;
  overflow: hidden;
  position: relative;
}
.page-over-ons-team-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.page-over-ons-team-placeholder {
  align-items: center;
  background-color: #e2e8f0;
  color: #0072A2;
  display: flex;
  font-size: 3rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.page-over-ons-team-card:hover .page-over-ons-team-photo img {
  transform: scale(1.06);
}

.page-over-ons-team-hover {
  align-items: flex-end;
  background: linear-gradient(to top, rgba(0, 91, 130, 0.85), transparent);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding-bottom: 1.25rem;
  position: absolute;
  transition: opacity 0.3s ease;
}

.page-over-ons-team-card:hover .page-over-ons-team-hover {
  opacity: 1;
}

.page-over-ons-team-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  color: #005b82;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  text-decoration: none;
  width: 2rem;
}
.page-over-ons-team-icon:hover {
  background-color: #0072A2;
  color: #fff;
}

.page-over-ons-team-body {
  padding: 1.25rem;
}
.page-over-ons-team-body h3 {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.page-over-ons-team-role {
  color: #0072A2;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.page-over-ons-team-bio {
  color: #64748b;
  font-size: 0.82rem;
  margin: 0;
}

.page-over-ons-milestones {
  background-color: #005b82;
  overflow: hidden;
  position: relative;
}

.page-over-ons-milestones-intro {
  color: #cbd5e1;
  margin: 0 auto;
  max-width: 36rem;
}

.page-over-ons-milestones-glow {
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.25;
  position: absolute;
  z-index: 0;
}

.page-over-ons-milestones-glow--tr {
  background-color: #0072A2;
  height: 16rem;
  right: -4rem;
  top: -4rem;
  width: 16rem;
}

.page-over-ons-milestones-glow--bl {
  background-color: #4db8ff;
  bottom: -5rem;
  height: 20rem;
  left: -5rem;
  opacity: 0.12;
  width: 20rem;
}

.page-over-ons-timeline {
  margin: 0 auto;
  max-width: 48rem;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}

.page-over-ons-timeline::before {
  background-color: #334155;
  bottom: 0;
  content: "";
  display: none;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
}

@media (min-width: 768px) {
  .page-over-ons-timeline::before {
    display: block;
  }
}
.page-over-ons-timeline-item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .page-over-ons-timeline-item {
    align-items: center;
    gap: 0;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 3rem;
  }
  .page-over-ons-timeline-dot {
    grid-column: 2;
  }
  .page-over-ons-timeline-item:not(.is-reverse) .page-over-ons-timeline-col--text {
    grid-column: 1;
    text-align: right;
  }
  .page-over-ons-timeline-item:not(.is-reverse) .page-over-ons-timeline-col--media {
    grid-column: 3;
  }
  .page-over-ons-timeline-item.is-reverse .page-over-ons-timeline-col--text {
    grid-column: 3;
    text-align: left;
  }
  .page-over-ons-timeline-item.is-reverse .page-over-ons-timeline-col--media {
    grid-column: 1;
  }
}
.page-over-ons-timeline-col--text h3 {
  color: #7dd3fc;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.page-over-ons-timeline-col--text p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.page-over-ons-timeline-dot {
  align-self: center;
  background-color: #0072A2;
  border: 4px solid #005b82;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
  height: 2rem;
  justify-self: center;
  width: 2rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .page-over-ons-timeline-dot {
    display: flex;
  }
}
.page-over-ons-timeline-col--media img {
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  height: 8rem;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .page-over-ons-timeline-col--media img {
    height: 12rem;
  }
}
.page-over-ons-partners-label {
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.page-over-ons-partners-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: center;
  opacity: 0.75;
}

.page-over-ons-partner-item {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 500;
}
.page-over-ons-partner-item i {
  color: #0072A2;
  margin-right: 0.35rem;
}

.page-over-ons-cta {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
}
.page-over-ons-cta h2 {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.page-over-ons-cta-text {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 auto 1.5rem;
  max-width: 40rem;
}

.page-repertoire-prose {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.8;
}
.page-repertoire-prose h2,
.page-repertoire-prose h3,
.page-repertoire-prose h4 {
  color: #005b82;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.7rem;
  margin-top: 1.2rem;
}
.page-repertoire-prose p:last-child {
  margin-bottom: 0;
}

.page-repertoire-intro h2,
.page-repertoire-optreden h2,
.page-repertoire-lijst h2 {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1rem;
}

.page-repertoire-songlist {
  color: #475569;
  columns: 1;
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.page-repertoire-songlist li {
  border-bottom: 1px solid #e2e8f0;
  break-inside: avoid;
  padding: 0.55rem 0;
  position: relative;
  padding-left: 1.25rem;
}
.page-repertoire-songlist li::before {
  background-color: #0072A2;
  border-radius: 50%;
  content: "";
  height: 0.35rem;
  left: 0;
  position: absolute;
  top: 0.95rem;
  width: 0.35rem;
}

@media (min-width: 576px) {
  .page-repertoire-songlist {
    columns: 2;
    column-gap: 2rem;
  }
}
.page-repertoire-wysiwyg {
  margin-bottom: 1.5rem;
}

.page-repertoire-table {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.page-repertoire-table td {
  background-color: #fff;
  border-color: #e2e8f0;
  color: #334155;
  font-size: 1rem;
  padding: 0.7rem 0.9rem;
  vertical-align: top;
  width: 50%;
}
.page-repertoire-table tr:nth-child(even) td {
  background-color: #f8fafc;
}

.page-repertoire-slot {
  color: #475569;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .page-repertoire-intro [class*=col-],
  .page-repertoire-lijst [class*=col-] {
    text-align: center;
  }
  .page-repertoire-table td {
    text-align: center;
    vertical-align: middle;
  }
}
/* Contact page */
.contact-page-intro {
  background-color: #f9fafb;
}
.contact-page-intro .contact-page-intro-inner {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}
.contact-page-intro .contact-page-intro-inner h2 {
  color: #005b82;
  font-weight: 500;
  margin-top: 2rem;
}
.contact-page-intro .contact-page-intro-inner h2:first-child {
  margin-top: 0;
}
.contact-page-intro .contact-page-intro-inner p + p {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .contact-page-intro .contact-page-intro-inner {
    text-align: center;
  }
  .contact-page-intro .contact-page-intro-inner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
.contact-page-shell {
  background-color: #f9fafb;
}

.contact-page-hero {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.contact-page-hero-bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0.2;
  position: absolute;
}

.contact-page-hero::before {
  background-color: #005b82;
  content: "";
  inset: 0;
  position: absolute;
}

.contact-page-hero-inner {
  padding: 4rem 1rem;
  z-index: 1;
}
.contact-page-hero-inner h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.contact-page-hero-lead {
  color: #cbd5e1;
  font-size: 1.25rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 36rem;
}

.contact-form-card {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  padding: 1.75rem 1rem;
}
.contact-form-card h2 {
  border-bottom: 1px solid #f1f5f9;
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
}

@media (min-width: 768px) {
  .contact-form-card {
    padding: 2.5rem;
  }
}
.contact-form-card .nf-field-label label {
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.contact-form-card .nf-form-content input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.contact-form-card .nf-form-content select,
.contact-form-card .nf-form-content textarea {
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  padding: 0.65rem 1rem;
  width: 100%;
}
.contact-form-card .nf-form-content input:focus,
.contact-form-card .nf-form-content select:focus,
.contact-form-card .nf-form-content textarea:focus {
  background-color: #fff;
  border-color: #0072A2;
  box-shadow: 0 0 0 2px rgba(0, 114, 162, 0.2);
  outline: 0;
}
.contact-form-card .nf-form-content input[type=submit],
.contact-form-card .nf-form-content button[type=submit] {
  background-color: #0072A2;
  border: 2px solid #0072A2;
  border-radius: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
  padding: 0.72rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: auto;
}
.contact-form-card .nf-form-content input[type=submit]:hover,
.contact-form-card .nf-form-content button[type=submit]:hover {
  background-color: #005b82;
  border-color: #005b82;
  color: #ffffff;
}

#nf-form-3-cont .nf-form-title, #nf-form-3-cont .nf-form-fields-required, #nf-form-1_1-cont .nf-form-title, #nf-form-1_1-cont .nf-form-fields-required {
  display: none;
}

.contact-sidebar-card {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.contact-sidebar-card h3 {
  color: #005b82;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .contact-sidebar-card {
    padding: 2rem;
  }
}
.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info-list li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info-list li:last-child {
  margin-bottom: 0;
}
.contact-info-list h4 {
  color: #005b82;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.contact-info-list p, .contact-info-list a {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0;
  text-decoration: none;
}
.contact-info-list a:hover {
  color: #0072A2;
  text-decoration: underline;
}

.contact-info-icon {
  align-items: center;
  background-color: #e6f2ff;
  border-radius: 50%;
  color: #0072A2;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.contact-social-card {
  background-color: #005b82;
  border-radius: 1rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 1.75rem;
}
.contact-social-card h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-social-card p {
  color: #cbd5e1;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.contact-social-card .socials {
  justify-content: center;
}
.contact-social-card .socials a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.contact-social-card .socials a:hover {
  background-color: #0072A2;
  color: #fff;
  transform: scale(1.08);
}

/* Hero strips: keep bold (700) on primary actions */
.hero-home .btn-koor, .hero-home .not-found-page .not-found-search .search-submit, .not-found-page .not-found-search .hero-home .search-submit,
.hero-home .not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search .hero-home #searchsubmit,
.hero-home .not-found-page .not-found-search input[type=submit],
.not-found-page .not-found-search .hero-home input[type=submit],
.hero-inner .btn-koor,
.hero-inner .not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search .hero-inner .search-submit,
.hero-inner .not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search .hero-inner #searchsubmit,
.hero-inner .not-found-page .not-found-search input[type=submit],
.not-found-page .not-found-search .hero-inner input[type=submit],
.contact-page-hero .btn-koor,
.contact-page-hero .not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search .contact-page-hero .search-submit,
.contact-page-hero .not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search .contact-page-hero #searchsubmit,
.contact-page-hero .not-found-page .not-found-search input[type=submit],
.not-found-page .not-found-search .contact-page-hero input[type=submit],
.leden-portal-hero .btn-koor,
.leden-portal-hero .not-found-page .not-found-search .search-submit,
.not-found-page .not-found-search .leden-portal-hero .search-submit,
.leden-portal-hero .not-found-page .not-found-search #searchsubmit,
.not-found-page .not-found-search .leden-portal-hero #searchsubmit,
.leden-portal-hero .not-found-page .not-found-search input[type=submit],
.not-found-page .not-found-search .leden-portal-hero input[type=submit] {
  font-weight: 700;
}

/* SCREEN READER */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
