@font-face {
  font-family: "GrueneType Campaign";
  src: url("../fonts/gruenetype-black-condensed-italic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 900;
}

:root {
  --bhs-black: #005538;
  --bhs-fir: #005538;
  --bhs-clover: #008939;
  --bhs-grass: #8abd24;
  --bhs-sand: #f5f1e9;
  --bhs-green-sand: #f3faf6;
  --bhs-magenta: #e6007e;
  --bhs-white: #fff;
  --bhs-text: #243d35;
  --bhs-border: rgba(0, 85, 56, 0.18);
  --bhs-shadow: 0 18px 45px rgba(0, 34, 22, 0.12);
  --bhs-content: 1440px;
  --bhs-gutter: clamp(1.25rem, 3vw, 3rem);
  --bhs-header-height: 4.25rem;
}

html {
  overflow-x: clip;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  overflow-x: clip;
  overflow-y: visible;
  color: var(--bhs-black);
  background: var(--bhs-sand);
}

#page.site {
  overflow: clip;
}

.home .u-fade {
  opacity: 1 !important;
  transform: none !important;
}

/* Header and local sender */
.top-bar,
.top-bar.stuck {
  position: sticky !important;
  top: 0;
  width: 100%;
  height: var(--bhs-header-height) !important;
  border: 0;
  border-radius: 0 !important;
  color: var(--bhs-white);
  background: var(--bhs-fir) !important;
  box-shadow: none;
  z-index: 1000;
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.top-bar.is-scrolled,
.top-bar.stuck {
  box-shadow: none;
}

.bhs-hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: block;
  width: clamp(17rem, 29vw, 28rem);
  height: auto;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.bhs-hero-logo::after {
  content: none !important;
}

.bhs-hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.top-bar > .container-fluid {
  position: relative;
  z-index: 2;
  width: min(var(--bhs-content), calc(100% - (2 * var(--bhs-gutter))));
  height: 100%;
  margin-inline: auto;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.top-bar .brand-left,
.top-bar.stuck .brand-left,
.hamburger-menu .brand-left {
  position: relative !important;
  inset: auto !important;
  order: 1;
  width: min(28rem, 36vw);
  height: calc(var(--bhs-header-height) - 0.55rem);
  margin: 0 1.5rem 0 0 !important;
  display: flex !important;
  align-items: center;
  flex: 0 1 auto;
  overflow: hidden;
  text-decoration: none;
  opacity: 1 !important;
}

.top-bar .brand-left .bhs-logo-variant--horizontal,
.top-bar .brand-left .bhs-site-logo {
  width: 100%;
  height: 100%;
  display: block;
}

.top-bar .brand-left .bhs-site-logo {
  object-fit: contain;
  object-position: left center;
}

.top-bar .brand-left .bhs-logo-variant--stacked {
  display: none;
}

.top-bar .right-bar__content > .custom-logo-link,
.top-bar .right-bar__content > .logo-background {
  display: none !important;
}

.top-bar .right-bar .concave-30px {
  display: none;
}

/* Fixed social-media shortcuts */
.bhs-social-links {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.35rem 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 0;
  border-radius: 0.75rem 0 0 0.75rem;
  background: var(--bhs-fir);
  box-shadow: 0 0.55rem 1.5rem rgba(0, 34, 22, 0.2);
  transform: translateY(-50%);
}

.bhs-social-links__link {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 50%;
  color: var(--bhs-white) !important;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bhs-social-links__link:hover,
.bhs-social-links__link:focus-visible {
  color: var(--bhs-fir) !important;
  background: var(--bhs-grass);
  transform: translateX(-0.15rem);
}

.bhs-social-links__link:focus-visible {
  outline: 0.2rem solid var(--bhs-white);
  outline-offset: 0.1rem;
}

.bhs-social-links__icon {
  width: 1.45rem;
  height: 1.45rem;
  fill: currentColor;
}

@media (max-width: 767px) {
  .bhs-social-links {
    display: none;
    top: auto;
    bottom: 1rem;
    padding: 0.25rem 0.2rem;
  }

  .hamburger-menu .top-bar:has(.right-bar.unfold) + .bhs-social-links {
    position: fixed;
    right: auto;
    bottom: 1.25rem;
    left: 50%;
    z-index: 1010;
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .hamburger-menu .top-bar .right-bar.unfold {
    padding-bottom: 6rem;
  }

  .bhs-social-links__link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .bhs-social-links__icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bhs-social-links__link {
    transition: none;
  }
}

.top-bar .main-menu > .nav > .menu-item > a,
.top-bar .main-menu > .nav > .menu-item > a:visited,
.top-bar .main-menu > .nav > .menu-item > a:hover,
.top-bar .main-menu > .nav > .menu-item > a:focus-visible,
.top-bar .main-menu > .nav > .current-menu-item > a,
.top-bar .main-menu > .nav > .current-menu-ancestor > a {
  color: var(--bhs-white) !important;
}

@media (min-width: 950px) {
  .top-bar .right-bar,
  .top-bar.stuck .right-bar {
    position: relative;
    inset: auto;
    width: auto;
    max-width: none;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    backdrop-filter: none;
  }

  .top-bar .right-bar__content,
  .top-bar.stuck .right-bar__content {
    width: auto;
    height: auto;
    margin: 0;
    gap: 0;
  }

  .top-bar .right-bar__content .main-menu {
    margin: 0;
  }

  .top-bar .right-bar__content .main-menu .nav {
    gap: clamp(1.1rem, 2vw, 2rem);
    margin: 0;
    align-items: center;
  }

  .top-bar .right-bar a,
  .top-bar.stuck .right-bar a {
    position: relative;
    padding: 0.5rem 0;
    color: var(--bhs-white) !important;
    font-size: 0.95rem;
    letter-spacing: 0.015em;
  }

  .top-bar .right-bar a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    height: 0.18rem;
    background: var(--bhs-magenta);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
  }

  .top-bar .right-bar a:hover::after,
  .top-bar .right-bar a:focus-visible::after {
    transform: scaleX(1);
  }

  .top-bar .main-menu .dropdown-menu {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--bhs-border);
    border-bottom: 0.3rem solid var(--bhs-magenta);
    border-radius: 0;
    background: var(--bhs-sand) !important;
    box-shadow: 0 14px 30px rgba(0, 34, 22, 0.14);
  }

  .top-bar .main-menu .dropdown-menu ul {
    margin: 0;
    padding: 0;
  }

  .top-bar .main-menu .dropdown-item,
  .top-bar .main-menu .dropdown-item.active,
  .top-bar .main-menu .dropdown-item:active {
    padding: 0.85rem 1.25rem;
    color: var(--bhs-fir) !important;
    background: var(--bhs-sand) !important;
  }

  .top-bar .main-menu .dropdown-item:hover,
  .top-bar .main-menu .dropdown-item:focus-visible {
    color: var(--bhs-black) !important;
    background: var(--bhs-green-sand) !important;
  }
}

.hamburger-menu .hamburger {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.4rem;
  border-radius: 0;
  color: var(--bhs-white);
  background: transparent !important;
}

.hamburger-menu .hamburger span {
  left: 0.5rem;
  width: 2.25rem;
  height: 0.25rem;
  border-radius: 0;
  background: var(--bhs-white);
}

.hamburger-menu .hamburger span:nth-of-type(1) {
  top: 0.65rem;
  left: 0.5rem;
}

.hamburger-menu .hamburger span:nth-of-type(2) {
  top: 1.5rem;
  left: 0.5rem;
}

.hamburger-menu .hamburger span:nth-of-type(3) {
  top: 2.35rem;
  left: 0.5rem;
}

.hamburger-menu .hamburger .concave-30px {
  display: none;
}

.colorscheme-light.hamburger-menu .top-bar .right-bar.unfold {
  color: var(--bhs-white);
  background: var(--bhs-fir) !important;
}

.colorscheme-light.hamburger-menu .top-bar .right-bar.unfold a {
  color: var(--bhs-white) !important;
  background: transparent;
}

/* Full-width campaign canvas */
.home #content.container {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.home #content > .row,
.home #content > .row > .col-12 {
  margin: 0;
  padding: 0;
}

.home .site-main,
.home .entry-content,
.home article.page {
  margin: 0;
  padding: 0;
}

.home .entry-content > * {
  margin-block-start: 0;
}

/* Sunflower offsets alignfull blocks by the theme gutter. The campaign canvas
 * already owns its full-width spacing, so keep every stage on the same axis. */
.home .entry-content > .alignfull {
  position: relative !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

/* Hero */
.bhs-hero {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-height: min(49rem, calc(100svh - var(--bhs-header-height)));
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--bhs-white);
  background-image: url("../images/hero-bhs.webp");
  background-position: center;
  background-size: cover;
}

.bhs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #005538 0%, rgba(0, 85, 56, 0.88) 20%, rgba(0, 85, 56, 0.58) 36%, rgba(0, 85, 56, 0.2) 54%, transparent 74%),
    linear-gradient(0deg, rgba(0, 85, 56, 0.5), transparent 55%);
}

