/* Copyright © Dipl.-Kfm. Andreas Rabenschlag Immobilien GmbH - All rights reserved. */
/* page-calc.css — budgetrechner.html */

.rh-num-clamp { font-size: clamp(30px, 4.2vw, 48px); }
.rh-num-value { font-size: clamp(30px, 4.2vw, 46px); }
.rr-val-md { font-size: 18px; }
.seg-2 { grid-template-columns: 1fr 1fr; }
.rate-source-p { margin-top: 0; margin-bottom: 16px; }
.prov-select { width: 100%;font-family: inherit;font-size: 16px;padding: 14px 16px;
  border: 1px solid var(--line-2);background: var(--cream);color: var(--ink);border-radius: 0;}
.prov-select:focus { outline: none; border-color: var(--red); background: #fff; }
.prov-cb { margin-top: 18px; margin-bottom: 0; }
.prov-result-mt { margin-top: 30px; }
.explainer-link { color: var(--red); text-decoration: underline; }
