/* Gründungsbegleitung: Ergänzung im vorhandenen Website-Design. */
.km-founder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body:not(.home) .km-founder-card{padding:30px;border:1px solid #ded4e5;border-radius:24px;background:linear-gradient(145deg,#fff,#f7f2fa);min-width:0;box-shadow:0 12px 28px #291b3410}
.km-founder-no{display:block;margin-bottom:20px;font-size:16px;font-weight:750;line-height:1.5;color:#97513b}
body:not(.home) .km-founder-card .km-founder-label{font-size:14px;font-weight:700;color:#665570;margin-bottom:12px;line-height:1.5}
body:not(.home) .km-founder-card h3{font-size:25px;line-height:1.25;margin:0 0 16px;letter-spacing:-.025em}
body:not(.home) .km-founder-card p{font-size:16px;line-height:1.75;color:#5c5263}
.km-founder-experience{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}
.km-founder-experience figure{margin:0}
.km-founder-experience img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:26px}
.km-founder-experience figcaption{font-size:14px;line-height:1.6;color:#695e70;margin-top:14px}
.km-founder-experience .intro{margin:22px 0}
.km-founder-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body:not(.home) .km-founder-steps .step{display:block;min-width:0;padding:28px;border:1px solid #ddd2e4;border-radius:24px;background:#ffffff80}
body:not(.home) .km-founder-steps h3{font-size:25px;margin:0 0 14px}
body:not(.home) .km-founder-steps p{font-size:16px;line-height:1.75}
body .km-founder-teaser .km-founder-banner{padding:clamp(28px,4vw,54px);border:1px solid #d7c3e0;border-radius:28px;background:linear-gradient(120deg,#efe4f5,#fff0e9);margin:0;align-items:center}
body .km-founder-teaser .km-founder-banner h2{font-size:clamp(30px,3.5vw,46px);line-height:1.15;color:#2b2032}
body .km-founder-teaser .km-founder-banner h2 em{font-style:normal;color:#935039}
body .km-founder-teaser .km-founder-banner .intro{font-size:17px;line-height:1.75;color:#57465f;margin:0 0 24px}
body .km-founder-teaser .km-founder-banner .kicker{font-size:14px;color:#82513d}
@media(max-width:1000px){.km-founder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.km-founder-steps{grid-template-columns:1fr}.km-founder-experience{gap:30px}}
@media(max-width:760px){.km-founder-experience,.km-founder-grid{grid-template-columns:1fr}.km-founder-experience img{aspect-ratio:16/10}body:not(.home) .km-founder-card{padding:26px}}

/* Explicit numbers and contact colors for the founding page. */
body:not(.home) .km-founder-steps .step::before{content:none;display:none;counter-increment:none}
body:not(.home) .km-founder-contact{appearance:none;background:#ffffff08;color:#fff;border:1px solid #ffffff44;font-family:inherit;cursor:pointer}
body:not(.home) .km-founder-contact:hover{background:#ffffff14;border-color:#ffffff70}
body:not(.home) .km-founder-contact:focus-visible{outline:3px solid #ff9a74;outline-offset:4px}
.km-founder-byline{font-size:14px;line-height:1.6;color:#745767;margin:-10px 0 22px;font-weight:650}