.bhs-hero::after {
  content: "";
  position: absolute;
  right: clamp(-5rem, -2vw, -1rem);
  bottom: clamp(-8rem, -6vw, -3rem);
  z-index: -1;
  width: min(34vw, 34rem);
  aspect-ratio: 1;
  background: url("../images/sonnenblume-kampagne.png") center / contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.bhs-hero__ai-label {
  position: absolute;
  right: 2.95rem;
  bottom: 0.75rem;
  z-index: 2;
  width: clamp(5.75rem, 7vw, 7.25rem);
  height: auto;
  margin: 0;
  transform: rotate(90deg);
  transform-origin: right bottom;
  pointer-events: none;
}

.bhs-hero__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - (2 * var(--bhs-gutter)));
  min-height: inherit;
  margin: 0 var(--bhs-gutter);
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(3rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 49rem) 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 3rem;
}

.bhs-hero__copy {
  grid-column: 1;
  max-width: 49rem;
  margin-inline: 0 !important;
  justify-self: start;
}

.bhs-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  margin: 0 0 1.35rem !important;
  color: var(--bhs-fir);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bhs-kicker::before {
  content: "";
  flex: 0 0 2rem;
  height: 0.22rem;
  background: var(--bhs-magenta);
}

.bhs-hero .bhs-kicker {
  color: var(--bhs-white);
}

.bhs-hero h1 {
  max-width: 49rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(5rem, 7.5vw, 8.6rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.86 !important;
  text-transform: uppercase;
}

.bhs-hero h1 .bhs-hero__line,
.bhs-subpage-hero h1 .bhs-hero__line {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 0.86;
  white-space: nowrap;
  background: transparent;
  transform: none;
}

.bhs-hero h1 .bhs-hero__line--accent,
.bhs-subpage-hero h1 .bhs-hero__line--accent {
  color: var(--bhs-grass);
}

.bhs-hero__lead {
  max-width: 43rem;
  margin: 2rem 0 0 !important;
  color: var(--bhs-white);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 34, 22, 0.55);
}

.bhs-hero .wp-block-buttons,
.bhs-cta .wp-block-buttons {
  margin-top: 2rem;
  gap: 0.8rem;
}

.bhs-hero .wp-block-button__link,
.bhs-cta .wp-block-button__link,
.bhs-place-card .wp-block-button__link {
  border: 2px solid var(--bhs-magenta);
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  color: var(--bhs-white);
  font-weight: 700;
  line-height: 1.2;
  background: var(--bhs-magenta);
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease;
}

.bhs-hero .is-style-outline .wp-block-button__link,
.bhs-cta .is-style-outline .wp-block-button__link {
  border-color: var(--bhs-white);
  color: var(--bhs-white);
  background: transparent;
}

.bhs-hero .wp-block-button__link:hover,
.bhs-hero .wp-block-button__link:focus-visible,
.bhs-cta .wp-block-button__link:hover,
.bhs-cta .wp-block-button__link:focus-visible,
.bhs-place-card .wp-block-button__link:hover,
.bhs-place-card .wp-block-button__link:focus-visible {
  color: var(--bhs-fir);
  background: var(--bhs-grass);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 34, 22, 0.22);
}

.bhs-hero__bottom {
  position: absolute;
  top: clamp(2.5rem, 5vw, 4.5rem);
  right: 0;
  width: fit-content;
  margin: 0;
}

.bhs-countdown {
  display: grid;
  grid-template-areas:
    "eyebrow"
    "number"
    "label"
    "date";
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  align-content: center;
  justify-items: center;
  gap: 0.4rem;
  box-sizing: border-box;
  width: 13.75rem;
  min-width: 13.75rem;
  aspect-ratio: 1;
  padding: 1.65rem;
  border: 0;
  border-radius: 50%;
  color: var(--bhs-white);
  background: var(--bhs-magenta);
  box-shadow: 0 18px 40px rgba(0, 34, 22, 0.28);
  text-align: center;
  transform: rotate(-4deg);
}

.bhs-countdown__eyebrow {
  grid-area: eyebrow;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-0.45rem);
}

.bhs-countdown__number {
  grid-area: number;
  margin: 0;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
  white-space: nowrap;
  transform: translateY(-0.45rem);
}

