.tb-rechner{display:grid;grid-template-columns:697fr 515fr;width:100%;background:var(--white);box-shadow:0 4px 22px rgba(0,0,0,.10)}
.tb-rechner *{box-sizing:border-box}
.tb-rechner .tb-r-eingaben{padding:50px 44px 47px}
.tb-rechner .tb-r-reihe{display:grid;grid-template-columns:1fr 1fr;column-gap:23px;row-gap:28px}
.tb-rechner .tb-r-feld{display:flex;flex-direction:column}
.tb-rechner .tb-r-feld.voll{grid-column:1 / -1}
.tb-rechner .tb-r-label{font-family:Khand,sans-serif;font-weight:600;font-size:var(--text-xs);line-height:1.3;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-body);display:block;margin:0}
.tb-rechner .tb-r-box{display:flex;align-items:center;height:64px;margin-top:16px;border:1px solid var(--border-primary);padding:0 18px}
.tb-rechner .tb-r-box input{flex:1;min-width:0;border:0;outline:0;background:none;padding:0;font-family:Khand,sans-serif;font-weight:700;font-size:var(--text-l);line-height:1.2;color:var(--text-title)}
.tb-rechner .tb-r-box:focus-within{border-color:var(--primary)}
.tb-rechner .tb-r-einheit{font-family:Khand,sans-serif;font-weight:600;font-size:var(--text-l);color:var(--text-body);padding-left:10px}
.tb-rechner input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:20px;margin-top:10px;background:none;cursor:pointer}
.tb-rechner input[type=range]::-webkit-slider-runnable-track{height:2px;background:var(--border-primary)}
.tb-rechner input[type=range]::-moz-range-track{height:2px;background:var(--border-primary)}
.tb-rechner input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary);margin-top:-9px;border:0}
.tb-rechner input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary);border:0}
.tb-rechner input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(246,160,42,.35)}
.tb-rechner .tb-r-ergebnis{background:var(--secondary);padding:44px;display:flex;flex-direction:column;justify-content:center;gap:0}
.tb-rechner .tb-r-erg + .tb-r-erg{margin-top:34px}
.tb-rechner .tb-r-erg .tb-r-label{color:rgba(255,255,255,.75)}
.tb-rechner .tb-r-zahl{font-family:Khand,sans-serif;font-weight:700;line-height:1.1;color:var(--white);margin-top:6px}
.tb-rechner .tb-r-zahl.gross{font-size:clamp(4rem, 2.07vw + 3.23rem, 6.2rem);color:var(--primary);line-height:1}
.tb-rechner .tb-r-zahl.mittel{font-size:clamp(3.2rem, 1.31vw + 2.71rem, 4.6rem)}
.tb-rechner .tb-r-notiz{font-size:var(--text-s);line-height:1.5;color:rgba(255,255,255,.6);margin-top:8px}
.tb-rechner .tb-r-linie{height:1px;background:rgba(255,255,255,.15);border:0;margin:40px 0 0}
@media (max-width:991px){.tb-rechner{grid-template-columns:1fr} .tb-rechner .tb-r-eingaben{padding:36px 26px 40px} .tb-rechner .tb-r-ergebnis{padding:36px 26px}}
@media (max-width:767px){.tb-rechner .tb-r-reihe{grid-template-columns:1fr}}

.tb-pr-wahl{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:34px;padding:18px 24px;background:var(--white);border-left:3px solid var(--primary);box-shadow:0 4px 22px rgba(0,0,0,.07)}
.tb-pr-label{display:block;font-family:"Khand",sans-serif;font-weight:600;font-size:var(--text-xs);line-height:1.4;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-body)}
.tb-pr-titel{display:block;margin-top:3px;font-family:"Khand",sans-serif;font-weight:700;font-size:var(--text-l);line-height:1.25;color:var(--text-title)}
.tb-pr-wechsel{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-family:"Khand",sans-serif;font-weight:600;font-size:var(--text-xs);letter-spacing:1.2px;text-transform:uppercase;color:var(--primary);white-space:nowrap}
.tb-pr-wechsel svg{width:26px;height:12px;transition:transform .25s cubic-bezier(.4,0,.2,1)}
.tb-pr-wechsel:hover svg{transform:translateX(5px)}
.tb-pr-wechsel select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:16px}
.tb-pr-wechsel:focus-within{outline:2px solid var(--primary);outline-offset:4px}
@media (max-width:767px){
.tb-pr-wahl{flex-direction:column;align-items:flex-start;gap:14px;padding:16px 18px}
.tb-pr-titel{font-size:var(--text-m);line-height:1.4}
}
@media (max-width:767px){
.tb-rechner .tb-r-ergebnis{order:-1}
}
.tb-pr-anfragen{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:40px;padding:16px 22px;border:0;cursor:pointer;background:var(--primary);color:var(--white);font-family:"Khand",sans-serif;font-weight:700;font-size:var(--text-l);line-height:1.2;text-transform:uppercase;transition:background-color .25s ease}
.tb-pr-anfragen:hover{background:#DD9026}
.tb-pr-anfragen svg{flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}
.tb-pr-anfragen:hover svg{transform:translateX(5px)}
.tb-pr-fakt .tb-r-label{display:block}
.tb-pr-wert{display:flex;align-items:baseline;gap:9px;margin-top:12px;padding-bottom:14px;border-bottom:1px solid var(--border-primary)}
.tb-pr-wert b{font-family:"Khand",sans-serif;font-weight:700;font-size:var(--text-2xl);line-height:1;letter-spacing:-.2px;color:var(--text-title)}
.tb-pr-wert span{font-family:"Khand",sans-serif;font-weight:600;font-size:var(--text-l);line-height:1;color:var(--text-body)}
.tb-pr-fakthinweis{display:flex;align-items:flex-start;gap:9px;margin-top:-6px;font-size:var(--text-s);line-height:1.6;color:var(--text-body)}
.tb-pr-fakthinweis::before{content:"";flex:0 0 3px;align-self:stretch;background:var(--primary);opacity:.55}
.tb-pr-qm{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.15)}
.tb-pr-qm .tb-r-label{display:block}
.tb-pr-qm b{display:block;margin-top:5px;font-family:"Khand",sans-serif;font-weight:700;font-size:var(--text-xl);line-height:1.1;color:var(--white)}
