/* =========================================================
   VFRN Remscheid – Globales Designsystem v2.0 FINAL
   WordPress / BeTheme / BeBuilder / Contact Form 7
   ========================================================= */

:root {
  /* Markenfarben – aus Logo und Headerbild abgeleitet */
  --vfrn-red: #D51F2B;
  --vfrn-red-hover: #A91620;
  --vfrn-red-soft: #FCEDEF;
  --vfrn-blue: #4779AE;
  --vfrn-blue-hover: #315F91;
  --vfrn-blue-soft: #EDF4FA;

  /* Neutrale Flaechen */
  --vfrn-white: #FFFFFF;
  --vfrn-bg: #FFFFFF;
  --vfrn-bg-soft: #F5F6F7;
  --vfrn-bg-muted: #ECEFF1;
  --vfrn-surface: #FFFFFF;
  --vfrn-border: #D9DEE3;
  --vfrn-border-dark: #BCC4CC;

  /* Text / dunkle Bereiche */
  --vfrn-ink: #20242A;
  --vfrn-text: #424950;
  --vfrn-text-muted: #6C747D;
  --vfrn-charcoal: #252A30;
  --vfrn-charcoal-2: #1C2025;
  --vfrn-charcoal-contact: #303840;

  /* Systemwerte */
  --vfrn-success: #237A4B;
  --vfrn-success-soft: #EAF6EF;
  --vfrn-warning: #9B6500;
  --vfrn-warning-soft: #FFF7E5;
  --vfrn-error: #B4232D;
  --vfrn-error-soft: #FDEDEF;
  --vfrn-focus: #1D66B1;

  --vfrn-font-heading: "Manrope", "Century Gothic", "Avant Garde", Arial, sans-serif;
  --vfrn-font-body: "Source Sans 3", "Mulish", Arial, sans-serif;
  --vfrn-content: 1180px;
  --vfrn-content-narrow: 820px;
  --vfrn-radius-sm: 4px;
  --vfrn-radius: 8px;
  --vfrn-radius-lg: 14px;
  --vfrn-shadow-soft: 0 12px 32px rgba(32, 36, 42, 0.08);
  --vfrn-shadow: 0 22px 55px rgba(32, 36, 42, 0.12);
  --vfrn-transition: 180ms ease;
}


/* =========================================================
   01 – Basis / Reset / Barrierefreiheit
   ========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body,
#Wrapper,
#Content {
  background: var(--vfrn-bg);
}

body,
button,
input,
textarea,
select {
  font-family: var(--vfrn-font-body);
}

body {
  color: var(--vfrn-text);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

::selection {
  background: var(--vfrn-red);
  color: var(--vfrn-white);
}

:focus-visible {
  outline: 3px solid var(--vfrn-focus);
  outline-offset: 3px;
}

.vfrn-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vfrn-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 12px 18px;
  background: var(--vfrn-charcoal-2);
  color: var(--vfrn-white) !important;
  transform: translateY(-160%);
}

.vfrn-skip-link:focus {
  transform: translateY(0);
}


/* =========================================================
   02 – Typografie
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
#Subheader .title,
.text-logo #logo {
  margin-top: 0;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-weight: 700;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.22;
}

h4 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.3;
}

h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

h6 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

p,
li {
  color: var(--vfrn-text);
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

a {
  color: var(--vfrn-blue-hover);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  transition: color var(--vfrn-transition);
}

a:hover {
  color: var(--vfrn-red-hover);
}

.vfrn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.vfrn-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  background: currentColor;
}

.vfrn-lead {
  max-width: 820px;
  color: var(--vfrn-text);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.62;
}

.vfrn-small {
  color: var(--vfrn-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.vfrn-text-narrow { max-width: 680px; }
.vfrn-text-medium { max-width: 820px; }
.vfrn-text-wide { max-width: 1020px; }
.vfrn-text-center { margin-right: auto; margin-left: auto; text-align: center; }
.vfrn-muted { color: var(--vfrn-text-muted) !important; }

.vfrn-richtext > * + * {
  margin-top: 1.05em;
}

.vfrn-richtext h2,
.vfrn-richtext h3,
.vfrn-richtext h4 {
  margin-top: 1.55em;
}

.vfrn-richtext blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: var(--vfrn-bg-soft);
  border-left: 4px solid var(--vfrn-red);
  color: var(--vfrn-ink);
  font-size: 20px;
  line-height: 1.55;
}

.vfrn-richtext ul,
.vfrn-richtext ol,
.vfrn-checklist {
  margin: 22px 0;
  padding-left: 0;
}

.vfrn-richtext ul li,
.vfrn-checklist li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 28px;
}

.vfrn-richtext ul li::before,
.vfrn-checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vfrn-red);
}

.vfrn-richtext ol {
  padding-left: 24px;
}

.vfrn-richtext ol li {
  margin-bottom: 10px;
  padding-left: 6px;
}


/* =========================================================
   03 – BeTheme Header / Logo-Wortmarke / Navigation
   ========================================================= */

#Top_bar,
#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.sticky-tb-color #Top_bar.is-sticky {
  background: rgba(255, 255, 255, 0.98);
}

#Top_bar {
  border-bottom: 1px solid var(--vfrn-border);
  box-shadow: 0 6px 20px rgba(32, 36, 42, 0.05);
}

#Top_bar.is-sticky {
  box-shadow: 0 8px 24px rgba(32, 36, 42, 0.1);
}

#Top_bar .container,
#Top_bar .section_wrapper {
  max-width: var(--vfrn-content);
}

/* Das in BeTheme hinterlegte Logo wird zum kleinen Signet.
   Der sichtbare Text daneben entsteht per CSS. Alt-Text des Logos bitte:
   "VFRN – Verein zur Förderung des Rettungs- & Notarztdienstes Remscheid" */
#Top_bar #logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 84px;
  padding: 9px 0;
  color: var(--vfrn-ink);
  text-decoration: none;
}

#Top_bar #logo::after {
  content: "Verein zur Förderung des\A Rettungs- & Notarztdienstes";
  display: block;
  max-width: 310px;
  white-space: pre;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.015em;
}

#Top_bar #logo img.logo-main,
#Top_bar #logo img.logo-sticky,
#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky {
  width: 66px !important;
  max-height: 66px !important;
  object-fit: contain;
}

#Top_bar.is-sticky #logo {
  height: 70px;
}

#Top_bar.is-sticky #logo img.logo-sticky,
#Top_bar.is-sticky #logo img.logo-main {
  width: 52px !important;
  max-height: 52px !important;
}

#Top_bar .menu > li > a {
  color: var(--vfrn-ink);
}

#Top_bar .menu > li > a span:not(.description) {
  padding: 0 14px;
  font-family: var(--vfrn-font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

#Top_bar .menu > li > a:hover,
#Top_bar .menu > li.hover > a,
#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-ancestor > a {
  color: var(--vfrn-red);
}

#Top_bar .menu > li a:not(.menu-toggle)::after {
  height: 3px;
  background: var(--vfrn-red);
}

#Top_bar .menu li ul {
  padding: 8px;
  background: var(--vfrn-white);
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  box-shadow: var(--vfrn-shadow-soft);
}

#Top_bar .menu > li > ul.sub-menu {
  min-width: 280px;
}

#Top_bar .menu li ul li a span {
  white-space: nowrap;
}