.bhs-countdown__label {
  grid-area: label;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(5px);
}

.bhs-countdown__date {
  grid-area: date;
  justify-self: center;
  margin-top: 0.55rem;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.bhs-countdown--complete {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bhs-countdown__thanks {
  max-width: 9rem;
  margin-top: 0.5rem;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  line-height: 0.95;
}

/* Shared section rhythm */
.bhs-section {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(5rem, 8vw, 8rem) var(--bhs-gutter) !important;
}

.bhs-section > .wp-block-group__inner-container,
.bhs-section__inner {
  position: relative;
  z-index: 1;
  width: min(var(--bhs-content), 100%);
  margin-inline: auto;
}

.bhs-section--sand {
  background: var(--bhs-sand);
}

.bhs-section--green-sand {
  background: var(--bhs-green-sand);
}

.bhs-section h2,
.bhs-election-band h2,
.bhs-cta h2,
.bhs-content-stage h2 {
  max-width: 67rem;
  margin: 0 0 1.5rem !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(4rem, 6.4vw, 6.75rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.9;
  text-wrap: balance;
}

.bhs-section__intro {
  max-width: 49rem;
  margin: 0 0 clamp(2.75rem, 5vw, 4.5rem) !important;
  color: var(--bhs-text);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.55;
}

/* Current posts */
.bhs-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.bhs-post-card {
  min-width: 0;
  border-top: 0.5rem solid var(--bhs-magenta);
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bhs-post-card:hover,
.bhs-post-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 34, 22, 0.16);
}

.bhs-post-card > a {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2.8vw, 2.25rem);
  color: var(--bhs-text);
  text-decoration: none;
}

.bhs-post-card time,
.bhs-post-card__place {
  color: var(--bhs-fir);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.bhs-post-card__place {
  margin-top: 0.35rem;
  color: var(--bhs-clover);
}

.bhs-post-card h3 {
  margin: 1.25rem 0 1rem !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
}

.bhs-post-card p {
  margin: 0 0 1.5rem !important;
  line-height: 1.55;
}

.bhs-post-card .bhs-text-link {
  margin-top: auto;
}

.bhs-posts-empty {
  margin-top: 2rem;
  color: var(--bhs-text);
}

.bhs-posts-more {
  margin-top: clamp(2rem, 4vw, 3rem) !important;
}

.bhs-posts-more .wp-block-button__link::after {
  content: " →";
}

/* Shared news and event overview */
.bhs-news-hero,
.bhs-events-hero {
  margin-bottom: clamp(3rem, 6vw, 5rem) !important;
}

.bhs-news-hero .bhs-kicker,
.bhs-events-hero .bhs-kicker {
  margin: 0 0 1.35rem !important;
  font-size: 0.9rem;
  line-height: 1.2;
}

.bhs-news-hero h1,
.bhs-events-hero h1 {
  margin: 0 0 1.25rem !important;
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(5rem, 7.5vw, 8.6rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.86 !important;
}

.bhs-news-hero > p:last-child,
.bhs-events-hero > p:last-child {
  max-width: 43rem;
  margin: 0 !important;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

@media (min-width: 768px) {
  .bhs-news-hero > p:last-child,
  .bhs-events-hero > p:last-child {
    min-height: 3.1em;
  }
}

.bhs-news-archive {
  width: min(92rem, calc(100% - (2 * var(--bhs-gutter))));
  max-width: none;
  margin-inline: auto;
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.bhs-news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.bhs-news-tabs a,
.post-type-archive-sunflower_event .filter-button-group .eventlist,
.bhs-news-filters button {
  min-height: 3rem;
  height: auto !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.15rem;
  border: 2px solid var(--bhs-fir);
  border-radius: 999px;
  color: var(--bhs-fir);
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  background: transparent;
  text-decoration: none;
}

.bhs-news-tabs a:hover,
.bhs-news-tabs a:focus-visible,
.bhs-news-tabs a.filter-active,
.bhs-news-filters button:hover,
.bhs-news-filters button:focus-visible {
  color: var(--bhs-white);
  background: var(--bhs-fir);
}

.bhs-news-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: end;
  width: min(70rem, 100%);
  box-sizing: border-box;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--bhs-border);
  border-radius: 0.3rem;
  background: var(--bhs-green-sand);
}

.bhs-news-filters label {
  display: grid;
  gap: 0.35rem;
  color: var(--bhs-fir);
  font-size: 0.85rem;
  font-weight: 700;
}

.bhs-news-filters select {
  min-width: min(16rem, 70vw);
  min-height: 2.75rem;
  padding: 0.55rem 2.5rem 0.55rem 0.8rem;
  border: 1px solid var(--bhs-border);
  border-radius: 0.25rem;
  color: var(--bhs-text);
  background-color: var(--bhs-white);
}

.bhs-news-filters > a {
  align-self: center;
  color: var(--bhs-magenta);
  font-weight: 700;
}

.bhs-news-archive .bhs-post-grid {
  margin-top: 0;
}

.bhs-news-archive .bhs-post-grid:has(> .bhs-post-card:only-child) {
  grid-template-columns: minmax(0, 32rem);
  justify-content: center;
}

.bhs-news-pagination {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.bhs-news-pagination .page-numbers {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: 0.5rem;
  border-radius: 999px;
  color: var(--bhs-fir);
  font-weight: 700;
  text-decoration: none;
  background: var(--bhs-green-sand);
}

.bhs-news-pagination .current,
.bhs-news-pagination a:hover,
.bhs-news-pagination a:focus-visible {
  color: var(--bhs-white);
  background: var(--bhs-fir);
}

.bhs-news-empty {
  padding: clamp(2rem, 4vw, 3rem);
  border-left: 0.5rem solid var(--bhs-magenta);
  color: var(--bhs-text);
  background: var(--bhs-green-sand);
}

@media (max-width: 900px) {
  .bhs-post-grid {
    grid-template-columns: 1fr;
  }

  .bhs-news-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .bhs-news-filters select,
  .bhs-news-filters button {
    width: 100%;
  }
}

/* Equal municipality cards */
.bhs-place-grid,
.bhs-promise-grid,
.bhs-candidate-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 2.2vw, 2rem);
  align-items: stretch;
}

.bhs-place-card {
  position: relative;
  min-width: 0;
  width: auto !important;
  min-height: 24rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: clamp(1.75rem, 2.8vw, 2.5rem) !important;
  overflow: hidden;
  border: 1px solid var(--bhs-border);
  border-top: 0.5rem solid var(--bhs-clover);
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bhs-place-card::before,
.bhs-place-card::after {
  content: none !important;
}

.bhs-place-card:hover,
.bhs-place-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 34, 22, 0.16);
}

.bhs-place-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem !important;
  color: var(--bhs-black);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.bhs-place-card p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--bhs-text);
  font-size: 1.02rem;
  line-height: 1.55;
}

