/* =====================================================================
   Lieberei Consulting — zentrales Stylesheet
   Open Sans · Markenblau #3055B5 / Anthrazit #2B2F3A · Orange #FF7200 · 60/30/10
   ===================================================================== */
:root{
  /* Blau */
  --lc-marine:#0A1A33; --lc-preussen:#102A57; --lc-tiefblau:#1B3D7E; --lc-royal:#2950A6;
  --lc-blau:#3055B5; --lc-mittelblau:#406BD4; --lc-azur:#628CE6; --lc-hellblau:#A9C2F2;
  /* Orange */
  --lc-dunkelorange:#CC5A00; --lc-orange:#FF7200; --lc-hellorange:#FF9233; --lc-pastellorange:#FFC499;
  /* Grau */
  --lc-anthrazit:#2B2F3A; --lc-schiefer:#5A6170; --lc-mittelgrau:#9AA0AB; --lc-hellgrau:#E7EAF4;
  /* Kontrast */
  --lc-schwarz:#0C0E15; --lc-weiss:#FFFFFF;
  --lc-font:"Open Sans",-apple-system,"Segoe UI",Roboto,sans-serif;
  --maxw:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--lc-font);color:var(--lc-anthrazit);background:var(--lc-weiss);line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{color:var(--lc-marine);font-weight:300;line-height:1.2;letter-spacing:-.01em;overflow-wrap:break-word}
/* Trennung nur an gesetzten bedingten Trennstrichen (&shy;), kein willkürliches Brechen */
.hero h1,.page-hero h1,.card h3{-webkit-hyphens:manual;hyphens:manual}
h2{font-size:2rem;margin-bottom:1.2rem}
h3{font-size:1.25rem;font-weight:600}
p{color:var(--lc-schiefer)}
a{color:var(--lc-blau);text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 2rem}
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lc-blau);margin-bottom:1rem}
.btn{display:inline-block;font-weight:600;font-size:.95rem;padding:.85rem 1.75rem;border-radius:2px;transition:.2s;cursor:pointer;border:0}
.btn-primary{background:var(--lc-orange);color:#fff}
.btn-primary:hover{background:var(--lc-dunkelorange)}
.btn-ghost{border:1px solid var(--lc-hellblau);color:var(--lc-marine);background:transparent}
.btn-ghost:hover{border-color:var(--lc-blau);background:var(--lc-hellgrau)}

/* ---------- Header ---------- */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--lc-hellgrau)}
header .wrap{padding-left:1.3rem;padding-right:1.3rem}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px}
.brand{display:flex;align-items:center;gap:.7rem}
.brand img{height:34px;width:auto;display:block}
.brand .name{font-weight:700;color:var(--lc-marine);font-size:1rem;letter-spacing:.02em;white-space:nowrap}
.brand .name span{color:var(--lc-blau)}
.menu{display:flex;gap:1.6rem;list-style:none}
.menu a{color:var(--lc-anthrazit);font-size:.95rem;font-weight:400;line-height:1.15;white-space:nowrap;padding:.4rem 0;position:relative}
.menu a:hover,.menu a.active{color:var(--lc-blau)}
.menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--lc-orange);transition:width .25s}
.menu a:hover::after,.menu a.active::after{width:100%}
.burger{display:none;background:none;border:0;cursor:pointer;width:30px;height:24px;position:relative}
.burger span{position:absolute;left:0;width:100%;height:2px;background:var(--lc-marine);transition:.3s}
.burger span:nth-child(1){top:0}.burger span:nth-child(2){top:11px}.burger span:nth-child(3){top:22px}