#Top_bar .menu li ul li a {
  padding: 11px 14px;
  color: var(--vfrn-text);
  font-family: var(--vfrn-font-heading);
  font-size: 13px;
  font-weight: 700;
  border-bottom: 0;
}

#Top_bar .menu li ul li a:hover,
#Top_bar .menu li ul li.current-menu-item > a {
  background: var(--vfrn-bg-soft);
  color: var(--vfrn-red);
}

/* Im WordPress-Menü der Spendenposition die CSS-Klasse
   vfrn-nav-donate zuweisen. */
#Top_bar .menu > li.vfrn-nav-donate > a span:not(.description) {
  display: inline-flex;
  align-items: center;
margin-top:5px;
  min-height: 42px;
  margin-left: 8px;
  padding: 10px 18px !important;
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-red);
  color: var(--vfrn-white);
  transition: background var(--vfrn-transition);
}

#Top_bar .menu > li.vfrn-nav-donate,
#Top_bar .menu > li.vfrn-nav-donate > a {
  display: flex;
  align-items: center;
}

#Top_bar .menu > li.vfrn-nav-donate > a {
  height: 84px;
}

#Top_bar.is-sticky .menu > li.vfrn-nav-donate > a {
  height: 70px;
}

#Top_bar .menu > li.vfrn-nav-donate > a:hover span:not(.description) {
  background: var(--vfrn-red-hover);
  color: var(--vfrn-white);
}

#Top_bar .responsive-menu-toggle {
  color: var(--vfrn-ink);
}


/* =========================================================
   04 – Mobiles BeTheme-Menü / Side Slide
   ========================================================= */

#Side_slide {
  background: var(--vfrn-charcoal-2);
  border-color: var(--vfrn-charcoal-2);
}

#Side_slide,
#Side_slide a:not(.button),
#Side_slide #menu ul li.submenu .menu-toggle {
  color: rgba(255, 255, 255, 0.82);
}

#Side_slide a:not(.button):hover,
#Side_slide a.active,
#Side_slide #menu ul li.current-menu-item > a,
#Side_slide #menu ul li.current-menu-parent > a {
  color: var(--vfrn-white);
}

#Side_slide #menu ul li.current-menu-item > a {
  border-left: 3px solid var(--vfrn-red);
}

#Side_slide .close-wrapper a.close {
  color: var(--vfrn-white);
}

#Side_slide #menu ul li.vfrn-nav-donate {
  padding: 14px 20px 18px;
  border-bottom: 0;
}

#Side_slide #menu ul li.vfrn-nav-donate > a {
  width: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 18px !important;
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-red);
  color: var(--vfrn-white) !important;
  font-family: var(--vfrn-font-heading);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

#Side_slide #menu ul li.vfrn-nav-donate > a:hover {
  background: var(--vfrn-red-hover);
  color: var(--vfrn-white) !important;
}


/* =========================================================
   05 – Sections / Container / Helfer
   ========================================================= */

.vfrn-section {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
}

.vfrn-section--compact {
  padding-top: 68px;
  padding-bottom: 68px;
}

.vfrn-section--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.vfrn-section--white { background: var(--vfrn-white); }
.vfrn-section--soft { background: var(--vfrn-bg-soft); }
.vfrn-section--muted { background: var(--vfrn-bg-muted); }
.vfrn-section--dark { background: var(--vfrn-charcoal); }

.vfrn-section--dark h1,
.vfrn-section--dark h2,
.vfrn-section--dark h3,
.vfrn-section--dark h4 {
  color: var(--vfrn-white);
}

.vfrn-section--dark p,
.vfrn-section--dark li {
  color: rgba(255, 255, 255, 0.8);
}

.vfrn-container {
  width: min(var(--vfrn-content), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.vfrn-container--narrow {
  width: min(var(--vfrn-content-narrow), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.vfrn-section-intro {
  max-width: 930px;
  margin-bottom: 54px;
}

.vfrn-section-intro--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.vfrn-section-intro--center .vfrn-kicker {
  justify-content: center;
}

.vfrn-section-intro--center .vfrn-lead {
  margin-right: auto;
  margin-left: auto;
}

.vfrn-bg-white { background: var(--vfrn-white); }
.vfrn-bg-soft { background: var(--vfrn-bg-soft); }
.vfrn-bg-muted { background: var(--vfrn-bg-muted); }
.vfrn-overflow-hidden { overflow: hidden; }

.vfrn-image-cover,
.vfrn-image-cover .image_wrapper,
.vfrn-image-cover .scale-with-grid {
  width: 100%;
  height: 100%;
}

.vfrn-image-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Das sehr helle background.jpg nur in einer begrenzten Box einsetzen:
   am Element background-image per BeBuilder oder inline setzen. */
.vfrn-emergency-watermark {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background-color: var(--vfrn-bg-soft);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vfrn-emergency-watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0.68));
  pointer-events: none;
}


/* =========================================================
   06 – Buttons
   ========================================================= */

.vfrn-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.vfrn-button-row--center { justify-content: center; }

a.button.vfrn-btn,
button.vfrn-btn,
input.vfrn-btn,
.vfrn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 24px !important;
  border: 1px solid transparent !important;
  border-radius: var(--vfrn-radius-sm) !important;
  font-family: var(--vfrn-font-heading) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer;
  transition: background var(--vfrn-transition), border-color var(--vfrn-transition), color var(--vfrn-transition), box-shadow var(--vfrn-transition) !important;
}

a.button.vfrn-btn::before,
a.button.vfrn-btn::after,
button.vfrn-btn::before,
button.vfrn-btn::after,
.vfrn-btn::before,
.vfrn-btn::after {
  display: none !important;
  content: none !important;
}

.vfrn-btn:hover {
  transform: none !important;
  box-shadow: 0 8px 20px rgba(32, 36, 42, 0.12) !important;
}

.vfrn-btn--red,
a.button.vfrn-btn--red,
button.vfrn-btn--red {
  background: var(--vfrn-red) !important;
  border-color: var(--vfrn-red) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-btn--red:hover,
a.button.vfrn-btn--red:hover,
button.vfrn-btn--red:hover {
  background: var(--vfrn-red-hover) !important;
  border-color: var(--vfrn-red-hover) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-btn--blue,
a.button.vfrn-btn--blue,
button.vfrn-btn--blue {
  background: var(--vfrn-blue-hover) !important;
  border-color: var(--vfrn-blue-hover) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-btn--blue:hover,
a.button.vfrn-btn--blue:hover,
button.vfrn-btn--blue:hover {
  background: var(--vfrn-charcoal) !important;
  border-color: var(--vfrn-charcoal) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-btn--outline,
a.button.vfrn-btn--outline,
button.vfrn-btn--outline {
  background: transparent !important;
  border-color: var(--vfrn-border-dark) !important;
  color: var(--vfrn-ink) !important;
}

.vfrn-btn--outline:hover,
a.button.vfrn-btn--outline:hover,
button.vfrn-btn--outline:hover {
  background: var(--vfrn-charcoal) !important;
  border-color: var(--vfrn-charcoal) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-btn--light,
a.button.vfrn-btn--light,
button.vfrn-btn--light {
  background: var(--vfrn-white) !important;
  border-color: var(--vfrn-white) !important;
  color: var(--vfrn-charcoal) !important;
}

.vfrn-btn--light:hover,
a.button.vfrn-btn--light:hover,
button.vfrn-btn--light:hover {
  background: var(--vfrn-bg-muted) !important;
  border-color: var(--vfrn-bg-muted) !important;
  color: var(--vfrn-charcoal) !important;
}

.vfrn-btn--small {
  min-height: 42px !important;
  padding: 11px 18px !important;
  font-size: 13px !important;
}


/* =========================================================
   07 – Startseiten-Hero mit vfrn_header.JPG
   Hintergrundbild in BeBuilder auf der Section setzen.
   ========================================================= */

.vfrn-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--vfrn-charcoal-2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.vfrn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 23, 27, 0.9) 0%, rgba(20, 23, 27, 0.72) 44%, rgba(20, 23, 27, 0.16) 78%, rgba(20, 23, 27, 0.08) 100%);
  pointer-events: none;
}

.vfrn-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: max(24px, calc((100vw - var(--vfrn-content)) / 2));
  z-index: 2;
  width: 120px;
  height: 4px;
  background: var(--vfrn-red);
}

.vfrn-hero .section_wrapper,
.vfrn-hero .vfrn-container {
  position: relative;
  z-index: 3;
}

.vfrn-hero__content {
  max-width: 720px;
  padding: 100px 0;
}

.vfrn-hero .vfrn-kicker {
  color: var(--vfrn-red);
}

.vfrn-hero h1 {
  max-width: 760px;
  color: var(--vfrn-white);
}

.vfrn-hero p,
.vfrn-hero .vfrn-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
}

.vfrn-hero .vfrn-btn--outline,
.vfrn-hero a.vfrn-btn--outline,
.vfrn-hero a.button.vfrn-btn--outline {
  border-color: rgba(255, 255, 255, 0.7) !important;
  color: var(--vfrn-white) !important;
}

.vfrn-hero .vfrn-btn--outline:hover,
.vfrn-hero a.vfrn-btn--outline:hover,
.vfrn-hero a.button.vfrn-btn--outline:hover {
  background: var(--vfrn-white) !important;
  border-color: var(--vfrn-white) !important;
  color: var(--vfrn-charcoal) !important;
}

.vfrn-hero__note {
  max-width: 390px;
  margin-left: auto;
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 4px solid var(--vfrn-red);
  border-radius: var(--vfrn-radius);
  box-shadow: var(--vfrn-shadow);
  backdrop-filter: blur(10px);
}

.vfrn-hero__note h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.vfrn-hero__note p {
  color: var(--vfrn-text);
  font-size: 15px;
  line-height: 1.6;
}


/* =========================================================
   08 – Unterseiten-Hero / Subhero
   ========================================================= */

.vfrn-subhero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--vfrn-charcoal);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vfrn-subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(28,32,37,0.9), rgba(28,32,37,0.62) 55%, rgba(28,32,37,0.24));
}

