/* Locally hosted web fonts (DSGVO-compliant, no Google CDN) */

/* ===== Kreon ===== */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/kreon-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/kreon-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/kreon-700.woff2') format('woff2');
}

/* ===== Source Sans Pro (served from Source Sans 3, visually equivalent) ===== */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/source-sans-pro-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/source-sans-pro-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/source-sans-pro-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/source-sans-pro-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/files/kittelaktion/fonts/source-sans-pro-700italic.woff2') format('woff2');
}

/* ============================================================
   WVD Wirtschafts- und Versicherungsdienst des Marburger Bundes
   Baden-Wuerttemberg GmbH – zentrales Stylesheet

   Designsprache uebernommen von der Kampagnenseite mbb.tc-r.de
   (Marburger-Bund-CD: Orange/Dunkelblau, Kreon + Source Sans Pro,
   schraege Baender). Erweitert um alles, was eine mehrseitige
   Website braucht: Hauptnavigation, Seitenkopf, Karten, News,
   FAQ, Team und Footer.
   ============================================================ */

:root{
  --orange:#ef7500;
  --orange-dark:#d96a00;
  --orange-20:#fce3cc;
  --dunkelblau:#084069;
  --mittelblau:#0063a4;
  --hellblau:#0090c8;
  --hellgrau:#d9e4ec;
  --grau:#647984;
  --white:#fff;
  --text:#1a1a1a;
  --font-head:'Kreon', serif;
  --font-body:'Source Sans Pro', sans-serif;
  --max-w:1140px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{overflow-x:clip;scroll-behavior:smooth}
html,body{background:var(--white)}
body{font-family:var(--font-body);color:var(--text);font-size:17px;line-height:1.6}
img{max-width:100%;height:auto}
a{color:var(--mittelblau);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px}

/* Screenreader-Text (Contao .invisible) – noetig, da kein Framework-CSS laedt */
.invisible{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--dunkelblau);color:#fff;padding:12px 20px;font-weight:700}
.skip-link:focus{left:0}

/* ---------- Grundgeruest (Contao-Sektionen ohne Breitenbegrenzung) ---------- */
#wrapper,#container{max-width:none;width:100%;margin:0;padding:0}
#main .inside{display:flex;flex-direction:column;max-width:none;width:100%;margin:0;padding:0}
.mod_article{width:100%}

.wrap{max-width:var(--max-w);margin:0 auto;padding:0 24px}

/* ============================================================
   HEADER + HAUPTNAVIGATION
   ============================================================ */
.site-header{background:var(--white);box-shadow:0 1px 0 rgba(8,64,105,.12);position:sticky;top:0;z-index:50}
.site-header .nav{display:flex;align-items:center;gap:20px;padding:10px 24px;max-width:1340px}
.site-header .logo{flex:0 0 auto}
.site-header .logo img{height:50px;width:auto;display:block}
.site-header .logo:hover{text-decoration:none}

.site-header nav.mod_customnav{margin-left:auto}
.site-header .mod_customnav>ul{list-style:none;display:flex;gap:18px;align-items:center}
.site-header .mod_customnav ul{list-style:none}
.site-header .mod_customnav li{position:relative}
.site-header .mod_customnav a,
.site-header .mod_customnav strong{font-weight:600;font-size:15.5px;color:var(--dunkelblau);padding:8px 0;display:block;border-bottom:3px solid transparent;white-space:nowrap}
.site-header .mod_customnav a:hover{color:var(--orange);text-decoration:none;border-bottom-color:var(--orange-20)}
.site-header .mod_customnav strong.active,
.site-header .mod_customnav strong.trail,
.site-header .mod_customnav a.trail{color:var(--orange);border-bottom-color:var(--orange)}

/* Untermenue (Desktop) */
.site-header .mod_customnav li ul{position:absolute;top:100%;left:-14px;display:none;flex-direction:column;gap:0;background:var(--white);box-shadow:0 10px 30px rgba(8,64,105,.16);border-top:3px solid var(--orange);min-width:330px;padding:8px 0;z-index:60}
.site-header .mod_customnav li:hover>ul,
.site-header .mod_customnav li:focus-within>ul{display:flex}
.site-header .mod_customnav li ul a,
.site-header .mod_customnav li ul strong{padding:9px 20px;border-bottom:0;font-weight:400;font-size:15.5px;line-height:1.35;white-space:normal}
.site-header .mod_customnav li ul a:hover{background:var(--hellgrau);border-bottom:0}

.nav-cta{flex:0 0 auto;background:var(--orange);color:var(--white)!important;font-weight:700;font-size:15.5px;padding:10px 18px;border-radius:3px;white-space:nowrap}
.nav-cta:hover{background:var(--orange-dark);text-decoration:none}

.burger{display:none;flex:0 0 auto;width:46px;height:40px;background:none;border:0;cursor:pointer;padding:8px 6px}
.burger span{display:block;height:3px;background:var(--dunkelblau);border-radius:2px;transition:transform .2s,opacity .2s}
.burger span+span{margin-top:6px}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

/* Mobiles Menue */
.mnav{display:none;background:var(--dunkelblau);color:#fff;padding:8px 0 24px}
.mnav.open{display:block}
.mnav .wrap{padding-top:8px}
.mnav ul{list-style:none}
.mnav li{border-bottom:1px solid rgba(255,255,255,.14)}
.mnav a,.mnav strong{display:block;padding:13px 0;color:#fff;font-weight:600;font-size:17px}
.mnav a:hover{color:var(--orange);text-decoration:none}
.mnav strong.active,.mnav strong.trail{color:var(--orange)}
.mnav li ul{margin:0 0 8px 16px}
.mnav li ul li{border-bottom:0}
.mnav li ul a,.mnav li ul strong{font-weight:400;font-size:15.5px;padding:7px 0;color:#cfe0ec}
.mnav-foot{margin-top:20px;font-size:15.5px;color:#cfe0ec}
.mnav-foot p{margin-bottom:4px}
.mnav-foot a{color:#fff;font-weight:600}

/* ============================================================
   SCHRAEG-DIVIDER
   Die schraegen Baender des Marburger-Bund-Designs liegen als
   CSS-Hintergrund auf den Baendern selbst – so muessen Redakteure
   keine Deko-Elemente pflegen.
   ============================================================ */
:root{
  /* Marburger-Bund-Schrägbänder: Diagonale von links unten nach rechts oben,
     darüber ein Keil in der Kontrastfarbe. Benannt "von-nach". */
  --slant-grau-blau:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20130'%20preserveAspectRatio='none'%3E%3Crect%20width='1200'%20height='130'%20fill='%23d9e4ec'/%3E%3Cpolygon%20points='0,112%201200,14%201200,130%200,130'%20fill='%23084069'/%3E%3Cpolygon%20points='0,48%20400,80%200,112'%20fill='%23ef7500'/%3E%3C/svg%3E");
}

/* Schrägband direkt unter dem Kopfbereich – entfällt auf Seiten,
   die ein Kopfbild haben, weil es dort am Bildband hängt. */
/* Das Trennband des Marburger-Bund-CD: hellgrauer Streifen, oranger Keil,
   dunkelblaue Flaeche – die unten mit gerader Kante endet. */
.ci-band{height:168px;background-image:var(--slant-grau-blau);background-repeat:no-repeat;background-position:top center;background-size:100% 112px;background-color:var(--dunkelblau)}
body:has(.band-kopf) .ci-band{display:none}

/* ============================================================
   FARBIGE VOLLBÄNDER MIT SCHRÄGEN ÜBERGÄNGEN
   Die Übergänge liegen als Hintergrundbilder am Band selbst, damit
   sie auch mit den Kachel-Rastern (display:grid) zusammengehen.
   ============================================================ */
.band-blau{max-width:none;padding-left:0;padding-right:0;background-repeat:no-repeat;background-position:top center;background-size:100% 112px;padding-top:142px;padding-bottom:70px}
.band-blau{color:#fff;background-image:var(--slant-grau-blau);background-color:var(--dunkelblau)}
/* Das Kopfbild endet bereits in Dunkelblau – das Band schliesst nahtlos an */
.band-kopf+.band-blau{background-image:none;padding-top:30px}
.band-blau>*{padding-left:24px;padding-right:24px}
.band-blau.band{max-width:none}
.band-blau h1,.band-blau h2,.band-blau h3,.band-blau .content-headline{color:#fff}
.band-blau .rte{color:#eaf1f6}
.band-blau .rte a{color:#fff;text-decoration:underline}
/* Raster-Baender: Inhalt auf Textbreite halten */
.band-blau.karten,.band-blau.leistungsliste{padding-left:max(24px,calc((100% - var(--max-w))/2 + 24px));padding-right:max(24px,calc((100% - var(--max-w))/2 + 24px))}
.band-blau.karten>*{padding-left:0;padding-right:0}

/* ============================================================
   SEITENKOPF DER UNTERSEITEN
   ============================================================ */
.band-kopf{position:relative;background:var(--dunkelblau)}
.band-kopf .content-image{position:absolute;inset:0;margin:0;z-index:0}
.band-kopf .content-image figure,
.band-kopf .content-image img{width:100%;height:100%;margin:0}
.band-kopf .content-image img{object-fit:cover;object-position:center 40%}
.band-kopf{overflow:hidden}
/* Bildband in fester Höhe; das Bild füllt die ganze Breite. */
.band-kopf{height:430px}
.band-kopf::before{content:"";position:absolute;left:0;right:0;bottom:0;z-index:3;height:168px;background-image:var(--slant-grau-blau);background-repeat:no-repeat;background-position:top center;background-size:100% 112px;background-color:var(--dunkelblau)}

/* Seitenkopf ohne Bild (Rechtstexte, Kontakt, Aktuelles) */

/* ============================================================
   INHALTSBAENDER
   ============================================================ */
.band{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding:56px 24px}
.band-schmal{max-width:860px}
.band+.band{padding-top:0}

.content-headline,.band h1,.band h2,.band h3{font-family:var(--font-head);color:var(--dunkelblau)}
.band h1,h1.content-headline{font-weight:300;font-size:38px;line-height:1.2;margin-bottom:22px}
.band h1 strong,h1.content-headline strong{font-weight:700}
.legal h1,.legal h1.content-headline{font-family:var(--font-head);font-weight:700;font-size:34px;color:var(--dunkelblau);margin-bottom:22px}
.band h2,h2.content-headline{font-weight:300;font-size:34px;line-height:1.2;margin-bottom:18px}
.band h2 strong,h2.content-headline strong,.content-headline .mark{font-weight:700}
.band h3,h3.content-headline{font-weight:700;font-size:22px;line-height:1.25;margin-bottom:12px}
/* Abstand zwischen zwei Textbloecken – in den Gittern regelt das gap,
   sonst rutscht jede Kachel ausser der ersten um 18px nach unten. */
.band:not(.karten):not(.team):not(.team-leitung):not(.leistungsliste) .content-text+.content-text{margin-top:18px}

/* Fliesstext */
.rte p{margin-bottom:16px}
.rte p:last-child{margin-bottom:0}
.rte ul,.rte ol{margin:0 0 16px 22px}
.rte li{margin-bottom:7px}
.rte h2{font-family:var(--font-head);font-weight:700;font-size:26px;color:var(--dunkelblau);margin:32px 0 12px}
.rte h3{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--dunkelblau);margin:26px 0 10px}
.rte h4{font-family:var(--font-body);font-weight:700;font-size:17px;color:var(--dunkelblau);margin:22px 0 8px}
.rte strong{font-weight:700}
.rte a{font-weight:600}
.rte table{border-collapse:collapse;width:100%;margin-bottom:16px}
.rte td,.rte th{border:1px solid var(--hellgrau);padding:8px 10px;text-align:left}

/* Hinweiskasten */
.kasten{background:var(--orange-20);border-left:6px solid var(--orange);padding:26px 28px}
.kasten .rte p:last-child{margin-bottom:0}
.kasten h3{margin-bottom:10px}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,.content-hyperlink.btn a,a.btn{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:17px;padding:14px 30px;border-radius:3px;border:none;cursor:pointer;transition:background .15s;text-align:center}
.content-hyperlink.btn a{background:var(--orange);color:var(--white)}
.content-hyperlink.btn a:hover{background:var(--orange-dark);color:var(--white);text-decoration:none}
.content-hyperlink.btn-blau a{background:var(--dunkelblau);color:var(--white)}
.content-hyperlink.btn-blau a:hover{background:#0a5187;color:#fff;text-decoration:none}

/* Liste aus verlinkten Leistungen (Hub-Seiten) */
.leistungsliste{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.leistungsliste .content-hyperlink a{display:block;background:var(--hellgrau);color:var(--dunkelblau);font-weight:700;font-size:17px;line-height:1.35;padding:20px 54px 20px 24px;border-left:5px solid var(--orange);position:relative;transition:background .15s}
.leistungsliste .content-hyperlink a::after{content:"\203A";position:absolute;right:22px;top:50%;transform:translateY(-58%);font-size:30px;color:var(--orange);line-height:1}
.leistungsliste .content-hyperlink a:hover{background:#c9d8e4;text-decoration:none}

/* ============================================================
   KARTEN (Zielgruppen, Produkte, Beitragsteaser)
   ============================================================ */
.karten{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:stretch}
.karten>*,.team>*,.leistungsliste>*,.mod_newslist>*{min-width:0}
.karten>.content-headline,.leistungsliste>.content-headline,.team>.content-headline,
.karten>.voll,.leistungsliste>.voll,.team>.voll{grid-column:1/-1}
.karten .content-hyperlink{display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--hellgrau);box-shadow:0 3px 14px rgba(8,64,105,.07);position:relative;transition:box-shadow .15s,transform .15s}
.karten .content-hyperlink:hover{box-shadow:0 10px 28px rgba(8,64,105,.16);transform:translateY(-3px)}
.karten .content-hyperlink figure{order:-1;margin:0;overflow:hidden}
.karten .content-hyperlink figure img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.karten .content-hyperlink h3{font-family:var(--font-body);font-weight:700;font-size:16px;line-height:1.3;color:var(--dunkelblau);margin:15px 18px 17px;overflow-wrap:break-word;hyphens:auto}
.karten .content-hyperlink a{display:block}
.karten .content-hyperlink a::after{content:"";position:absolute;inset:0}
.karten .content-hyperlink:hover h3{color:var(--orange)}
.karten .content-text{display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--hellgrau);box-shadow:0 3px 14px rgba(8,64,105,.07);position:relative;transition:box-shadow .15s,transform .15s}
.karten .content-text:hover{box-shadow:0 10px 28px rgba(8,64,105,.16);transform:translateY(-3px)}
.karten .content-text figure{order:-1;margin:0;overflow:hidden}
.karten .content-text figure img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.karten .content-text h3{font-family:var(--font-body);font-weight:700;font-size:17px;line-height:1.3;color:var(--dunkelblau);margin:18px 22px 0}
.karten .content-text .rte{margin:8px 22px 22px;font-size:15.5px;color:#444;margin-top:auto;padding-top:8px}
.karten .content-text .rte p:last-child{margin-bottom:0}
/* ganze Karte klickbar, Linktext bleibt fuer Screenreader erhalten */
.karten .content-text .rte a::after{content:"";position:absolute;inset:0}
.karten .content-text .rte a{font-weight:700;color:var(--orange)}
.karten .content-text .rte a:hover{text-decoration:underline}

/* ============================================================
   TEAM
   ============================================================ */
.team{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;align-items:stretch}
.team .content-text{text-align:center}
.team .content-text figure{order:-1;margin:0 0 14px}
.team .content-text figure img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top center;display:block;background:var(--hellgrau)}
.team .content-text h3{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--dunkelblau);margin-bottom:4px}
.team .content-text{display:flex;flex-direction:column}
.team .rte p{font-size:15.5px;color:var(--grau);margin-bottom:2px}
.team-leitung{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:stretch}
.team-leitung>.content-headline{grid-column:1/-1}
.team-leitung .content-text{background:var(--hellgrau);padding:26px 28px;height:100%}
.team-leitung h3{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--dunkelblau);margin-bottom:8px}
.team-leitung .rte ul{list-style:none;margin:0}
.team-leitung .rte li{color:var(--grau);margin-bottom:2px}

/* ============================================================
   NEWS (Beitraege)
   ============================================================ */
.mod_newslist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}
.mod_newslist .layout_latest,.mod_newslist .layout_short{display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--hellgrau);box-shadow:0 3px 14px rgba(8,64,105,.07);position:relative;transition:box-shadow .15s,transform .15s}
.mod_newslist .layout_latest:hover,.mod_newslist .layout_short:hover{box-shadow:0 10px 28px rgba(8,64,105,.16);transform:translateY(-3px)}
.mod_newslist figure{order:-1;margin:0;overflow:hidden}
.mod_newslist figure img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.mod_newslist .info{order:-1;margin:16px 22px 0;font-size:14px;color:var(--grau);font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.mod_newslist h2{font-family:var(--font-head);font-weight:700;font-size:20px;line-height:1.25;margin:8px 22px 0;overflow-wrap:break-word;hyphens:auto}
.mod_newslist h2 a{color:var(--dunkelblau)}
.mod_newslist h2 a::after{content:"";position:absolute;inset:0}
.mod_newslist h2 a:hover{color:var(--orange);text-decoration:none}
.mod_newslist .ce_text,.mod_newslist .content-text{margin:10px 22px 0;font-size:15.5px;color:#444}
.mod_newslist .more{margin:14px 22px 22px;margin-top:auto;padding-top:10px;font-weight:700;color:var(--orange);font-size:15.5px}
.mod_newslist .more a{color:var(--orange)}
.mod_newslist .pagination{grid-column:1/-1}

/* Bloetterfunktion */
.pagination{margin-top:40px;text-align:center}
.pagination p{color:var(--grau);font-size:15px;margin-bottom:10px}
.pagination ul{list-style:none;display:flex;gap:8px;justify-content:center;flex-wrap:wrap;align-items:stretch}
.pagination li{display:flex}
.pagination a,.pagination span,.pagination strong{display:flex;align-items:center;justify-content:center;min-width:44px;padding:9px 14px;border:2px solid var(--hellgrau);color:var(--dunkelblau);font-weight:700;text-align:center}
.pagination span.current,.pagination strong.active{background:var(--orange);border-color:var(--orange);color:#fff}
.pagination a:hover{border-color:var(--orange);text-decoration:none}

/* Detailansicht */
.mod_newsreader .layout_full{max-width:760px;margin:0 auto}
.mod_newsreader h1{font-family:var(--font-head);font-weight:700;font-size:34px;line-height:1.2;color:var(--dunkelblau);margin-bottom:10px}
.mod_newsreader .info{font-size:14px;color:var(--grau);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:22px}
.mod_newsreader figure{margin:0 0 28px}
.mod_newsreader figure img{width:100%;display:block}
.mod_newsreader .back{margin-top:36px;font-weight:700}
.mod_newsreader .back a{color:var(--orange)}

/* ============================================================
   FAQ
   ============================================================ */
.mod_faqpage{max-width:860px;margin:0 auto}
.mod_faqpage h2{font-family:var(--font-head);font-weight:300;font-size:30px;color:var(--dunkelblau);margin-bottom:22px}
.mod_faqpage section{margin-bottom:10px}
.mod_faqpage .toggler{display:block;width:100%;text-align:left;background:var(--hellgrau);border:0;border-left:5px solid var(--orange);color:var(--dunkelblau);font-family:var(--font-body);font-weight:700;font-size:18px;line-height:1.35;padding:0;margin:0;position:relative}
.mod_faqpage .toggler>button{all:unset;display:block;width:100%;cursor:pointer;box-sizing:border-box;padding:18px 54px 18px 22px;font:inherit;color:inherit}
.mod_faqpage .toggler>button::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:26px;color:var(--orange);line-height:1}
.mod_faqpage .toggler>button[aria-expanded="true"]::after{content:"\2013"}
.mod_faqpage .toggler:has(>button:hover){background:#c9d8e4}
.mod_faqpage .toggler>button:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}
.mod_faqpage .accordion{padding:2px 22px;border-left:5px solid var(--hellgrau)}
.mod_faqpage .accordion p{padding:18px 0;margin:0}

/* ============================================================
   FORMULARE (Contao-Formulargenerator)
   ============================================================ */
.content-form,.ce_form{max-width:860px;margin:0 auto}
.ce_form form{background:var(--white);border:1px solid var(--hellgrau);box-shadow:0 4px 24px rgba(8,64,105,.08);padding:36px 34px}
.ce_form .widget{margin-bottom:20px}
.ce_form .widget>label,.ce_form fieldset>legend{display:block;font-weight:700;font-size:15px;color:var(--dunkelblau);margin-bottom:7px;padding:0}
.ce_form input.text,.ce_form textarea,.ce_form select{width:100%;padding:12px 15px;font-size:16.5px;font-family:var(--font-body);border:2px solid var(--hellgrau);border-radius:3px;background:var(--white);color:var(--text);outline:none;transition:border-color .15s}
.ce_form input.text:focus,.ce_form textarea:focus,.ce_form select:focus{border-color:var(--mittelblau)}
.ce_form textarea{min-height:150px;resize:vertical}
.ce_form span.mandatory,.ce_form .mandatory>label .mandatory{color:var(--orange);font-weight:700}
.ce_form p.error{color:#b3261e;font-size:14.5px;font-weight:600;margin-top:6px}
.ce_form .widget-explanation{font-size:14.5px;color:var(--grau)}
.ce_form .widget-explanation a{font-weight:600}
.ce_form fieldset{border:0;padding:0;margin:0 0 20px;min-inline-size:0}
.ce_form .radio_container>span,.ce_form .checkbox_container>span{display:flex;gap:10px;align-items:flex-start;margin-bottom:9px}
.ce_form .radio_container>span input,.ce_form .checkbox_container>span input{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--orange)}
.ce_form .radio_container>span label,.ce_form .checkbox_container>span label{font-weight:400;font-size:15.5px;line-height:1.5;color:#333;margin:0}
.ce_form fieldset.auswahl{background:var(--hellgrau);padding:22px 24px;margin-bottom:22px}
.ce_form fieldset.auswahl>legend{padding:0;margin-bottom:14px;font-size:16.5px}
.ce_form fieldset.auswahl span{margin-bottom:7px}
.ce_form fieldset.einwilligung{background:var(--orange-20);padding:22px 24px}
.ce_form fieldset.einwilligung>legend{margin-bottom:12px;font-size:16.5px}
.ce_form fieldset.einwilligung label{font-size:14.5px}
.ce_form .zweispaltig{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 26px}
.ce_form .zweispaltig>legend{grid-column:1/-1}
.ce_form button.submit{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:17px;padding:15px 40px;border-radius:3px;border:none;cursor:pointer;background:var(--orange);color:var(--white);transition:background .15s}
.ce_form button.submit:hover{background:var(--orange-dark)}
.ce_form .widget-submit{margin-top:8px;text-align:center}
.ce_form .confirmation{background:var(--orange-20);border-left:6px solid var(--orange);padding:26px 28px;font-weight:600;color:var(--dunkelblau)}

/* ============================================================
   RECHTSSEITEN
   ============================================================ */
.legal{max-width:880px;margin:0 auto;padding:48px 24px 64px;overflow-wrap:break-word}
.legal .rte p{margin-bottom:14px;color:#2a2a2a}
.legal .rte h2{font-family:var(--font-head);font-weight:700;font-size:23px;color:var(--dunkelblau);margin:34px 0 12px}
.legal .rte h3{font-size:18px}
.legal .rte ul{margin:0 0 16px 22px}
.legal .rte a{font-weight:600}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--hellgrau);margin-top:0;padding:34px 0 0}
.site-footer>.wrap{max-width:var(--max-w)}
.site-footer h3{font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--dunkelblau);margin-bottom:12px}
.site-footer .invisible{display:none}
.site-footer .rte,.site-footer .rte p{font-size:15.5px;color:#33454f}
.site-footer .rte a{color:var(--mittelblau);font-weight:600}
.site-footer ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px 26px}
.site-footer li{margin-bottom:0}
.site-footer .mod_customnav h3{margin-bottom:12px}
.site-footer .mod_customnav a,.site-footer .mod_customnav strong{font-size:15.5px;color:#33454f;font-weight:600}
.site-footer .mod_customnav a:hover{color:var(--orange);text-decoration:none}
.site-footer .fuss-unten{margin-top:18px;border-top:1px solid #c2d2de;padding:16px 0 24px;font-size:14.5px;color:var(--grau)}
.site-footer .fuss-unten p{margin:0}
.site-footer .slogan{font-family:var(--font-head);font-weight:700;color:var(--hellblau)}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1100px){
  .karten{grid-template-columns:repeat(2,minmax(0,1fr))}
  .team{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1180px){
  .site-header .mod_customnav{display:none}
  .burger{display:block;margin-left:auto}
  .nav-cta{display:none}
  .mod_newslist{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1000px){
  .site-header .mod_customnav{display:none}
  .burger{display:block;margin-left:auto}
  .nav-cta{display:none}
  .mod_newslist{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .band-kopf{height:270px}
  .ci-band,.band-kopf::before{height:104px;background-size:100% 66px}
  .band h1,h1.content-headline{font-size:28px}
  .band-blau{background-size:100% 66px;padding-top:92px;padding-bottom:48px}
  .band-kopf+.band-blau{padding-top:24px}
  .band{padding-left:20px;padding-right:20px}
  .band{padding-top:40px;padding-bottom:40px}
  .band h2,h2.content-headline{font-size:27px}
  .leistungsliste{grid-template-columns:minmax(0,1fr)}
  .ce_form .zweispaltig{grid-template-columns:minmax(0,1fr)}
  .ce_form form{padding:26px 20px}

}
@media (max-width:620px){
  .karten,.mod_newslist,.team,.team-leitung{grid-template-columns:minmax(0,1fr)}
  .site-header .logo img{height:44px}
  .mod_newsreader h1{font-size:27px}
}

