/*
Theme Name: COVAGO Kfz-Überführer
Theme URI: https://kfz-ueberfuehrer.de
Author: COVAGO / Carlos Arad
Author URI: https://carlosarad.de
Description: Natives, blockbasiertes WordPress-Theme für "Kfz-Überführer Versicherung" (COVAGO). Alle Seiten und Sektionen sind vollständig über den Gutenberg-Editor per Block-Patterns bearbeitbar. Enthält Anfragen-Dashboard, CTA-Klick-Tracking, mobil-optimiertes Hamburger-Menü, horizontal scrollbare Tabs/Tabellen mit Fade-Effekt und umfangreiche Sicherheits-Härtung.
Version: 1.1.5
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: covago-kfz
Tags: business, custom-colors, block-patterns, block-styles, full-width-template, threaded-comments, translation-ready
*/

/* =====================================================================
   COVAGO Elektrik — Design Tokens
   ===================================================================== */
:root{
  --co-dark:#0A2E3D;
  --co-primary:#0397CC;
  --co-primary-hover:#0279A3;
  --co-light:#86CFEC;
  --co-ink:#0e181c;
  --co-body:#3a4a50;
  --co-muted:#5a6b71;
  --co-surface:#eef2f3;
  --co-surface-2:#e4ebed;
  --co-surface-3:#e2eaec;
  --co-border:#e2e8ea;
  --co-foot-1:#a7b8be;
  --co-foot-2:#7d939a;
  --co-foot-3:#c3d2d7;
  --co-white:#ffffff;
  --co-radius-btn:6px;
  --co-radius-card:10px;
  --co-radius-foot:48px;
  --co-maxw:1200px;
  --co-font:'Archivo',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

/* =====================================================================
   Self-hosted Archivo (variable font, DSGVO-konform)
   ===================================================================== */
@font-face{
  font-family:'Archivo';font-style:normal;font-weight:400 800;font-stretch:100%;font-display:swap;
  src:url(assets/fonts/archivo-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Archivo';font-style:normal;font-weight:400 800;font-stretch:100%;font-display:swap;
  src:url(assets/fonts/archivo-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* =====================================================================
   Base / Reset
   ===================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--co-font);color:var(--co-ink);
  background:var(--co-white);line-height:1.5;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--co-primary);text-decoration:none}
a:hover{color:var(--co-primary-hover)}
h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.15}
button{font-family:var(--co-font)}
:focus-visible{outline:2px solid var(--co-primary);outline-offset:2px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.co-skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--co-primary);color:#fff;padding:12px 20px;border-radius:0 0 6px 0}
.co-skip-link:focus{left:0;color:#fff}

/* Layout helpers */
.co-container{max-width:var(--co-maxw);margin:0 auto;padding-left:32px;padding-right:32px}
.co-accent{color:var(--co-primary)}

/* =====================================================================
   Site Header + Mobile Hamburger Menu
   ===================================================================== */
.co-header{background:var(--co-white);width:100%;position:relative;z-index:60}
/* Dunkler Header sitzt bündig auf dem dunklen Hero (nahtloser Übergang). */
.co-header--dark{background:var(--co-dark)}
.co-header__inner{max-width:var(--co-maxw);margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.co-header--dark .co-header__inner{padding:22px 32px}
.co-logo{display:flex;align-items:center;flex-shrink:0}
.co-logo img{height:26px;width:auto;display:block}
.co-header--dark .co-logo img{filter:brightness(0) invert(1)}
.co-nav{display:flex;align-items:center;gap:28px}
.co-nav a{font-size:15px;font-weight:600;color:var(--co-ink)}
.co-nav a:hover{color:var(--co-primary)}
.co-header--dark .co-nav a{color:#fff}
.co-header--dark .co-nav a:hover{color:var(--co-light)}
.co-nav .co-nav-cta{background:var(--co-primary);color:#fff;padding:12px 24px;border-radius:var(--co-radius-btn);display:inline-block}
.co-nav .co-nav-cta:hover{background:var(--co-primary-hover);color:#fff}
.co-header--dark .co-nav .co-nav-cta{background:#fff;color:var(--co-dark)}
.co-header--dark .co-nav .co-nav-cta:hover{background:var(--co-light);color:var(--co-dark)}

/* Hamburger button */
.co-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;border-radius:8px;flex-shrink:0}
.co-burger span{display:block;height:2px;width:24px;background:var(--co-ink);border-radius:2px;transition:transform .3s ease,opacity .2s ease}
.co-header--dark .co-burger span{background:#fff}
.co-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.co-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.co-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile drawer */
.co-mobile-nav{position:fixed;inset:0;z-index:80;visibility:hidden;pointer-events:none}
.co-mobile-nav__overlay{position:absolute;inset:0;background:rgba(14,24,28,.55);opacity:0;transition:opacity .3s ease}
.co-mobile-nav__panel{position:absolute;top:0;right:0;height:100%;width:min(86vw,360px);background:var(--co-white);
  display:flex;flex-direction:column;padding:22px 24px 32px;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);border-left:1px solid var(--co-border)}
.co-mobile-nav.is-open{visibility:visible;pointer-events:auto}
.co-mobile-nav.is-open .co-mobile-nav__overlay{opacity:1}
.co-mobile-nav.is-open .co-mobile-nav__panel{transform:translateX(0)}
.co-mobile-nav__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.co-mobile-nav__head img{height:24px}
.co-mobile-close{width:40px;height:40px;border:none;background:var(--co-surface);border-radius:8px;cursor:pointer;position:relative;flex-shrink:0}
.co-mobile-close::before,.co-mobile-close::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--co-ink);border-radius:2px}
.co-mobile-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.co-mobile-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.co-mobile-nav__links{display:flex;flex-direction:column;gap:4px}
.co-mobile-nav__links a{font-size:18px;font-weight:600;color:var(--co-ink);padding:14px 4px;border-bottom:1px solid var(--co-border)}
.co-mobile-nav__links a:hover{color:var(--co-primary)}
.co-mobile-nav__cta{margin-top:24px;background:var(--co-primary);color:#fff!important;text-align:center;font-weight:700;padding:16px;border-radius:var(--co-radius-btn);border-bottom:none!important}
.co-mobile-nav__cta:hover{background:var(--co-primary-hover)}
body.co-no-scroll{overflow:hidden}

/* =====================================================================
   Site Footer
   ===================================================================== */
.co-footer{background:var(--co-dark);width:100%;border-radius:var(--co-radius-foot) var(--co-radius-foot) 0 0;color:#fff;margin-top:0}
.co-footer a{color:#fff}
.co-footer a:hover{color:var(--co-light)}
.co-footer__inner{max-width:var(--co-maxw);margin:0 auto;padding:64px 32px 48px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:48px}
.co-footer__brand{display:flex;flex-direction:column;gap:20px;max-width:340px}
.co-footer__brand img{height:24px;align-self:flex-start;filter:brightness(0) invert(1)}
.co-footer__brand .co-foot-text{color:var(--co-foot-1);font-size:14px;line-height:1.7}
.co-footer__cols{display:flex;gap:80px;flex-wrap:wrap}
.co-footer__col{display:flex;flex-direction:column;gap:12px}
.co-footer__col .co-foot-head{color:var(--co-foot-2);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}
.co-footer__col a{font-size:14px;font-weight:500}
.co-footer__bottom{max-width:var(--co-maxw);margin:0 auto;padding:0 32px}
.co-footer__bottom-inner{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;color:var(--co-foot-2);font-size:13px}

/* =====================================================================
   Floating contact bar (right edge)
   ===================================================================== */
.co-floatbar{position:fixed;right:0;top:42%;z-index:50;display:flex;flex-direction:column;gap:8px;transform:translateX(110%);transition:transform .45s ease}
.co-floatbar.is-visible{transform:translateX(0)}
.co-floatbar a{width:54px;height:54px;background:var(--co-dark);border-radius:6px 0 0 6px;display:flex;align-items:center;justify-content:center}
.co-floatbar a:hover{background:var(--co-primary)}
.co-floatbar a.is-accent{background:var(--co-primary)}
.co-floatbar a.is-accent:hover{background:var(--co-dark)}

/* =====================================================================
   Buttons (shared)
   ===================================================================== */
.co-btn{display:inline-block;font-weight:600;border-radius:var(--co-radius-btn);cursor:pointer;border:none;text-align:center;transition:background .2s ease,color .2s ease;font-size:14px;padding:12px 22px;line-height:1.2}
.co-btn--primary{background:var(--co-primary);color:#fff}
.co-btn--primary:hover{background:var(--co-primary-hover);color:#fff}
.co-btn--light{background:#fff;color:var(--co-dark)}
.co-btn--light:hover{background:var(--co-light);color:var(--co-dark)}
.co-btn--outline{background:transparent;color:#fff;box-shadow:inset 0 0 0 1.5px var(--co-light)}
.co-btn--outline:hover{background:var(--co-primary);color:#fff}

/* =====================================================================
   Gutenberg content width for pages (full-width sections)
   ===================================================================== */
.co-page-content{width:100%}
/* Native block alignment inside page content */
.co-page-content .alignfull{max-width:none}
.co-page-content > .wp-block-group:not(.alignfull):not(.alignwide),
.co-page-content > p,
.co-page-content > h1,.co-page-content > h2,.co-page-content > h3,
.co-page-content > ul,.co-page-content > ol{max-width:var(--co-maxw);margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}

/* =====================================================================
   Hexagon icon badge helper (Personen-Fotos + Icons = Hexagon)
   ===================================================================== */
.co-hex{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.co-hexmask{-webkit-clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}

/* =====================================================================
   Article / Single (Artikel.dc.html 1:1)
   ===================================================================== */
.co-article-wrap{max-width:1160px;margin:0 auto;padding:56px 32px 0;display:grid;grid-template-columns:250px minmax(0,1fr);gap:72px;align-items:start}
.co-article-aside{position:sticky;top:32px;display:flex;flex-direction:column;gap:16px}
.co-toc{background:var(--co-surface);border-radius:var(--co-radius-card);padding:28px}
.co-toc__label{color:var(--co-primary);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.co-toc nav{display:flex;flex-direction:column;gap:12px}
.co-toc nav a{font-size:14px;font-weight:500;color:var(--co-ink);line-height:1.4}
.co-toc nav a:hover{color:var(--co-primary)}
.co-aside-cta{background:var(--co-dark);border-radius:var(--co-radius-card);padding:28px}
.co-aside-cta h3{color:#fff;font-size:16px;font-weight:800;margin:0 0 8px}
.co-aside-cta p{color:var(--co-foot-3);font-size:13px;line-height:1.6;margin:0 0 18px}
.co-aside-cta .co-aside-btns{display:flex;flex-direction:column;gap:10px}
.co-aside-cta a{font-size:13px;font-weight:700;padding:12px 18px;border-radius:var(--co-radius-btn);display:block;text-align:center}
.co-aside-cta a.is-solid{background:#fff;color:var(--co-dark)}
.co-aside-cta a.is-solid:hover{background:var(--co-light);color:var(--co-dark)}
.co-aside-cta a.is-outline{background:transparent;color:#fff;box-shadow:inset 0 0 0 1.5px var(--co-light)}
.co-aside-cta a.is-outline:hover{background:var(--co-primary);color:#fff}

.co-article{padding-bottom:88px;min-width:0}
.co-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:28px;font-size:13px}
.co-breadcrumb a{color:var(--co-muted);text-decoration:underline;text-underline-offset:3px}
.co-breadcrumb span.sep{color:var(--co-muted)}
.co-breadcrumb span.cur{color:var(--co-primary);font-weight:600}
.co-article h1.co-article-title{font-size:40px;line-height:1.15;font-weight:800;margin:0 0 24px}
.co-article-meta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:28px;border-bottom:1px solid var(--co-border);margin-bottom:36px}
.co-article-author{display:flex;align-items:center;gap:14px}
.co-article-author .co-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--co-surface)}
.co-article-author .co-au-name{font-size:15px;font-weight:700;color:var(--co-primary)}
.co-article-author .co-au-role{color:var(--co-muted);font-size:13px}
.co-article-dates{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--co-muted);text-align:right}
.co-article-dates .is-strong{font-weight:600;color:var(--co-primary)}
.co-article-hero{height:400px;margin-bottom:44px;border-radius:var(--co-radius-card);overflow:hidden;background:var(--co-surface)}
.co-article-hero img{width:100%;height:100%;object-fit:cover}

/* Article body typography (Gutenberg content) */
.co-article-body>p:first-of-type,.co-article-body .co-lead{font-size:18px;line-height:1.75;color:var(--co-ink);margin:0 0 32px;font-weight:500}
.co-article-body p{font-size:16px;line-height:1.8;color:var(--co-body);margin:0 0 32px}
.co-article-body h2{font-size:28px;font-weight:800;margin:8px 0 16px;scroll-margin-top:90px}
.co-article-body h3{font-size:20px;font-weight:700;margin:24px 0 12px}
.co-article-body ul,.co-article-body ol{font-size:16px;line-height:1.8;color:var(--co-body);margin:0 0 32px;padding-left:22px}
.co-article-body li{margin-bottom:8px}
.co-article-body a{text-decoration:underline;text-underline-offset:3px}
.co-article-body img{border-radius:var(--co-radius-card);margin:0 0 32px}
.co-article-body blockquote{border-left:3px solid var(--co-primary);padding:4px 0 4px 24px;margin:0 0 32px;color:var(--co-ink);font-size:18px;line-height:1.7}

/* =====================================================================
   Tables in blog (horizontal scroll + fade on mobile)
   ===================================================================== */
.co-article-body .wp-block-table,.co-scroll-x{position:relative}
.co-article-body table{width:100%;border-collapse:collapse;font-size:15px}
.co-article-body .wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 32px}
.co-article-body table th,.co-article-body table td{border:1px solid var(--co-border);padding:12px 16px;text-align:left;vertical-align:top}
.co-article-body table th{background:var(--co-surface);font-weight:700}
.co-fade-wrap{position:relative}
.co-fade-wrap::after{content:"";position:absolute;top:0;right:0;bottom:0;width:44px;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.96));opacity:0;transition:opacity .2s ease}
.co-fade-wrap.co-has-overflow::after{opacity:1}
.co-fade-wrap.co-at-end::after{opacity:0}

/* =====================================================================
   FAQ / accordion (native details styled with hexagon +/-)
   ===================================================================== */
.co-faq{display:flex;flex-direction:column;gap:12px}
.co-faq__eyebrow{color:var(--co-primary);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}
/* Funktioniert mit dem nativen core/details-Block (Klasse .co-acc) */
details.co-acc{background:var(--co-surface);border-radius:var(--co-radius-card);padding:20px 24px;cursor:pointer;transition:background .2s ease;margin:0}
details.co-acc[open]{background:var(--co-surface-2)}
details.co-acc>summary{display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;cursor:pointer;font-size:16px;font-weight:700;color:var(--co-ink)}
details.co-acc>summary::-webkit-details-marker{display:none}
details.co-acc>summary::marker{content:""}
/* Hexagon +/- Marker rechts */
details.co-acc>summary::after{content:"";width:36px;height:36px;flex-shrink:0;
  background:
    linear-gradient(var(--co-primary),var(--co-primary)) center/14px 2px no-repeat,
    linear-gradient(var(--co-primary),var(--co-primary)) center/2px 14px no-repeat,
    #fff;
  -webkit-clip-path:polygon(50% 4%,90% 27%,90% 73%,50% 96%,10% 73%,10% 27%);clip-path:polygon(50% 4%,90% 27%,90% 73%,50% 96%,10% 73%,10% 27%);
  transition:background .2s ease,transform .2s ease}
details.co-acc[open]>summary::after{
  background:
    linear-gradient(#fff,#fff) center/14px 2px no-repeat,
    var(--co-primary);
  transform:rotate(45deg)}
details.co-acc>summary+*,details.co-acc .co-acc__body{margin-top:12px}
details.co-acc p{color:var(--co-muted);font-size:15px;line-height:1.7;margin:12px 0 0}

/* =====================================================================
   Autor box
   ===================================================================== */
.co-autorbox{background:var(--co-surface);border-radius:var(--co-radius-card);padding:36px 40px;display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.co-autorbox img{width:110px;height:130px;flex-shrink:0;border-radius:8px;object-fit:cover;background:var(--co-surface-2)}
.co-autorbox .co-au-eyebrow{color:var(--co-primary);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.co-autorbox h3{font-size:19px;font-weight:800;margin:0 0 8px;color:var(--co-primary)}
.co-autorbox p{color:var(--co-muted);font-size:14px;line-height:1.65;margin:0 0 14px}
.co-autorbox .co-au-contact{display:flex;gap:20px;flex-wrap:wrap}
.co-autorbox .co-au-contact a{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.co-autorbox .co-au-contact span{color:var(--co-muted);font-size:14px}

/* Inline CTA banner inside article */
.co-inline-cta{background:var(--co-dark);border-radius:var(--co-radius-card);padding:44px 48px;margin:0 0 56px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.co-inline-cta h3{color:#fff;font-size:22px;font-weight:800;margin:0 0 8px}
.co-inline-cta p{color:var(--co-foot-3);font-size:14px;line-height:1.6;margin:0;max-width:440px}

/* "Das Wichtigste in Kürze" box */
.co-keybox{background:var(--co-surface);border-radius:var(--co-radius-card);padding:32px 36px;margin:0 0 44px}
.co-keybox h2{font-size:16px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--co-primary);margin:0 0 18px}
.co-keybox ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.co-keybox li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;color:var(--co-ink)}
.co-keybox li svg{flex-shrink:0;margin-top:2px}

/* =====================================================================
   Ratgeber archive (Ratgeber.dc.html 1:1)
   ===================================================================== */
.co-archive-hero{background:var(--co-dark);border-radius:0 0 var(--co-radius-foot) var(--co-radius-foot)}
.co-archive-hero__inner{max-width:820px;margin:0 auto;padding:56px 32px 80px;text-align:center}
.co-archive-hero .eyebrow{color:var(--co-light);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
.co-archive-hero h1{color:#fff;font-size:44px;line-height:1.15;font-weight:800;margin:0 0 16px}
.co-archive-hero p{color:var(--co-foot-3);font-size:16px;line-height:1.65;margin:0 auto;max-width:620px}
.co-archive-body{max-width:var(--co-maxw);margin:0 auto;padding:72px 32px 112px}
.co-archive-top{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-bottom:48px}
.co-archive-top h2{font-size:28px;font-weight:800;margin:0}
.co-search{position:relative;width:340px;max-width:100%}
.co-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%)}
.co-search input{font-family:var(--co-font);font-size:15px;color:var(--co-ink);background:var(--co-surface);border:none;border-radius:var(--co-radius-btn);padding:14px 16px 14px 46px;width:100%;outline:none}
.co-search input:focus{background:var(--co-surface-2)}
.co-cat-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px}
.co-cat-filter a{background:var(--co-surface);color:var(--co-ink);font-size:13px;font-weight:600;padding:9px 16px;border-radius:999px}
.co-cat-filter a:hover{background:var(--co-surface-2)}
.co-cat-filter a.is-active{background:var(--co-primary);color:#fff}

.co-featured{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:0;background:var(--co-surface);border-radius:var(--co-radius-card);overflow:hidden;margin-bottom:32px;color:var(--co-ink)}
.co-featured:hover{color:var(--co-ink)}
.co-featured__img{height:380px;background:var(--co-surface-2)}
.co-featured__img img{width:100%;height:100%;object-fit:cover}
.co-featured__body{padding:48px;display:flex;flex-direction:column;justify-content:center;gap:16px}
.co-cat-badge{background:var(--co-primary);color:#fff;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:var(--co-radius-btn);display:inline-block}
.co-meta-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.co-meta-line .date{color:var(--co-muted);font-size:13px}
.co-featured__body h3{font-size:28px;line-height:1.25;font-weight:800;margin:0}
.co-featured__body p{color:var(--co-muted);font-size:15px;line-height:1.65;margin:0}
.co-readmore{color:var(--co-primary);font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px}

.co-archive-cta{background:var(--co-dark);border-radius:var(--co-radius-card);padding:40px 48px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.co-archive-cta .eyebrow{color:var(--co-light);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.co-archive-cta h3{color:#fff;font-size:22px;font-weight:800;margin:0 0 8px}
.co-archive-cta p{color:var(--co-foot-3);font-size:14px;line-height:1.6;margin:0;max-width:520px}

.co-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.co-post-card{display:flex;flex-direction:column;background:var(--co-surface);border-radius:var(--co-radius-card);overflow:hidden;color:var(--co-ink)}
.co-post-card:hover{color:var(--co-ink)}
.co-post-card__img{height:260px;background:var(--co-surface-2)}
.co-post-card__img img{width:100%;height:100%;object-fit:cover}
.co-post-card__body{padding:32px;display:flex;flex-direction:column;gap:12px;flex:1}
.co-post-card__body .co-cat-badge{background:#fff;color:var(--co-primary)}
.co-post-card__body h3{font-size:20px;line-height:1.3;font-weight:700;margin:0}
.co-post-card__body p{color:var(--co-muted);font-size:14px;line-height:1.65;margin:0;flex:1}

.co-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:56px;flex-wrap:wrap}
.co-pagination a,.co-pagination span{background:var(--co-surface);color:var(--co-ink);border:none;border-radius:var(--co-radius-btn);min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-size:14px;font-weight:700}
.co-pagination a:hover{background:var(--co-surface-2)}
.co-pagination .current{background:var(--co-primary);color:#fff}
.co-noresults{background:var(--co-surface);border-radius:var(--co-radius-card);padding:64px;text-align:center}
.co-noresults h3{font-size:20px;font-weight:700;margin:0 0 8px}
.co-noresults p{color:var(--co-muted);font-size:15px;margin:0}

/* =====================================================================
   Anfrage form
   ===================================================================== */
.co-form-hero{background:var(--co-dark);border-radius:0 0 var(--co-radius-foot) var(--co-radius-foot)}
.co-form-hero__inner{max-width:820px;margin:0 auto;padding:56px 32px 72px;text-align:center}
.co-form-hero .eyebrow{color:var(--co-light);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
.co-form-hero h1{color:#fff;font-size:44px;line-height:1.15;font-weight:800;margin:0 0 16px}
.co-form-hero p{color:var(--co-foot-3);font-size:16px;line-height:1.65;margin:0 auto;max-width:620px}
.co-form-shell{max-width:760px;margin:0 auto;padding:72px 32px 112px}
.co-anfrage-form{display:flex;flex-direction:column;gap:36px}
.co-fieldset{display:flex;flex-direction:column;gap:20px}
.co-fieldset>h2{font-size:20px;font-weight:800;margin:0;color:var(--co-primary)}
.co-field{display:flex;flex-direction:column;gap:8px}
.co-field label{font-size:14px;font-weight:600}
.co-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.co-anfrage-form input,.co-anfrage-form select,.co-anfrage-form textarea{font-family:var(--co-font);font-size:15px;color:var(--co-ink);background:var(--co-surface);border:none;border-radius:var(--co-radius-btn);padding:14px 16px;width:100%;outline:none}
.co-anfrage-form textarea{min-height:120px;resize:vertical}
.co-anfrage-form input:focus,.co-anfrage-form select:focus,.co-anfrage-form textarea:focus{background:var(--co-surface-3)}
.co-toggle{display:flex;gap:12px}
.co-toggle button{flex:1;background:var(--co-surface);color:var(--co-ink);border:none;border-radius:var(--co-radius-btn);padding:14px;font-size:15px;font-weight:600;cursor:pointer}
.co-toggle button.is-on{background:var(--co-primary);color:#fff}
.co-consent{display:flex;align-items:flex-start;gap:10px}
.co-consent input{width:auto!important;margin-top:3px}
.co-form-submit{background:var(--co-primary);color:#fff;border:none;border-radius:var(--co-radius-btn);padding:18px;font-size:16px;font-weight:700;cursor:pointer;width:100%}
.co-form-submit:hover{background:var(--co-primary-hover)}
.co-form-note{color:var(--co-muted);font-size:13px;line-height:1.6;margin:0;text-align:center}
.co-form-note a{text-decoration:underline}
/* Honeypot — visually hidden but present */
.co-hp{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px;height:1px;overflow:hidden}
.co-form-success{background:var(--co-surface);border-radius:var(--co-radius-card);padding:64px 48px;text-align:center}
.co-form-success h2{font-size:28px;font-weight:800;margin:0 0 12px}
.co-form-success p{color:var(--co-muted);font-size:16px;line-height:1.65;margin:0}
.co-form-error{background:#fdecec;color:#8a1f1f;border-radius:var(--co-radius-btn);padding:16px 20px;font-size:14px;font-weight:600}
.co-field-error input,.co-field-error select,.co-field-error textarea{box-shadow:inset 0 0 0 1.5px #d66}

/* =====================================================================
   Legal pages
   ===================================================================== */
.co-legal{max-width:760px;margin:0 auto;padding:72px 32px 112px}
.co-legal .eyebrow{color:var(--co-primary);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.co-legal h1{font-size:44px;font-weight:800;margin:0 0 40px}
.co-legal h2{font-size:20px;font-weight:700;margin:0 0 10px}
.co-legal .co-legal-blocks{display:flex;flex-direction:column;gap:32px;font-size:15px;line-height:1.75}
.co-legal p{color:var(--co-muted);font-size:15px;line-height:1.75}
.co-legal h1{margin:0 0 40px}
.co-legal h2{margin:24px 0 4px}
.co-legal h3{margin:20px 0 2px}
.co-legal .co-legal-list{color:var(--co-muted);font-size:15px;line-height:1.75;padding-left:22px}
.co-legal .co-legal-list li{margin-bottom:8px}
.co-legal a{text-decoration:underline;text-underline-offset:2px;word-break:break-word}

/* =====================================================================
   PATTERN SECTION STYLES (Gutenberg-editable, class-driven)
   ===================================================================== */
/* Section rhythm */
.co-section{max-width:var(--co-maxw);margin:0 auto;padding:56px 32px}
.co-eyebrow{color:var(--co-primary);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.co-h2{font-size:40px;line-height:1.15;font-weight:800;margin:0 0 16px}
.co-lead-p{color:var(--co-muted);font-size:16px;line-height:1.65}

/* Tabs (Leistungen) — horizontal scroll + fade on mobile */
.co-tabs{}
.co-tabs__list{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:56px}
.co-tabs__btn{background:none;border:none;cursor:pointer;font-family:var(--co-font);display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 20px;border-bottom:2px solid transparent;flex-shrink:0}
.co-tabs__btn .co-tab-hex{width:54px;height:54px;position:relative;display:flex;align-items:center;justify-content:center}
.co-tabs__btn .co-tab-hex::before{content:"";position:absolute;inset:0;background:var(--co-surface);
  -webkit-clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%);clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%);transition:background .2s ease}
.co-tabs__btn .co-tab-hex svg{position:relative;stroke:var(--co-primary)}
.co-tabs__btn .co-tab-label{font-size:13px;font-weight:500;color:var(--co-ink);white-space:nowrap}
.co-tabs__btn.is-active{border-bottom-color:var(--co-primary)}
.co-tabs__btn.is-active .co-tab-hex::before{background:var(--co-primary)}
.co-tabs__btn.is-active .co-tab-hex svg{stroke:#fff}
.co-tabs__btn.is-active .co-tab-label{font-weight:700}
.co-tabs__panels{}
.co-tab-panel{display:none;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center}
.co-tab-panel.is-active{display:grid}
.co-tab-panel .co-tab-eyebrow{color:var(--co-primary);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
.co-tab-panel h3{font-size:26px;font-weight:800;margin:0 0 14px}
.co-tab-panel p{color:var(--co-muted);font-size:16px;line-height:1.7;margin:0}
.co-tab-panel .co-tab-img{height:380px;border-radius:var(--co-radius-card);overflow:hidden;background:var(--co-surface)}
.co-tab-panel .co-tab-img img{width:100%;height:100%;object-fit:cover}

/* generic cards grid (Zielgruppe) */
.co-cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.co-card{background:var(--co-surface);border-radius:var(--co-radius-card);padding:32px 28px}
.co-card h3{font-size:18px;font-weight:700;margin:20px 0 10px}
.co-card p{color:var(--co-muted);font-size:14px;line-height:1.6;margin:0}
.co-card__hex{width:58px;height:58px;position:relative;display:flex;align-items:center;justify-content:center}
.co-card__hex::before{content:"";position:absolute;inset:0;background:#fff;
  -webkit-clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%);clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%)}
.co-card__hex svg{position:relative}

/* 3-Karten-Grid (Testimonials) responsive */
@media (max-width:900px){.co-cards-3{grid-template-columns:repeat(2,1fr)!important}}
@media (max-width:600px){.co-cards-3{grid-template-columns:1fr!important}}

/* 4-col trust stats */
.co-stats-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.co-stats-4 .co-stat h3{font-size:38px;font-weight:800;color:var(--co-primary);margin:0 0 6px;line-height:1}
.co-stats-4 .co-stat p{color:var(--co-muted);font-size:14px;line-height:1.5;margin:0}
@media (max-width:820px){.co-stats-4{grid-template-columns:repeat(2,1fr);gap:28px}}

/* 3-col stats */
.co-stats-3{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.co-stats-3 .co-stat{padding:0 40px}
.co-stats-3 .co-stat:not(:last-child){border-right:1px solid var(--co-border)}
.co-stats-3 .co-stat:first-child{padding-left:0}
.co-stats-3 .co-stat:last-child{padding-right:0}
.co-stats-3 .co-stat h3{font-size:34px;font-weight:800;color:var(--co-primary);margin:0 0 14px;line-height:1.1}
.co-stats-3 .co-stat p{color:var(--co-muted);font-size:14px;line-height:1.65;margin:0}

/* Team-Karten (Über uns) */
.co-team{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.co-team-card{background:var(--co-surface);border-radius:var(--co-radius-card);padding:40px;display:flex;gap:28px;align-items:center}
.co-team-card .co-team-photo,.co-team-card img{width:140px;height:170px;flex-shrink:0;object-fit:cover;border-radius:8px}
.co-team-card h3{font-size:22px;font-weight:800;margin:0 0 4px}
.co-team-card .co-team-role{color:var(--co-primary);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px}
.co-team-card .co-team-contact{display:flex;flex-direction:column;gap:8px}
.co-team-card .co-team-contact div{display:flex;align-items:center;gap:10px;font-size:15px}
@media (max-width:820px){
  .co-team{grid-template-columns:1fr}
  .co-team-card{flex-direction:column;text-align:center;align-items:center}
}

/* Hexagon-Häkchen-Listen (Hero + Artikel „Wichtigste") */
.co-hero-checks,.co-checklist,.co-keybox .co-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.co-hero-checks li,.co-checklist li{position:relative;padding-left:34px;font-size:15px;line-height:1.6}
.co-hero-checks li{color:#fff;font-weight:500}
.co-checklist li{color:var(--co-ink)}
.co-hero-checks li::before,.co-checklist li::before{content:"";position:absolute;left:0;top:1px;width:22px;height:22px;
  background:var(--co-light);
  -webkit-clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%);clip-path:polygon(50% 2%,93% 25%,93% 75%,50% 98%,7% 75%,7% 25%)}
.co-checklist li::before{background:var(--co-primary)}
.co-hero-checks li::after,.co-checklist li::after{content:"";position:absolute;left:6px;top:8px;width:9px;height:5px;border-left:2px solid var(--co-dark);border-bottom:2px solid var(--co-dark);transform:rotate(-45deg)}
.co-checklist li::after{border-color:#fff}

/* Karten-Grid (Zielgruppe, 6 Karten → 3 pro Reihe) */
.co-cards-row.wp-block-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.co-cards-row.wp-block-columns > .co-card{padding:32px 28px}
.wp-block-column.co-card{padding:32px 28px}
@media (max-width:1000px){.co-cards-row.wp-block-columns{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.co-cards-row.wp-block-columns{grid-template-columns:1fr}}

/* Hero-Bild mobil */
@media (max-width:820px){
  .co-hero-dark h1{font-size:34px!important}
  .co-hero-img img{aspect-ratio:1.4!important}
  .co-cards-3{grid-template-columns:1fr!important}
  .co-inline-cta{padding:28px!important}
}

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width:1000px){
  .co-article-wrap{grid-template-columns:1fr;gap:32px;padding:32px 24px 0}
  .co-article-aside{position:static;flex-direction:row;flex-wrap:wrap}
  .co-toc,.co-aside-cta{flex:1;min-width:260px}
  .co-tab-panel.is-active{grid-template-columns:1fr;gap:28px}
  .co-featured{grid-template-columns:1fr}
  .co-featured__img{height:240px}
  .co-cards-4{grid-template-columns:repeat(2,1fr)}
  .co-stats-3{grid-template-columns:1fr;gap:28px}
  .co-stats-3 .co-stat{padding:0 0 28px!important;border-right:none!important;border-bottom:1px solid var(--co-border)}
  .co-stats-3 .co-stat:last-child{border-bottom:none;padding-bottom:0!important}
}
@media (max-width:820px){
  .co-nav{display:none}
  .co-burger{display:flex}
  .co-article h1.co-article-title{font-size:30px}
  .co-h2,.co-archive-hero h1,.co-form-hero h1,.co-legal h1{font-size:30px}
  .co-post-grid{grid-template-columns:1fr}
  .co-grid-2{grid-template-columns:1fr}
  .co-article-hero{height:240px}
  .co-inline-cta,.co-archive-cta,.co-featured__body{padding:28px}
  .co-article-meta{gap:12px}
  .co-article-dates{text-align:left}
  /* Tabs: horizontal scroll on mobile with fade */
  .co-tabs__list{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
  .co-tabs__list::-webkit-scrollbar{display:none}
}
@media (max-width:560px){
  .co-container,.co-section,.co-footer__inner,.co-header__inner{padding-left:20px;padding-right:20px}
  .co-cards-4{grid-template-columns:1fr}
  .co-article h1.co-article-title{font-size:26px}
  .co-keybox,.co-autorbox,.co-inline-cta{padding:24px}
  .co-autorbox img{width:90px;height:110px}
  .co-legal h1,.co-form-hero h1,.co-archive-hero h1{font-size:26px}
  .co-form-shell,.co-legal,.co-archive-body{padding-left:20px;padding-right:20px}
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}

/* =====================================================================
   KFZ-Update: Karten-Grid, interaktiver Stepper, Google-Bewertungen
   ===================================================================== */

/* Zielgruppe: 6 Karten (eigenes CSS-Grid, saubere Bündigkeit) */
.co-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.co-cards-grid .co-card{background:var(--co-surface);border-radius:var(--co-radius-card);padding:32px 28px;margin:0}
.co-cards-grid .co-card h3{font-size:18px;font-weight:700;margin:20px 0 10px}
.co-cards-grid .co-card p{color:var(--co-muted);font-size:14px;line-height:1.6;margin:0}
.co-card__hex{width:58px;height:58px;position:relative;display:flex;align-items:center;justify-content:center}
.co-card__hex::before{content:none!important}
.co-card__hexbg{position:absolute;inset:0}
.co-card__icon{position:relative}
@media (max-width:1000px){.co-cards-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.co-cards-grid{grid-template-columns:1fr}}

/* Interaktiver 3-Schritte-Stepper */
.co-stepper{max-width:1000px;margin:0 auto}
.co-stepper__track{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.co-step{background:var(--co-surface);border:1px solid var(--co-border);border-radius:14px;padding:20px;cursor:pointer;text-align:left;display:flex;align-items:center;gap:16px;font-family:var(--co-font);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}
.co-step:hover{border-color:var(--co-light)}
.co-step.is-active{background:#eaf4f9;border-color:var(--co-primary)}
.co-step__hex{width:52px;height:52px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.co-step__hexbg{position:absolute;inset:0;fill:#e1edf3;transition:fill .2s ease}
.co-step.is-active .co-step__hexbg,.co-step.is-done .co-step__hexbg{fill:var(--co-primary)}
.co-step__icon{position:relative;stroke:var(--co-primary);transition:stroke .2s ease}
.co-step.is-active .co-step__icon,.co-step.is-done .co-step__icon{stroke:#fff}
.co-step__text{display:flex;flex-direction:column;gap:3px;min-width:0}
.co-step__label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--co-primary)}
.co-step__mini{font-size:15px;font-weight:700;color:var(--co-ink);line-height:1.25}
.co-stepper__panels{margin-top:24px;background:var(--co-surface);border-radius:16px;padding:36px 40px;min-height:120px}
.co-step-panel{display:none}
.co-step-panel.is-active{display:block;animation:coFade .3s ease}
.co-step-panel__num{color:var(--co-primary);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.co-step-panel h3{color:var(--co-ink);font-size:24px;font-weight:800;margin:0 0 10px}
.co-step-panel p{color:var(--co-muted);font-size:16px;line-height:1.7;margin:0;max-width:680px}
@keyframes coFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (max-width:820px){.co-stepper__track{grid-template-columns:1fr;gap:10px}.co-stepper__panels{padding:26px 24px}}

/* Google-Bewertungen (ohne Foto) */
.co-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.co-review{background:var(--co-surface);border-radius:var(--co-radius-card);padding:30px 28px;display:flex;flex-direction:column;gap:16px}
.co-review__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.co-review__quote{color:var(--co-ink);font-size:15px;line-height:1.7;margin:0;flex:1}
.co-review__meta{display:flex;flex-direction:column;gap:2px;border-top:1px solid var(--co-border);padding-top:14px}
.co-review__name{font-size:15px;font-weight:700}
.co-review__date{color:var(--co-muted);font-size:13px}
@media (max-width:900px){.co-reviews{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.co-reviews{grid-template-columns:1fr}}

/* Team-Karte: Bündigkeit + echtes Foto */
.co-team-card{max-width:none}
.co-team-card .co-team-photo img,.co-team-card img{object-position:center top}

/* =====================================================================
   KFZ-Update 2: kleinere Buttons ohne Doppel-Rahmen + Bündigkeit
   ===================================================================== */
/* Gutenberg-Buttons global kleiner + einheitlich */
.wp-block-button__link{font-weight:600;font-size:14px;padding:11px 20px;line-height:1.2}
/* Hover: Primär-Button behält weißen Text (sonst überschreibt a:hover die Farbe) */
.wp-block-button__link:hover,.wp-block-button__link:focus{color:#fff}
/* Varianten werden am INNEREN Link gesetzt (Wrapper bleibt neutral -> kein Doppelkasten) */
.co-b-light .wp-block-button__link{background:#fff;color:var(--co-dark)}
.co-b-light .wp-block-button__link:hover{background:var(--co-light);color:var(--co-dark)}
.co-b-outline .wp-block-button__link{background:transparent;color:#fff;box-shadow:inset 0 0 0 1.5px var(--co-light)}
.co-b-outline .wp-block-button__link:hover{background:var(--co-primary);color:#fff}
.co-b-soft .wp-block-button__link{background:var(--co-surface-2);color:var(--co-ink)}
.co-b-soft .wp-block-button__link:hover{background:var(--co-border);color:var(--co-ink)}

/* Bündige, linksbündige Sektions-Köpfe (Kante = Inhalt darunter) */
.co-sec-head{max-width:720px;margin-left:0!important;margin-right:auto!important;margin-bottom:40px}
.co-sec-head .co-eyebrow{margin-bottom:14px}
.co-sec-head h2{margin:0 0 14px}
.co-sec-head p{margin:0}

/* Team-Karte: bündig zur Überschrift, volle Breite */
.co-team-card{max-width:none!important;width:100%}

/* Mobile-Feinschliff */
@media (max-width:820px){
  .wp-block-buttons{gap:10px!important}
  .co-h2,.co-stepper__panels h3{font-size:26px}
  .co-team-card{flex-direction:column;text-align:center;align-items:flex-start}
}
@media (max-width:560px){
  .co-sec-head h2,.wp-block-group h2{font-size:28px!important}
  .co-review,.co-cards-grid .co-card{padding:24px 22px}
  .wp-block-buttons{flex-direction:column;align-items:stretch}
  .wp-block-buttons .wp-block-button{width:100%}
  .wp-block-buttons .wp-block-button__link{display:block;text-align:center}
}

/* Team-Karte: neue Struktur (Foto + Body), bündig */
.co-team-card{align-items:center}
.co-team-card .co-team-photo{width:140px;height:170px;object-fit:cover;object-position:center top;flex-shrink:0}
.co-team-body{flex:1;min-width:0}
.co-team-body h3{font-size:22px;font-weight:800;margin:0 0 4px}
.co-team-btn{margin-top:18px}
@media (max-width:560px){.co-team-card .co-team-photo{width:120px;height:150px}}

/* Timeline + Ansprechpartner linksbündig erzwingen (WP zentriert constrained-Kinder) */
.co-timeline,.co-expert{margin-left:0!important;margin-right:auto!important}
/* Ansprechpartner: 2 Spalten, mobil gestapelt */
@media (max-width:640px){
  .co-expert{grid-template-columns:1fr!important;gap:24px!important;padding:28px!important;max-width:100%!important}
  .co-expert img{width:170px!important;height:196px!important}
}
@media (max-width:560px){
  .co-timeline{max-width:100%!important}
}