.vfrn-subhero .section_wrapper,
.vfrn-subhero .vfrn-container {
  position: relative;
  z-index: 2;
}

.vfrn-subhero__content {
  max-width: 780px;
  padding: 88px 0;
}

.vfrn-subhero h1 {
  max-width: 850px;
  color: var(--vfrn-white);
  font-size: clamp(40px, 5vw, 62px);
}

.vfrn-subhero p,
.vfrn-subhero .vfrn-lead {
  max-width: 720px;
  color: rgba(255,255,255,0.84);
}

.vfrn-subhero .vfrn-kicker { color: var(--vfrn-red); }
.vfrn-subhero--compact { min-height: 360px; }
.vfrn-subhero--center { text-align: center; }
.vfrn-subhero--center .vfrn-subhero__content { margin: auto; }
.vfrn-subhero--center .vfrn-kicker { justify-content: center; }


/* =========================================================
   09 – Split-Layouts
   ========================================================= */

.vfrn-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(46px, 6vw, 82px);
  align-items: center;
}

.vfrn-split--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.vfrn-split--top { align-items: start; }

.vfrn-split__content {
  max-width: 680px;
}

.vfrn-split__content > p {
  font-size: 18px;
  line-height: 1.72;
}

.vfrn-split__media {
  position: relative;
  min-width: 0;
}

.vfrn-split__image {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-bg-muted);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-split__image--portrait { min-height: 610px; }
.vfrn-split__image--compact { min-height: 390px; }

.vfrn-split__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vfrn-split__image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 6px;
  background: var(--vfrn-red);
}

/* Grafiken und Illustrationen vollständig darstellen. */
.vfrn-split__image--contain {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 56px);
  background: var(--vfrn-white);
}

.vfrn-split__image--contain img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.vfrn-split__image--contain::after {
  display: none;
}

.vfrn-split-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
}


/* =========================================================
   10 – Grids / Cards / Themen-Einstiege
   ========================================================= */

.vfrn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.vfrn-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vfrn-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vfrn-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vfrn-grid--auto { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.vfrn-card {
  position: relative;
  height: 100%;
  padding: clamp(26px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-surface);
  box-shadow: var(--vfrn-shadow-soft);
  transition: transform var(--vfrn-transition), box-shadow var(--vfrn-transition), border-color var(--vfrn-transition);
}

.vfrn-card:hover {
  transform: translateY(-4px);
  border-color: var(--vfrn-border-dark);
  box-shadow: var(--vfrn-shadow);
}

.vfrn-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 4px;
  background: var(--vfrn-red);
}

.vfrn-card--blue::before { background: var(--vfrn-blue); }
.vfrn-card--plain::before { display: none; }
.vfrn-card--soft { background: var(--vfrn-bg-soft); box-shadow: none; }

.vfrn-card--dark {
  background: var(--vfrn-charcoal);
  border-color: var(--vfrn-charcoal);
}

.vfrn-card--dark h3,
.vfrn-card--dark h4 { color: var(--vfrn-white); }
.vfrn-card--dark p,
.vfrn-card--dark li { color: rgba(255,255,255,0.8); }

.vfrn-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.vfrn-card p {
  font-size: 16px;
  line-height: 1.68;
}

.vfrn-card__number,
.vfrn-card__eyebrow {
  display: block;
  margin-bottom: 28px;
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.vfrn-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--vfrn-blue-hover);
  font-family: var(--vfrn-font-heading);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.vfrn-card__link::after {
  content: "→";
  transition: transform var(--vfrn-transition);
}

.vfrn-card__link:hover::after { transform: translateX(4px); }

.vfrn-image-card {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-charcoal);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.vfrn-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(28,32,37,0.04), rgba(28,32,37,0.9));
}

.vfrn-image-card:hover img { transform: scale(1.035); }

.vfrn-image-card__content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.vfrn-image-card h3 { color: var(--vfrn-white); }
.vfrn-image-card p { color: rgba(255,255,255,0.82); }
.vfrn-image-card a { color: var(--vfrn-white); font-weight: 700; }

/* Fünf Projektkarten: oben drei, unten zwei gleich breite Karten. */
.vfrn-project-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.vfrn-project-grid > *:nth-child(-n+3) {
  grid-column: span 2;
}

.vfrn-project-grid > *:nth-child(n+4) {
  grid-column: span 3;
}

/* Ruhiges Panel für Partnerlogos. */
.vfrn-partner-panel {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
  text-align: center;
}

.vfrn-partner-panel picture,
.vfrn-partner-panel img {
  width: min(100%, 900px);
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}


/* =========================================================
   11 – Hinweisboxen / Fakten / Prozess
   ========================================================= */