.bhs-place-card .wp-block-buttons {
  position: relative;
  z-index: 1;
  margin: auto 0 0 !important;
  padding-top: 2rem;
}

.bhs-place-card .wp-block-button {
  margin: 0;
}

.bhs-place-card .wp-block-button__link {
  padding: 0.68rem 1rem;
  font-size: 0.94rem;
}

.bhs-place-card .wp-block-button__link::after {
  content: " ↗";
}

/* Candidate stage */
.bhs-section--dark {
  isolation: isolate;
  overflow: hidden;
  color: var(--bhs-white);
  background: var(--bhs-fir);
}

.bhs-section--dark::before {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -8rem;
  z-index: 0;
  width: min(38vw, 38rem);
  aspect-ratio: 1;
  background: url("../images/sonnenblume-kampagne.png") center / contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}

.bhs-section--dark .bhs-kicker {
  color: var(--bhs-white);
}

.bhs-section--dark h2 {
  color: var(--bhs-white);
}

.bhs-section--dark .bhs-section__intro {
  color: rgba(255, 255, 255, 0.84);
}

.bhs-candidate-grid {
  margin-top: 3rem;
}

.bhs-candidate-card {
  overflow: hidden;
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease;
}

.bhs-candidate-card:hover,
.bhs-candidate-card:focus-within {
  transform: translateY(-4px);
}

.bhs-candidate-card a {
  display: block;
  height: 100%;
  color: var(--bhs-black);
  text-decoration: none;
}

.bhs-candidate-card__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 9rem;
  background: linear-gradient(145deg, var(--bhs-fir), var(--bhs-clover));
}

.bhs-candidate-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhs-candidate-card__content {
  padding: 1.75rem;
}

.bhs-candidate-card__place {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.6rem;
  color: var(--bhs-white);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bhs-clover);
}

.bhs-candidate-card h3 {
  margin: 0;
  color: var(--bhs-black);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.5rem, 3.2vw, 3.8rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-candidate-card__role {
  margin: 0.75rem 0;
  color: var(--bhs-fir);
  font-weight: 700;
}

.bhs-candidate-card blockquote {
  margin: 1rem 0;
  padding: 0;
  border: 0;
  color: var(--bhs-text);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
}

.bhs-text-link {
  color: var(--bhs-magenta);
  font-weight: 700;
}

.bhs-candidate-empty {
  position: relative;
  max-width: 60rem;
  box-sizing: border-box;
  margin-top: 3rem;
  padding: clamp(2rem, 4vw, 3.75rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 0.5rem solid var(--bhs-magenta);
  border-radius: 0.3rem;
  background: rgba(0, 85, 56, 0.45);
}

.bhs-candidate-empty::after {
  content: "↗";
  position: absolute;
  right: 0.18em;
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.09);
  font-size: 13rem;
  line-height: 1;
}

.bhs-candidate-empty h3 {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 0 1rem;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.9;
}

.bhs-candidate-empty p {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.55;
}

.bhs-candidate-teaser {
  margin-top: 3rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(0, 85, 56, 0.28);
  border-top: 0.5rem solid var(--bhs-magenta);
  border-radius: 0.3rem;
  background: var(--bhs-grass);
}

.bhs-candidate-teaser__heading {
  max-width: 58rem;
}

.bhs-section--dark .bhs-candidate-teaser .bhs-kicker {
  color: var(--bhs-fir);
}

.bhs-candidate-teaser__heading h3 {
  margin: 0 0 1rem;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-candidate-teaser__heading p {
  max-width: 49rem;
  margin: 0;
  color: var(--bhs-fir);
  line-height: 1.55;
}

.bhs-candidate-teaser__grid {
  display: grid;
  grid-template-columns: repeat(var(--bhs-candidate-count, 10), minmax(0, 7.2rem));
  gap: clamp(0.65rem, 1vw, 1rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.bhs-candidate-teaser__person {
  min-width: 0;
  color: var(--bhs-fir);
  text-decoration: none;
}

.bhs-candidate-teaser__person img,
.bhs-candidate-teaser__placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border: 0.22rem solid transparent;
  border-radius: 0.2rem;
  transition: border-color 160ms ease, transform 160ms ease;
}

.bhs-candidate-teaser__placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-style: italic;
  font-weight: 900;
  background:
    radial-gradient(circle at 78% 18%, rgba(138, 189, 36, 0.75), transparent 25%),
    linear-gradient(145deg, var(--bhs-fir), var(--bhs-clover));
}

.bhs-candidate-teaser__person strong {
  display: block;
  margin-top: 0.65rem;
  color: var(--bhs-fir);
  font-size: clamp(0.78rem, 1.15vw, 0.98rem);
  line-height: 1.25;
}

.bhs-candidate-teaser__person:hover img,
.bhs-candidate-teaser__person:focus-visible img,
.bhs-candidate-teaser__person:hover .bhs-candidate-teaser__placeholder,
.bhs-candidate-teaser__person:focus-visible .bhs-candidate-teaser__placeholder {
  border-color: var(--bhs-magenta);
  transform: translateY(-3px);
}

.bhs-candidate-teaser__person:hover strong,
.bhs-candidate-teaser__person:focus-visible strong {
  color: var(--bhs-fir);
}

.bhs-candidate-teaser__all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  color: var(--bhs-white) !important;
  font-weight: 700;
  text-decoration: none;
  background: var(--bhs-magenta);
}

.bhs-candidate-teaser__all:hover,
.bhs-candidate-teaser__all:focus-visible {
  color: var(--bhs-white) !important;
  transform: translateY(-2px);
}

/* Board page */
.bhs-board-hero p:last-child {
  max-width: 55rem;
}

.bhs-board-hero h1 .bhs-hero__line--accent {
  font-size: clamp(2.4rem, 3.8vw, 4.2rem);
  white-space: nowrap;
}

.bhs-subpage-hero.bhs-board-hero {
  margin-bottom: 0 !important;
}

.bhs-board-intro,
.bhs-board-stage,
.bhs-board-contact {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(4.5rem, 7vw, 7rem) var(--bhs-gutter) !important;
}

.bhs-board-intro {
  background: var(--bhs-sand);
}

.bhs-board-intro h2,
.bhs-board-contact h2 {
  max-width: 65rem;
  margin: 0 0 1.5rem !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-wrap: balance;
}

.bhs-board-intro .bhs-section__intro {
  color: var(--bhs-fir);
}

.bhs-board-stage {
  background: var(--bhs-grass);
}

.bhs-board-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  align-items: stretch;
}

