/* ============================================================
   WVD – Corporate Design nach Marburger Bund CD-Manual (2018)
   Umgesetzt für Contao (native Content-Elemente + Artikel)
   Farben:   Orange #ef7500 · Dunkelblau #084069 · Mittelblau #0063a4
             Hellblau #0090c8 · Hellgrau #d9e4ec · Grau #647984
   Schrift:  Kreon (Headlines) · Source Sans Pro (Fließtext)
   ============================================================ */
:root{
  --orange:#ef7500;
  --orange-20:#fce3cc;
  --dunkelblau:#084069;
  --mittelblau:#0063a4;
  --hellblau:#0090c8;
  --hellgrau:#d9e4ec;
  --grau:#647984;
  --white:#ffffff;
  --text:#1a1a1a;
  --font-head:'Kreon', serif;
  --font-body:'Source Sans Pro', sans-serif;
  --max-w:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overflow-x:hidden;max-width:100%}
.invisible{position:absolute!important;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
body{font-family:var(--font-body);color:var(--text);background:var(--white);font-size:17px;line-height:1.6}
img{max-width:100%;display:block}
a{color:var(--mittelblau);text-decoration:none}
a:hover{text-decoration:underline}

/* Layout-Grundgerüst: Sektionen sind Artikel (.mod_article).
   Farbige Bänder gehen full-bleed, Inhalt zentriert über .inside */
#wrapper,#container,#main,.mod_article{margin:0;max-width:none}
.mod_article{padding:80px 0}
.mod_article .inside{max-width:var(--max-w);margin:0 auto;padding:0 24px}
.mod_article .inside::after{content:'';display:table;clear:both}

/* ---------- Header ---------- */
header#header,body header{background:var(--white);position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(8,64,105,.12);padding:0}
#header .inside{max-width:var(--max-w);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:flex-start;gap:34px;flex-wrap:nowrap}
#header .mod_navigation{margin-left:auto}
.logo,.mod_unfiltered_html.logo{display:flex;align-items:center}
.logo-img{height:72px;width:auto;display:block}
/* Navigation (Contao mod_navigation) */
#header nav ul.level_1{display:flex;gap:34px;list-style:none;align-items:center;margin:0;padding:0}
#header nav ul.level_1 li{margin:0}
#header nav a,#header nav strong.active{font-weight:600;font-size:16px;color:var(--dunkelblau);white-space:nowrap;display:inline-block}
#header nav a:hover{color:var(--orange);text-decoration:none}
#header nav strong.active,#header nav a.active,#header nav .trail>a{color:var(--mittelblau);border-bottom:3px solid var(--orange);padding-bottom:4px}

/* Header-Suche: ausklappende Lupe */
.hsearch{display:flex;align-items:center;position:relative}
/* Feld schwebt links neben der Lupe (Overlay) -> Nav bleibt fix, Lupe bleibt rechts */
.hsearch-input{position:absolute;right:48px;top:50%;transform:translateY(-50%);width:0;height:40px;padding:0;border:1px solid var(--hellgrau);border-radius:4px;background:#fff;box-shadow:0 6px 18px rgba(8,64,105,.18);font-family:var(--font-body);font-size:16px;color:var(--dunkelblau);opacity:0;overflow:hidden;transition:width .25s ease,padding .25s ease,opacity .18s;z-index:60}
.hsearch.open .hsearch-input{width:240px;padding:0 14px;opacity:1}
.hsearch-input::placeholder{color:var(--grau)}
.hsearch-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:0;cursor:pointer;color:var(--dunkelblau);padding:0;flex:none;position:relative;z-index:61;transition:color .15s}
.hsearch-toggle:hover{color:var(--orange)}
.hsearch.open .hsearch-toggle{color:var(--orange)}

/* Suchergebnisse (mod_search) */
.mod_search .formbody{display:flex;gap:10px;flex-wrap:wrap;align-items:stretch;margin-bottom:28px}
.mod_search .text{flex:1;min-width:240px;height:48px;padding:0 14px;border:1px solid var(--hellgrau);border-radius:3px;font-size:16px;box-sizing:border-box}
.mod_search .submit{height:48px;padding:0 28px;border:0;border-radius:3px;background:var(--orange);color:#fff;font-weight:700;font-size:16px;cursor:pointer;box-sizing:border-box}
.mod_search .submit:hover{background:#d96a00}
.mod_search p.header{color:var(--dunkelblau);font-size:17px;margin-bottom:6px}
.mod_search p.info{color:var(--grau);font-size:13px;margin-bottom:22px}
.mod_search .search_default{padding:18px 0;border-bottom:1px solid rgba(8,64,105,.12)}
.mod_search h3{font-family:var(--font-head);font-size:20px;margin:0 0 6px}
.mod_search h3 a{color:var(--dunkelblau)}
.mod_search h3 a:hover{color:var(--orange);text-decoration:none}
.mod_search .url{font-size:13px;color:var(--grau);margin:6px 0 0;word-break:break-all}
.mod_search .context{font-size:15.5px;line-height:1.6;margin:0}
.mod_search mark.highlight{background:transparent;color:var(--orange);font-weight:700}

/* Burger (mobil) */
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;background:none;border:none;cursor:pointer;padding:8px}
.burger span{display:block;width:26px;height:3px;background:var(--dunkelblau);border-radius:2px;transition:transform .2s,opacity .2s}
#header.nav-open .burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}
#header.nav-open .burger span:nth-child(2){opacity:0}
#header.nav-open .burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* ---------- Hero ---------- */
.sec-hero-photo{padding:0}
.sec-hero-photo .inside{max-width:none;padding:0}
.sec-hero-photo img{width:100%;height:60vh;object-fit:cover;object-position:center 32%}

.sec-hero-blue{position:relative;background:var(--dunkelblau);color:var(--white);padding:0 0 40px;overflow:visible}
/* schräge Fläche als CSS-SVG (5°/10°, oranges Dreieck links) */
.slant-blue::before{content:'';display:block;width:100%;height:150px;margin-bottom:32px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Crect width='1200' height='150' fill='%23d9e4ec'/%3E%3Cpolygon points='0,130 1200,15 1200,150 0,150' fill='%23084069'/%3E%3Cpolygon points='0,55 480,84 0,130' fill='%23ef7500'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.stoerer{position:absolute;z-index:3;right:6%;top:55px;width:170px;height:170px;border-radius:50%;background:var(--hellblau);color:var(--white);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;font-size:16.5px;line-height:1.3;padding:20px;transform:rotate(6deg);box-shadow:0 6px 24px rgba(8,64,105,.25)}
.stoerer p{margin:0}
h1{font-family:var(--font-head);font-size:52px;line-height:1.12;font-weight:400}
h1 .light{font-weight:300;display:block}
h1 .bold{font-weight:700;display:block}
.hero-sub{font-size:20px;font-weight:400;max-width:640px;margin-top:22px;color:var(--hellgrau)}
.sec-hero-blue h2,.sec-hero-blue h2 .light,.sec-hero-blue h2 .bold{color:var(--white)}

/* Buttons (Contao Hyperlink-Element; Wrapper = .content-hyperlink) */
.btn{display:inline-block;margin:0 16px 0 0;vertical-align:top}
.btn a{display:inline-block;font-weight:700;font-size:16px;padding:14px 30px;border-radius:3px;transition:background .15s ease}
.btn a:hover{text-decoration:none}
.btn-orange a{background:var(--orange);color:var(--white);border:2px solid var(--orange);}
.btn-orange a:hover{background:#d96a00}
.btn-ghost a{border:2px solid var(--hellgrau);color:var(--white)}
.btn-ghost a:hover{background:rgba(255,255,255,.1)}
.btn-blue a{background:var(--dunkelblau) ;color:var(--white)!important}
.btn-blue a:hover{background:#052c49 }
.sec-hero-blue .btn{margin-top:34px}

/* ---------- Section-Köpfe ---------- */
.sec-head{margin-bottom:48px}
h2{font-family:var(--font-head);font-size:36px;line-height:1.2;color:var(--dunkelblau);font-weight:400}
h2 .light{font-weight:300}
h2 .bold{font-weight:700}
.sec-head p{margin-top:12px;font-size:18px;color:var(--grau);max-width:720px}

/* ---------- Karten-Raster ---------- */
.sec-cards .inside{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.sec-cards .full{grid-column:1/-1;margin-bottom:0}
.sec-cards .sec-head{grid-column:1/-1}

/* Zielgruppen-Karten */
.bg-white{background:var(--white)}
.zcard{background:var(--hellgrau);overflow:hidden;padding:0 0 26px}
.zcard::before{content:'';display:block;height:190px;position:relative;clip-path:polygon(0 0,100% 0,100% 82%,0 100%)}
.zcard.zc1::before{background:linear-gradient(135deg,#9fc2d8,#6d94ae)}
.zcard.zc2::before{background:linear-gradient(135deg,#84a9c0,#547a94)}
.zcard.zc3::before{background:linear-gradient(135deg,#b0ccdc,#7fa3ba)}
.zcard>*{padding-left:28px;padding-right:28px}
.zcard h3{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--dunkelblau);margin:10px 0 14px}
.zcard ul{list-style:none;margin:0}
.zcard li{padding:7px 0;border-bottom:1px solid rgba(8,64,105,.12)}
.zcard li:last-child{border-bottom:none}
.zcard li a{font-weight:600}
.zcard li a::before{content:'→ ';color:var(--orange);font-weight:700}
.zcard .zcard-link{display:inline-block;margin:18px 0 28px;font-weight:700;color:var(--orange)}
.zcard a:hover,.zcard-link:hover,.tcard a:hover,.more:hover,.weiter a:hover{text-decoration:none}
/* Zielgruppen-Karte mit echtem Foto statt Verlauf */
.zcard.zphoto::before{display:none}
/* Foto kommt aus der Bild-Option des Text-Elements (figure) */
.zcard>figure,.zcard>.image_container{margin:0;padding:0}
.zcard figure img,.zcard .image_container img{display:block;width:100%;height:190px;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 82%,0 100%)}
/* kürzeres Hero-Banner (Unterseiten) */
.hero-short img{height:360px}

/* Zwei-Spalten-Linklisten (z. B. Ratgeber) */
.sec-cols2 .inside{display:grid;grid-template-columns:1fr 1fr;gap:56px;max-width:940px}
.sec-cols2 .sec-head{grid-column:1/-1}
.linkcol h3{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--dunkelblau);margin-bottom:16px}
.linkcol ul{list-style:none;margin:0}
.linkcol li{padding:9px 0;border-bottom:1px solid rgba(8,64,105,.12)}
.linkcol li:last-child{border-bottom:none}
.linkcol li a{font-weight:600}
.linkcol li a::before{content:'→ ';color:var(--orange);font-weight:700}
.linkcol a:hover{text-decoration:none}

/* Themen-Karten */
.tcard{background:var(--white);color:var(--text);padding:34px 30px;position:relative}
/* Icon aus der Bild-Option des Text-Elements (figure) */
.tcard>figure,.tcard>.image_container{margin:0 0 20px;padding:0}
.tcard figure img,.tcard .image_container img{display:block;width:52px;height:52px}
.tcard h3{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--dunkelblau);margin-bottom:12px;line-height:1.3}
.tcard p{font-size:16px;color:#333;margin:0}
.tcard .rte>a{display:inline-block;margin-top:16px;font-weight:700;color:var(--mittelblau)}
.tcard .rte>a:hover{color:var(--orange);text-decoration:none}
.tcard.frei::after{content:'kostenfrei für MB-Mitglieder';position:absolute;top:-16px;right:20px;background:var(--hellblau);color:var(--white);font-size:13px;font-weight:700;padding:6px 14px;border-radius:20px;white-space:nowrap}

/* Blauer Schräg-Block als Seiten-Header (weißer Slant-Top, ohne Hero-Foto) */
.slant-topwhite::before{content:'';display:block;width:100%;height:150px;margin-bottom:34px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Crect width='1200' height='150' fill='%23ffffff'/%3E%3Cpolygon points='0,130 1200,15 1200,150 0,150' fill='%23084069'/%3E%3Cpolygon points='0,55 480,84 0,130' fill='%23ef7500'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.sec-hero-blue .hero-heading h1{font-size:40px;font-weight:700;line-height:1.15}
.sec-hero-blue .hero-heading h1 .light,.sec-hero-blue .hero-heading h1 .bold{display:inline}

/* Importierte Inhaltsseiten – Body */
.sec-pagebody{padding:56px 0 76px}
.sec-pagebody .inside{max-width:860px}
.sec-pagebody h2{font-family:var(--font-head);font-weight:700;font-size:28px;color:var(--dunkelblau);line-height:1.25;margin:30px 0 12px}
.sec-pagebody h3{font-family:var(--font-head);font-weight:700;font-size:21px;color:var(--dunkelblau);margin:24px 0 10px}
.sec-pagebody h4{font-weight:700;color:var(--dunkelblau);margin:18px 0 8px}
.sec-pagebody p{margin-bottom:15px;font-size:17px;line-height:1.72}
.sec-pagebody ul,.sec-pagebody ol{margin:0 0 16px 22px}
.sec-pagebody li{margin-bottom:6px}
.sec-pagebody a{color:var(--mittelblau);font-weight:600}
.sec-pagebody a:hover{color:var(--orange);text-decoration:none}
.sec-pagebody img{max-width:100%;height:auto;margin:14px 0}
.sec-pagebody table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15.5px}
.sec-pagebody td,.sec-pagebody th{border:1px solid var(--hellgrau);padding:8px 11px;text-align:left;vertical-align:top}
.sec-pagebody th{background:var(--hellgrau)}
/* Übersichts-/Menü-Seiten: mehrspaltige Linklisten – breiter als Fließtext */
.sec-pagebody .inside:has(.ovgrid){max-width:1180px}
.sec-pagebody .inside:has(.ce_form),.sec-pagebody .inside:has(.mod_search){max-width:var(--max-w)}
.sec-pagebody .ovgrid{display:grid;gap:34px 56px;margin:10px 0 24px;justify-content:center}
.sec-pagebody .ovgrid-2{grid-template-columns:repeat(2,minmax(0,320px))}
.sec-pagebody .ovgrid-3{grid-template-columns:repeat(3,minmax(0,300px))}
.sec-pagebody .ovgrid-4{grid-template-columns:repeat(4,minmax(0,230px))}
.sec-pagebody .ovrow{margin:0}
.sec-pagebody .ovcol{min-width:0}
.sec-pagebody .colhead{font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--dunkelblau);text-align:center;text-transform:uppercase;letter-spacing:.03em;margin:0 0 14px}
.sec-pagebody .ovcol ul{list-style:none;margin:0}
.sec-pagebody .ovcol li{margin:0;padding:0;border:0}
.sec-pagebody .ovcol li a{display:block;position:relative;padding:9px 0 9px 22px;line-height:1.35;font-weight:600;border-bottom:1px solid rgba(8,64,105,.1)}
.sec-pagebody .ovcol li:last-child a{border-bottom:none}
.sec-pagebody .ovcol li a::before{content:'→';position:absolute;left:0;top:9px;color:var(--orange);font-weight:700}

/* Kontaktleiste über dem Formular */
.kontaktbar{display:flex;flex-wrap:wrap;gap:8px 32px;background:var(--hellgrau);padding:15px 22px;border-radius:4px;margin-bottom:34px;font-weight:600;color:var(--dunkelblau)}
.kontaktbar a{color:var(--mittelblau)}
.kontaktbar a:hover{color:var(--orange);text-decoration:none}

/* Kontaktformular (Contao ce_form) */
.ce_form .formbody{display:flex;flex-wrap:wrap;gap:0 4%}
.ce_form .widget{margin-bottom:20px;width:100%;min-width:0}
.ce_form .widget.w50{width:48%}
.ce_form label{display:block;font-weight:600;color:var(--dunkelblau);margin-bottom:6px}
.ce_form input[type=text],.ce_form input.text,.ce_form input[type=email],.ce_form textarea{width:100%;padding:11px 14px;border:1px solid var(--hellgrau);border-radius:4px;font-size:16px;font-family:var(--font-body);color:var(--text);background:#fff}
.ce_form input:focus,.ce_form textarea:focus{outline:0;border-color:var(--mittelblau)}
.ce_form textarea{min-height:160px;resize:vertical}
.ce_form fieldset{border:0;padding:0;margin:0}
.ce_form fieldset legend,.ce_form .widget-radio>label,.ce_form .widget-checkbox>label{font-weight:700;color:var(--dunkelblau);margin-bottom:10px}
.ce_form .radio_container span,
.ce_form .checkbox_container span{
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:5px 0;
  font-weight:400
}
.ce_form .radio_container label,.ce_form .checkbox_container label{font-weight:400;color:var(--text);margin:0}
.ce_form .radio_container input,.ce_form .checkbox_container input{margin-top:8px;flex:none}
.ce_form .widget-explanation p{margin-bottom:10px}
.ce_form .mandatory{color:var(--orange)}
.ce_form label.error,.ce_form p.error,.ce_form .error{color:#c0392b;font-size:14px}
.ce_form .widget-captcha{width:100%}
.ce_form .captcha{width:90px;display:inline-block;margin-left:8px}
.ce_form .widget-submit{width:100%;margin-top:6px}
.ce_form button.submit,.ce_form input.submit{background:var(--orange);color:#fff;border:0;padding:13px 38px;border-radius:4px;font-weight:700;font-size:16px;cursor:pointer;font-family:var(--font-body)}
.ce_form button.submit:hover,.ce_form input.submit:hover{background:#d96a00}
.ce_form .confirmation{background:var(--hellgrau);border-left:4px solid var(--orange);padding:18px 22px;border-radius:4px;font-size:17px}

/* dunkler Kapiteltrenner */
.sec-blue{background:var(--dunkelblau);color:var(--white);overflow:hidden;padding-top:0;padding-bottom:90px}
.slant-bluef::before{content:'';display:block;width:100%;height:150px;margin-bottom:50px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Crect width='1200' height='150' fill='%23ffffff'/%3E%3Cpolygon points='0,130 1200,15 1200,150 0,150' fill='%23084069'/%3E%3Cpolygon points='0,55 480,84 0,130' fill='%23ef7500'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.sec-blue h2,.sec-blue h2 .bold,.sec-blue h2 .light{color:var(--white)}
.sec-blue .sec-head p{color:var(--hellgrau)}
.sec-blue .tcard h3{color:var(--dunkelblau)}
.weiter{grid-column:1/-1;margin-top:44px}
.weiter a{font-weight:700;font-size:18px}
.sec-blue .weiter a{color:var(--white)}
.weiter a::before{content:'→ ';color:var(--orange)}

/* Ärzte-Themen auf hellgrau */
.bg-grey{background:var(--hellgrau)}
.bg-grey .tcard{box-shadow:0 2px 12px rgba(8,64,105,.08)}

/* Vorteil-Band (orange) */
.sec-band{background:var(--orange);color:var(--white);overflow:hidden;padding-top:0;padding-bottom:70px}
.slant-orange::before{content:'';display:block;width:100%;height:150px;margin-bottom:50px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Crect width='1200' height='150' fill='%23d9e4ec'/%3E%3Cpolygon points='0,130 1200,15 1200,150 0,150' fill='%23ef7500'/%3E%3Cpolygon points='0,55 480,84 0,130' fill='%23084069'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.sec-band .inside{display:flex;align-items:center;gap:48px;flex-wrap:wrap}
.band-text{flex:1;min-width:300px}
.sec-band h2,.sec-band h2 .light,.sec-band h2 .bold{color:var(--white)}
.sec-band ul{list-style:none;margin-top:14px}
.sec-band li{font-weight:600;padding:4px 0}
.sec-band li::before{content:'✓  ';font-weight:700}

/* Trust-Zitat */
.sec-trust{background:var(--white);text-align:center}
.sec-trust .mark{color:var(--orange);font-size:64px;font-family:var(--font-head);font-weight:700;line-height:.5;display:block;margin-bottom:18px}
.sec-trust blockquote{font-family:var(--font-head);font-weight:300;font-size:28px;line-height:1.4;color:var(--dunkelblau);max-width:820px;margin:0 auto;border:0;padding:0}
.sec-trust blockquote strong{font-weight:700}

/* ---------- News (Wissen & Karriere) ---------- */
.sec-news .inside{max-width:1160px;display:grid;grid-template-columns:1fr 300px;grid-template-rows:auto auto 1fr;gap:24px 48px;align-items:start}
.news-main{grid-column:1;grid-row:1/4;min-width:0}
.mod_newslist.news-side{grid-column:2;grid-row:1}
.mod_newsmenu.news-side{grid-column:2;grid-row:2}
.news-side{background:var(--hellgrau);padding:22px 24px}
.news-side h3{font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--dunkelblau);margin:0 0 14px}
.news-side .layout_short{padding:9px 0;border-bottom:1px solid rgba(8,64,105,.14)}
.news-side .layout_short:last-child{border-bottom:none}
.news-side .layout_short h2{font-family:var(--font-body);font-size:15px;font-weight:600;line-height:1.35;margin:0}
.news-side .layout_short h2 a{color:var(--mittelblau)}
.news-side .layout_short h2 a:hover{color:var(--orange);text-decoration:none}
.news-side .layout_short > *:not(h2){display:none}
.news-side ul{list-style:none;margin:0}
.news-side li{padding:8px 0;border-bottom:1px solid rgba(8,64,105,.14);font-size:15px}
.news-side li:last-child{border-bottom:none}
.news-side a{color:var(--mittelblau);font-weight:600}
.news-side a:hover{text-decoration:none;color:var(--orange)}
.mod_newsmenu.news-side{max-height:360px;overflow-y:auto}
.mod_newsmenu .level_2{margin:2px 0 8px 14px}
.mod_newsmenu .year > a{font-weight:700;color:var(--dunkelblau)}
.mod_newslist .layout_latest{padding:36px 0;border-bottom:1px solid rgba(8,64,105,.14)}
.mod_newslist .layout_latest:first-child{padding-top:0}
.mod_newslist figure,.mod_newslist .image_container{margin:0 0 22px}
.mod_newslist img{width:100%;height:auto;display:block;clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}
.mod_newslist h2{font-family:var(--font-head);font-weight:700;font-size:27px;line-height:1.2;color:var(--dunkelblau);margin-bottom:8px}
.mod_newslist h2 a{color:var(--dunkelblau)}
.mod_newslist h2 a:hover{color:var(--orange);text-decoration:none}
.mod_newslist .info{font-size:14px;color:var(--grau);margin-bottom:14px}
.mod_newslist .info time{font-weight:600}
.mod_newslist p{font-size:16.5px;line-height:1.6}
.mod_newslist .more{margin-top:16px}
.mod_newslist .more a{font-weight:700;color:var(--mittelblau)}
.mod_newslist .more a::after{content:' →';color:var(--orange)}
.mod_newslist .more a:hover{text-decoration:none}
/* News-Detail (Reader) im WVD-Style: Bild=Header, H1 im blauen Schräg-Block, dann Body */
.sec-newsdetail{padding:0}
.sec-newsdetail>.inside{max-width:none;margin:0;padding:0}
.nd-hero{overflow:hidden}
.nd-hero img{width:100%;height:440px;object-fit:cover;display:block;clip-path:none}
.nd-intro{position:relative;background:var(--dunkelblau);color:var(--white);padding:0 0 46px;overflow:visible}
.nd-intro.no-hero::before{display:none}
.nd-intro.no-hero{padding-top:48px}
.nd-intro .inside{max-width:var(--max-w);margin:0 auto;padding:0 24px;position:relative}
.nd-intro h1{font-family:var(--font-head);font-weight:700;font-size:40px;line-height:1.15;color:var(--white);margin:0}
.nd-intro .info{margin-top:14px;font-size:14px;color:var(--hellgrau)}
.nd-body{padding:56px 0 76px}
.nd-body .inside{max-width:840px;margin:0 auto;padding:0 24px}
.nd-body p{margin-bottom:16px;font-size:17px;line-height:1.7}
.nd-body h2,.nd-body h3{font-family:var(--font-head);color:var(--dunkelblau);line-height:1.25;margin:26px 0 12px}
.nd-body h2{font-size:26px}
.nd-body a{color:var(--mittelblau);font-weight:600}
.nd-body ul,.nd-body ol{margin:0 0 16px 22px}
.nd-body img{max-width:100%;height:auto}
@media (max-width:960px){
  .nd-hero img{height:260px}
  .nd-intro h1{font-size:30px}
}
/* Paginierung */
.pagination{margin-top:28px;border-top:1px solid rgba(8,64,105,.14);padding-top:20px}
.pagination p{font-size:14px;color:var(--grau);margin:0 0 12px}
.pagination ul{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}
.pagination li{padding:0;border:0}
.pagination li a,.pagination li.active span,.pagination li strong{display:inline-block;min-width:40px;text-align:center;padding:9px 12px;border:1px solid var(--hellgrau);border-radius:3px;font-weight:600;font-size:15px;line-height:1}
.pagination li a{color:var(--mittelblau)}
.pagination li a:hover{background:var(--hellgrau);text-decoration:none}
.pagination li.active,.pagination li.active span,.pagination li strong{background:var(--dunkelblau);color:var(--white);border-color:var(--dunkelblau)}
.pagination li.previous a,.pagination li.next a,.pagination li.first a,.pagination li.last a{color:var(--dunkelblau)}

/* ---------- Footer ---------- */
footer#footer,body footer{background:var(--dunkelblau);color:var(--hellgrau);padding:0 0 40px;position:relative;overflow:hidden}
/* Diagonale Oberkante (weiß -> blau, oranger Keil rechts) — leitet in den Footer über */
#footer::before{content:'';display:block;width:100%;height:130px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Crect width='1200' height='150' fill='%23ffffff'/%3E%3Cpolygon points='0,130 1200,15 1200,150 0,150' fill='%23084069'/%3E%3Cpolygon points='0,55 480,84 0,130' fill='%23ef7500'/%3E%3C/svg%3E") center/100% 100% no-repeat}
/* Footer-Modul rendert HTML direkt in #footer .inside (kein Wrapper) -> Grid hier */
#footer .inside{max-width:var(--max-w);margin:0 auto;padding:24px 24px 44px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px}
#footer h4{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--white);margin-bottom:16px}
#footer p,#footer li{font-size:15.5px;line-height:1.7}
#footer ul{list-style:none;margin:0}
#footer .inside a{color:var(--hellgrau)}
#footer .inside a:hover{color:var(--white)}
.foot-web{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--white);margin-top:14px;display:inline-block}
.slogan{font-family:var(--font-head);font-weight:700;font-size:17px;color:#a9dcf5;opacity:1}
.foot-legal{grid-column:1/-1;border-top:1px solid rgba(217,228,236,.25);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:14px}
.foot-legal a{color:var(--hellgrau);margin-right:22px}
.foot-legal .copy{color:var(--hellgrau)}

/* accordian */
.text-center{
  text-align: center;
}
.ce_accordion{
  margin-bottom: 15px;
}
.ce_accordion .toggler button{
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  padding-right: 50px;
  border-radius: 0px;
  border: 0px;
  font-size: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  background: var(--dunkelblau);
  color: #ffffff;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
}
.ce_accordion .toggler button::before{
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 30px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;

}
.ce_accordion .toggler.open button::before{
  opacity: 0;
}
.ce_accordion .accordion{
  padding: 10px 15px;
  background: #efefef;
}
.d-block{
  display: block !important;
}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .mod_article{padding:56px 0}
  .sec-hero-photo{padding:0}
  .sec-hero-blue{padding:0 0 56px}
  .sec-blue{padding:0 0 64px}
  .sec-band{padding:0 0 56px}
  .sec-newsdetail{padding:0}
  .slant-blue::before,.slant-bluef::before,.slant-orange::before,.slant-topwhite::before{height:70px}
  .sec-hero-blue .hero-heading h1{font-size:30px}
  #footer::before{height:64px}
  .sec-cards .inside,.sec-cols2 .inside{grid-template-columns:1fr}
  .sec-news .inside{grid-template-columns:1fr}
  .news-main,.news-side{grid-column:1}
  .sec-pagebody .ovgrid-2,.sec-pagebody .ovgrid-3,.sec-pagebody .ovgrid-4{grid-template-columns:1fr}
  .ce_form .widget.w50{width:100%}
  #footer .inside{grid-template-columns:1fr}
  .burger{display:flex}
  #header .inside{flex-wrap:wrap;position:relative}
  #header .hsearch{margin-left:auto}
  #header .burger{margin-left:0}
  #header .mod_navigation{display:none;flex-basis:100%;order:3;margin-top:8px}
  #header.nav-open .mod_navigation{display:block}
  #header nav ul.level_1{display:flex;flex-direction:column;gap:0}
  #header nav ul.level_1 li{width:100%;border-top:1px solid var(--hellgrau)}
  #header nav a,#header nav strong.active{display:block;padding:13px 4px}
  #header nav strong.active,#header nav .trail>a{border-bottom:none}
  h1{font-size:38px}
  .stoerer{right:4%;top:-60px;width:140px;height:140px;font-size:14px}
  .sec-hero-photo img{height:300px}
  .logo-img{height:56px}
  .sec-band .inside{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
}