.vfrn-notice {
  padding: 26px 28px;
  border: 1px solid var(--vfrn-border);
  border-left: 5px solid var(--vfrn-blue);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-notice--important {
  border-left-color: var(--vfrn-red);
  background: var(--vfrn-red-soft);
}

.vfrn-notice--blue {
  background: var(--vfrn-blue-soft);
}

.vfrn-notice h3,
.vfrn-notice h4 { margin-bottom: 8px; }
.vfrn-notice p { font-size: 16px; line-height: 1.65; }

.vfrn-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vfrn-fact {
  padding: 24px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
}

.vfrn-fact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  font-weight: 800;
}

.vfrn-fact span {
  color: var(--vfrn-text);
  font-size: 15px;
  line-height: 1.5;
}

.vfrn-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  counter-reset: vfrn-process;
}

.vfrn-process__step {
  position: relative;
  padding: 34px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
}

.vfrn-process__step::before {
  counter-increment: vfrn-process;
  content: counter(vfrn-process, decimal-leading-zero);
  display: block;
  margin-bottom: 30px;
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}


/* =========================================================
   12 – CTA-Baender / Spenden / Unterstuetzen
   ========================================================= */

.vfrn-cta-band {
  position: relative;
  padding: 78px 0;
  overflow: hidden;
  background: var(--vfrn-charcoal-contact);
}

.vfrn-cta-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--vfrn-content)) / 2));
  width: 120px;
  height: 4px;
  background: var(--vfrn-red);
}

.vfrn-cta-band h2,
.vfrn-cta-band h3 { color: var(--vfrn-white); }

.vfrn-cta-band p {
  max-width: 760px;
  color: rgba(255,255,255,0.8);
  font-size: 19px;
  line-height: 1.65;
}

.vfrn-cta-band .vfrn-kicker { color: var(--vfrn-red); }

.vfrn-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.vfrn-cta-band__content { max-width: 780px; }
.vfrn-cta-band__actions { flex: 0 0 auto; }

.vfrn-donation {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow);
}

.vfrn-donation__content {
  padding: clamp(34px, 5vw, 58px);
}

.vfrn-donation__content h2 { max-width: 680px; }

.vfrn-donation__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 48px);
  background: var(--vfrn-bg-soft);
  border-left: 1px solid var(--vfrn-border);
}

.vfrn-donation__details::before {
  content: "Spendenkonto";
  display: block;
  margin-bottom: 18px;
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vfrn-bank-data {
  margin: 0;
}

.vfrn-bank-data,
.vfrn-bank-data > div,
.vfrn-bank-data__row,
.vfrn-bank-data dt,
.vfrn-bank-data dd {
  border: 0 !important;
  box-shadow: none !important;
}

.vfrn-bank-data dt {
  margin-top: 13px;
  color: var(--vfrn-text-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.vfrn-bank-data dd {
  margin: 3px 0 0;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: normal;
}

.vfrn-bank-data dd:last-child {
  margin-bottom: 0;
}

.vfrn-bank-data .vfrn-iban,
.vfrn-bank-data dd[data-vfrn-bank="iban"] {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}

.vfrn-support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 34px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-support-strip h3 { margin-bottom: 6px; font-size: 24px; }
.vfrn-support-strip p { margin-bottom: 0; }


/* =========================================================
   13 – Downloads
   ========================================================= */

.vfrn-download-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.vfrn-download {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
  color: var(--vfrn-ink);
  text-decoration: none;
  box-shadow: var(--vfrn-shadow-soft);
  transition: border-color var(--vfrn-transition), transform var(--vfrn-transition), box-shadow var(--vfrn-transition);
}

.vfrn-download:hover {
  transform: translateY(-2px);
  border-color: var(--vfrn-blue);
  color: var(--vfrn-ink);
  box-shadow: var(--vfrn-shadow);
}

.vfrn-download__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-red-soft);
  color: var(--vfrn-red);
  font-family: var(--vfrn-font-heading);
  font-size: 12px;
  font-weight: 800;
}

.vfrn-download__title {
  display: block;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.vfrn-download__meta {
  display: block;
  margin-top: 4px;
  color: var(--vfrn-text-muted);
  font-size: 13px;
}

.vfrn-download__action {
  color: var(--vfrn-blue-hover);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  font-weight: 800;
}


/* =========================================================
   14 – Kontakt / Contact Form 7
   Wrapper-Klasse am HTML-Container: vfrn-cf7
   ========================================================= */

.vfrn-form-shell {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.vfrn-form-grid__full { grid-column: 1 / -1; }

.vfrn-cf7 p { margin-bottom: 20px; }

.vfrn-cf7 label {
  display: block;
  margin-bottom: 7px;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.vfrn-cf7 .vfrn-required { color: var(--vfrn-red); }

.vfrn-cf7 input[type="text"],
.vfrn-cf7 input[type="email"],
.vfrn-cf7 input[type="tel"],
.vfrn-cf7 input[type="url"],
.vfrn-cf7 input[type="number"],
.vfrn-cf7 input[type="date"],
.vfrn-cf7 select,
.vfrn-cf7 textarea {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid var(--vfrn-border-dark);
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-white);
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-body);
  font-size: 16px;
  line-height: 1.45;
  box-shadow: none;
  transition: border-color var(--vfrn-transition), box-shadow var(--vfrn-transition), background var(--vfrn-transition);
}

.vfrn-cf7 textarea {
  min-height: 170px;
  resize: vertical;
}

.vfrn-cf7 input::placeholder,
.vfrn-cf7 textarea::placeholder {
  color: #858D96;
  opacity: 1;
}

.vfrn-cf7 input:focus,
.vfrn-cf7 select:focus,
.vfrn-cf7 textarea:focus {
  outline: 0;
  border-color: var(--vfrn-blue-hover);
  box-shadow: 0 0 0 3px rgba(49, 95, 145, 0.16);
}

.vfrn-cf7 .wpcf7-not-valid {
  border-color: var(--vfrn-error) !important;
  background: var(--vfrn-error-soft) !important;
}

.vfrn-cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--vfrn-error);
  font-size: 13px;
  font-weight: 600;
}

.vfrn-cf7 .wpcf7-list-item {
  margin: 0 18px 8px 0;
}

.vfrn-cf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--vfrn-font-body);
  font-weight: 400;
}

.vfrn-cf7 input[type="checkbox"],
.vfrn-cf7 input[type="radio"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: var(--vfrn-red);
}

.vfrn-cf7 .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin-right: 0;
}

.vfrn-cf7 input[type="submit"],
.vfrn-cf7 .wpcf7-submit {
  min-height: 50px;
  padding: 14px 26px;
  border: 1px solid var(--vfrn-red);
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-red);
  color: var(--vfrn-white);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background var(--vfrn-transition), border-color var(--vfrn-transition);
}

.vfrn-cf7 input[type="submit"]:hover,
.vfrn-cf7 .wpcf7-submit:hover {
  border-color: var(--vfrn-red-hover);
  background: var(--vfrn-red-hover);
}

.vfrn-cf7 .wpcf7-spinner { vertical-align: middle; }

.vfrn-cf7 .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 16px 18px !important;
  border-width: 1px !important;
  border-radius: var(--vfrn-radius-sm);
  font-size: 15px;
  line-height: 1.55;
}

.vfrn-cf7 form.sent .wpcf7-response-output {
  border-color: var(--vfrn-success) !important;
  background: var(--vfrn-success-soft);
  color: var(--vfrn-success);
}