.bhs-board-card {
  grid-column: span 2;
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: start;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bhs-board-grid > .bhs-board-card,
.bhs-board-card > .bhs-board-card__portrait,
.bhs-board-card > .bhs-board-card__content {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.bhs-board-card:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.bhs-board-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 34, 22, 0.16);
}

.bhs-board-card__portrait {
  position: relative;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  box-sizing: border-box;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.92);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(5rem, 10vw, 9rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  background:
    radial-gradient(circle at 78% 18%, rgba(138, 189, 36, 0.75), transparent 25%),
    linear-gradient(145deg, var(--bhs-fir), var(--bhs-clover));
}

.bhs-board-card__portrait--placeholder::after {
  content: "Foto folgt";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.35rem 0.6rem;
  color: var(--bhs-fir);
  font-family: inherit;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bhs-white);
}

.bhs-board-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

.bhs-board-card__content {
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  min-height: 12.5rem;
  box-sizing: border-box;
  padding: clamp(1.4rem, 2.5vw, 2rem) !important;
  border-top: 0.45rem solid var(--bhs-magenta);
}

.bhs-board-card h3 {
  margin: 0 !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 3.8rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-board-card__content p {
  margin: 0.8rem 0 0 !important;
  color: var(--bhs-fir);
  font-weight: 700;
}

.bhs-board-contact {
  color: var(--bhs-white);
  background: var(--bhs-fir);
}

.bhs-board-contact h2 {
  color: var(--bhs-white);
}

.bhs-board-contact p {
  max-width: 48rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

/* Candidate overview */
.bhs-subpage-hero.bhs-candidates-hero {
  margin-bottom: 0 !important;
}

.bhs-candidates-hero p:last-child {
  max-width: 55rem;
}

.bhs-subpage-hero h1.bhs-campaign-lines {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  text-transform: uppercase;
}

.bhs-subpage-hero h1.bhs-campaign-lines .bhs-hero__line {
  color: var(--bhs-white) !important;
}

.bhs-subpage-hero h1.bhs-campaign-lines .bhs-hero__line--accent {
  color: var(--bhs-grass) !important;
}

.bhs-subpage-hero h1.bhs-campaign-lines + p {
  max-width: 43rem;
  margin: 2rem 0 0 !important;
  color: var(--bhs-white);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 34, 22, 0.55);
}

.bhs-candidates-hero > * {
  transform: translateY(-0.75rem);
}

.bhs-candidates-intro,
.bhs-candidates-area {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(4.5rem, 7vw, 7rem) var(--bhs-gutter) !important;
}

.bhs-candidates-intro {
  background: var(--bhs-sand);
}

.bhs-candidates-area,
.bhs-candidates-area--light,
.bhs-candidates-area--sand {
  background: var(--bhs-grass);
}

/* External links */
.bhs-subpage-hero.bhs-links-hero {
  margin-bottom: 0 !important;
}

.bhs-links-stage {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(4.5rem, 7vw, 7rem) var(--bhs-gutter) !important;
  background: var(--bhs-sand);
}

.bhs-links-stage > .bhs-section__inner {
  width: min(var(--bhs-content), 100%);
  margin-inline: auto !important;
}

.bhs-links-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
}

.bhs-link-card {
  min-height: 18rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 0.5rem solid var(--bhs-magenta);
  border-radius: 0.3rem;
  color: var(--bhs-fir) !important;
  text-decoration: none;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bhs-link-card:hover,
.bhs-link-card:focus-visible {
  color: var(--bhs-fir) !important;
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 34, 22, 0.16);
}

.bhs-link-card:focus-visible {
  outline: 0.2rem solid var(--bhs-magenta);
  outline-offset: 0.2rem;
}

.bhs-link-card__level {
  color: var(--bhs-clover);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bhs-link-card strong {
  margin-top: 1.5rem;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.25rem, 2.8vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.bhs-link-card__action {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--bhs-magenta);
  font-weight: 700;
}

/* Legal pages */
.bhs-subpage-hero.bhs-legal-hero {
  margin-bottom: 0 !important;
}

.bhs-legal-stage {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(4rem, 7vw, 7rem) var(--bhs-gutter) !important;
  background: var(--bhs-sand);
}

.bhs-legal-content {
  width: min(58rem, 100%);
  margin-inline: auto !important;
}

.bhs-legal-content h2 {
  margin: 3rem 0 1rem !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
}

.bhs-legal-content h2:first-child {
  margin-top: 0 !important;
}

.bhs-legal-content p,
.bhs-legal-content li {
  color: var(--bhs-text);
  font-size: 1.05rem;
  line-height: 1.65;
}

.bhs-legal-content a {
  color: var(--bhs-fir);
  font-weight: 700;
  text-decoration-color: var(--bhs-magenta);
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.18rem;
}

.bhs-legal-links {
  padding: 1rem var(--bhs-gutter) 1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  pointer-events: auto;
  background: transparent;
}

.bhs-legal-links a {
  color: var(--bhs-fir);
  font-size: 0.9rem;
  font-weight: 700;
  pointer-events: auto;
}

.bhs-candidates-intro h2,
.bhs-candidates-area h2 {
  max-width: 68rem;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem) !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-wrap: balance;
}

.bhs-candidates-intro h2 {
  margin-bottom: 1.5rem !important;
}

.bhs-candidates-intro .bhs-section__intro {
  color: var(--bhs-fir);
}

.bhs-candidates-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
}

.bhs-overview-candidate {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
}

.bhs-overview-candidate__portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(5rem, 10vw, 9rem);
  font-style: italic;
  font-weight: 900;
  background:
    radial-gradient(circle at 78% 18%, rgba(138, 189, 36, 0.75), transparent 25%),
    linear-gradient(145deg, var(--bhs-fir), var(--bhs-clover));
}

.bhs-overview-candidate__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhs-overview-candidate__portrait--placeholder {
  position: relative;
}

.bhs-overview-candidate__portrait--placeholder::after {
  content: "Foto folgt";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.35rem 0.6rem;
  color: var(--bhs-fir);
  font-family: inherit;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bhs-white);
}

.bhs-overview-candidate__content {
  min-width: 0;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 0.45rem solid var(--bhs-magenta);
}

.bhs-overview-candidate h3 {
  margin: 0 0 1.25rem;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.7rem, 3.6vw, 4rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-overview-candidate ul {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bhs-overview-candidate li {
  display: grid;
  gap: 0.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--bhs-border);
}

.bhs-overview-candidate li:first-child {
  padding-top: 0;
  border-top: 0;
}

.bhs-overview-candidate li span {
  color: var(--bhs-text);
  line-height: 1.35;
}

.bhs-overview-candidate li strong {
  color: var(--bhs-fir);
}

.bhs-overview-candidate details {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--bhs-border);
}

