#rechner{scroll-margin-top:95px}
.bu-example-calculator{--calc-navy:#172440;--calc-line:#d7deea;background:#fff;border:1px solid var(--calc-line);border-radius:20px;padding:clamp(20px,3vw,36px);box-shadow:0 12px 36px rgba(23,36,64,.06);color:var(--calc-navy);margin:28px 0;min-width:0}
.bu-example-calculator *{box-sizing:border-box}
.bu-example-calculator p{margin:0 0 14px;line-height:1.65}
.bu-example-kicker{display:block;color:#92611f;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px}
.bu-example-intro{max-width:850px;margin-bottom:24px}
.bu-example-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.bu-example-job{grid-column:1/-1}
.bu-example-field label{display:block;font-weight:700;font-size:.92rem;margin-bottom:8px;line-height:1.5}
.bu-example-field select{width:100%;max-width:100%;min-height:49px;border:1px solid #bfc9d9;border-radius:9px;background:#fcfcfa;color:var(--calc-navy);font:inherit;font-size:16px;padding:11px 32px 11px 12px;text-overflow:ellipsis}
.bu-example-field select:disabled{opacity:1;color:#4b5a70;background:#eef1f6}
.bu-example-calculator :is(select,a,summary):focus-visible{outline:3px solid #ab751f;outline-offset:4px}
.bu-example-calculator .bu-example-profile{font-size:.9rem;background:#eef2f8;border-left:3px solid #8094b1;border-radius:0 8px 8px 0;padding:12px 16px;margin:22px 0;overflow-wrap:anywhere}
.bu-example-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(235px,100%),1fr));gap:16px}
.bu-example-price{border:1px solid var(--calc-line);border-top:4px solid #9caec6;border-radius:12px;padding:23px 20px;background:linear-gradient(155deg,#f6f8fc,#fff);min-width:0}
.bu-example-price h3{font-size:1.15rem;margin:0 0 20px;line-height:1.35;overflow-wrap:anywhere}
.bu-example-calculator .bu-example-price-value{font-size:clamp(1.65rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:7px;font-variant-numeric:tabular-nums}
.bu-example-price-value span{font-size:1.1rem}
.bu-example-calculator .bu-example-price-unit{font-size:.85rem;color:#465672;margin-bottom:16px}
.bu-example-calculator .bu-example-gross{font-size:.82rem;color:#516079}
.bu-example-calculator .bu-example-tariff-note{border-top:1px solid var(--calc-line);padding-top:13px;font-size:.87rem;margin:14px 0 0}
.bu-example-calculator .bu-example-unavailable{font-weight:700;font-size:1.15rem}
.bu-example-calculator .bu-example-summary{margin:18px 0 24px;font-size:.9rem;color:#4b5a70}
.bu-example-action{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px;background:#edf2f7;border-radius:12px}
.bu-example-action strong{display:block;margin-bottom:6px}
.bu-example-calculator .bu-example-action p{font-size:.9rem;margin:0;max-width:600px}
.bu-example-action .btn{flex-shrink:0;text-align:center;white-space:normal}
.bu-example-assumptions{border-top:1px solid var(--calc-line);margin-top:24px;padding-top:18px;font-size:.87rem}
.bu-example-assumptions summary{font-weight:700;cursor:pointer;line-height:1.5}
.bu-example-assumptions p:first-of-type{margin-top:15px}
@media(max-width:760px){#rechner{scroll-margin-top:145px}.bu-example-fields{grid-template-columns:1fr}.bu-example-action{flex-direction:column;align-items:stretch}.bu-example-results{grid-template-columns:1fr}.bu-example-price h3{margin-bottom:14px}.bu-example-action .btn{width:100%}}