.vfrn-cf7 form.invalid .wpcf7-response-output,
.vfrn-cf7 form.unaccepted .wpcf7-response-output,
.vfrn-cf7 form.failed .wpcf7-response-output {
  border-color: var(--vfrn-error) !important;
  background: var(--vfrn-error-soft);
  color: var(--vfrn-error);
}


/* =========================================================
   15 – FAQ: natives details/summary + BeTheme Accordion
   ========================================================= */

.vfrn-faq {
  max-width: 940px;
}

.vfrn-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
}

.vfrn-faq summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.vfrn-faq summary::-webkit-details-marker { display: none; }

.vfrn-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 23px;
  color: var(--vfrn-red);
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.vfrn-faq details[open] {
  border-color: var(--vfrn-border-dark);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-faq details[open] summary::after { content: "−"; }

.vfrn-faq details > div {
  padding: 0 24px 24px;
}

.vfrn-faq .accordion .question {
  margin-bottom: 12px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
}

.vfrn-faq .accordion .question .title {
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 18px;
  font-weight: 700;
}

.vfrn-faq .accordion .question .title > .acc-icon-plus,
.vfrn-faq .accordion .question .title > .acc-icon-minus {
  color: var(--vfrn-red);
}

.vfrn-faq .accordion .question .answer {
  color: var(--vfrn-text);
}


/* =========================================================
   16 – Kalender-Platzhalter und spaetere Live-Termine
   ========================================================= */

.vfrn-calendar-shell {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius-lg);
  background: var(--vfrn-bg-soft);
}

.vfrn-calendar-placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 40px;
  border: 2px dashed var(--vfrn-border-dark);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
  text-align: center;
}

.vfrn-calendar-placeholder__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--vfrn-blue-soft);
  color: var(--vfrn-blue-hover);
  font-size: 25px;
}

.vfrn-calendar-placeholder h3 { margin-bottom: 8px; }
.vfrn-calendar-placeholder p { max-width: 560px; font-size: 15px; }

.vfrn-events {
  display: grid;
  gap: 14px;
}

.vfrn-event {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
  box-shadow: var(--vfrn-shadow-soft);
}

.vfrn-event__date {
  overflow: hidden;
  border-radius: var(--vfrn-radius-sm);
  background: var(--vfrn-bg-soft);
  color: var(--vfrn-ink);
  text-align: center;
}

.vfrn-event__month {
  display: block;
  padding: 5px 7px;
  background: var(--vfrn-red);
  color: var(--vfrn-white);
  font-family: var(--vfrn-font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vfrn-event__day {
  display: block;
  padding: 8px;
  font-family: var(--vfrn-font-heading);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.vfrn-event__content h3 {
  margin-bottom: 6px;
  font-size: 21px;
}

.vfrn-event__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--vfrn-text-muted);
  font-size: 14px;
}

.vfrn-event__meta span { color: inherit; }

.vfrn-event__action {
  color: var(--vfrn-blue-hover);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vfrn-calendar-loading {
  min-height: 120px;
  border-radius: var(--vfrn-radius);
  background: linear-gradient(90deg, #ECEFF1 25%, #F8F9FA 50%, #ECEFF1 75%);
  background-size: 200% 100%;
  animation: vfrn-loading 1.5s infinite;
}

@keyframes vfrn-loading {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}


/* =========================================================
   17 – Tabellen / Breadcrumbs / einfache Metadaten
   ========================================================= */

.vfrn-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
}

.vfrn-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: var(--vfrn-white);
}

.vfrn-table th,
.vfrn-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--vfrn-border);
  text-align: left;
  vertical-align: top;
}

.vfrn-table th {
  background: var(--vfrn-bg-soft);
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 14px;
  font-weight: 800;
}

.vfrn-table tr:last-child td { border-bottom: 0; }

.vfrn-breadcrumbs,
.breadcrumbs {
  color: var(--vfrn-text-muted);
  font-size: 13px;
}

.vfrn-breadcrumbs a,
.breadcrumbs a {
  color: var(--vfrn-blue-hover);
  text-decoration: none;
}

.vfrn-breadcrumbs a:hover,
.breadcrumbs a:hover { color: var(--vfrn-red); }


/* =========================================================
   18 – Footer
   ========================================================= */

#Footer,
.mfn-footer {
  background: var(--vfrn-charcoal-2);
  color: rgba(255,255,255,0.74);
}

#Footer .widgets_wrapper,
.mfn-footer .widgets_wrapper {
  padding-top: 64px;
  padding-bottom: 52px;
  background: var(--vfrn-charcoal-2);
}

/* Vier ausgewogene Widgetspalten; die mobile Staffelung bleibt erhalten. */
#Footer .widgets_wrapper > .container {
  display: grid;
  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(150px, 0.6fr)
    minmax(210px, 0.85fr)
    minmax(270px, 1.15fr);
  gap: clamp(36px, 4.5vw, 74px);
  align-items: start;
}

#Footer .widgets_wrapper > .container > .column {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

#Footer .footer_copy,
.mfn-footer .footer_copy {
  background: #171A1E;
  border-top: 1px solid rgba(255,255,255,0.11);
  color: rgba(255,255,255,0.62);
}

#Footer h1,
#Footer h2,
#Footer h3,
#Footer h4,
#Footer h5,
#Footer h6,
.mfn-footer h1,
.mfn-footer h2,
.mfn-footer h3,
.mfn-footer h4,
.mfn-footer h5,
.mfn-footer h6 {
  color: var(--vfrn-white);
}

#Footer a:not(.button),
.mfn-footer a:not(.button) {
  color: rgba(255,255,255,0.74);
  text-decoration: none;
}

#Footer a:not(.button):hover,
.mfn-footer a:not(.button):hover {
  color: #FF8A92;
}

.vfrn-footer-module h4 {
  margin-bottom: 18px;
  font-size: 18px;
}

.vfrn-footer-module p {
  max-width: 390px;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.7;
}

.vfrn-footer-module ul {
  margin: 0;
  padding: 0;
}

.vfrn-footer-module li {
  margin-bottom: 9px;
  color: rgba(255,255,255,0.7);
  list-style: none;
}

.vfrn-footer-module li,
.vfrn-footer-contact,
.vfrn-footer-bank,
.vfrn-footer-legal {
  font-size: 16px;
  line-height: 1.7;
}

.vfrn-footer-module .vfrn-btn {
  font-size: 16px !important;
}

.vfrn-footer-iban {
  display: block;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}

.vfrn-footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.vfrn-footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.vfrn-footer-brand strong {
  max-width: 300px;
  color: var(--vfrn-white);
  font-family: var(--vfrn-font-heading);
  font-size: 15px;
  line-height: 1.35;
}

.vfrn-footer-accent {
  width: 54px;
  height: 4px;
  margin: 20px 0;
  background: var(--vfrn-red);
}

#Footer .footer_copy .mcb-column-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#Footer .footer_copy .copyright { margin: 0; }

#Footer .footer_copy .copyright {
  width: 100%;
  flex: 1 1 100%;
}

.vfrn-footer-legal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 30px;
}

.vfrn-footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}


/* =========================================================
   19 – Responsive: Laptop / Tablet / Mobile
   ========================================================= */