.bhs-overview-candidate summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--bhs-magenta);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.bhs-overview-candidate summary::-webkit-details-marker {
  display: none;
}

.bhs-overview-candidate summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--bhs-magenta);
  font-size: 1.5rem;
  line-height: 1;
}

.bhs-overview-candidate details[open] summary::after {
  content: "–";
}

.bhs-overview-candidate details p {
  margin: 1rem 0 0;
  color: var(--bhs-text);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* Three aligned promises */
.bhs-promise-card {
  min-height: 25rem;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 4.25rem minmax(8.2rem, auto) 1fr;
  padding: clamp(1.75rem, 2.8vw, 2.5rem) !important;
  border: 1px solid var(--bhs-border);
  border-top: 0.5rem solid var(--bhs-fir);
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
}

.bhs-promise-card:nth-child(2),
.bhs-promise-card:nth-child(3) {
  border-top-color: var(--bhs-fir);
}

.bhs-promise-card__number {
  margin: 0 !important;
  color: var(--bhs-magenta);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-promise-card h3 {
  align-self: start;
  margin: 0 !important;
  color: var(--bhs-black);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2.6rem, 3.1vw, 3.65rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.9;
}

.bhs-promise-card p:last-child {
  align-self: end;
  margin: 1.5rem 0 0 !important;
  color: var(--bhs-text);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Election, events and conversion */
.bhs-election-band {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(3.5rem, 6vw, 6rem) var(--bhs-gutter) !important;
  overflow: hidden;
  color: var(--bhs-white);
  background: var(--bhs-magenta);
}

.bhs-election-band::after {
  content: "13.9.";
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(255, 255, 255, 0.13);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(9rem, 20vw, 20rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.7;
  transform: translateY(-50%);
}

.bhs-election-band > .wp-block-group__inner-container,
.bhs-election-band > .bhs-section__inner {
  position: relative;
  z-index: 1;
  width: min(var(--bhs-content), 100%);
  margin-inline: auto;
}

.bhs-election-band h2 {
  max-width: 59rem;
  margin: 0 !important;
  color: var(--bhs-white);
}

.bhs-content-stage {
  width: 100% !important;
  margin: 0 !important;
  background: var(--bhs-sand);
}

.bhs-content-stage .wp-block-sunflower-next-events,
.bhs-content-stage .wp-block-sunflower-latest-posts {
  width: min(var(--bhs-content), calc(100% - (2 * var(--bhs-gutter))));
  margin-inline: auto;
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.bhs-content-stage h2 {
  max-width: none;
  color: var(--bhs-fir);
  text-align: left !important;
}

.bhs-cta {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(5rem, 8vw, 8rem) var(--bhs-gutter) !important;
  overflow: hidden;
  color: var(--bhs-white);
  background: linear-gradient(120deg, var(--bhs-fir), var(--bhs-clover));
}

.bhs-cta::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  z-index: -1;
  width: min(35vw, 34rem);
  aspect-ratio: 1;
  background: url("../images/sonnenblume-kampagne.png") center / contain no-repeat;
  opacity: 0.13;
}

.bhs-cta > .wp-block-group__inner-container,
.bhs-cta > .bhs-section__inner {
  width: min(var(--bhs-content), 100%);
  margin-inline: auto;
}

.bhs-cta .bhs-kicker,
.bhs-cta h2 {
  color: var(--bhs-white);
}

.bhs-cta p {
  max-width: 45rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
  line-height: 1.55;
}

/* Municipality and contact pages */
article:has(> .entry-content > .bhs-subpage-hero) {
  padding-top: 0 !important;
}

article:has(> .entry-content > .bhs-subpage-hero) > .entry-header {
  display: none;
}

article:has(> .entry-content > .bhs-subpage-hero) > .entry-content {
  margin-top: 0 !important;
}

.bhs-subpage-hero {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-height: min(49rem, calc(100svh - var(--bhs-header-height)));
  margin: 0 0 clamp(3rem, 7vw, 6rem) !important;
  padding: clamp(4rem, 7vw, 7rem) var(--bhs-gutter) clamp(3rem, 5vw, 5rem) !important;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  overflow: hidden;
  color: var(--bhs-white);
  background: linear-gradient(125deg, var(--bhs-fir) 0%, var(--bhs-fir) 58%, var(--bhs-clover) 100%);
}

.bhs-subpage-hero::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  z-index: -1;
  width: min(36vw, 32rem);
  aspect-ratio: 1;
  background: url("../images/sonnenblume-kampagne.png") center / contain no-repeat;
  opacity: 0.12;
}

.bhs-subpage-hero > * {
  width: min(49rem, 100%);
  margin-right: auto !important;
  margin-left: 0 !important;
}

.bhs-subpage-hero .bhs-kicker {
  margin-bottom: 1.35rem !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  color: var(--bhs-white);
  font-size: 0.9rem;
  line-height: 1.2;
}

.bhs-subpage-hero h1 {
  margin: 0 0 1.25rem !important;
  color: var(--bhs-white);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(5rem, 7.5vw, 8.6rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 0.86 !important;
}

.bhs-subpage-hero p {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.bhs-subpage-hero .bhs-subpage-hero__actions {
  max-width: 48rem;
  margin-top: 1.75rem !important;
}

.bhs-subpage-hero__actions .wp-block-button__link {
  padding: 0.78rem 1.25rem;
  border: 2px solid var(--bhs-magenta);
  border-radius: 999px;
  color: var(--bhs-white);
  font-weight: 700;
  line-height: 1.2;
  background: var(--bhs-magenta);
}

.bhs-subpage-hero__actions .wp-block-button__link:hover,
.bhs-subpage-hero__actions .wp-block-button__link:focus-visible {
  border-color: var(--bhs-grass);
  color: var(--bhs-fir);
  background: var(--bhs-grass);
}

.bhs-local-content {
  width: min(70rem, calc(100% - (2 * var(--bhs-gutter))));
  margin: 0 auto clamp(5rem, 8vw, 8rem) !important;
}

.bhs-local-content > h2 {
  margin-bottom: clamp(2rem, 4vw, 3rem) !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3.5rem, 6vw, 5.75rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-council-section {
  margin-bottom: clamp(4rem, 7vw, 6rem) !important;
}

.bhs-council-section > h2 {
  margin: 0 0 clamp(2rem, 4vw, 3rem) !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(3.5rem, 6vw, 5.75rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.bhs-council-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.bhs-council-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.bhs-council-card {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.25rem) !important;
  border: 1px solid var(--bhs-border);
  border-top: 0.45rem solid var(--bhs-grass);
  border-radius: 0.3rem;
  background: var(--bhs-white);
  box-shadow: var(--bhs-shadow);
}

.bhs-council-card h2,
.bhs-council-card h3 {
  margin: 0 0 1.25rem !important;
  color: var(--bhs-fir);
  font-family: "GrueneType Campaign", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
}

.bhs-council-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bhs-council-card li {
  color: var(--bhs-text);
  font-size: 1.05rem;
  font-weight: 700;
}

.bhs-council-card li::before {
  content: "→";
  margin-right: 0.55rem;
  color: var(--bhs-magenta);
}

.bhs-council-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 10rem));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.bhs-council-person {
  min-width: 0;
}

.bhs-council-person img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border-radius: 0.2rem;
}

.bhs-council-person strong {
  display: block;
  margin-top: 0.75rem;
  color: var(--bhs-fir);
  font-size: 1rem;
  line-height: 1.25;
}

.bhs-local-content .bhs-candidate-empty {
  background: var(--bhs-fir);
}

.bhs-local-content .bhs-candidate-empty .bhs-kicker {
  color: var(--bhs-white) !important;
}

.bhs-local-content .bhs-candidate-empty p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.bhs-candidate-empty .u-fade {
  opacity: 1 !important;
  transform: none !important;
}

/* Compact, useful footer */
body.formstyle-rounded footer.site-footer,
footer.site-footer {
  min-height: 0;
  margin: 0 !important;
  padding: 1.5rem var(--bhs-gutter) !important;
  border: 0;
  border-top: 0.3rem solid var(--bhs-clover);
  border-radius: 0 !important;
  color: var(--bhs-fir);
  background: var(--bhs-sand) !important;
}

.site-footer .site-info {
  width: min(var(--bhs-content), 100%);
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.site-footer__content {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.site-footer__content > div {
  gap: 1rem;
}

.site-footer__content--top {
  grid-column: 1;
  margin: 0;
  align-items: center;
}

.site-footer__content--bottom {
  grid-column: 2;
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  width: auto !important;
}

.site-footer .vendorflex {
  width: auto;
  margin: 0;
}

.site-footer .vendorflex p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.site-footer .footermenu-1:empty,
.site-footer .footermenu-2:empty,
.site-footer .sunflower__socials:empty,
.site-footer__content--bottom > .d-flex:has(.sunflower__socials:empty) {
  display: none !important;
}

.site-footer__content--bottom .footerlogo,
body.formstyle-rounded footer.site-footer .footerlogo {
  position: static;
  inset: auto;
  width: 9rem !important;
  height: 4.25rem !important;
  min-height: 0 !important;
  max-height: 4.25rem !important;
  flex: 0 0 9rem;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-footer__content--bottom .footerlogo .concave-30px {
  display: none;
}

.site-footer__content--bottom .footerlogo img {
  display: block !important;
  width: 9rem !important;
  min-width: 9rem;
  max-width: 9rem;
  height: auto;
  min-height: 0;
  max-height: 4.25rem;
  padding: 0;
}

.site-footer a {
  color: var(--bhs-fir);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--bhs-magenta);
}

/* Event archive */
.post-type-archive-sunflower_event #content {
  width: min(92rem, calc(100% - (2 * var(--bhs-gutter))));
  max-width: none;
  margin-inline: auto;
}

.post-type-archive-sunflower_event .filter-button-group {
  gap: 0.6rem;
  margin: 0 0 clamp(2rem, 3vw, 3rem) !important;
}

.post-type-archive-sunflower_event .filter-button-group .eventlist {
  margin: 0;
}

.post-type-archive-sunflower_event .filter-button-group .eventlist:hover,
.post-type-archive-sunflower_event .filter-button-group .eventlist:focus-visible,
.post-type-archive-sunflower_event .filter-button-group .eventlist:active,
.post-type-archive-sunflower_event .filter-button-group .eventlist.filter-active,
.post-type-archive-sunflower_event .filter-button-group .eventlist.filter-active:hover,
.post-type-archive-sunflower_event .filter-button-group .eventlist.filter-active:focus-visible,
.post-type-archive-sunflower_event .filter-button-group .eventlist.filter-active:active {
  border-color: var(--bhs-fir) !important;
  color: var(--bhs-white) !important;
  background: var(--bhs-fir);
}

.post-type-archive-sunflower_event .event-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
  width: 100%;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.post-type-archive-sunflower_event .event-list > .col-12,
.post-type-archive-sunflower_event .event-list > .col-12:nth-child(n of .col-12:not(.d-none)) {
  grid-column: auto;
}

.post-type-archive-sunflower_event .event-list > .col-12:has(#leaflet) {
  grid-column: 1 / -1;
}

.post-type-archive-sunflower_event a.event-card article .p-4 {
  padding: 1.4rem 1.4rem 1.6rem !important;
}

.post-type-archive-sunflower_event a.event-card article .p-4 .event-archive-meta {
  margin-bottom: 0.9rem;
}

.post-type-archive-sunflower_event a.event-card article .p-4 .mt-2 .entry-header .h2 {
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  line-height: 1.05;
}

.post-type-archive-sunflower_event a.event-card article .p-4 .event-card__excerpt {
  margin-top: 0.8rem;
}

@media (max-width: 1000px) {
  .post-type-archive-sunflower_event .event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .post-type-archive-sunflower_event #content {
    width: calc(100% - (2 * var(--bhs-gutter)));
  }

  .post-type-archive-sunflower_event .page-header {
    margin-top: 2.75rem !important;
  }

  .post-type-archive-sunflower_event .page-title {
    font-size: clamp(3.2rem, 17vw, 4.5rem);
  }

  .post-type-archive-sunflower_event .event-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 1199px) {
  .top-bar .brand-left {
    width: 27rem;
  }

  .bhs-hero__inner {
    grid-template-columns: minmax(0, 44rem) 1fr;
  }
}

@media (max-width: 949px) {
  :root {
    --bhs-header-height: 4.25rem;
  }

  html {
    scroll-padding-top: 4.75rem;
  }

  .top-bar,
  .top-bar.stuck {
    height: var(--bhs-header-height) !important;
  }

  .top-bar > .container-fluid {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
  }

  .bhs-hero-logo {
    width: min(23.5rem, 67.5vw);
  }

  .top-bar .brand-left,
  .top-bar.stuck .brand-left,
  .hamburger-menu .brand-left {
    order: 1;
    width: min(17rem, calc(100vw - 5.25rem));
    height: calc(var(--bhs-header-height) - 0.7rem);
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .top-bar .brand-left .bhs-logo-variant--horizontal {
    display: block;
  }

  .top-bar .brand-left .bhs-logo-variant--stacked {
    display: none;
  }

  .hamburger-menu .hamburger {
    order: 2;
    margin-left: auto;
  }

  .hamburger-menu .top-bar .right-bar {
    right: 100%;
    left: -200%;
    width: auto !important;
    min-width: 0;
    max-width: none !important;
    box-sizing: border-box;
    padding: 5.25rem 2.5rem 2.5rem;
  }

  .hamburger-menu .top-bar .right-bar.unfold {
    right: 0;
    left: 0;
  }

  .hamburger-menu .top-bar:has(.right-bar.unfold) .brand-left {
    visibility: hidden !important;
  }

  .hamburger-menu .top-bar .right-bar.unfold a {
    font-size: 1.25rem;
  }

  .bhs-hero,
  .bhs-subpage-hero {
    min-height: calc(100svh - var(--bhs-header-height));
  }

  .bhs-hero {
    background-position: 62% center;
  }

  .bhs-hero::before {
    background:
      linear-gradient(90deg, #005538 0%, rgba(0, 85, 56, 0.84) 42%, rgba(0, 85, 56, 0.46) 72%, rgba(0, 85, 56, 0.22) 100%),
      linear-gradient(0deg, rgba(0, 85, 56, 0.74), transparent 65%);
  }

  .bhs-hero::after {
    width: 22rem;
    opacity: 0.15;
  }

  .bhs-hero__inner {
    grid-template-columns: 1fr;
    width: calc(100% - (2 * var(--bhs-gutter)));
    padding-block: 4rem 3rem;
  }

  .bhs-hero__bottom {
    position: static;
    justify-self: center;
    margin-top: 2.5rem;
  }

  .bhs-countdown {
    width: 12rem;
    min-width: 12rem;
    padding: 1.35rem;
  }

  .bhs-countdown__number {
    font-size: 3.3rem;
  }

  .bhs-countdown__date {
    font-size: 1.5rem;
  }

  .bhs-hero h1,
  .bhs-subpage-hero h1 {
    font-size: clamp(4.6rem, 17vw, 7.2rem);
  }

  .bhs-place-grid,
  .bhs-promise-grid,
  .bhs-candidate-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .bhs-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bhs-candidate-teaser__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bhs-candidates-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bhs-links-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bhs-board-card,
  .bhs-board-card:nth-last-child(2) {
    grid-column: auto;
  }

  .bhs-place-card {
    min-height: 20rem;
  }

  .bhs-promise-card {
    min-height: 22rem;
    grid-template-rows: 3.75rem auto 1fr;
  }

  .bhs-promise-card h3 {
    margin-bottom: 1rem !important;
  }

  .site-footer__content--bottom .footerlogo {
    width: 9rem !important;
  }
}

@media (max-width: 600px) {
  .bhs-hero__ai-label {
    right: 2.05rem;
    bottom: 0.5rem;
    width: 5.25rem;
  }

  .bhs-hero__inner {
    padding-top: 3.25rem;
  }

  .bhs-board-hero h1 .bhs-hero__line--accent {
    font-size: clamp(1.85rem, 8.5vw, 2.5rem);
    white-space: normal;
  }

  .bhs-hero h1,
  .bhs-subpage-hero h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .bhs-subpage-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .bhs-candidates-intro,
  .bhs-candidates-area,
  .bhs-board-intro,
  .bhs-board-stage,
  .bhs-board-contact {
    padding: 3rem var(--bhs-gutter) !important;
  }

  .bhs-candidates-intro .bhs-kicker,
  .bhs-candidates-area .bhs-kicker,
  .bhs-board-intro .bhs-kicker {
    margin-bottom: 1rem !important;
    font-size: 0.7rem;
  }

  .bhs-candidates-intro h2,
  .bhs-candidates-area h2,
  .bhs-board-intro h2,
  .bhs-board-contact h2 {
    max-width: 100%;
    margin-bottom: 1.5rem !important;
    font-size: clamp(2.15rem, 10vw, 2.75rem);
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .bhs-candidates-intro .bhs-section__intro,
  .bhs-board-intro .bhs-section__intro,
  .bhs-board-contact p {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .bhs-board-contact .wp-block-buttons {
    margin-top: 1.5rem;
  }

  .bhs-board-contact .wp-block-button__link {
    padding: 0.62rem 1rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .bhs-board-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .bhs-candidate-teaser__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bhs-candidates-overview-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bhs-council-section > h2 {
    font-size: clamp(2.4rem, 11vw, 3rem);
  }

  .bhs-council-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bhs-council-card {
    padding: 1.4rem !important;
  }

  .bhs-council-card h2,
  .bhs-council-card h3 {
    font-size: 2rem;
  }

  .bhs-overview-candidate__content,
  .bhs-board-card__content {
    padding: 1.25rem !important;
  }

  .bhs-overview-candidate h3,
  .bhs-board-card h3 {
    font-size: 2.15rem;
  }

  .bhs-hero__lead {
    margin-top: 1.5rem !important;
    font-size: 1.05rem;
  }

  .bhs-hero .wp-block-buttons,
  .bhs-cta .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .bhs-hero .wp-block-button,
  .bhs-cta .wp-block-button {
    width: 100%;
  }

  .bhs-hero .wp-block-button__link,
  .bhs-cta .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .bhs-section h2,
  .bhs-election-band h2,
  .bhs-cta h2,
  .bhs-content-stage h2 {
    font-size: clamp(3.4rem, 15vw, 4.7rem);
    hyphens: auto;
  }

  .bhs-place-card,
  .bhs-promise-card {
    padding: 1.6rem !important;
  }

  .bhs-place-card {
    min-height: 18rem;
  }

  .bhs-place-card h3 {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .bhs-place-card p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .bhs-place-card .wp-block-button__link {
    max-width: 100%;
    padding: 0.62rem 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0;
    white-space: nowrap;
  }

  .bhs-place-card .wp-block-button__link::before {
    content: "Entdecken";
    font-size: 0.86rem;
  }

  .bhs-place-card .wp-block-button__link::after {
    font-size: 0.86rem;
  }

  .bhs-candidate-empty {
    padding: 2rem 1.5rem;
  }

  .site-footer__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .site-footer__content--top,
  .site-footer__content--bottom {
    grid-column: 1;
  }

  .site-footer__content--bottom {
    justify-content: flex-start !important;
  }

  .site-footer__content--bottom .footerlogo img {
    max-width: 7.5rem;
    max-height: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
