.ksh-ek{
  --ksh-ek-ink:#182216;
  --ksh-ek-green:#12351d;
  --ksh-ek-green-2:#315a28;
  --ksh-ek-lime:#a7c64a;
  --ksh-ek-soft:#f4f7ef;
  --ksh-ek-soft-2:#eef4e7;
  --ksh-ek-line:#dce7d2;
  --ksh-ek-muted:#5f6b5b;
  --ksh-ek-card:#ffffff;
  --ksh-ek-red:#b83b35;
  --ksh-ek-yellow:#d8a525;
  --ksh-ek-ok:#4e8a3f;
  --ksh-ek-shadow:0 22px 55px rgba(18,53,29,.14);
  font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ksh-ek-ink);
  max-width:1080px;
  margin:0 auto 38px;
}
.ksh-ek *{box-sizing:border-box}.ksh-ek button{font:inherit}.ksh-ek [hidden]{display:none!important}
.ksh-ek h2,.ksh-ek h3{
  font-family:Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em!important;
  color:var(--ksh-ek-green)!important;
  font-weight:600!important;
}
.ksh-ek h2{font-size:clamp(30px,4.4vw,48px)!important;line-height:1.08!important;margin:0 0 14px!important}.ksh-ek h3{font-size:clamp(21px,2.5vw,29px)!important;line-height:1.16!important;margin:0 0 12px!important}.ksh-ek p{font-size:16px;line-height:1.65}.ksh-ek a{transition:.15s ease}
.ksh-ek__hero,.ksh-ek__app,.ksh-ek__result{background:radial-gradient(circle at 100% 0%,rgba(167,198,74,.2),transparent 34%),linear-gradient(145deg,#fff 0%,#f7faf3 100%);border:1px solid var(--ksh-ek-line);border-radius:28px;padding:clamp(22px,4vw,46px);box-shadow:var(--ksh-ek-shadow);overflow:hidden;position:relative}.ksh-ek__badge{display:inline-flex;align-items:center;gap:6px;background:#eef6e6;color:var(--ksh-ek-green);border:1px solid #d5e7c6;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:800;margin-bottom:16px}.ksh-ek__lead{font-size:clamp(17px,2vw,21px)!important;max-width:880px;margin:0 0 20px;color:#334033}.ksh-ek__promise{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.ksh-ek__promise span{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:999px;padding:8px 12px;font-size:14px;color:#334333}.ksh-ek__source-box{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:16px;padding:16px 18px;margin:0 0 24px;color:#364336;line-height:1.58}.ksh-ek__mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.ksh-ek__mode-card{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:22px;padding:25px;text-align:left;cursor:pointer;box-shadow:0 8px 25px rgba(18,53,29,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ksh-ek__mode-card:hover,.ksh-ek__mode-card:focus-visible{transform:translateY(-3px);box-shadow:0 18px 36px rgba(18,53,29,.14);border-color:var(--ksh-ek-lime);outline:none}.ksh-ek__mode-icon{display:block;font-size:34px;margin-bottom:12px}.ksh-ek__mode-card strong{display:block;color:var(--ksh-ek-green);font-size:20px;line-height:1.25;margin-bottom:8px}.ksh-ek__mode-card small{display:block;color:var(--ksh-ek-muted);font-size:14px;line-height:1.5;text-transform:none!important;letter-spacing:normal!important;font-weight:400!important}.ksh-ek__privacy{font-size:13px!important;color:var(--ksh-ek-muted);margin:22px 0 0}.ksh-ek__notice{background:#fff4d7;border:1px solid #e8c86d;border-radius:12px;padding:14px}.ksh-ek__topbar{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-bottom:26px}.ksh-ek__progress-wrap{flex:1;max-width:650px}.ksh-ek__progress{height:10px;background:#e7eddf;border-radius:999px;overflow:hidden}.ksh-ek__progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--ksh-ek-green),var(--ksh-ek-lime));border-radius:999px;transition:width .25s ease}.ksh-ek__progress-wrap small{display:block;text-align:right;margin-top:7px;color:var(--ksh-ek-muted);font-size:13px}.ksh-ek__question-card{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:24px;padding:clamp(20px,3vw,36px);box-shadow:0 8px 24px rgba(18,53,29,.07)}.ksh-ek__question-kicker{font-size:13px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;color:#6b833f;margin-bottom:10px}.ksh-ek__question-card p{margin-top:0;color:var(--ksh-ek-muted)}.ksh-ek__answers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.ksh-ek__answer{text-transform:none!important;letter-spacing:normal!important;font-weight:600;border:1px solid #dfe7d9;border-radius:17px;background:#fafcf8;padding:17px;text-align:left;cursor:pointer;min-height:78px;transition:all .16s ease;color:#263326;display:flex;align-items:center}.ksh-ek__answer span{display:block;line-height:1.38;text-transform:none!important;letter-spacing:normal!important}.ksh-ek__answer:hover,.ksh-ek__answer:focus-visible{border-color:var(--ksh-ek-lime);background:#fff;outline:none}.ksh-ek__answer.is-selected{border-color:var(--ksh-ek-green);background:#edf5e5;box-shadow:inset 0 0 0 2px rgba(18,53,29,.12);transform:translateY(-1px)}.ksh-ek__auto-note{font-size:13px!important;color:#6f796f!important;margin:16px 0 0!important}.ksh-ek__actions,.ksh-ek__result-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px;flex-wrap:wrap}.ksh-ek__primary,.ksh-ek__secondary,.ksh-ek__ghost{border-radius:999px;padding:11px 18px;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ksh-ek__primary{background:var(--ksh-ek-green);color:#fff;box-shadow:0 8px 18px rgba(18,53,29,.18)}.ksh-ek__primary:hover,.ksh-ek__secondary:hover{transform:translateY(-1px)}.ksh-ek__secondary{background:#fff;color:var(--ksh-ek-green);border-color:var(--ksh-ek-line)}.ksh-ek__ghost{background:transparent;color:var(--ksh-ek-muted);border-color:transparent}.ksh-ek__primary:disabled,.ksh-ek__secondary:disabled{opacity:.45;cursor:not-allowed;transform:none}
.ksh-ek__result-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:24px;position:relative}.ksh-ek__result-head h2{font-size:clamp(28px,4vw,42px)!important}.ksh-ek__result-head p{max-width:760px;color:var(--ksh-ek-muted)}.ksh-ek__score{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:20px;padding:18px;min-width:145px;text-align:center;color:var(--ksh-ek-green);font-weight:900;box-shadow:0 8px 22px rgba(18,53,29,.07)}.ksh-ek__score span{display:block;font-size:36px;line-height:1}.ksh-ek__score small{display:block;margin-top:6px;color:var(--ksh-ek-muted);font-weight:700}
.ksh-ek__diagnosis{display:grid;grid-template-columns:minmax(0,1.45fr) 320px;gap:18px;align-items:stretch;margin-bottom:18px}.ksh-ek__diagnosis-main,.ksh-ek__traffic,.ksh-ek__panel,.ksh-ek__recommendations,.ksh-ek__sources,.ksh-ek__priority-card,.ksh-ek__bar{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(18,53,29,.06)}.ksh-ek__diagnosis-main p:first-child{margin-top:0}.ksh-ek__traffic{display:flex;flex-direction:column;justify-content:center;gap:10px}.ksh-ek__traffic-title{font-size:13px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:var(--ksh-ek-muted)}.ksh-ek__traffic strong{font-size:18px;color:var(--ksh-ek-green);line-height:1.25}.ksh-ek__traffic p{margin:0;color:var(--ksh-ek-muted);font-size:14px}.ksh-ek__traffic-lights{display:flex;gap:9px;margin:3px 0 6px}.ksh-ek__traffic-lights span{width:22px;height:22px;border-radius:999px;display:inline-block;background:#e5e5e5;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.ksh-ek__traffic--high .red{background:var(--ksh-ek-red);box-shadow:0 0 0 5px rgba(184,59,53,.12)}.ksh-ek__traffic--mid .yellow{background:var(--ksh-ek-yellow);box-shadow:0 0 0 5px rgba(216,165,37,.14)}.ksh-ek__traffic--low .green{background:var(--ksh-ek-ok);box-shadow:0 0 0 5px rgba(78,138,63,.12)}.ksh-ek__result-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ksh-ek__panel--steps{margin-top:18px}.ksh-ek__panel ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;counter-reset:steps;list-style:none;padding:0;margin:14px 0 0}.ksh-ek__panel--steps li{position:relative;background:var(--ksh-ek-soft);border:1px solid var(--ksh-ek-line);border-radius:18px;padding:40px 14px 14px;line-height:1.45}.ksh-ek__panel--steps li:before{counter-increment:steps;content:counter(steps);position:absolute;top:12px;left:14px;width:24px;height:24px;border-radius:999px;background:var(--ksh-ek-green);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900}.ksh-ek__panel:not(.ksh-ek__panel--steps) ul{padding-left:22px;margin:0}.ksh-ek__panel li{margin:0 0 9px;line-height:1.5}.ksh-ek__priority{margin:18px 0}.ksh-ek__chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.ksh-ek__chips span{background:#edf5e5;color:var(--ksh-ek-green);border:1px solid #d5e6c7;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800}.ksh-ek__bars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.ksh-ek__bar{padding:16px}.ksh-ek__bar-label{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:#314031;margin-bottom:8px}.ksh-ek__bar-track{height:8px;border-radius:999px;background:#e7eddf;overflow:hidden}.ksh-ek__bar-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ksh-ek-green),var(--ksh-ek-lime))}.ksh-ek__recommendations,.ksh-ek__sources{margin-top:18px}.ksh-ek__recommendations p{margin-top:0;color:var(--ksh-ek-muted)}.ksh-ek__article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ksh-ek__article{display:block;text-decoration:none!important;border:1px solid var(--ksh-ek-line);border-radius:18px;padding:15px;background:#fafcf8;color:var(--ksh-ek-green)!important;min-height:112px}.ksh-ek__article span{display:inline-flex;font-size:12px;color:#60723f;background:#edf5e5;border-radius:999px;padding:4px 8px;margin-bottom:10px}.ksh-ek__article strong{display:block;line-height:1.35}.ksh-ek__article:hover{border-color:var(--ksh-ek-lime);background:#fff}.ksh-ek__sources{background:#f8faf5}.ksh-ek__sources p{margin:0;color:#3c483c}.ksh-ek__flash{animation:kshEkFlash .36s ease}@keyframes kshEkFlash{0%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-2px)}100%{transform:translateX(0)}}

.ksh-ek__insights{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin:18px 0}.ksh-ek__insight,.ksh-ek__profiles{background:#fff;border:1px solid var(--ksh-ek-line);border-radius:22px;padding:22px;box-shadow:0 8px 24px rgba(18,53,29,.06)}.ksh-ek__insight p,.ksh-ek__profiles p{margin:0;color:var(--ksh-ek-muted)}.ksh-ek__mini-bars{display:grid;gap:10px}.ksh-ek__mini-bars div span{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:#314031;margin-bottom:5px}.ksh-ek__mini-bars div em{font-style:normal;color:var(--ksh-ek-green);font-weight:800}.ksh-ek__mini-bars i{display:block;height:7px;border-radius:999px;background:#e7eddf;overflow:hidden}.ksh-ek__mini-bars b{display:block;height:100%;background:linear-gradient(90deg,var(--ksh-ek-green),var(--ksh-ek-lime));border-radius:999px}.ksh-ek__profiles{margin-top:18px}.ksh-ek__profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.ksh-ek__profile-card{border:1px solid var(--ksh-ek-line);border-radius:16px;background:#fafcf8;padding:14px}.ksh-ek__profile-card.is-current{border-color:var(--ksh-ek-lime);background:#f1f7e9}.ksh-ek__profile-card small{display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:#60723f;margin-bottom:7px}.ksh-ek__profile-card strong{display:block;color:var(--ksh-ek-green);line-height:1.25;margin-bottom:6px}.ksh-ek__profile-card p{font-size:13px!important;line-height:1.45;margin:0;color:var(--ksh-ek-muted)}

.ksh-ek__tool-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.ksh-ek__tool-brand img{width:48px;height:48px;object-fit:contain;border-radius:10px;box-shadow:0 6px 18px rgba(18,53,29,.12)}
.ksh-ek__tool-brand strong{display:block;color:var(--ksh-ek-green);font-weight:900;font-size:18px;line-height:1.1}
.ksh-ek__tool-brand span{display:block;color:var(--ksh-ek-muted);font-size:13px;margin-top:3px}
.ksh-ek__brandline{display:flex;align-items:center;gap:9px;margin:-8px 0 18px;padding:9px 11px;border:1px solid var(--ksh-ek-line);background:rgba(255,255,255,.72);border-radius:999px;width:max-content;max-width:100%}
.ksh-ek__brandline img{width:26px;height:26px;object-fit:contain;border-radius:6px}
.ksh-ek__brandline span{font-size:13px;color:var(--ksh-ek-muted)}
.ksh-ek__brandline strong{font-size:13px;color:var(--ksh-ek-green);font-weight:900}

.ksh-ek .print-only{display:none}
@media (max-width:980px){.ksh-ek__diagnosis,.ksh-ek__insights{grid-template-columns:1fr}.ksh-ek__profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ksh-ek__panel ol{grid-template-columns:1fr 1fr}.ksh-ek__article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.ksh-ek{margin-bottom:20px}.ksh-ek__hero,.ksh-ek__app,.ksh-ek__result{border-radius:18px;padding:18px}.ksh-ek__mode-grid,.ksh-ek__answers,.ksh-ek__result-grid,.ksh-ek__bars,.ksh-ek__article-grid,.ksh-ek__panel ol,.ksh-ek__profile-grid{grid-template-columns:1fr}.ksh-ek__topbar{align-items:stretch;flex-direction:column}.ksh-ek__progress-wrap{max-width:none}.ksh-ek__result-head{flex-direction:column}.ksh-ek__score{width:100%}.ksh-ek__actions .ksh-ek__primary,.ksh-ek__actions .ksh-ek__secondary{flex:1}.ksh-ek__answer{min-height:auto}.ksh-ek__result-actions button{width:100%}}
@media print{
  @page{size:A4;margin:12mm 12mm 12mm 12mm}
  html,body{background:#fff!important;color:#111!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
  body *{visibility:hidden!important}
  .ksh-ek,.ksh-ek *{visibility:visible!important}
  .ksh-ek{position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:8.7pt!important;line-height:1.22!important}
  .ksh-ek__hero,.ksh-ek__app,.ksh-ek__tool-brand,.ksh-ek__brandline,.ksh-ek__print-header,.ksh-ek__result-head,.ksh-ek__diagnosis,.ksh-ek__priority,.ksh-ek__insights,.ksh-ek__result-grid,.ksh-ek__panel,.ksh-ek__bars,.ksh-ek__recommendations,.ksh-ek__sources,.ksh-ek__profiles,.ksh-ek__result-actions,.ksh-ek__privacy,.ksh-ek__print-header,.ksh-ek .no-print{display:none!important}
  .ksh-ek__result{display:block!important;background:#fff!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;border-radius:0!important;min-height:0!important}
  .ksh-ek .print-only,.ksh-ek__print-report{display:block!important;visibility:visible!important}
  .ksh-ek__print-header{display:none!important;visibility:hidden!important}
  .ksh-ek__print-report *{visibility:visible!important}

  .ksh-ek-report-head{display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1.5pt solid #12351d!important;padding:0 0 4mm!important;margin:0 0 4mm!important;gap:8mm!important}
  .ksh-ek-report-brand{display:flex!important;align-items:center!important;gap:3.5mm!important}
  .ksh-ek-report-brand img{width:14mm!important;height:14mm!important;object-fit:contain!important;display:block!important;border-radius:1.5mm!important}
  .ksh-ek-report-brand strong{display:block!important;font-family:Georgia,'Times New Roman',serif!important;color:#12351d!important;font-size:14pt!important;line-height:1!important}
  .ksh-ek-report-brand span,.ksh-ek-report-meta span{display:block!important;font-size:8pt!important;color:#555!important;margin-top:1mm!important}
  .ksh-ek-report-meta{text-align:right!important;white-space:nowrap!important}
  .ksh-ek-report-meta strong{display:block!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#12351d!important;font-size:8.5pt!important}

  .ksh-ek-report-body{display:block!important}
  .ksh-ek-report-title{border-bottom:.7pt solid #d7ddd2!important;padding-bottom:3.5mm!important;margin-bottom:3.5mm!important}
  .ksh-ek-report-title p{font-size:8pt!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#666!important;margin:0 0 1.3mm!important;font-weight:700!important}
  .ksh-ek-report-title h1{font-family:Georgia,'Times New Roman',serif!important;color:#12351d!important;font-size:15.5pt!important;line-height:1.08!important;margin:0 0 1.5mm!important;font-weight:700!important}
  .ksh-ek-report-title div{font-size:9pt!important;color:#333!important;line-height:1.28!important}

  .ksh-ek-report-summary{display:grid!important;grid-template-columns:1fr 45mm!important;gap:6mm!important;border-bottom:.7pt solid #d7ddd2!important;padding-bottom:3.5mm!important;margin-bottom:3.5mm!important;break-inside:avoid!important}
  .ksh-ek-report-summary h2,.ksh-ek-report-two h2,.ksh-ek-report-steps h2{font-family:Georgia,'Times New Roman',serif!important;color:#12351d!important;font-size:10.5pt!important;line-height:1.1!important;margin:0 0 1.4mm!important}
  .ksh-ek-report-summary p,.ksh-ek-report-two p{font-size:8.2pt!important;line-height:1.3!important;color:#222!important;margin:0 0 1.8mm!important}
  .ksh-ek-report-summary aside{border-left:1.1pt solid #d7ddd2!important;padding-left:3mm!important;min-height:22mm!important}
  .ksh-ek-report-light{display:inline-block!important;width:6mm!important;height:6mm!important;border-radius:50%!important;margin:0 2mm 1.3mm 0!important;vertical-align:middle!important;border:1pt solid #888!important;background:#ddd!important}
  .ksh-ek-report-light--high{background:#b83b35!important;border-color:#8e2824!important}.ksh-ek-report-light--mid{background:#d8a525!important;border-color:#a97900!important}.ksh-ek-report-light--low{background:#4e8a3f!important;border-color:#35682a!important}
  .ksh-ek-report-summary aside strong{display:inline!important;color:#12351d!important;font-size:8.8pt!important;line-height:1.2!important}
  .ksh-ek-report-summary aside p{font-size:7.8pt!important;line-height:1.25!important;color:#333!important;margin:1mm 0 0!important}

  .ksh-ek-report-two{display:grid!important;grid-template-columns:1fr 54mm!important;gap:6mm!important;border-bottom:.7pt solid #d7ddd2!important;padding-bottom:3.5mm!important;margin-bottom:3.5mm!important;break-inside:avoid!important}
  .ksh-ek-report-two table{width:100%!important;border-collapse:collapse!important;font-size:7.8pt!important}
  .ksh-ek-report-two th{font-size:7pt!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#555!important;text-align:left!important;border-bottom:1pt solid #12351d!important;padding:0 0 1.2mm!important}
  .ksh-ek-report-two th:last-child,.ksh-ek-report-two td:last-child{text-align:right!important}
  .ksh-ek-report-two td{border-bottom:.5pt solid #d7ddd2!important;padding:1.2mm 0!important;color:#222!important}

  .ksh-ek-report-steps{break-inside:avoid!important}
  .ksh-ek-report-steps ol{list-style:none!important;counter-reset:none!important;margin:0!important;padding:0!important;display:block!important}
  .ksh-ek-report-steps li{display:flex!important;gap:2.5mm!important;align-items:flex-start!important;border-bottom:.45pt solid #e1e5dc!important;padding:1.5mm 0!important;font-size:8.1pt!important;line-height:1.25!important;color:#111!important;break-inside:avoid!important}
  .ksh-ek-report-steps li span{flex:0 0 5mm!important;width:5mm!important;height:5mm!important;border-radius:50%!important;background:#12351d!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important;font-size:7pt!important;margin-top:.1mm!important}
  .ksh-ek-report-foot{border-top:.7pt solid #d7ddd2!important;margin-top:4mm!important;padding-top:2mm!important;font-size:7.2pt!important;line-height:1.25!important;color:#555!important}
  .ksh-ek a{color:#111!important;text-decoration:none!important}
}
/* v0.6.1: Vereinsmodus als Organisationscheck mit Skalen und Handlungsmatrix */
.ksh-ek__answers--scale{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.ksh-ek__answers--scale .ksh-ek__answer{min-height:68px;justify-content:center;text-align:center;padding:14px 10px;font-size:14px}
.ksh-ek__panel--matrix{margin-top:18px;background:linear-gradient(180deg,#fff,#fbfdf8)}
.ksh-ek__matrix{display:grid;gap:10px;margin-top:12px}
.ksh-ek__matrix-row{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:start;border:1px solid var(--ksh-ek-line);border-radius:16px;padding:14px;background:#fafcf8}
.ksh-ek__matrix-row strong{color:var(--ksh-ek-green);font-weight:900}
.ksh-ek__matrix-row span{color:#314031;line-height:1.45}
@media (max-width:980px){.ksh-ek__answers--scale{grid-template-columns:1fr}.ksh-ek__answers--scale .ksh-ek__answer{text-align:left;justify-content:flex-start}}
@media print{
  .ksh-ek-report-actions{break-inside:avoid!important;border-top:.7pt solid #d7ddd2!important;margin-top:3.5mm!important;padding-top:3mm!important}
  .ksh-ek-report-actions h2{font-family:Georgia,'Times New Roman',serif!important;color:#12351d!important;font-size:10.5pt!important;line-height:1.1!important;margin:0 0 1.6mm!important}
  .ksh-ek-report-actions table{width:100%!important;border-collapse:collapse!important;font-size:8pt!important}
  .ksh-ek-report-actions th{width:21mm!important;text-align:left!important;color:#12351d!important;border-bottom:.45pt solid #d7ddd2!important;padding:1.2mm 0!important;vertical-align:top!important}
  .ksh-ek-report-actions td{border-bottom:.45pt solid #d7ddd2!important;padding:1.2mm 0!important;vertical-align:top!important;line-height:1.25!important;color:#111!important}
}

/* v0.6.2: flacher Startseiten-Teaser + Modal */
.ksh-ek-teaser{font-family:Lato,Open Sans,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#182216;margin:18px auto 22px;max-width:1120px}
.ksh-ek-teaser__inner{display:flex;align-items:center;gap:16px;padding:15px 18px;border:1px solid rgba(18,53,29,.14);border-radius:18px;background:linear-gradient(135deg,#ffffff 0%,#f5f8ef 100%);box-shadow:0 10px 28px rgba(18,53,29,.08)}
.ksh-ek-teaser__mark{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#fff;border:1px solid rgba(18,53,29,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(18,53,29,.08)}
.ksh-ek-teaser__mark img{width:30px;height:30px;object-fit:contain;display:block}
.ksh-ek-teaser__text{flex:1;min-width:0;text-align:left}.ksh-ek-teaser__text strong{display:block;color:#12351d;font-weight:900;font-size:17px;line-height:1.2}.ksh-ek-teaser__text span{display:block;color:#536050;font-size:14px;line-height:1.45;margin-top:2px}.ksh-ek-teaser__button{border:0;border-radius:999px;background:#12351d;color:#fff;padding:11px 18px;font-weight:900;font-size:14px;line-height:1;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px rgba(18,53,29,.18);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.ksh-ek-teaser__button:hover,.ksh-ek-teaser__button:focus-visible{background:#315a28;transform:translateY(-1px);box-shadow:0 12px 24px rgba(18,53,29,.22);outline:none}.ksh-ek-modal[hidden]{display:none!important}.ksh-ek-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(12,22,13,.62);backdrop-filter:blur(5px)}.ksh-ek-modal__backdrop{position:absolute;inset:0}.ksh-ek-modal__dialog{position:relative;width:min(1120px,calc(100vw - 34px));max-height:calc(100vh - 34px);overflow:auto;background:transparent;border-radius:28px}.ksh-ek-modal__content{position:relative}.ksh-ek-modal__content .ksh-ek{margin:0 auto;max-width:1080px}.ksh-ek-modal__close{position:sticky;top:10px;float:right;z-index:4;width:42px;height:42px;border:0;border-radius:999px;background:#12351d;color:#fff;font-size:28px;line-height:38px;font-weight:400;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.22);margin:10px 10px -54px 0}.ksh-ek-modal__close:hover,.ksh-ek-modal__close:focus-visible{background:#315a28;outline:none}.ksh-ek-modal-open{overflow:hidden!important}
@media (max-width:760px){.ksh-ek-teaser__inner{align-items:flex-start;gap:12px;padding:14px;border-radius:16px}.ksh-ek-teaser__button{width:100%;margin-top:10px}.ksh-ek-teaser__inner{flex-wrap:wrap}.ksh-ek-teaser__text{flex:1 1 calc(100% - 60px)}.ksh-ek-modal{padding:10px}.ksh-ek-modal__dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:18px}.ksh-ek-modal__close{width:38px;height:38px;font-size:25px;line-height:34px;margin:8px 8px -48px 0}}
@media print{.ksh-ek-teaser,.ksh-ek-modal__close{display:none!important}.ksh-ek-modal{position:static!important;display:block!important;background:none!important;padding:0!important}.ksh-ek-modal__dialog{width:100%!important;max-height:none!important;overflow:visible!important}.ksh-ek-modal__backdrop{display:none!important}}

/* Startseiten-Widgetbereich unter dem Titelbild */
.ksh-ek-frontpage-widget-source {
  max-width: 1180px;
  margin: 18px auto 24px;
  padding: 0 18px;
  box-sizing: border-box;
}
.ksh-ek-frontpage-widget-source .ksh-frontpage-widget {
  margin: 0;
  padding: 0;
}
.ksh-ek-frontpage-widget-source .ksh-ek-teaser {
  margin: 0 auto;
}
.ksh-ek-frontpage-widget-source .ksh-ek-teaser__inner {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border-radius: 14px;
}
.ksh-frontpage-widget-title {
  display: none;
}
@media (max-width: 768px) {
  .ksh-ek-frontpage-widget-source {
    margin: 14px auto 20px;
    padding: 0 12px;
  }
}