@media only screen and (max-width: 1239px) {
  #Top_bar #logo::after {
    max-width: 260px;
    font-size: 12px;
  }

  #Top_bar #menu {
    background: var(--vfrn-white);
  }

  #Top_bar .responsive-menu-toggle {
    top: 50% !important;
    margin-top: 0 !important;
    transform: translateY(-50%);
  }

  #Footer .widgets_wrapper > .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vfrn-grid--4,
  .vfrn-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 959px) {
  html { scroll-padding-top: 84px; }

  #Top_bar #logo,
  #Top_bar.is-sticky #logo {
    height: 72px;
  }

  #Top_bar #logo img.logo-main,
  #Top_bar #logo img.logo-sticky,
  #Top_bar #logo img.logo-mobile,
  #Top_bar #logo img.logo-mobile-sticky {
    width: 50px !important;
    max-height: 50px !important;
  }

  .vfrn-hero {
    min-height: 570px;
    background-position: 58% center;
  }

  .vfrn-hero::before {
    background: rgba(20, 23, 27, 0.76);
  }

  .vfrn-hero__content { padding: 84px 0; }

  .vfrn-subhero {
    min-height: auto;
  }

  .vfrn-subhero::before {
    background: rgba(28,32,37,0.76);
  }

  .vfrn-split,
  .vfrn-split--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .vfrn-split__content { max-width: 850px; }

  /* Mobile/Tablet standardmaessig Bild vor Text */
  .vfrn-split .vfrn-split__media { order: -1; }

  /* Für Illustrationsmodule, deren Text mobil zuerst erscheinen soll. */
  .vfrn-split--content-first-mobile .vfrn-split__content { order: -1; }
  .vfrn-split--content-first-mobile .vfrn-split__media { order: 0; }

  .vfrn-split__image,
  .vfrn-split__image--portrait {
    min-height: 430px;
  }

  .vfrn-grid,
  .vfrn-grid--3,
  .vfrn-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vfrn-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vfrn-project-grid > *:nth-child(n) {
    grid-column: auto;
  }

  .vfrn-cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .vfrn-donation {
    grid-template-columns: 1fr;
  }

  .vfrn-donation__details {
    border-top: 1px solid var(--vfrn-border);
    border-left: 0;
  }

  #Footer .widgets_wrapper > .container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #Footer .widgets_wrapper > .container > .column {
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 0 !important;
    float: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  #Footer .widgets_wrapper > .container > .column:first-child {
    padding-top: 0 !important;
  }

  #Footer .widgets_wrapper > .container > .column:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.68;
  }

  h1 {
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1.06;
  }

  h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  h3 { font-size: 23px; }

  #Top_bar .logo {
    text-align: left !important;
  }

  #Top_bar #logo,
  #Top_bar.is-sticky #logo {
    gap: 11px;
    margin-right: 0 !important;
    margin-left: 17px !important;
  }

  #Top_bar #logo::after {
    content: "Verein zur Förderung des\A Rettungs- & Notarztdienstes";
    max-width: 220px;
    white-space: pre;
    font-size: 11px;
    line-height: 1.28;
  }

  .vfrn-container,
  .vfrn-container--narrow {
    width: min(100% - 34px, var(--vfrn-content));
  }

  .vfrn-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vfrn-section--compact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vfrn-section-intro { margin-bottom: 36px; }

  .vfrn-lead {
    font-size: 18px;
    line-height: 1.58;
  }

  .vfrn-kicker {
    font-size: 12px;
    letter-spacing: 0.075em;
  }

  .vfrn-hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: 61% center;
  }

  .vfrn-hero::before {
    background: rgba(20, 23, 27, 0.8);
  }

  .vfrn-hero .section_wrapper {
    width: 100%;
  }

  .vfrn-hero__content {
    padding: 46px 0 58px;
  }

  .vfrn-subhero__content { padding: 68px 0; }

  .vfrn-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .vfrn-button-row .vfrn-btn,
  .vfrn-button-row a.button {
    width: 100%;
  }

  .vfrn-grid,
  .vfrn-grid--2,
  .vfrn-grid--3,
  .vfrn-grid--4,
  .vfrn-facts,
  .vfrn-process,
  .vfrn-form-grid {
    grid-template-columns: 1fr;
  }

  .vfrn-project-grid {
    grid-template-columns: 1fr;
  }

  .vfrn-card,
  .vfrn-process__step,
  .vfrn-form-shell,
  .vfrn-calendar-shell {
    padding: 24px;
  }

  .vfrn-image-card { min-height: 360px; }
  .vfrn-image-card__content { padding: 24px; }

  .vfrn-split__image,
  .vfrn-split__image--portrait,
  .vfrn-split__image--compact {
    min-height: 350px;
  }

  .vfrn-split__image--contain {
    min-height: 230px;
    padding: 28px;
  }

  .vfrn-split__image--contain img {
    max-height: 190px;
  }

  .vfrn-partner-panel {
    padding: 24px;
  }

  .vfrn-hero::after,
  .vfrn-cta-band::before {
    width: 72px;
  }

  .vfrn-support-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .vfrn-download {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .vfrn-download__icon {
    width: 46px;
    height: 46px;
  }

  .vfrn-download__action {
    grid-column: 2;
  }

  .vfrn-event {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .vfrn-event__action {
    grid-column: 2;
  }

  .vfrn-faq summary {
    padding: 20px 52px 20px 20px;
    font-size: 17px;
  }

  .vfrn-faq details > div { padding: 0 20px 20px; }

  #Footer .footer_copy .mcb-column-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .vfrn-footer-module { margin-bottom: 28px; }

  .vfrn-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .vfrn-footer-legal__links {
    width: 100%;
    justify-content: flex-start;
  }

  .vfrn-footer-legal__links a {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {
  #Top_bar #logo::after {
    content: "Verein zur Förderung des\A Rettungs- & Notarztdienstes";
    max-width: 205px;
    white-space: pre;
    font-size: 10.5px;
  }

  .vfrn-calendar-placeholder { padding: 28px 18px; }

  .vfrn-event {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 16px;
  }

  .vfrn-event__day { font-size: 24px; }
}


/* =========================================================
   20 – Reduzierte Bewegung / Druck
   ========================================================= */

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

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

@media print {
  #Header,
  #Footer,
  .vfrn-button-row,
  .vfrn-nav-donate {
    display: none !important;
  }

  body,
  #Wrapper,
  #Content {
    background: #FFFFFF !important;
    color: #000000 !important;
  }

  .vfrn-section {
    padding: 20px 0 !important;
  }

  .vfrn-card,
  .vfrn-download,
  .vfrn-notice {
    box-shadow: none !important;
    break-inside: avoid;
  }
}
/* =========================================================
   VFRN – finaler CSS-Feinschliff
   ========================================================= */

/* Spenden-CTA im Desktopmenü vertikal zentrieren */
#Top_bar .menu > li.vfrn-nav-donate > a {
  height: 84px !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 0 !important;
}

#Top_bar.is-sticky .menu > li.vfrn-nav-donate > a {
  height: 70px !important;
}

#Top_bar .menu > li.vfrn-nav-donate > a span:not(.description) {
  align-self: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Sprungziele unter dem festen Header sichtbar halten */
#unser-auftrag,
#spenden {
  scroll-margin-top: 108px;
}

/* Ganze Startseitenkarten anklickbar */
a.vfrn-image-card,
a.vfrn-card--clickable {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}

a.vfrn-card--clickable {
  display: block;
}

.vfrn-image-card .vfrn-card__link {
  color: var(--vfrn-white);
}

a.vfrn-image-card:hover .vfrn-card__link::after,
a.vfrn-card--clickable:hover .vfrn-card__link::after {
  transform: translateX(4px);
}

