.elementor-kit-8{--e-global-color-primary:#E4302B;--e-global-color-secondary:#253F67;--e-global-color-text:#253F67;--e-global-color-accent:#E4302B;--e-global-color-fss_white:#FFFFFF;--e-global-color-col_1:#E4302B;--e-global-color-col_2:#253F67;--e-global-color-col_3:#E4302B;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-weight:500;font-family:"Saira", Sans-serif;font-size:18px;font-weight:400;line-height:1.3em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#253F67;font-family:"Saira", Sans-serif;font-weight:600;color:#FFFFFF;border-radius:18px 18px 18px 18px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#E4302B;color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Roboto Slab", Sans-serif;font-size:45px;font-weight:600;}.elementor-kit-8 h2{font-family:"Roboto Slab", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-8 h3{font-family:"Roboto Slab", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-8 h4{font-family:"Roboto Slab", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-8 h5{font-family:"Roboto Slab", Sans-serif;font-size:25px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === FSS Brand Styles === */
:root {
  --fss-rot: #E4302B;
  --fss-blau: #253F67;
  --fss-transition: #FFFFFF;
  --fss-weiss: #FFFFFF;
}

body {
  font-family: 'Saira', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #253F67;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #253F67;
}

h1 { font-size: 45px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }

a { color: #E4302B; }
a:hover { color: #253F67; }

/* Button base - no !important so per-element colors work */
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  background-color: #253F67;
  color: #FFFFFF;
  border-radius: 18px;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  border: none;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #E4302B;
  color: #FFFFFF;
}

.elementor-button.fss-btn-rot {
  background-color: #E4302B !important;
}
.elementor-button.fss-btn-rot:hover {
  background-color: #253F67 !important;
}

/* Container max-width */
.elementor-section .elementor-container,
.e-container,
.elementor-container {
  max-width: 1440px;
}

/* Navigation */
.elementor-nav-menu a {
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  color: #253F67;
}
.elementor-nav-menu a:hover {
  color: #E4302B;
}

/* Spenden-Button im Menü */
.menu-item-spenden a,
.nav-spenden a {
  background-color: #E4302B !important;
  color: #FFFFFF !important;
  padding: 8px 20px !important;
  border-radius: 18px !important;
}

/* Alert/Hinweisbox */
.fss-alert {
  background-color: #FFFFFF;
  border-left: 5px solid #E4302B;
  padding: 20px 24px;
  border-radius: 8px;
  margin: 20px 0;
}
.fss-alert p { margin: 0; font-weight: 600; }

/* Sections */
.fss-section-blau {
  background-color: #253F67;
  color: #FFFFFF;
}
.fss-section-blau h1,.fss-section-blau h2,.fss-section-blau h3,
.fss-section-blau p, .fss-section-blau li {
  color: #FFFFFF;
}

/* Hero */
.fss-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Page title ausblenden (Elementor übernimmt H1) */
:root { --page-title-display: none; }
h1.entry-title { display: none !important; }
.page-title { display: none !important; }

/* Header Schatten */
.site-header { box-shadow: 0px 4px 15px rgba(37,63,103,0.15); }

/* Mobilmenü Button */
.elementor-menu-toggle { background-color: #253F67; }


/* ========================================
   FSS HEADER FIX — Native Hello-Elementor Header angepasst an Live-Site
   ======================================== */

/* Header-Hintergrund dunkelblau */
#site-header,
.site-header {
  background-color: #253F67 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

/* Header-Inner: Flex-Row, kompakt */
.site-header .header-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 20px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Branding: Logo + Tagline nebeneinander kompakt */
.site-header .site-branding {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
}

/* Logo begrenzen */
.site-header .site-logo img,
.site-header .custom-logo {
  max-height: 50px !important;
  width: auto !important;
  height: auto !important;
  max-width: 200px !important;
}

/* Site-Beschreibung (Tagline) weiss, klein, gesperrt */
.site-header .site-description {
  color: #FFFFFF !important;
  font-family: "Saira", sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Navigation: weiss */
.site-header .site-navigation ul li a {
  color: #FFFFFF !important;
  font-family: "Saira", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.site-header .site-navigation ul li a:hover {
  color: #FFFFFF !important;
}

/* Spenden-Link: letztes Menu-Item als Rot-Button */
.site-header .site-navigation ul li:last-child a {
  background-color: #E4302B !important;
  color: #FFFFFF !important;
  padding: 8px 18px !important;
  border-radius: 18px !important;
  display: inline-block !important;
}

.site-header .site-navigation ul li:last-child a:hover {
  background-color: #c92520 !important;
  color: #FFFFFF !important;
}

/* Mobile: Hamburger weiss */
.site-header .menu-toggle,
.site-header button.menu-toggle {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  background: transparent !important;
}

/* Site-Name weiss */
.site-header .site-title a {
  color: #FFFFFF !important;
}

@media (max-width: 1024px) {
  .site-header .header-inner {
    padding: 10px 15px !important;
  }
  .site-header .site-logo img,
  .site-header .custom-logo {
    max-height: 42px !important;
  }
}

/* ========================================
   FSS DESIGN PASS — Layout & Footer (2026-06-10)
   ======================================== */

/* --- Global Content Width --- */
.elementor-section > .elementor-container {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Inner text widgets: readable line length */
.elementor-widget-text-editor .elementor-widget-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-heading .elementor-widget-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Spacing: paragraph after list */
ul + p, ol + p { margin-top: 28px !important; }
ul li, ol li { margin-bottom: 8px; line-height: 1.5; }

/* --- FOOTER --- */
#site-footer, .site-footer {
  background-color: #253F67 !important;
  color: #FFFFFF !important;
  padding: 28px 20px !important;
  margin-top: 0 !important;
}
.site-footer .footer-inner {
  max-width: 900px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
.site-footer .site-logo img,
.site-footer .custom-logo {
  max-height: 36px !important;
  width: auto !important;
  opacity: 0.9 !important;
}
.site-footer .site-branding {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.site-footer .site-description {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
}
.site-footer .site-navigation a,
.site-footer nav a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
.site-footer .site-navigation a:hover,
.site-footer nav a:hover { color: #FFFFFF !important; }
.site-footer .site-navigation ul,
.site-footer nav ul {
  display: flex !important;
  gap: 24px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}
.site-footer .copyright p {
  font-size: 0 !important;
  line-height: 0 !important;
}
.site-footer .copyright p::before {
  content: "\00A9 Franziska Sch\00E4ren Stiftung" !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  display: block !important;
  color: rgba(255,255,255,0.5) !important;
}
.site-footer .site-title a { color: rgba(255,255,255,0.85) !important; }
@media (max-width: 768px) {
  .site-footer .footer-inner { flex-direction: column !important; text-align: center !important; }
  .site-footer .site-navigation ul { justify-content: center !important; }
}

/* --- Override boxed container width to narrow content --- */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 860px !important;
}

/* Heading-Restore 2026-06-10 (Fable) — Kit-Typo als harte Regeln */
.elementor-kit-8 h1{font-family:'Roboto Slab',serif;font-weight:600;font-size:45px;line-height:1.2}
.elementor-kit-8 h2{font-family:'Roboto Slab',serif;font-weight:600;font-size:40px;line-height:1.2}
.elementor-kit-8 h3{font-family:'Roboto Slab',serif;font-weight:600;font-size:35px;line-height:1.25}
.elementor-kit-8 h4{font-family:'Roboto Slab',serif;font-weight:600;font-size:30px}
.elementor-kit-8 h5{font-family:'Roboto Slab',serif;font-weight:600;font-size:24px}
@media (max-width:767px){.elementor-kit-8 h1{font-size:32px}.elementor-kit-8 h2{font-size:28px}.elementor-kit-8 h3{font-size:24px}}

/* News-Grid-Fix 2026-06-10: alle Bilder 3:2, gleicher Zuschnitt, Spaltenabstand */
.page-id-18 .elementor-widget-image img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}
.page-id-18 .elementor-top-column,.page-id-18 .elementor-column{padding-left:16px;padding-right:16px}
.page-id-18 .elementor-widget-image{margin-bottom:14px}

/* Qualitaets-Pass 2026-06-10: Lesbarkeit + Subtilitaet */
.elementor-section[style*="background"] h1, section h1{ }
h1,h2{letter-spacing:.2px}
.elementor-kit-8 .hero-shadow, .elementor-kit-8 h1, .elementor-kit-8 .elementor-section h1 + * p{ }
/* Hero-Text auf Fotos: sanfter Schatten fuer Lesbarkeit */


/* Listen: Luft + saubere Marker */
.elementor-kit-8 ul{line-height:1.7}
.elementor-kit-8 ul li{margin-bottom:8px}
/* Kontodaten-Box (Spenden) */
.fss-konto{background:#F5F7FA;border-left:4px solid #253F67;border-radius:0;padding:22px 26px;max-width:560px;margin:0 auto}
.fss-konto p{margin:0 0 10px}
/* Buttons: einheitliche Groesse */
.elementor-kit-8 .elementor-button{padding:12px 28px;font-size:15px}

/* Spenden-Layout 2026-06-10: Plain-Content-Seite zentrieren + Stil */
.page-id-22 .entry-content, .page-id-22 .page-content{max-width:760px;margin:0 auto;padding:56px 24px 72px}
.page-id-22 h1{margin-bottom:8px}
.page-id-22 .fss-konto{margin:18px 0}
.fss-spendenlinks{margin:26px 0 8px}
.fss-spendenlinks a{display:inline-block;background:#E4302B;color:#fff !important;padding:13px 26px;border-radius:18px;font-weight:600;text-decoration:none;margin:0 10px 12px 0}
.fss-spendenlinks a.sec{background:#253F67}

/* Logo-Fix 2026-06-10: horizontales Weiss-Logo, Tagline-Doppelung aus */
.site-header .site-logo img{max-height:44px !important;width:auto !important;background:transparent}
.site-header .site-description, .site-header .site-title{display:none}

/* Listen-Fix 2026-06-10 v2: KEINE Bullets — schlichte zentrierte Zeilen */
.elementor-widget-text-editor ul{list-style:none;display:block;margin:14px auto 18px;padding:0;max-width:680px;}
.elementor-widget-text-editor ul li{margin-bottom:12px;}
.elementor-widget-text-editor ul li::marker{content:"";}

/* Zwischentitel 2026-06-10: alleinstehende Fett-Titel groesser, sitewide */
.fss-subtitle{display:inline-block;font-size:23px;font-weight:700;line-height:1.35;margin:4px 0 3px;}

/* Nav-Hover-Fix 2026-06-10: KEIN Orange — Hover/Active im Header weiss */
.site-header a:hover, .site-header .current-menu-item > a,
.elementor-location-header .elementor-item:hover,
.elementor-location-header .elementor-item.elementor-item-active,
.elementor-nav-menu a:hover, .elementor-nav-menu .elementor-item-active{color:#FFFFFF !important;}

/* Haken-Liste 2026-06-10: wie icon-list-Haken, fuer Text-Listen */
ul.fss-checks{list-style:none;padding:0;text-align:left;display:block;margin:14px 0 18px;}
ul.fss-checks li{position:relative;padding-left:32px;margin-bottom:12px;}
ul.fss-checks li::before{content:"";position:absolute;left:0;top:4px;width:17px;height:17px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23FFFFFF" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round" d="M3.5 13l5.5 5.5L20.5 6"/></svg>') center/contain no-repeat;}

ul.fss-checks-dark{list-style:none;padding:0;text-align:left;display:block;margin:14px 0 18px;}
ul.fss-checks-dark li{position:relative;padding-left:32px;margin-bottom:12px;}
ul.fss-checks-dark li::before{content:"";position:absolute;left:0;top:4px;width:17px;height:17px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23253F67" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round" d="M3.5 13l5.5 5.5L20.5 6"/></svg>') center/contain no-repeat;}
/* fss-checks (blau-Sektion) ebenfalls buendig links statt inline-block */

/* Zebra-Sections 2026-06-10: weisse Sektionen fein abstufen; Elementor-BGs (blau etc.) ueberstimmen das per Spezifitaet */
body .elementor-top-section:nth-of-type(even), body .e-con-boxed:nth-of-type(even), body .e-con-full:nth-of-type(even){background-color:#F5F6F8;}

.fss-team-img img{aspect-ratio:3/4;object-fit:cover;object-position:center 25%;border-radius:8px;width:100%;}/* End custom CSS */