/* ---------- Hero (Startseite) ---------- */
.hero{background:linear-gradient(160deg,var(--lc-marine) 0%,var(--lc-preussen) 55%,var(--lc-tiefblau) 100%);color:#fff;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-120px;top:-120px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(64,107,212,.35),transparent 70%)}
.hero .wrap{padding-top:6.5rem;padding-bottom:6.5rem;position:relative;z-index:2;max-width:880px}
.hero .eyebrow{color:var(--lc-azur)}
.hero h1{color:#fff;font-size:3.1rem;margin-bottom:1.5rem}
.hero h1 strong{font-weight:700;color:#fff}
.hero p.lead{color:var(--lc-hellblau);font-size:1.25rem;font-weight:300;max-width:680px;margin-bottom:2.4rem}
.hero .actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero .btn-ghost{border-color:rgba(169,194,242,.5);color:#fff}
.hero .btn-ghost:hover{background:rgba(255,255,255,.08);border-color:var(--lc-hellblau)}

/* ---------- Page-Hero (Unterseiten) ---------- */
.page-hero{background:linear-gradient(160deg,var(--lc-marine),var(--lc-preussen));color:#fff}
.page-hero .wrap{padding:4rem 2rem 3.4rem;max-width:860px}
.page-hero .eyebrow{color:var(--lc-azur)}
.page-hero h1{color:#fff;font-size:2.6rem;font-weight:300;margin-bottom:1rem}
.page-hero p{color:var(--lc-hellblau);font-size:1.15rem;font-weight:300;max-width:680px}

/* ---------- Trust strip ---------- */
.trust{background:var(--lc-hellgrau)}
.trust .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.6rem;padding:1.8rem 2rem}
.trust .item{flex:1;min-width:170px;text-align:center;padding:0 .6rem}
.trust .num{font-size:1.4rem;font-weight:700;color:var(--lc-blau);line-height:1.15}
.trust .lbl{font-size:.82rem;color:var(--lc-schiefer);margin-top:.2rem}

/* ---------- Sections ---------- */
section.block{padding:5.5rem 0}
section.block.tight{padding:4rem 0}
.section-head{max-width:720px;margin-bottom:3rem}
.section-head p{font-size:1.1rem}
.bg-grau{background:var(--lc-hellgrau)}

/* ---------- Karten / Leistungen ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.cards.two{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--lc-hellgrau);border-radius:4px;padding:2.2rem 1.9rem;transition:.25s;position:relative;overflow:hidden}
.card::before{content:"";position:absolute;left:0;top:0;height:4px;width:100%;background:var(--lc-hellblau);transition:.25s}
.card:hover{box-shadow:0 18px 40px -22px rgba(10,26,51,.45);transform:translateY(-4px)}
.card:hover::before{background:var(--lc-orange)}
.card.kern{border-color:var(--lc-hellblau)}
.card .kicker{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lc-orange);margin-bottom:.7rem;display:inline-block}
.card h3{margin-bottom:.7rem}
.card p{font-size:.95rem;margin-bottom:1.2rem}
.card a.more{font-size:.9rem;font-weight:600;color:var(--lc-blau)}
.card a.more::after{content:" →";color:var(--lc-orange)}

/* ---------- Leistungsblöcke (Detailseite) ---------- */
.field{display:grid;grid-template-columns:1fr;gap:1.4rem;border:1px solid var(--lc-hellgrau);border-radius:6px;padding:2.4rem;margin-bottom:1.8rem;border-left:4px solid var(--lc-blau)}
.field.kern{border-left-color:var(--lc-orange);background:#fff}
.field .kicker{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lc-orange)}
.field h3{font-size:1.5rem;font-weight:300;color:var(--lc-marine);margin:.2rem 0 .4rem}
.ppn{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1rem}
.ppn .col span{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lc-blau);margin-bottom:.4rem}
.ppn .col p{font-size:.95rem}
.taglist{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.5rem}
.taglist span{font-size:.82rem;background:var(--lc-hellgrau);color:var(--lc-anthrazit);padding:.35rem .8rem;border-radius:20px}

/* ---------- Prosa (Über mich, Recht) ---------- */
.prose{max-width:780px;margin:0 auto}
.prose h2{font-size:1.7rem;margin:2.6rem 0 1rem}
.prose h3{font-size:1.2rem;margin:1.8rem 0 .6rem;color:var(--lc-tiefblau)}
.prose p{margin-bottom:1rem;color:var(--lc-anthrazit)}
.prose ul{margin:0 0 1.2rem 1.2rem}
.prose li{margin-bottom:.5rem;color:var(--lc-anthrazit)}
.prose blockquote{border-left:3px solid var(--lc-orange);padding-left:1.2rem;font-style:italic;font-size:1.15rem;font-weight:300;color:var(--lc-marine);margin:1.6rem 0}
.prose .lead{font-size:1.2rem;color:var(--lc-schiefer);font-weight:300}
.prose a{text-decoration:underline}

/* ---------- Über-mich Teaser (Start) ---------- */
.about .grid{display:grid;grid-template-columns:300px 1fr;gap:3.2rem;align-items:center}
.about img{width:100%;border-radius:4px;display:block;box-shadow:0 20px 45px -25px rgba(10,26,51,.5)}
.about h2{margin-bottom:.4rem}
.about .role{color:var(--lc-blau);font-weight:600;margin-bottom:1.4rem;font-size:1.05rem}
.about blockquote{border-left:3px solid var(--lc-orange);padding-left:1.2rem;color:var(--lc-anthrazit);font-style:italic;font-size:1.12rem;font-weight:300;margin:1.4rem 0}

/* ---------- Über-mich Seite: Profil-Kopf ---------- */
.profile{display:grid;grid-template-columns:280px 1fr;gap:2.8rem;align-items:start;margin-bottom:1rem}
.profile img{width:100%;border-radius:6px;box-shadow:0 20px 45px -25px rgba(10,26,51,.5)}
.factbox{background:var(--lc-hellgrau);border-radius:6px;padding:1.4rem 1.6rem;margin-top:1.2rem}
.factbox h4{font-size:.95rem;font-weight:600;margin-bottom:.6rem}
.factbox ul{list-style:none}
.factbox li{font-size:.92rem;color:var(--lc-anthrazit);margin-bottom:.4rem;padding-left:1rem;position:relative}
.factbox li::before{content:"›";position:absolute;left:0;color:var(--lc-orange);font-weight:700}

/* ---------- Aktuelles / Notes ---------- */
.latest .grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
.note{border:1px solid var(--lc-hellgrau);border-radius:4px;padding:2rem;transition:.25s}
.note:hover{border-color:var(--lc-hellblau);box-shadow:0 14px 34px -24px rgba(10,26,51,.4)}
.note .tag{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lc-schiefer)}
.note h3{margin:.6rem 0;color:var(--lc-marine)}
.note a.more{font-size:.9rem;font-weight:600}
.note a.more::after{content:" →";color:var(--lc-orange)}

/* ---------- Blog-Übersicht ---------- */
.cluster{margin-bottom:3.2rem}
.cluster-head{display:flex;align-items:baseline;gap:.8rem;border-bottom:2px solid var(--lc-hellgrau);padding-bottom:.6rem;margin-bottom:1.6rem}
.cluster-head h2{font-size:1.5rem;font-weight:600;color:var(--lc-tiefblau);margin:0}
.cluster-head .count{font-size:.85rem;color:var(--lc-mittelgrau)}
.posts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.post{border:1px solid var(--lc-hellgrau);border-radius:5px;padding:1.4rem 1.5rem;transition:.2s;display:flex;flex-direction:column}
.post:hover{border-color:var(--lc-hellblau);box-shadow:0 12px 30px -22px rgba(10,26,51,.45)}
.post .pnum{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--lc-mittelgrau)}
.post h3{font-size:1.05rem;font-weight:600;color:var(--lc-marine);margin:.3rem 0 .5rem;line-height:1.35}
.post p{font-size:.9rem;margin-bottom:1rem;flex:1}
.post .links a{font-size:.85rem;font-weight:600;margin-right:1rem}
.post .links a::after{content:" →";color:var(--lc-orange)}
.post .soon{font-size:.8rem;color:var(--lc-mittelgrau);font-style:italic}

/* ---------- Kontakt ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.contact-card{border:1px solid var(--lc-hellgrau);border-radius:6px;padding:2rem}
.contact-card h3{margin-bottom:1rem}
.contact-list{list-style:none}
.contact-list li{margin-bottom:1rem;padding-left:1.6rem;position:relative;color:var(--lc-anthrazit)}
.contact-list li b{display:block;color:var(--lc-marine);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.1rem}
.contact-list li::before{content:"";position:absolute;left:0;top:.35rem;width:.55rem;height:.55rem;background:var(--lc-orange);border-radius:50%}
.qr{display:flex;align-items:center;gap:1.1rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--lc-hellgrau)}
.qr img{width:150px;height:150px;flex:0 0 auto;border:1px solid var(--lc-hellgrau);border-radius:6px;padding:6px;background:#fff}
.qr p{font-size:.9rem;margin:0}
@media(max-width:480px){.qr{flex-direction:column;align-items:flex-start}}

/* ---------- Trainings-Liste ---------- */
.train{display:grid;grid-template-columns:160px 1fr;gap:1.4rem;border:1px solid var(--lc-hellgrau);border-left:4px solid var(--lc-blau);border-radius:5px;padding:1.5rem 1.8rem;margin-bottom:1rem;align-items:center}
.train .when{font-weight:700;color:var(--lc-blau);font-size:.95rem}
.train .when small{display:block;font-weight:400;color:var(--lc-schiefer)}
.train h3{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}
.train p{font-size:.92rem}
.callout{background:var(--lc-hellgrau);border-radius:6px;padding:1.6rem 1.8rem;color:var(--lc-anthrazit)}

/* ---------- Referenzen ---------- */
.refs{text-align:center}
.refs p.brands{color:var(--lc-mittelgrau);font-size:1.05rem;font-weight:300;max-width:900px;margin:1rem auto 0;letter-spacing:.01em}

/* ---------- CTA ---------- */
.cta{background:linear-gradient(135deg,var(--lc-blau),var(--lc-royal));color:#fff;text-align:center}
.cta .wrap{padding:4.5rem 2rem}
.cta h2{color:#fff;margin-bottom:1rem}
.cta p{color:var(--lc-hellblau);max-width:560px;margin:0 auto 2rem;font-size:1.1rem}

/* ---------- Footer ---------- */
footer{background:var(--lc-marine);color:var(--lc-hellblau);font-size:.92rem}
footer .wrap{padding:3.2rem 2rem 2rem;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
footer .brand .name{color:#fff}
footer h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.9rem;letter-spacing:.03em}
footer a{color:var(--lc-hellblau)}
footer a:hover{color:#fff}
footer ul{list-style:none}
footer li{margin-bottom:.5rem}
.footbar{border-top:1px solid rgba(169,194,242,.18)}
.footbar .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.2rem 2rem;font-size:.85rem;color:var(--lc-mittelgrau)}
.footbar a{color:var(--lc-mittelgrau)}.footbar a:hover{color:#fff}

/* ---------- Responsive ---------- */
@media(max-width:1040px){
  .menu{display:none;position:fixed;inset:76px 0 auto 0;background:#fff;flex-direction:column;gap:0;padding:.5rem 0;border-bottom:1px solid var(--lc-hellgrau);box-shadow:0 18px 30px -20px rgba(10,26,51,.4)}
  .menu.open{display:flex}
  .menu li{padding:0 2rem}
  .menu a{display:block;padding:.9rem 0;border-bottom:1px solid var(--lc-hellgrau)}
  .menu a::after{display:none}
  .burger{display:block}
}
@media(max-width:860px){
  .hero h1{font-size:2.2rem}
  .hero .wrap{padding-top:4rem;padding-bottom:4rem}
  .page-hero h1{font-size:1.9rem}
  h2{font-size:1.65rem}
  .cards,.cards.two,.ppn,.posts,.contact-grid,.latest .grid{grid-template-columns:1fr}
  .about .grid{grid-template-columns:1fr;gap:2rem}
  .about img{max-width:260px}
  .profile{grid-template-columns:1fr;gap:1.6rem}
  .profile img{max-width:260px}
  .train{grid-template-columns:1fr;gap:.5rem}
  footer .wrap{grid-template-columns:1fr}
}
@media(max-width:480px){
  .hero h1{font-size:1.9rem}
  .page-hero h1{font-size:1.7rem}
  .wrap{padding-left:1.3rem;padding-right:1.3rem}
}