/* Spendenkonto ohne BeTheme-Linien */
.vfrn-bank-data {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px 20px;
}

.vfrn-bank-data dt,
.vfrn-bank-data dd {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vfrn-bank-data .vfrn-iban {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}

/* Kontaktband deutlicher vom Footer trennen */
.vfrn-cta-band--contact {
  background: #343C45;
}

@media only screen and (max-width: 767px) {
  #unser-auftrag,
  #spenden {
    scroll-margin-top: 84px;
  }

  /* Keine Trennung mitten im Wort „Notfallversorgung“ */
  .vfrn-hero h1 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.07;
    letter-spacing: -0.045em;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}
/* VFRN Header-CTA – finale BeTheme-Zentrierung */

@media only screen and (min-width: 1240px) {

  #Top_bar #menu .menu-main > li.vfrn-nav-donate {
    height: 84px !important;
    display: flex !important;
    align-items: center !important;
  }

  #Top_bar #menu .menu-main > li.vfrn-nav-donate > a {
    width: auto !important;
    height: 42px !important;
    min-height: 42px !important;
    display: block !important;
    padding: 0 !important;
    line-height: 42px !important;
    top: auto !important;
  }

  #Top_bar #menu .menu-main > li.vfrn-nav-donate > a > span:not(.description) {
    height: 42px !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 0 8px !important;
    padding: 0 18px !important;
    line-height: 1.2 !important;
  }

  #Top_bar.is-sticky #menu .menu-main > li.vfrn-nav-donate {
    height: 70px !important;
  }
}
/* VFRN Header-CTA – Sticky-Höhe korrigieren */

@media only screen and (min-width: 1240px) {

  #Top_bar.is-sticky #menu .menu-main > li.vfrn-nav-donate {
    height: 60px !important;
  }

  #Top_bar.is-sticky #menu .menu-main > li.vfrn-nav-donate > a {
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    transform: none !important;
  }
}
/* =========================================================
   STARTSEITE – HERO BREITER UND WEITER LINKS
   ========================================================= */

@media only screen and (min-width: 960px) {

  .vfrn-hero--wide .section_wrapper {
    width: min(1380px, calc(100% - 64px));
    max-width: 1380px;
  }

  .vfrn-hero--wide .vfrn-hero__content,
  .vfrn-hero--wide h1 {
    max-width: 940px;
  }

  .vfrn-hero--wide .vfrn-hero__content {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }
}


/* =========================================================
   AUFTRAG – INTRO ÜBER DIE VOLLE CONTAINERBREITE
   ========================================================= */

.vfrn-section-intro--full {
  width: 100%;
  max-width: none;
}

.vfrn-section-intro--full .vfrn-lead,
.vfrn-section-intro--full .vfrn-text-wide,
.vfrn-section-intro--full p {
  width: 100%;
  max-width: none;
}


/* =========================================================
   HERO – SAUBERER MOBILER H1-UMBRUCH
   ========================================================= */
/* Hero exakt am Inhaltsrahmen der Folgemodule ausrichten */
@media only screen and (min-width: 960px) {

  .vfrn-hero--wide .section_wrapper {
    width: calc(100% - 80px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .vfrn-hero--wide .vfrn-hero__content {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }

  .vfrn-hero--wide h1 {
    max-width: 820px;
  }
}
/* =========================================================
   HERO-H1 – KONTROLLIERTER MOBILER UMBRUCH
   ========================================================= */

.vfrn-hero__headline-line {
  display: inline;
}

@media only screen and (max-width: 767px) {

  .vfrn-hero h1 {
    max-width: none;
    margin: 0 0 18px;
    font-size: clamp(25px, 7.1vw, 29px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
  }

  .vfrn-hero__headline-line {
    display: block;
    white-space: nowrap;
  }

  .vfr
n-hero .vfrn-kicker {
    margin-bottom: 16px;
  }

  .vfrn-hero__lead {
    margin-top: 0;
  }
}

/* Auf besonders schmalen Geräten sicher passend halten */
@media only screen and (max-width: 374px) {

  .vfrn-hero h1 {
    font-size: 24px;
    letter-spacing: -0.045em;
  }
}
/* Wiederbelebungsbild mobil vor dem Text */
@media only screen and (max-width: 959px) {

  .vfrn-split .vfrn-split__media {
    order: -1;
  }

  .vfrn-split .vfrn-split__content {
    order: 0;
  }
}


/* Bankdaten mobil untereinander und ohne Überlauf */
@media only screen and (max-width: 767px) {

  .vfrn-bank-data {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .vfrn-bank-data dt:not(:first-child) {
    margin-top: 12px !important;
  }

  .vfrn-bank-data .vfrn-iban {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(14px, 4vw, 16px);
    letter-spacing: -0.02em;
  }
}
/* =========================================================
   SUBHERO-BUTTONS AUF ALLEN UNTERSEITEN
   ========================================================= */

.vfrn-subhero a.vfrn-btn--outline,
.vfrn-subhero a.vfrn-btn--outline:link,
.vfrn-subhero a.vfrn-btn--outline:visited,
.vfrn-subhero a.vfrn-btn--outline:focus {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

.vfrn-subhero a.vfrn-btn--outline:hover,
.vfrn-subhero a.vfrn-btn--outline:active {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--vfrn-ink, #1c2025) !important;
  transform: translateY(-2px);
}
/* Abstand zwischen Prozesskarten und Abschlusshinweis */
#so-gehts .vfrn-process {
  margin-bottom: 34px;
}

#so-gehts .vfrn-process-note {
  max-width: 1050px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #so-gehts .vfrn-process {
    margin-bottom: 26px;
  }
}
/* =========================================================
   VFRN – DESKTOP-SUBMENÜ ÜBER VOLLE BREITE
   ========================================================= */

@media only screen and (min-width: 1240px) {

  #Top_bar #menu .menu > li > ul.sub-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #Top_bar #menu .menu > li > ul.sub-menu > li {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #Top_bar #menu .menu > li > ul.sub-menu > li > a {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 22px !important;
    box-sizing: border-box !important;
  }

  #Top_bar #menu .menu > li > ul.sub-menu > li:hover > a,
  #Top_bar #menu .menu > li > ul.sub-menu > li.hover > a,
  #Top_bar #menu .menu > li > ul.sub-menu > li.current-menu-item > a,
  #Top_bar #menu .menu > li > ul.sub-menu > li.current_page_item > a {
    background-color: var(--vfrn-gray-100, #f3f4f5) !important;
  }
}
/* =========================================================
   VFRN – LIVE-TERMINE AUS GOOGLE CALENDAR
   ========================================================= */

.vfrn-calendar {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.vfrn-calendar__event {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 24px 28px;
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--vfrn-border, #dfe3e8);
  border-left: 4px solid var(--vfrn-red, #e31e2b);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.vfrn-calendar__date {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--vfrn-text, #151b26);
}

.vfrn-calendar__weekday {
  color: var(--vfrn-red, #e31e2b);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vfrn-calendar__date strong {
  font-size: 17px;
  line-height: 1.4;
}

.vfrn-calendar__content h3 {
  margin: 0 0 6px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
}

.vfrn-calendar__time {
  margin: 0;
  color: var(--vfrn-gray-700, #4f5968);
  font-weight: 600;
}

.vfrn-calendar-empty {
  margin-top: 32px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid var(--vfrn-border, #dfe3e8);
  border-left: 4px solid var(--vfrn-blue, #377eb8);
  border-radius: 8px;
}

.vfrn-calendar-empty p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vfrn-calendar {
    gap: 12px;
    margin-top: 28px;
  }

  .vfrn-calendar__event {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 21px 20px;
  }

  .vfrn-calendar__date {
    padding-bottom: 13px;
    border-bottom: 1px solid var(--vfrn-border, #dfe3e8);
  }

  .vfrn-calendar__content h3 {
    font-size: 21px;
  }
}
/* =========================================================
   VFRN – Wortmarke mit dritter Zeile
   ========================================================= */

#Top_bar #logo,
#Top_bar.is-sticky #logo {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: auto auto;
  width: max-content !important;
  max-width: 100%;
  column-gap: 16px;
  row-gap: 0;
  justify-content: start;
  align-content: center;
  align-items: center;
}

/* Alle BeTheme-Logovarianten bleiben in der linken Spalte. */
#Top_bar #logo img.logo-main,
#Top_bar #logo img.logo-sticky,
#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* Erste und zweite Zeile der Wortmarke. */
#Top_bar #logo::after {
  content: "Verein zur Förderung des\A Rettungs- & Notarztdienstes";
  display: block;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: max-content;
  max-width: 310px;
  white-space: pre;
  color: var(--vfrn-ink);
  font-family: var(--vfrn-font-heading);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* Neue dritte Zeile. */
#Top_bar #logo::before {
  content: "Remscheid e. V.";
  display: block;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  width: max-content;
  white-space: nowrap;
  color: var(--vfrn-text);
  font-family: var(--vfrn-font-heading);

  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

/* Laptop und Tablet */
@media only screen and (max-width: 1239px) {
  #Top_bar #logo,
  #Top_bar.is-sticky #logo {
    grid-template-columns: max-content max-content;
    width: max-content !important;
    column-gap: 12px;
    justify-content: start;
  }

  #Top_bar #logo::after {
    max-width: 260px;
    font-size: 12px;
    line-height: 1.2;
  }

  #Top_bar #logo::before {
    font-size: 11px;
  }
}

/* Tablet und Smartphone */
@media only screen and (max-width: 959px) {
  #Top_bar #logo,
  #Top_bar.is-sticky #logo {
    grid-template-columns: max-content max-content;
    width: max-content !important;
    max-width: calc(100vw - 80px);
    column-gap: 11px;
    justify-content: start;
  }

  #Top_bar #logo::after {
    max-width: 220px;
    font-size: 11px;
    line-height: 1.2;
  }

  #Top_bar #logo::before {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* Kleine Smartphones */
@media only screen and (max-width: 480px) {
  #Top_bar #logo,
  #Top_bar.is-sticky #logo {
    max-width: calc(100vw - 72px);
    column-gap: 10px;
  }

  #Top_bar #logo::after {
    max-width: 190px;
    font-size: 10.5px;
    line-height: 1.18;
  }

  #Top_bar #logo::before {
    font-size: 9.5px;
  }
}
/* AED – externe Projektlinks */

