@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  color: #272727;
  background: #fff;
  line-height: 1.62;
}

a {
  color: #1d7d81;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #aab646;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  line-height: 1.25;
  font-weight: 500;
}

p,
ul {
  margin: 0 0 1rem;
}

ul {
  padding-left: 1.2rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 50;
  background: #fff;
  padding: 0.75rem 1rem;
  color: #272727;
}

.wrapper-width {
  width: 96%;
  margin: 0 auto;
}

.wrapper-width-narrow {
  width: min(680px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.js-scroll-reveal {
  opacity: 1;
  transform: none;
}

body.js-reveal-enabled .js-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

body.js-reveal-enabled .js-scroll-reveal.from-left {
  transform: translate3d(-2.5rem, 0, 0);
}

body.js-reveal-enabled .js-scroll-reveal.from-right {
  transform: translate3d(2.5rem, 0, 0);
}

body.js-reveal-enabled .js-scroll-reveal.fade-only {
  transform: none;
}

body.js-reveal-enabled .js-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.header-utility {
  background: #f6f7fa;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(17, 24, 28, 0.06);
}

.header-utility a {
  color: #141414;
}

.header-utility a:hover,
.header-utility a:focus {
  color: #aab646;
}

.header-utility__inner,
.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-utility__inner {
  min-height: 2.85rem;
}

.header-utility__contacts,
.header-utility__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.header-utility__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.header-utility__contacts .sep {
  color: #b6bcc7;
}

.header-main {
  position: relative;
  z-index: 60;
  background: rgba(255, 255, 255, 0.99);
  border-bottom: 1px solid rgba(170, 182, 70, 0.18);
  box-shadow: 0 4px 14px rgba(22, 30, 34, 0.07);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.header-main-spacer {
  display: none;
  height: 0;
}

.header-main__inner {
  min-height: 5.2rem;
  transition: min-height 0.25s ease;
}

.brand img {
  display: block;
  width: min(232px, 44vw);
  transition: width 0.25s ease;
}

body.bbwhv-nav-fixed .header-main-spacer {
  display: block;
}

body.bbwhv-nav-fixed .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.bbwhv-nav-fixed .header-main,
body.bbwhv-scrolled .header-main {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(22, 30, 34, 0.12);
}

body.bbwhv-nav-fixed .header-main__inner,
body.bbwhv-scrolled .header-main__inner {
  min-height: 4.4rem;
}

body.bbwhv-nav-fixed .brand img,
body.bbwhv-scrolled .brand img {
  width: min(220px, 42vw);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(170, 182, 70, 0.35);
  background: #fff;
  color: #272727;
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.15rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.site-nav a {
  color: #272727;
  font-size: 1.04rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #aab646;
  border-color: #aab646;
}

.mobile-nav-backdrop {
  display: none;
}

.hero--home {
  background: #e8ebea;
}

.bbwhv-hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 34.5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bbwhv-hero__panel-inner.wrapper-width {
  width: 100%;
  margin: 0;
}

.bbwhv-hero__panel {
  grid-area: 1 / 1;
  align-self: center;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(34rem, 41%);
  margin: 2.75rem 0 2.75rem 2%;
  padding: 2.75rem 3.1rem 2.9rem;
  box-sizing: border-box;
  background: rgba(255, 255, 252, 0.93);
  border-left: 0.55rem solid #aab646;
}

.bbwhv-hero__panel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.bbwhv-hero__eyebrow {
  margin: 0 0 0.95rem;
  padding: 0;
  background: transparent;
  color: #71801e;
  font-size: 1.05rem;
  line-height: 1.4;
}

.bbwhv-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-left: 0;
  width: 100%;
  max-width: none;
}

.bbwhv-hero__title-box {
  display: block;
  text-align: left;
  background: transparent;
  color: #1f2937;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  font-weight: 400;
}

.bbwhv-hero__title-box--large {
  font-size: clamp(3rem, 4.25vw, 4.15rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.bbwhv-hero__title-box--small {
  margin-left: 0;
  font-size: clamp(1.65rem, 2.45vw, 2.2rem);
  line-height: 1.12;
  color: #1d7d81;
  padding-left: 0;
  padding-right: 0;
}

.bbwhv-hero__image {
  grid-area: 1 / 1;
  z-index: 0;
  min-width: 0;
}

.bbwhv-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 34.5rem;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero--simple {
  padding: 4rem 0 2rem;
  background: linear-gradient(180deg, #f6f7fa 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(29, 125, 129, 0.1);
}

.hero--simple__inner h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1d7d81;
}

.site-main section[id] {
  scroll-margin-top: 7rem;
}

.intro-section,
.audience-section,
.offers-section,
.pathways-section,
.contacts-section,
.directions-section,
.flyer-section,
.funding-section,
.prefooter-section,
.content-page {
  padding: 4rem 0;
}

.intro-layout,
.audience-grid,
.directions-grid,
.flyer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 22rem;
  align-items: start;
}

.intro-layout {
  margin-top: 0;
  position: relative;
  z-index: 3;
  gap: 2.35rem;
  grid-template-columns: minmax(0, 1fr) 25rem;
}

.intro-layout__main {
  display: block;
  background: transparent;
  padding-top: 4rem;
}

.intro-copy h2,
.audience-copy h2,
.offers-section h2,
.contacts-section h2,
.leitbild-copy h2,
.directions-copy h2,
.flyer-copy h2,
.funding-section h2,
.prefooter-grid h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  color: #1d7d81;
}

.intro-card,
.form-shell,
.offer-card,
.contact-person,
.content-page .content-body,
.legal-content,
.prefooter-grid > div {
  border-radius: 1.2rem;
  box-shadow: 0 24px 45px rgba(17, 24, 28, 0.08);
}

.intro-card,
.form-shell,
.content-page .content-body,
.legal-content,
.prefooter-grid > div {
  background: #fff;
}

.intro-section {
  padding-top: 0;
  padding-bottom: 5rem;
  background: #fff;
}

.intro-copy h2 {
  margin-bottom: 1.55rem;
  color: #0f1a4a;
  font-size: clamp(2.8rem, 4.1vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.intro-copy p {
  max-width: 46rem;
  font-size: 1.04rem;
  color: #27314f;
  line-height: 1.72;
}

.intro-card {
  max-width: 46rem;
  margin-top: 2.2rem;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.intro-card h3,
.section-kicker,
.audience-highlight {
  color: #aab646;
  font-weight: 600;
}

.intro-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.form-shell {
  margin-top: 0;
  padding: 1.55rem 1.45rem 1.65rem;
  border-radius: 1.2rem;
  box-shadow: 0 24px 45px rgba(17, 24, 28, 0.15);
  position: relative;
  top: -3.5rem;
  align-self: start;
}

.intro-card__contacts {
  margin-top: 1.1rem;
}

.intro-card__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #5b6470;
}

.intro-card__contact-row a {
  color: #5b6470;
}

.intro-card__contact-row a:hover,
.intro-card__contact-row a:focus,
.nkForm .nkfCheckbox a:hover,
.nkForm .nkfCheckbox a:focus {
  color: #aab646;
}

.contact-icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.contact-icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aab646' viewBox='0 0 24 24'%3E%3Cpath d='M17.707 12.293c-.39-.39-1.023-.39-1.414 0l-1.586 1.586c-.195.195-.512.195-.707 0l-3.172-3.172a.5.5 0 0 1 0-.707l1.586-1.586a1 1 0 0 0 0-1.414L9.414 3.999a1 1 0 0 0-1.414 0L6.171 5.828c-1.562 1.562-1.562 4.095 0 5.657l6.344 6.344c1.562 1.562 4.095 1.562 5.657 0l1.829-1.829a1 1 0 0 0 0-1.414l-2.294-2.293z'/%3E%3C/svg%3E");
}

.contact-icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aab646' viewBox='0 0 24 24'%3E%3Cpath d='M2 5h20v14H2V5zm10 7L4 7v10h16V7l-8 5z'/%3E%3C/svg%3E");
}

.nkjsimplecontactBox {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.nkjsimplecontactBox h2.introtitle {
  margin-bottom: 0.55rem;
  color: #0f1a4a;
  font-size: clamp(2.05rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 1.02;
}

.nkjsimplecontactBox p.introtext {
  margin-bottom: 1.25rem;
  color: #27314f;
  font-size: 1rem;
  line-height: 1.6;
}

.nkForm.simpleStyle fieldset {
  border: 0;
  margin: 0 0 0.7rem;
  padding: 0;
}

.form-shell .nkForm.simpleStyle fieldset.contact-inline-fields > div {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.form-shell .nkForm.simpleStyle .norm,
.form-shell .nkForm.simpleStyle .contact-message-field,
.form-shell .nkForm.simpleStyle .contact-message-field .norm {
  display: block;
  width: 100%;
}

.form-shell .nkForm.simpleStyle fieldset,
.form-shell .nkForm.simpleStyle fieldset > div,
.form-shell .nkForm.simpleStyle label {
  box-sizing: border-box;
  max-width: 100%;
}

.nkForm.simpleStyle label {
  display: block;
}

.nkForm.simpleStyle input[type="text"],
.nkForm.simpleStyle input[type="email"],
.nkForm.simpleStyle input[type="tel"],
.nkForm.simpleStyle textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(17, 24, 28, 0.07);
  border-radius: 0.65rem;
  padding: 0.72rem 0.88rem;
  background: #f4f6f9;
  font: inherit;
  font-size: 0.95rem;
  color: #272727;
  margin: 0;
}

.nkForm.simpleStyle textarea {
  min-height: 7.6rem;
}

.nkForm .nkfCheckbox {
  margin: 0.95rem 0 1.05rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.nkForm .nkfCheckbox a {
  color: #aab646;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.nkForm .nkfCheckbox > div {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.nkForm .nkfCheckbox input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #aab646;
  margin-top: 0.2rem;
}

.nkForm button[type="submit"],
#nkjsimplecontact-bbwhv-home-submit {
  border: 0;
  border-radius: 0.55rem;
  background: #aab646;
  color: #fff;
  padding: 0.72rem 1.25rem;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.nkForm button[type="submit"]:hover,
#nkjsimplecontact-bbwhv-home-submit:hover {
  background: #1d7d81;
}

.audience-section {
  background: #f1f2f2;
  padding: 4.1rem 0;
}

.audience-section .audience-grid {
  width: min(98.5%, 96rem);
  grid-template-columns: minmax(25rem, 38%) minmax(28rem, 1fr);
  gap: clamp(4rem, 9vw, 8rem);
  align-items: stretch;
}

.audience-copy h2 {
  margin-bottom: 1.45rem;
  color: #0f1a4a;
  font-size: clamp(3rem, 3.9vw, 4.05rem);
  line-height: 1.08;
  font-weight: 400;
}

.audience-copy p {
  color: #1f2747;
  font-size: 1.04rem;
  line-height: 1.72;
}

.audience-copy .section-kicker {
  margin-bottom: 1.15rem;
  color: #aab646;
  font-size: 1.45rem;
  font-weight: 400;
}

.audience-copy .audience-highlight {
  margin-top: 1.75rem;
  color: #aab646;
  font-size: 1.28rem;
  font-weight: 400;
}

.directions-image img,
.flyer-image img {
  width: 100%;
  display: block;
  border-radius: 1.3rem;
}

.audience-image img {
  display: none;
}

.audience-image {
  min-height: 28.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.offers-section {
  background: #fff;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.offer-card {
  padding: 1.7rem;
  background: #fff;
  border: 1px solid rgba(170, 182, 70, 0.2);
}

.offer-card img {
  width: 5rem;
  height: 5rem;
  display: block;
  margin-bottom: 1rem;
}

.offer-card h3 {
  color: #1d7d81;
  font-size: 1.25rem;
}

.offer-card p {
  color: #27314f;
  font-size: 1rem;
  line-height: 1.65;
}

.pathways-section {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.pathways-grid {
  display: flex;
  flex-direction: column;
}

.pathway-row {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  align-items: stretch;
}

.pathway-row--reverse {
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
}

.pathway-row:nth-child(even) {
  background: #fff;
}

.pathway-row:nth-child(odd) {
  background: #f3f4f5;
}

.pathway-row--reverse .pathway-row__content {
  order: 2;
}

.pathway-row--reverse .pathway-row__image {
  order: 1;
}

.pathway-row__image {
  min-height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pathway-row__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 3rem clamp(1.4rem, 2.4vw, 3rem);
  background: transparent;
}

.pathway-row:not(.pathway-row--reverse) .pathway-row__content {
  padding-left: 2vw;
}

.pathway-row--reverse .pathway-row__content {
  justify-content: flex-end;
  padding-right: 2vw;
}

.pathway-row__content-inner {
  width: min(100%, 45rem);
}

.pathway-row__content h3 {
  margin-bottom: 1.1rem;
  color: #0f1a4a;
  font-size: clamp(2.25rem, 3.05vw, 3.15rem);
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-weight: 400;
}

.pathway-row__subtitle {
  color: #aab646;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.45rem;
}

.pathway-row__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pathway-row__content li {
  position: relative;
  padding-left: 1.55rem;
  margin-bottom: 0.8rem;
  color: #101a48;
  font-size: 1rem;
  line-height: 1.65;
}

.pathway-row__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.81em;
  width: 0.48rem;
  height: 0.48rem;
  background: #aab646;
  transform: translateY(-50%);
}

.leitbild-section {
  padding: 0;
  background: #b2bf43;
}

.leitbild-grid {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  align-items: stretch;
  background: #b2bf43;
}

.leitbild-copy {
  background: #b2bf43;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.leitbild-copy__inner {
  width: min(55rem, calc(100% - 5rem));
  margin-left: max(2.5rem, calc((100vw - 1340px) / 2));
  margin-right: 3rem;
  padding: 4rem 0;
}

.leitbild-copy h2 {
  margin-bottom: 2.2rem;
  color: #fff;
  font-size: clamp(2.8rem, 3.8vw, 4.2rem);
  line-height: 1.02;
}

.leitbild-copy p {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.08rem;
  line-height: 1.8;
}

.leitbild-image img {
  display: none;
}

.leitbild-image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #b2bf43;
}

.leitbild-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/leitbild.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100vh;
  background-attachment: fixed;
}

.contacts-section {
  background: #fff;
}

.contacts-section h2 {
  margin-bottom: 2rem;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-person {
  position: relative;
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1.6rem;
  align-items: center;
  padding: 1.45rem 1.6rem;
  border: 1px solid rgba(170, 182, 70, 0.2);
  border-top: 0.3rem solid #aab646;
  overflow: hidden;
}

.contact-person img {
  width: 8.5rem;
  height: 8.5rem;
  object-fit: cover;
  border-radius: 50%;
}

.contact-person h3 {
  margin: 0 0 0.8rem;
  color: #1d7d81;
  font-size: 1.3rem;
}

.contact-person__line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.55rem 0;
}

.contact-person__line .contact-icon {
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0;
}

.contact-person__line a {
  color: #1d7d81;
  overflow-wrap: anywhere;
}

.contact-person__line a:hover,
.contact-person__line a:focus {
  color: #8d982c;
}

.directions-section {
  background: #eeeeee;
  padding: 5.4rem 0;
}

.directions-grid {
  width: min(1120px, calc(100% - 2.5rem));
  gap: 4.2rem;
  grid-template-columns: minmax(22rem, 0.95fr) minmax(20rem, 1fr);
  align-items: center;
}

.directions-image img {
  border-radius: 0;
  max-height: 34rem;
  object-fit: contain;
  opacity: 0.58;
}

.directions-copy h2 {
  color: #6f6f6f;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  font-weight: 400;
}

.directions-copy p {
  color: #272d44;
  font-size: 1.05rem;
}

.flyer-section {
  background: #f5f5f2;
  color: #0f1a4a;
  padding: 3.1rem 0 3.45rem;
}

.flyer-grid {
  width: min(1120px, calc(100% - 2.5rem));
  grid-template-columns: minmax(24rem, 0.95fr) minmax(19rem, 0.68fr);
  align-items: center;
  justify-content: center;
  gap: clamp(1.8rem, 4vw, 3.9rem);
}

.flyer-image {
  text-align: right;
}

.flyer-copy h2 {
  color: #0f1a4a;
  font-size: clamp(2.45rem, 3.25vw, 3.15rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.flyer-copy p {
  color: #0f1a4a;
}

.flyer-image img {
  width: min(100%, 37rem);
  max-height: 25rem;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
}

.flyer-copy .button {
  display: inline-block;
  background: #aab646;
  color: #fff;
  padding: 0.8rem 1.35rem;
  border-radius: 0.55rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.flyer-copy .button:hover {
  background: #1d7d81;
  color: #fff;
}

.funding-section {
  text-align: center;
  padding-top: 4.9rem;
  padding-bottom: 4.4rem;
  background: #f1f3e9;
}

.funding-section h2 {
  color: #1d7d81;
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
}

.funding-text {
  max-width: 52rem;
  margin: 0 auto 2rem;
  color: #101a48;
  font-size: 1.05rem;
}

.funding-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.funding-logo-card {
  position: relative;
  flex: 0 1 19rem;
  min-height: 7.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 3.8rem 1.25rem 2rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(170, 182, 70, 0.3);
  border-radius: 0.55rem;
  box-shadow: 0 12px 25px rgba(17, 24, 28, 0.06);
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.funding-logo-card img {
  max-height: 4.1rem;
  max-width: 100%;
  width: auto;
  display: block;
}

.funding-logo-link {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 4.25rem;
  height: 2.35rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 0.6rem;
  border-top: 1px solid rgba(170, 182, 70, 0.35);
  border-left: 1px solid rgba(170, 182, 70, 0.35);
  border-radius: 0.55rem 0 0 0;
  background: #eef1db;
  color: #1d7d81;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: min-width 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.funding-logo-link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.funding-logo-link:hover,
.funding-logo-link:focus-visible {
  min-width: 4.7rem;
  background: #1d7d81;
  color: #fff;
}

.funding-logo-link:hover svg,
.funding-logo-link:focus-visible svg {
  transform: translate(0.12rem, -0.12rem);
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .funding-logo-card:hover {
    z-index: 2;
    border-color: rgba(170, 182, 70, 0.75);
    box-shadow: 0 22px 40px rgba(17, 24, 28, 0.14);
    transform: scale(1.1);
  }
}

.prefooter-section {
  background: #aab646;
  color: #fff;
  padding: 5.25rem 0 3.25rem;
  min-height: 0;
  box-sizing: border-box;
}

.prefooter-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 1.15fr) minmax(13rem, 1fr) minmax(11rem, 0.9fr) minmax(9rem, 0.7fr);
  gap: clamp(2rem, 5vw, 5.2rem);
  justify-content: space-between;
}

.prefooter-grid > div {
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.prefooter-grid > div:last-child {
  justify-self: end;
  min-width: 12rem;
}

.prefooter-grid h2 {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.prefooter-grid p,
.prefooter-grid li,
.prefooter-grid a {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.75;
}

.prefooter-grid a:hover,
.prefooter-grid a:focus {
  color: #393938;
}

.footer-section-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-links li + li {
  margin-top: 0.45rem;
}

.certification-image {
  max-height: 5.4rem;
  width: auto;
}

.site-footer {
  padding: 0.65rem 0;
  border-top: 1px solid rgba(29, 125, 129, 0.12);
  background: #eeeeee;
  color: #aab646;
  font-size: 0.85rem;
}

.site-footer__inner {
  width: min(1340px, calc(100% - 2.5rem));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  order: 2;
  margin-left: auto;
}

.footer-nav a {
  color: #aab646;
}

.site-footer p {
  margin: 0;
  order: 1;
}

.content-page .page-header {
  margin-bottom: 1.5rem;
}

.content-page .page-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1d7d81;
}

.content-page .content-body {
  padding: 2rem;
}

.content-page .content-body h2 {
  font-size: 1.55rem;
  color: #1d7d81;
  margin-top: 1.8rem;
}

.legal-content h2:first-child,
.content-page .content-body h2:first-child {
  margin-top: 0;
}

.system-message {
  padding-top: 2rem;
}

@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }

  .intro-layout,
  .intro-layout__main,
  .audience-grid,
  .directions-grid,
  .flyer-grid,
  .leitbild-grid,
  .prefooter-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .contacts-grid,
  .pathways-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bbwhv-hero {
    grid-template-columns: 1fr;
  }

  .bbwhv-hero__panel {
    width: min(34rem, 72%);
    margin: 2.25rem 0 2.25rem 5%;
    padding: 2.5rem 2.7rem 2.65rem;
  }

  .bbwhv-hero__image img {
    min-height: 32rem;
  }

  .intro-layout {
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .form-shell {
    top: 0;
    max-width: none;
  }

  .pathway-row,
  .leitbild-grid {
    grid-template-columns: 1fr;
  }

  .audience-section .audience-grid {
    width: min(100% - 2.8rem, 100%);
  }

  .pathway-row--reverse .pathway-row__content,
  .pathway-row--reverse .pathway-row__image {
    order: initial;
  }

  .pathway-row__content {
    justify-content: flex-start;
    padding: 3rem 1.4rem;
  }

  .pathway-row:not(.pathway-row--reverse) .pathway-row__content,
  .pathway-row--reverse .pathway-row__content {
    justify-content: flex-start;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .pathway-row__image {
    min-height: 0;
    height: 24rem;
  }

  .leitbild-copy__inner {
    width: min(100% - 2.8rem, 100%);
    margin: 0 auto;
  }

  .leitbild-image {
    min-height: 24rem;
  }

  .leitbild-image img {
    min-height: 24rem;
  }

  .leitbild-image:before {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  .directions-grid,
  .flyer-grid {
    gap: 2rem;
  }

  .prefooter-grid > div:last-child {
    justify-self: stretch;
  }

  .prefooter-section {
    min-height: 0;
  }
}

@media (min-width: 60rem) {
  .wrapper-width {
    width: 90%;
  }

  .bbwhv-hero__panel {
    margin-left: 5%;
  }
}

@media (min-width: 64.0625rem) {
  .pathway-row:not(.pathway-row--reverse) .pathway-row__content {
    padding-left: 5vw;
  }

  .pathway-row--reverse .pathway-row__content {
    padding-right: 5vw;
  }
}

@media (min-width: 75rem) {
  .wrapper-width {
    width: 80%;
  }

  .bbwhv-hero__panel {
    margin-left: 10%;
  }

  .pathway-row:not(.pathway-row--reverse) .pathway-row__content {
    padding-left: 10vw;
  }

  .pathway-row--reverse .pathway-row__content {
    padding-right: 10vw;
  }
}

@media (min-width: 105rem) {
  .wrapper-width {
    width: 70%;
  }

  .bbwhv-hero__panel {
    margin-left: 15%;
  }

  .pathway-row:not(.pathway-row--reverse) .pathway-row__content {
    padding-left: 15vw;
  }

  .pathway-row--reverse .pathway-row__content {
    padding-right: 15vw;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .wrapper-width,
  .wrapper-width-narrow {
    width: min(100% - 1.4rem, 100%);
  }

  .audience-section .audience-grid {
    width: min(100% - 1.4rem, 100%);
  }

  .pathway-row__image {
    min-height: 0;
    height: 18rem;
  }

  .pathway-row,
  .pathway-row__content,
  .pathway-row__image,
  .pathway-row__content-inner {
    min-width: 0;
    width: 100%;
  }

  .pathway-row__content h3 {
    font-size: clamp(1.75rem, 7vw, 2.15rem);
    overflow-wrap: anywhere;
  }

  .header-utility__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.6rem 0;
  }

  .header-utility__contacts,
  .header-utility__links {
    gap: 0.35rem 0.5rem;
    font-size: 0.85rem;
  }

  .header-utility__links {
    display: none;
  }

  .header-utility__contacts .sep {
    display: none;
  }

  .header-main {
    overflow: visible;
  }

  body.mobile-nav-open .header-main {
    z-index: 120;
  }

  .header-main__inner {
    position: relative;
  }

  .brand {
    position: relative;
    z-index: 90;
  }

  .menu-toggle {
    display: inline-block;
    position: relative;
    z-index: 110;
    padding: 0.62rem 0.85rem;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 22rem);
    background: #fff;
    box-shadow: -18px 0 40px rgba(17, 24, 28, 0.18);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    padding: 5.8rem 1.25rem 1.35rem;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 130;
  }

  .site-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid rgba(170, 182, 70, 0.18);
    padding: 0.95rem 0.2rem;
    font-size: 1.05rem;
    color: #272727;
    text-align: left;
  }

  .header-main__inner {
    min-height: 5rem;
  }

  .brand img {
    width: min(215px, 54vw);
  }

  body.bbwhv-nav-fixed .header-main__inner,
  body.bbwhv-scrolled .header-main__inner {
    min-height: 5rem;
  }

  body.bbwhv-nav-fixed .brand img,
  body.bbwhv-scrolled .brand img {
    width: min(215px, 54vw);
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-open .menu-toggle {
    position: fixed;
    top: 0.9rem;
    right: 0.8rem;
    z-index: 140;
  }

  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 80;
    border: 0;
    background: rgba(17, 24, 28, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  body.mobile-nav-open .mobile-nav-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .bbwhv-hero__panel {
    align-self: end;
    width: calc(100% - 1.4rem);
    margin: 0 0.7rem 0.7rem;
    padding: 1.55rem 1.45rem 1.7rem;
    border-left-width: 0.4rem;
  }

  .bbwhv-hero__panel-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bbwhv-hero__eyebrow {
    margin: 0 0 0.7rem;
    font-size: 1rem;
  }

  .bbwhv-hero__title-box--large {
    font-size: clamp(2.45rem, 11vw, 3.15rem);
    padding: 0;
  }

  .bbwhv-hero__title-box--small {
    margin-left: 0;
    font-size: clamp(1.45rem, 7vw, 1.95rem);
    padding: 0;
  }

  .bbwhv-hero,
  .bbwhv-hero__image img {
    min-height: 30rem;
  }

  .offer-grid,
  .contacts-grid,
  .pathways-grid {
    grid-template-columns: 1fr;
  }

  .audience-copy h2,
  .leitbild-copy h2,
  .intro-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .contact-person {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-person img {
    margin: 0 auto;
  }

  .contact-person__line {
    justify-content: center;
    text-align: left;
  }

  .form-shell {
    padding: 1.3rem;
  }

  .nkjsimplecontactBox h2.introtitle {
    font-size: clamp(2.1rem, 10vw, 2.65rem);
  }

  .nkForm.simpleStyle input[type="text"],
  .nkForm.simpleStyle input[type="email"],
  .nkForm.simpleStyle input[type="tel"],
  .nkForm.simpleStyle textarea {
    font-size: 1rem;
  }

  .nkForm .nkfCheckbox {
    font-size: 0.95rem;
  }

  .flyer-image,
  .flyer-copy {
    text-align: center;
  }

  .footer-nav {
    margin-left: 0;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .js-scroll-reveal,
  .js-scroll-reveal.from-left,
  .js-scroll-reveal.from-right,
  .js-scroll-reveal.fade-only {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .header-main,
  .header-main__inner,
  .brand img {
    transition: none;
  }
}
