.rechner{--bg:#efefef;--card:#fff;--ink:#1a1a1a;--red:#c0392b;--red-soft:#fbeae7;--muted:#5f6368;--line:#ddd;--tile:#f4f4f4;--green:#1e8449;--green-soft:#e6f3ea}.rechner *{box-sizing:border-box}.rechner{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-manrope),system-ui,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased}.rechner .wrap{max-width:540px;margin:0 auto;padding:18px 14px 40px}.rechner .col{min-width:0}.rechner .r-card{background:var(--card);border-radius:20px;padding:26px 20px;border:1px solid var(--line)}.rechner h1{font-size:27px;line-height:1.15;font-weight:800;margin:0 0 6px;text-align:center}.rechner .sub{color:var(--muted);margin:0 0 26px;font-size:15px}.rechner .lead-value,.rechner .sub{text-align:center}.rechner .lead-value b{font-size:72px;line-height:1;font-weight:800;color:var(--red);font-variant-numeric:tabular-nums}.rechner .lead-value span{font-size:18px;color:var(--muted);margin-left:8px}.rechner .ticks{display:flex;justify-content:space-between;color:#9a9a9a;font-size:13px;margin:8px 4px 24px}.rechner input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;border-radius:99px;background:linear-gradient(to right,var(--red) var(--p,50%),#e3e3e3 var(--p,50%));outline:none;margin:14px 0 0}.rechner input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:34px;height:34px;border-radius:50%;background:var(--red);border:5px solid #fff;box-shadow:0 0 0 2px var(--red),0 6px 18px rgba(192,57,43,.4);cursor:pointer}.rechner input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--red);border:5px solid #fff;box-shadow:0 0 0 2px var(--red);cursor:pointer}.rechner input[type=range]:focus-visible{box-shadow:0 0 0 3px var(--ink)}.rechner .sec{background:var(--ink);color:#fff;font-weight:800;font-size:14px;padding:9px 14px;border-radius:8px;margin:22px 0 12px}.rechner .sec span{color:var(--red);margin-right:8px}.rechner .params{display:grid;gap:12px}.rechner .param{background:var(--tile);border-radius:14px;padding:12px 14px 8px;min-height:76px}.rechner .param .row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--muted)}.rechner .param .row b{font-size:19px;color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap}.rechner .param input[type=range]{height:6px;margin-top:8px}.rechner .param input[type=range]::-webkit-slider-thumb{width:24px;height:24px;border-width:4px;box-shadow:0 0 0 1.5px var(--red)}.rechner .fixed{display:flex;justify-content:space-between;background:var(--tile);border-radius:14px;padding:14px;font-size:14px;color:var(--muted)}.rechner .fixed b{color:var(--red);font-size:19px}.rechner table{width:100%;border-collapse:collapse;margin-top:6px;font-size:14px}.rechner th{font-size:12px;font-weight:800;padding:8px 6px;text-align:right;white-space:nowrap}.rechner th:first-child{text-align:left}.rechner th.lb{color:var(--red)}.rechner th.mk{color:var(--muted)}.rechner td{padding:10px 6px;border-top:1px solid var(--line);text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.rechner td:first-child{text-align:left;font-weight:500;color:var(--muted)}.rechner td.lb{color:var(--ink)}.rechner td.mk{color:#8a8a8a}.rechner td.bad{color:var(--red)}.rechner tr.sum td{border-top:2px solid var(--ink);font-size:16px}.rechner .box{border:1.5px solid;border-radius:18px;padding:20px 16px;text-align:center;margin-top:14px;min-height:190px;display:flex;flex-direction:column;justify-content:center}.rechner .box .r-tag{font-size:13px;font-weight:800;margin-bottom:8px}.rechner .box .num{font-size:44px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.rechner .box .num small{font-size:15px;font-weight:700;color:var(--muted);margin-left:6px}.rechner .box p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.rechner .box p b{color:var(--ink)}.rechner .box.rev{border-color:var(--ink);background:var(--tile)}.rechner .box.rev .r-tag{color:var(--red)}.rechner .box.win{border-color:#b9dcc4;background:var(--green-soft)}.rechner .box.win .num,.rechner .box.win .r-tag{color:var(--green)}.rechner .cta{display:block;width:100%;background:var(--red);color:#fff;border-radius:999px;padding:19px;font-weight:800;font-size:18px;text-align:center;text-decoration:none;margin-top:22px;box-shadow:0 10px 26px rgba(192,57,43,.35)}.rechner .cta.ghost{background:#fff;color:var(--ink);box-shadow:none;border:1.5px solid var(--line);margin-top:10px;font-size:15px;padding:15px}.rechner .note{color:#9a9a9a;font-size:12px;line-height:1.5;text-align:center;margin:20px 0 0}.rechner .pkgs{display:grid;gap:8px;margin:12px 0 0}.rechner .pkg{border:1.5px solid var(--ink);border-radius:12px;padding:12px 14px;height:96px;cursor:pointer;flex-direction:column}.rechner .pkg,.rechner .pkg .head{display:flex;justify-content:space-between}.rechner .pkg .head{align-items:baseline;gap:8px}.rechner .pkg b{font-size:15px;color:var(--ink);white-space:nowrap}.rechner .pkg b i{font-size:11px;margin-left:6px}.rechner .pkg b i,.rechner .pkg em{font-style:normal;color:var(--red);font-weight:800}.rechner .pkg em{font-size:17px;font-variant-numeric:tabular-nums;white-space:nowrap}.rechner .pkg span{display:block;color:var(--ink);font-size:13.5px;line-height:1.35}.rechner .pkg.on{border-color:var(--red);border-width:2.5px;background:var(--red-soft)}@media (min-width:900px){.rechner .wrap{max-width:1180px;padding:28px 24px 60px}.rechner .r-card{padding:40px 44px}.rechner h1{font-size:38px}.rechner .sub{font-size:17px;margin-bottom:34px}.rechner .cols{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.rechner .col-right{position:sticky;top:6rem}.rechner .col-right .sec:first-child{margin-top:0}.rechner .lead-value b{font-size:84px}.rechner .box .num{font-size:48px}}