.vfrn-aed-external-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(42px, 6vw, 72px);
}

.vfrn-aed-external-links > div:first-child {
  max-width: 680px;
}

.vfrn-aed-external-links h3 {
  margin-bottom: 8px;
}

.vfrn-aed-external-links p {
  margin-bottom: 0;
}

.vfrn-aed-external-links .vfrn-button-row {
  flex: 0 0 auto;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .vfrn-aed-external-links {
    display: block;
    margin-top: 42px;
    padding: 24px 20px;
  }

  .vfrn-aed-external-links .vfrn-button-row {
    margin-top: 22px;
  }
}
/* =========================================================
   VFRN – Partner und Förderer: 8 Logos
   ========================================================= */

.vfrn-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vfrn-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--vfrn-border);
  border-radius: var(--vfrn-radius);
  background: var(--vfrn-white);
}

.vfrn-partner-panel .vfrn-logo-card img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 180px;
  margin: 0 auto;
  object-fit: contain;
}

/* Tablet: vier Reihen mit jeweils zwei Logos */
@media only screen and (max-width: 959px) {
  .vfrn-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vfrn-logo-card {
    min-height: 210px;
  }

  .vfrn-partner-panel .vfrn-logo-card img {
    max-height: 170px;
  }
}

/* Smartphone: alle Logos gut lesbar untereinander */
@media only screen and (max-width: 600px) {
  .vfrn-logo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vfrn-logo-card {
    min-height: 190px;
    padding: 18px;
  }

  .vfrn-partner-panel .vfrn-logo-card img {
    max-height: 155px;
  }
}
/* =========================================================
   VFRN – Spendenmodul bei kleinen Desktopauflösungen
   ========================================================= */

@media only screen and (min-width: 960px) and (max-width: 1150px) {

  .vfrn-donation {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(355px, 0.72fr);
  }

  .vfrn-donation__content {
    padding: 40px 36px;
  }

  .vfrn-donation__details {
    padding: 34px 24px;
  }

  .vfrn-bank-data {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 14px 16px;
  }

  .vfrn-bank-data .vfrn-iban,
  .vfrn-bank-data dd[data-vfrn-bank="iban"] {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -0.025em;
  }
}
/* Wortmarke: alle drei Zeilen typografisch identisch */

#Top_bar #logo::after,
#Top_bar #logo::before,
#Top_bar.is-sticky #logo::after,
#Top_bar.is-sticky #logo::before {
  color: var(--vfrn-ink) !important;
  font-family: var(--vfrn-font-heading) !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}

#Top_bar #logo::before,
#Top_bar.is-sticky #logo::before {
  content: "Remscheid e.V." !important;
}

@media only screen and (max-width: 1239px) {
  #Top_bar #logo::after,
  #Top_bar #logo::before,
  #Top_bar.is-sticky #logo::after,
  #Top_bar.is-sticky #logo::before {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 959px) {
  #Top_bar #logo::after,
  #Top_bar #logo::before,
  #Top_bar.is-sticky #logo::after,
  #Top_bar.is-sticky #logo::before {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 480px) {
  #Top_bar #logo::after,
  #Top_bar #logo::before,
  #Top_bar.is-sticky #logo::after,
  #Top_bar.is-sticky #logo::before {
    font-size: 10.5px !important;
  }
}
/* =========================================================
   VFRN – Spendenbox dauerhaft überlaufsicher
   ========================================================= */

.vfrn-donation {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}

.vfrn-donation__content,
.vfrn-donation__details {
  min-width: 0;
  box-sizing: border-box;
}

.vfrn-bank-data {
  grid-template-columns: max-content minmax(0, 1fr);
  width: 100%;
}

.vfrn-bank-data dt,
.vfrn-bank-data dd {
  min-width: 0;
  max-width: 100%;
}

.vfrn-bank-data dd {
  overflow-wrap: anywhere;
}

.vfrn-bank-data .vfrn-iban {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  font-variant-numeric: tabular-nums;
}

/* Tablet: weniger Innenabstand für mehr nutzbare Breite */
@media only screen and (min-width: 901px) and (max-width: 1180px) {
  .vfrn-donation__details {
    padding-right: clamp(24px, 3vw, 40px) !important;
    padding-left: clamp(24px, 3vw, 40px) !important;
  }
}

/* Bei tatsächlich zu wenig Platz sauber untereinander */
@media only screen and (max-width: 900px) {
  .vfrn-donation {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .vfrn-donation__details {
    border-left: 0 !important;
    border-top: 1px solid #d8dde3;
  }
}