
:root {
  --rp-blue-900:#123B5D;
  --rp-blue-700:#1D5A86;
  --rp-orange-500:#F28A2E;
  --rp-orange-600:#D97016;
  --rp-text-900:#1B2430;
  --rp-text-600:#5E6873;
  --rp-gray-100:#F5F7F9;
  --rp-gray-200:#E7ECF0;
  --rp-white:#FFFFFF;
  --rp-radius:16px;
  --rp-btn-radius:10px;
  --rp-shadow:0 12px 34px rgba(27,36,48,.07);
}
.rp-page{font-family:inherit;color:var(--rp-text-900);line-height:1.65;background:var(--rp-white)}
.rp-page *{box-sizing:border-box}
.rp-page a{text-underline-offset:3px}
.rp-section{padding:80px 24px}
.rp-bg-soft{background:var(--rp-gray-100)}
.rp-inner{max-width:1200px;margin:0 auto}
.rp-narrow{max-width:860px}
.rp-section-head{max-width:760px;margin:0 auto 42px;text-align:center}
.rp-section-head h2,.rp-page h2{font-size:38px;line-height:1.15;margin:0 0 16px;font-weight:700;color:var(--rp-blue-900)}
.rp-page h3{font-size:24px;line-height:1.25;margin:0 0 10px;font-weight:700;color:var(--rp-blue-900)}
.rp-page p{margin:0 0 18px}
.rp-eyebrow{font-size:14px!important;line-height:1.4!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rp-orange-600);margin-bottom:12px!important}
.rp-hero{padding-top:76px;padding-bottom:84px}
.rp-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:56px;align-items:center}
.rp-hero h1{font-size:52px;line-height:1.08;margin:0 0 22px;font-weight:700;color:var(--rp-blue-900);letter-spacing:-.02em}
.rp-lead{font-size:18px;line-height:1.65;color:var(--rp-text-600);max-width:720px}
.rp-hero-media,.rp-team-media{border-radius:22px;overflow:hidden;min-height:420px;background:linear-gradient(135deg,#edf2f5,#f8fafb);box-shadow:var(--rp-shadow)}
.rp-hero-media img,.rp-team-media img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
.rp-media-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--rp-text-600);border:1px dashed #bac5ce}
.rp-trust-inline{display:flex;flex-wrap:wrap;gap:10px 18px;margin:25px 0}
.rp-trust-inline span{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600}
.rp-trust-inline svg,.rp-pricing-points svg{width:18px;height:18px;fill:none;stroke:var(--rp-orange-500);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.rp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.rp-actions-center{justify-content:center}
.rp-btn{min-height:48px;padding:14px 22px;border-radius:var(--rp-btn-radius);display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-weight:700;font-size:16px;line-height:1.2;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.rp-btn:hover{transform:translateY(-1px)}
.rp-btn-primary{background:var(--rp-orange-500);color:#fff!important;border:1px solid var(--rp-orange-500)}
.rp-btn-primary:hover{background:var(--rp-orange-600);border-color:var(--rp-orange-600)}
.rp-btn-secondary{background:#fff;color:var(--rp-blue-900)!important;border:1.5px solid var(--rp-blue-900)}
.rp-btn-secondary:hover{background:var(--rp-gray-100)}
.rp-btn-light{background:#fff;color:var(--rp-blue-900)!important;border:1px solid rgba(255,255,255,.8)}
.rp-contact-links{display:flex;gap:18px;margin-top:18px;font-weight:600}
.rp-contact-links a{color:var(--rp-blue-900)}
.rp-grid{display:grid;gap:24px}
.rp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.rp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.rp-card{background:#fff;border:1px solid var(--rp-gray-200);border-radius:var(--rp-radius);padding:30px;box-shadow:0 8px 28px rgba(27,36,48,.035)}
.rp-card p{color:var(--rp-text-600)}
.rp-icon{width:46px;height:46px;border-radius:12px;background:#fff3e8;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.rp-icon svg,.rp-quick-card svg,.rp-sticky-cta svg{width:24px;height:24px;fill:none;stroke:var(--rp-orange-600);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.rp-text-link{font-weight:700;color:var(--rp-blue-700)}
.rp-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 auto 30px}
.rp-quick-card{background:#fff;border:1px solid var(--rp-gray-200);border-radius:14px;min-height:96px;padding:18px;display:flex;align-items:center;gap:12px;text-decoration:none!important;color:var(--rp-blue-900);font-weight:700;transition:.16s ease}
.rp-quick-card:hover{border-color:var(--rp-orange-500);transform:translateY(-1px)}
.rp-center{text-align:center}
.rp-process{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.rp-process li{background:#fff;border:1px solid var(--rp-gray-200);border-radius:var(--rp-radius);padding:28px}
.rp-step{width:42px;height:42px;border-radius:50%;background:var(--rp-blue-900);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:18px}
.rp-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:56px;align-items:center}
.rp-pricing-points{background:var(--rp-gray-100);border:1px solid var(--rp-gray-200);border-radius:var(--rp-radius);padding:28px;display:grid;gap:16px}
.rp-pricing-points span{display:flex;align-items:center;gap:10px;font-weight:600}
.rp-team-media{min-height:360px}
.rp-team-media img{min-height:360px}
.rp-faq{display:grid;gap:12px}
.rp-faq details{background:#fff;border:1px solid var(--rp-gray-200);border-radius:14px;padding:0 22px}
.rp-faq summary{cursor:pointer;list-style:none;font-weight:700;color:var(--rp-blue-900);padding:20px 32px 20px 0;position:relative}
.rp-faq summary::-webkit-details-marker{display:none}
.rp-faq summary:after{content:"+";position:absolute;right:0;top:16px;font-size:26px;font-weight:400;color:var(--rp-orange-600)}
.rp-faq details[open] summary:after{content:"–"}
.rp-faq details p{color:var(--rp-text-600);padding:0 0 20px;margin:0}
.rp-before-after{max-width:1000px;margin:0 auto}
.rp-final-cta{background:var(--rp-blue-900);color:#fff}
.rp-final-cta h2{color:#fff}
.rp-final-cta p{max-width:720px;margin:0 auto 22px;color:rgba(255,255,255,.88);font-size:18px}
.rp-sticky-cta{display:none}
@media (max-width:1024px){
  .rp-section{padding:68px 24px}
  .rp-hero-grid,.rp-split{grid-template-columns:1fr 1fr;gap:36px}
  .rp-hero h1{font-size:44px}
  .rp-section-head h2,.rp-page h2{font-size:34px}
  .rp-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rp-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rp-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rp-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .rp-section{padding:52px 20px}
  .rp-hero{padding-top:44px;padding-bottom:52px}
  .rp-hero-grid,.rp-split{grid-template-columns:1fr;gap:30px}
  .rp-hero h1{font-size:36px;line-height:1.12}
  .rp-section-head h2,.rp-page h2{font-size:29px;line-height:1.2}
  .rp-page h3{font-size:22px}
  .rp-lead{font-size:16px}
  .rp-section-head{margin-bottom:28px;text-align:left}
  .rp-hero-media,.rp-hero-media img{min-height:300px}
  .rp-grid-4,.rp-grid-3,.rp-process{grid-template-columns:1fr}
  .rp-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rp-quick-card{min-height:84px;padding:14px;gap:9px}
  .rp-card,.rp-process li{padding:24px}
  .rp-actions{display:grid;grid-template-columns:1fr}
  .rp-contact-links{flex-wrap:wrap}
  .rp-trust-inline{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px}
  .rp-sticky-cta{position:fixed;z-index:9998;left:0;right:0;bottom:0;height:62px;background:#fff;border-top:1px solid var(--rp-gray-200);display:grid;grid-template-columns:1fr 1fr 1fr;box-shadow:0 -8px 24px rgba(27,36,48,.1)}
  .rp-sticky-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none!important;color:var(--rp-blue-900);font-size:12px;font-weight:700}
  .rp-sticky-cta svg{width:20px;height:20px}
  .rp-sticky-cta .rp-sticky-primary{background:var(--rp-orange-500);color:#fff}
  .rp-sticky-cta .rp-sticky-primary svg{stroke:#fff}
  .rp-page{padding-bottom:62px}
}
@media (max-width:390px){
  .rp-hero h1{font-size:33px}
  .rp-trust-inline{grid-template-columns:1fr}
  .rp-quick-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .rp-btn,.rp-quick-card{transition:none}
}


/* V1.1: WordPress-/Theme-Seitentitel nur auf Seiten mit dem RümpelPlus-Shortcode ausblenden */
body.rp-startseite-hide-theme-title .entry-title,
body.rp-startseite-hide-theme-title .page-header,
body.rp-startseite-hide-theme-title .page-title,
body.rp-startseite-hide-theme-title h1.entry-title,
body.rp-startseite-hide-theme-title .elementor-page-title{
  display:none!important;
}


/* Preisrechner V1.5 */
.rp-calculator{max-width:980px;margin:34px auto 0;background:#fff;border:1px solid var(--rp-gray-200);border-radius:20px;padding:34px;box-shadow:var(--rp-shadow);scroll-margin-top:110px}
.rp-calc-progress{display:flex;align-items:center;gap:16px;margin-bottom:30px}
.rp-calc-progress-bar{height:8px;background:var(--rp-gray-200);border-radius:999px;overflow:hidden;flex:1}
.rp-calc-progress-bar i{display:block;width:25%;height:100%;background:var(--rp-orange-500);transition:width .2s ease}
.rp-calc-progress-text{font-size:14px;color:var(--rp-text-600);white-space:nowrap}
.rp-calc-step[hidden]{display:none!important}
.rp-calc-step-head{margin-bottom:24px}
.rp-calc-step-head h3{font-size:30px;margin-bottom:8px}
.rp-calc-step-head p{color:var(--rp-text-600)}
.rp-calc-kicker{display:inline-block;font-size:13px;font-weight:800;color:var(--rp-orange-600);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.rp-calc-choice-grid{display:grid;gap:14px}
.rp-calc-choice-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.rp-calc-choice{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;min-height:82px;padding:16px;border:1.5px solid var(--rp-gray-200);border-radius:14px;background:#fff;cursor:pointer;font-weight:700;color:var(--rp-blue-900);transition:.15s ease}
.rp-calc-choice:hover,.rp-calc-choice.is-selected{border-color:var(--rp-orange-500);background:#fff8f1;transform:translateY(-1px)}
.rp-calc-choice input{position:absolute;opacity:0;pointer-events:none}
.rp-calc-fields{display:grid;gap:18px}
.rp-calc-fields-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.rp-field{display:flex;flex-direction:column;gap:7px}
.rp-field-wide{grid-column:1/-1}
.rp-field>span{font-weight:700;color:var(--rp-blue-900);font-size:14px}
.rp-field input,.rp-field select,.rp-field textarea{width:100%;min-height:48px;border:1px solid #cfd8df;border-radius:10px;background:#fff;color:var(--rp-text-900);padding:12px 14px;font:inherit}
.rp-field textarea{min-height:110px;resize:vertical}
.rp-field input:focus,.rp-field select:focus,.rp-field textarea:focus{outline:3px solid rgba(242,138,46,.18);border-color:var(--rp-orange-500)}
.rp-calc-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}
.rp-calc-check{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--rp-gray-200);border-radius:12px;background:var(--rp-gray-100);cursor:pointer}
.rp-calc-check input{margin-top:5px}
.rp-calc-note,.rp-calc-submit-note{margin-top:22px;padding:16px 18px;border-radius:12px;background:#fff8f1;border:1px solid #f6d7b9;color:#5f4934}
.rp-calc-nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.rp-calc-nav-end{justify-content:flex-end}
.rp-calc-privacy{display:flex;align-items:flex-start;gap:10px;margin-top:20px;font-size:14px;color:var(--rp-text-600)}
.rp-calc-privacy input{margin-top:4px}
.rp-calc-privacy a{color:var(--rp-blue-700);font-weight:700}
.rp-calc-alert{padding:15px 18px;border-radius:12px;margin-bottom:24px;font-weight:700}
.rp-calc-alert-success{background:#ecf8ef;border:1px solid #b9dfc2;color:#245d30}
.rp-calc-alert-error{background:#fff1f1;border:1px solid #efc3c3;color:#8b2f2f}
.rp-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:1024px){.rp-calc-choice-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){
  .rp-calculator{padding:22px 18px;border-radius:16px;margin-top:24px}
  .rp-calc-progress{gap:10px}
  .rp-calc-step-head h3{font-size:24px}
  .rp-calc-choice-grid-4,.rp-calc-fields-2,.rp-calc-checks{grid-template-columns:1fr}
  .rp-field-wide{grid-column:auto}
  .rp-calc-nav{display:grid;grid-template-columns:1fr}
  .rp-calc-nav .rp-btn{width:100%}
  .rp-calc-nav .rp-calc-back{order:2}
}


/* Preisrechner V1.6 – automatische Preisspanne */
.rp-field small{color:var(--rp-text-600);font-size:13px;line-height:1.45}
.rp-calc-estimate{margin-top:24px;padding:24px;border-radius:16px;background:var(--rp-blue-900);color:#fff;box-shadow:0 12px 30px rgba(18,59,93,.12)}
.rp-calc-estimate-label{display:block;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#ffd2aa;margin-bottom:6px}
.rp-calc-estimate-price{display:block;font-size:34px;line-height:1.15;color:#fff;margin-bottom:10px}
.rp-calc-estimate-detail{margin:0!important;color:rgba(255,255,255,.86)!important;font-size:14px}
.rp-calc-estimate-warning{margin-top:14px;padding:12px 14px;border-radius:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-size:13px}
.rp-calc-estimate-compact{margin-top:0;margin-bottom:24px;padding:18px 20px}
.rp-calc-estimate-compact .rp-calc-estimate-price{font-size:28px}
@media(max-width:767px){
  .rp-calc-estimate-price{font-size:28px}
}


/* Preisrechner V1.7 – Gegenstands-Auswahl statt m³-Eingabe */
.rp-item-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;margin-bottom:18px;scrollbar-width:thin}
.rp-item-tab{flex:0 0 auto;border:1px solid var(--rp-gray-200);background:#fff;color:var(--rp-blue-900);border-radius:999px;padding:10px 16px;font:inherit;font-size:14px;font-weight:700;cursor:pointer}
.rp-item-tab.is-active{background:var(--rp-blue-900);border-color:var(--rp-blue-900);color:#fff}
.rp-item-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.rp-item-card{border:1.5px solid var(--rp-gray-200);border-radius:15px;background:#fff;padding:16px;min-height:166px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.15s ease}
.rp-item-card.is-selected{border-color:var(--rp-orange-500);background:#fff8f1;box-shadow:0 5px 18px rgba(242,138,46,.09)}
.rp-item-icon{width:54px;height:54px;border-radius:14px;background:var(--rp-gray-100);display:flex;align-items:center;justify-content:center;color:var(--rp-blue-900);font-size:30px;font-weight:700;margin-bottom:10px}
.rp-item-name{font-size:14px;line-height:1.3;font-weight:700;color:var(--rp-blue-900);min-height:38px;display:flex;align-items:center;justify-content:center}
.rp-item-counter{display:grid;grid-template-columns:36px 42px 36px;gap:5px;align-items:center;margin-top:auto;padding-top:12px}
.rp-item-counter button{width:36px;height:36px;border-radius:10px;border:1px solid var(--rp-gray-200);background:#fff;color:var(--rp-blue-900);font-size:22px;line-height:1;cursor:pointer;font-weight:700}
.rp-item-counter button:hover{border-color:var(--rp-orange-500);color:var(--rp-orange-600)}
.rp-item-counter input{width:42px;height:36px;padding:0;text-align:center;border:1px solid var(--rp-gray-200);border-radius:9px;font:inherit;font-weight:700;color:var(--rp-blue-900);-moz-appearance:textfield}
.rp-item-counter input::-webkit-outer-spin-button,.rp-item-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.rp-item-summary{position:sticky;bottom:12px;z-index:5;margin:20px 0 26px;padding:14px 18px;border-radius:13px;background:var(--rp-blue-900);color:#fff;display:flex;justify-content:space-between;gap:14px;align-items:center;box-shadow:0 10px 28px rgba(18,59,93,.18)}
.rp-item-summary-price{font-weight:800;color:#ffd2aa}
.rp-access-fields{padding-top:8px}
@media(max-width:1024px){.rp-item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){
  .rp-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .rp-item-card{padding:13px 9px;min-height:150px}
  .rp-item-name{font-size:13px}
  .rp-item-summary{position:static;display:grid;gap:4px}
  .rp-item-counter{grid-template-columns:34px 40px 34px}
  .rp-item-counter button{width:34px;height:34px}
}


/* ================================================================
   Preisrechner V1.8 – Schnellrechner + optionale Detailberechnung
   ================================================================ */
.rp-calculator-v18{
  max-width:760px;
  margin:34px auto 0;
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none
}
.rp-calculator-v18 .rp-quickcalc-card,
.rp-calculator-v18 .rp-detail-panel,
.rp-calculator-v18 .rp-special-options,
.rp-calculator-v18 .rp-contact-panel{
  background:#fff;
  border:1px solid var(--rp-gray-200);
  border-radius:18px;
  box-shadow:0 14px 36px rgba(27,36,48,.07)
}
.rp-quickcalc-card{overflow:hidden}
.rp-quickcalc-head{padding:28px 28px 18px}
.rp-quickcalc-head h3{
  margin:3px 0 8px!important;
  font-size:30px!important;
  color:var(--rp-orange-600)!important
}
.rp-quickcalc-head p{margin:0!important;color:var(--rp-text-600)}
.rp-quickcalc-eyebrow{
  display:block;
  color:var(--rp-blue-900);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em
}
.rp-quickcalc-fields{padding:0 28px 24px}
.rp-quickcalc-fields>.rp-field,
.rp-quickcalc-row,
.rp-range-field{
  padding:20px 0;
  border-top:1px solid #f0d7c6
}
.rp-quickcalc-fields>.rp-field:first-child{border-top:0}
.rp-quickcalc-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.rp-quickcalc-row .rp-field{padding:0}
.rp-calculator-v18 .rp-field>span{
  font-size:15px;
  color:var(--rp-text-900);
  margin-bottom:1px
}
.rp-calculator-v18 .rp-field>small{
  color:var(--rp-text-600);
  font-size:12px;
  line-height:1.45;
  margin-bottom:5px
}
.rp-calculator-v18 .rp-field select,
.rp-calculator-v18 .rp-field input[type="text"],
.rp-calculator-v18 .rp-field input[type="email"],
.rp-calculator-v18 .rp-field input[type="tel"],
.rp-calculator-v18 .rp-field textarea{
  min-height:48px;
  border:1px solid #d7dfe5;
  box-shadow:0 2px 7px rgba(27,36,48,.025)
}
.rp-range-wrap{position:relative;padding-top:31px}
.rp-range-value{
  position:absolute;
  top:0;
  transform:translateX(-50%);
  background:var(--rp-orange-500);
  color:#fff;
  min-width:58px;
  padding:5px 9px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-align:center;
  pointer-events:none
}
.rp-range-value:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-5px;
  width:10px;
  height:10px;
  background:var(--rp-orange-500);
  transform:translateX(-50%) rotate(45deg)
}
.rp-range-wrap input[type="range"]{
  width:100%;
  appearance:none;
  -webkit-appearance:none;
  height:6px;
  border-radius:99px;
  background:linear-gradient(to right,var(--rp-orange-500),#ffd7c0);
  outline:none;
  padding:0;
  border:0
}
.rp-range-wrap input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--rp-orange-500);
  cursor:pointer;
  box-shadow:0 2px 6px rgba(0,0,0,.12)
}
.rp-range-wrap input[type="range"]::-moz-range-thumb{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--rp-orange-500);
  cursor:pointer
}
.rp-range-limits{
  display:flex;
  justify-content:space-between;
  margin-top:8px;
  color:var(--rp-text-600);
  font-size:12px
}
.rp-quickcalc-result{
  background:linear-gradient(135deg,var(--rp-orange-500),#ff7137);
  color:#fff;
  margin:0 18px 18px;
  border-radius:14px;
  padding:22px;
  text-align:center
}
.rp-quickcalc-price{
  display:block;
  color:#fff;
  font-size:34px;
  line-height:1.1;
  font-weight:800
}
.rp-quickcalc-price-label{
  display:block;
  margin-top:4px;
  font-size:13px;
  font-weight:700
}
.rp-quickcalc-price-note{
  margin:8px auto 16px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:12px;
  max-width:560px
}
.rp-quickcalc-offer-btn{
  width:100%;
  min-height:48px;
  border:0;
  border-radius:10px;
  background:#fff;
  color:var(--rp-orange-600);
  font:inherit;
  font-weight:800;
  cursor:pointer
}
.rp-quickcalc-offer-btn:hover{background:#fff8f2}
.rp-detail-toggle{
  display:flex;
  width:calc(100% - 36px);
  margin:0 18px 20px;
  padding:15px 17px;
  text-align:left;
  flex-direction:column;
  border:1px solid var(--rp-gray-200);
  border-radius:12px;
  background:var(--rp-gray-100);
  color:var(--rp-blue-900);
  cursor:pointer;
  font:inherit
}
.rp-detail-toggle span{font-weight:800}
.rp-detail-toggle small{color:var(--rp-text-600);margin-top:2px}
.rp-detail-panel{
  padding:26px;
  margin-top:20px
}
.rp-detail-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-bottom:22px
}
.rp-detail-head h3{margin:2px 0 8px!important}
.rp-detail-head p{margin:0!important;color:var(--rp-text-600)}
.rp-use-quick{
  flex:0 0 auto;
  border:1px solid var(--rp-blue-900);
  border-radius:9px;
  background:#fff;
  color:var(--rp-blue-900);
  padding:9px 12px;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer
}
.rp-special-options{
  margin-top:20px;
  overflow:hidden
}
.rp-special-options summary{
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  font-weight:800;
  color:var(--rp-blue-900)
}
.rp-special-options summary::-webkit-details-marker{display:none}
.rp-special-options summary span{
  font-weight:500;
  color:var(--rp-text-600);
  margin-left:5px
}
.rp-special-inner{padding:0 22px 22px}
.rp-contact-panel{
  margin-top:20px;
  padding:28px;
  scroll-margin-top:110px
}
.rp-contact-panel-head h3{margin:2px 0 8px!important}
.rp-contact-panel-head p{color:var(--rp-text-600)}
.rp-contact-price{
  margin:20px 0;
  padding:16px 18px;
  border-radius:12px;
  background:#fff4eb;
  color:var(--rp-text-900)
}
.rp-contact-price strong{
  display:block;
  font-size:25px;
  color:var(--rp-orange-600)
}
.rp-contact-submit{width:100%;margin-top:22px}
.rp-calculator-v18 .rp-item-summary{position:static}
.rp-calculator-v18 .rp-item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.rp-calculator-v18 .rp-item-icon{
  font-size:24px;
  background:#f4f7f9
}
@media(max-width:767px){
  .rp-calculator-v18{margin-top:24px}
  .rp-quickcalc-head{padding:22px 18px 14px}
  .rp-quickcalc-head h3{font-size:26px!important}
  .rp-quickcalc-fields{padding:0 18px 18px}
  .rp-quickcalc-row{grid-template-columns:1fr;gap:16px}
  .rp-quickcalc-price{font-size:30px}
  .rp-detail-panel,.rp-contact-panel{padding:20px 16px}
  .rp-detail-head{display:block}
  .rp-use-quick{margin-top:14px}
  .rp-calculator-v18 .rp-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rp-special-inner{padding:0 16px 18px}
}


/* ================================================================
   Datenschutz V2.1
   ================================================================ */
.rp-privacy{
  --rp-privacy-max:900px;
  max-width:var(--rp-privacy-max);
  margin:0 auto;
  padding:64px 24px 80px;
  color:var(--rp-text-900);
  font-family:inherit
}
.rp-privacy-intro{
  margin-bottom:28px
}
.rp-privacy-intro h1{
  margin:6px 0 16px;
  color:var(--rp-blue-900);
  font-size:42px;
  line-height:1.08
}
.rp-privacy-intro p{
  max-width:760px;
  color:var(--rp-text-600);
  font-size:17px;
  line-height:1.7
}
.rp-privacy-toc{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:18px;
  margin:0 0 34px;
  border:1px solid var(--rp-gray-200);
  border-radius:15px;
  background:var(--rp-gray-100)
}
.rp-privacy-toc strong{
  width:100%;
  color:var(--rp-blue-900);
  margin-bottom:2px
}
.rp-privacy-toc a{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--rp-gray-200);
  color:var(--rp-blue-900);
  font-size:13px;
  font-weight:700;
  text-decoration:none
}
.rp-privacy section{
  scroll-margin-top:110px;
  padding:28px 0;
  border-top:1px solid var(--rp-gray-200)
}
.rp-privacy section h2{
  margin:0 0 14px;
  color:var(--rp-blue-900);
  font-size:27px;
  line-height:1.25
}
.rp-privacy p,
.rp-privacy li{
  color:var(--rp-text-600);
  line-height:1.72
}
.rp-privacy p{
  margin:0 0 14px
}
.rp-privacy ul{
  margin:12px 0 18px 20px
}
.rp-privacy a{
  color:var(--rp-blue-700);
  text-decoration:underline;
  text-underline-offset:2px
}
.rp-privacy-note{
  margin-top:26px;
  padding:18px 20px;
  border-radius:13px;
  background:#fff8f1;
  border:1px solid #f6d7b9;
  color:#5f4934;
  line-height:1.6
}
@media(max-width:767px){
  .rp-privacy{padding:38px 18px 56px}
  .rp-privacy-intro h1{font-size:32px}
  .rp-privacy section h2{font-size:23px}
  .rp-privacy-toc{display:block}
  .rp-privacy-toc a{margin:4px 4px 4px 0}
}


/* ================================================================
   Automatisch verwaltete Preise-Seite V2.2
   ================================================================ */
.rp-prices-managed{
  font-family:inherit;
  color:var(--rp-text-900);
  background:#fff
}
.rp-prices-hero{
  padding:72px 24px 58px;
  background:#fff;
  text-align:center
}
.rp-prices-hero h1{
  max-width:800px;
  margin:6px auto 18px;
  color:var(--rp-blue-900);
  font-size:48px;
  line-height:1.08
}
.rp-prices-lead{
  max-width:760px;
  margin:0 auto;
  color:var(--rp-text-600);
  font-size:18px;
  line-height:1.7
}
.rp-prices-trust{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 20px;
  max-width:900px;
  margin:26px auto 0
}
.rp-prices-trust span{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:14px;
  font-weight:700;
  color:var(--rp-blue-900)
}
.rp-prices-trust svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:var(--rp-orange-500);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.rp-prices-info{
  padding:24px 26px;
  border:1px solid var(--rp-gray-200);
  border-radius:16px;
  background:#fff
}
.rp-prices-info p:last-child{margin-bottom:0}
@media(max-width:767px){
  .rp-prices-hero{padding:46px 18px 38px}
  .rp-prices-hero h1{font-size:34px}
  .rp-prices-lead{font-size:16px}
  .rp-prices-trust{display:grid;grid-template-columns:1fr}
}


/* ================================================================
   RümpelPlus Inhaltsseiten V2.8
   ================================================================ */
.rp-content-page{
  background:#fff;
  color:var(--rp-text-900)
}
.rp-content-hero{
  padding:64px 24px 58px;
  background:#fff
}
.rp-content-hero .rp-inner{
  max-width:1000px
}
.rp-content-hero h1{
  max-width:900px;
  margin:6px 0 18px;
  color:var(--rp-blue-900);
  font-size:48px;
  line-height:1.08;
  letter-spacing:-.02em
}
.rp-content-lead{
  max-width:820px;
  margin:0 0 20px;
  color:var(--rp-text-600);
  font-size:18px;
  line-height:1.72
}
.rp-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 26px;
  font-size:13px;
  color:var(--rp-text-600)
}
.rp-breadcrumbs a{
  color:var(--rp-blue-700);
  text-decoration:none
}
.rp-service-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:42px;
  align-items:start
}
.rp-check-list{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:14px
}
.rp-check-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px 17px;
  border:1px solid var(--rp-gray-200);
  border-radius:12px;
  background:#fff
}
.rp-check-list svg{
  width:20px;
  height:20px;
  flex:0 0 auto;
  margin-top:2px;
  fill:none;
  stroke:var(--rp-orange-500);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.rp-service-side-card,
.rp-contact-card,
.rp-contact-form-card{
  background:#fff;
  border:1px solid var(--rp-gray-200);
  border-radius:18px;
  padding:28px;
  box-shadow:var(--rp-shadow)
}
.rp-service-side-card p,
.rp-contact-card p,
.rp-contact-form-card>p{
  color:var(--rp-text-600)
}
.rp-service-note{
  border:1px solid var(--rp-gray-200);
  border-radius:16px;
  background:#fff;
  padding:26px;
  color:var(--rp-text-600)
}
.rp-service-note p:last-child{margin-bottom:0}
.rp-more-faq{margin-top:24px}
.rp-contact-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:28px;
  align-items:start
}
.rp-contact-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.rp-contact-card{
  padding:22px
}
.rp-contact-card h3{font-size:20px}
.rp-contact-card .rp-icon{margin-bottom:14px}
.rp-contact-form-card h2{
  margin:4px 0 10px!important;
  font-size:32px!important
}
.rp-contact-form-card form{margin-top:22px}
.rp-contact-send{margin-top:20px;width:100%}
.rp-service-card .rp-text-link{display:inline-flex;margin-top:6px}
@media(max-width:1024px){
  .rp-service-layout,
  .rp-contact-layout{
    grid-template-columns:1fr
  }
}
@media(max-width:767px){
  .rp-content-hero{padding:42px 20px 42px}
  .rp-content-hero h1{font-size:34px}
  .rp-content-lead{font-size:16px}
  .rp-contact-cards{grid-template-columns:1fr}
  .rp-service-side-card,.rp-contact-card,.rp-contact-form-card{padding:22px}
}


/* ================================================================
   Regional-SEO-System V2.9
   ================================================================ */
.rp-region-hero{
  background:
    radial-gradient(circle at 85% 15%, rgba(242,138,46,.09), transparent 28%),
    #fff
}
.rp-region-card{
  position:relative
}
.rp-region-kicker{
  display:inline-block;
  margin:0 0 9px;
  color:var(--rp-orange-500);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase
}
.rp-region-local-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:42px;
  align-items:start
}
.rp-region-local-grid>div>p{
  color:var(--rp-text-600);
  font-size:16px;
  line-height:1.75
}
.rp-region-facts{
  padding:26px;
  border:1px solid var(--rp-gray-200);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--rp-shadow)
}
.rp-region-facts h3{
  margin:0 0 16px;
  color:var(--rp-blue-900)
}
.rp-region-facts dl{
  margin:0
}
.rp-region-facts dl>div{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:15px;
  padding:12px 0;
  border-top:1px solid var(--rp-gray-200)
}
.rp-region-facts dl>div:first-child{border-top:0}
.rp-region-facts dt{
  color:var(--rp-text-600);
  font-size:13px;
  font-weight:700
}
.rp-region-facts dd{
  margin:0;
  color:var(--rp-blue-900);
  font-weight:700
}
.rp-region-source-note{
  padding:17px 20px;
  border:1px solid var(--rp-gray-200);
  border-radius:14px;
  background:var(--rp-gray-100);
  color:var(--rp-text-600);
  font-size:13px;
  line-height:1.65
}
.rp-region-location-page #rp-region-calculator{
  scroll-margin-top:100px
}
@media(max-width:900px){
  .rp-region-local-grid{
    grid-template-columns:1fr
  }
}
@media(max-width:767px){
  .rp-region-facts{padding:21px}
  .rp-region-facts dl>div{
    grid-template-columns:1fr;
    gap:4px
  }
}


/* Regionaler Ortsblock V3.1 */
.rp-region-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}
.rp-region-link-card{
  display:flex;
  flex-direction:column;
  min-height:142px;
  padding:20px;
  border:1px solid var(--rp-gray-200);
  border-radius:15px;
  background:#fff;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.rp-region-link-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--rp-shadow);
  border-color:#d8dee4
}
.rp-region-link-card span{
  margin-bottom:6px;
  color:var(--rp-orange-500);
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase
}
.rp-region-link-card strong{
  color:var(--rp-blue-900);
  font-size:18px;
  line-height:1.3
}
.rp-region-link-card em{
  margin-top:auto;
  padding-top:15px;
  color:var(--rp-blue-700);
  font-size:13px;
  font-style:normal;
  font-weight:700
}
@media(max-width:900px){
  .rp-region-link-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .rp-region-link-grid{grid-template-columns:1fr}
}


/* ================================================================
   V3.6 – evidenzbasierte Leistungsseiten / SEO / Conversion
   ================================================================ */

.rp-service-page-v36 .rp-content-lead,
.rp-services-hub .rp-content-lead{
  max-width:850px
}

.rp-service-snapshot{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 0
}
.rp-service-snapshot span{
  display:flex;
  gap:7px;
  align-items:center;
  padding:9px 12px;
  border:1px solid var(--rp-gray-200);
  border-radius:999px;
  background:#fff;
  color:var(--rp-text-600);
  font-size:13px
}
.rp-service-snapshot b{
  color:var(--rp-blue-900)
}

.rp-service-answer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:28px;
  align-items:stretch
}
.rp-answer-card,
.rp-scope-card,
.rp-contact-help{
  padding:30px;
  border:1px solid var(--rp-gray-200);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--rp-shadow)
}
.rp-answer-card h2,
.rp-scope-card h2,
.rp-contact-help h2{
  margin-top:8px
}
.rp-answer-card p{
  margin-bottom:0;
  color:var(--rp-text-600);
  font-size:17px;
  line-height:1.75
}
.rp-service-side-compact{
  height:100%
}

.rp-situation-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}
.rp-situation-card{
  display:flex;
  flex-direction:column;
  min-height:225px;
  padding:24px;
  border:1px solid var(--rp-gray-200);
  border-radius:18px;
  background:#fff;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.rp-situation-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--rp-shadow);
  border-color:#d6dde4
}
.rp-situation-card h3{
  color:var(--rp-blue-900);
  margin:15px 0 8px
}
.rp-situation-card p{
  color:var(--rp-text-600);
  line-height:1.6
}
.rp-situation-card strong{
  margin-top:auto;
  color:var(--rp-orange-500);
  font-size:13px
}

.rp-service-dual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:start
}
.rp-scope-card{
  height:100%
}
.rp-scope-in{
  border-top:4px solid var(--rp-blue-700)
}
.rp-scope-check{
  border-top:4px solid var(--rp-orange-500)
}
.rp-check-list-neutral svg{
  color:var(--rp-orange-500)
}
.rp-scope-note{
  margin:20px 0 0;
  padding-top:16px;
  border-top:1px solid var(--rp-gray-200);
  color:var(--rp-text-600);
  font-size:13px;
  line-height:1.6
}

.rp-prep-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}
.rp-prep-item{
  display:flex;
  flex-direction:column;
  min-height:165px;
  padding:22px;
  border:1px solid var(--rp-gray-200);
  border-radius:16px;
  background:#fff
}
.rp-prep-item>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--rp-blue-900);
  color:#fff;
  font-weight:800
}
.rp-prep-item p{
  margin:18px 0 0;
  color:var(--rp-text-600);
  line-height:1.6
}

.rp-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
.rp-related-card{
  display:flex;
  flex-direction:column;
  min-height:205px;
  padding:22px;
  border:1px solid var(--rp-gray-200);
  border-radius:16px;
  background:#fff;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease
}
.rp-related-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--rp-shadow)
}
.rp-related-card strong{
  margin:14px 0 8px;
  color:var(--rp-blue-900);
  font-size:18px
}
.rp-related-card em{
  color:var(--rp-text-600);
  font-style:normal;
  line-height:1.55
}
.rp-related-card b{
  margin-top:auto;
  padding-top:15px;
  color:var(--rp-orange-500);
  font-size:13px
}

.rp-section-actions{
  margin-top:26px
}

.rp-faq-jumps{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center
}
.rp-faq-jumps a{
  padding:9px 13px;
  border:1px solid var(--rp-gray-200);
  border-radius:999px;
  background:#fff;
  color:var(--rp-blue-900);
  font-size:13px;
  font-weight:700;
  text-decoration:none
}
.rp-section-head-left{
  text-align:left;
  margin-left:0
}

.rp-contact-side{
  display:flex;
  flex-direction:column;
  gap:20px
}
.rp-contact-cards-v36{
  grid-template-columns:1fr
}
.rp-contact-form-grid{
  display:flex;
  flex-direction:column;
  gap:16px
}
.rp-contact-methods{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.rp-field-hint{
  margin:-8px 0 0;
  color:var(--rp-text-600);
  font-size:12px
}
.rp-form-intro{
  color:var(--rp-text-600)
}

.rp-prices-v36 .rp-prices-hero .rp-inner{
  max-width:1120px
}

@media(max-width:1000px){
  .rp-situation-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .rp-prep-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:800px){
  .rp-service-answer-grid,
  .rp-service-dual{
    grid-template-columns:1fr
  }
  .rp-related-grid{
    grid-template-columns:1fr
  }
}

@media(max-width:650px){
  .rp-situation-grid,
  .rp-prep-grid,
  .rp-contact-methods{
    grid-template-columns:1fr
  }
  .rp-service-snapshot{
    display:grid;
    grid-template-columns:1fr
  }
  .rp-service-snapshot span{
    border-radius:12px
  }
  .rp-answer-card,
  .rp-scope-card,
  .rp-contact-help{
    padding:22px
  }
}


/* V3.9 – semantische Related-Links */
.rp-related-grid{
  list-style:none;
  margin:0;
  padding:0
}
.rp-related-grid>li{
  display:flex;
  min-width:0
}
.rp-related-grid>li .rp-related-card{
  width:100%
}
.rp-related-description{
  color:var(--rp-text-600);
  line-height:1.55
}
.rp-related-more{
  margin-top:auto;
  padding-top:15px;
  color:var(--rp-orange-500);
  font-size:13px;
  font-weight:700
}


/* ================================================================
   V4.0 – externe Bewertungen / Social Proof
   ================================================================ */

.rp-review-strip-wrap{
  margin-top:22px;
  margin-bottom:8px
}
.rp-review-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 14px;
  padding:14px 16px;
  border:1px solid var(--rp-gray-200);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(17,40,62,.05)
}
.rp-review-strip-label{
  color:var(--rp-text-600);
  font-size:13px;
  font-weight:700
}
.rp-review-strip a{
  display:flex;
  align-items:baseline;
  gap:6px;
  padding:7px 10px;
  border-radius:10px;
  background:var(--rp-gray-050);
  color:var(--rp-blue-900);
  text-decoration:none!important
}
.rp-review-strip a:hover{
  background:#fff4ea
}
.rp-review-strip strong{
  font-size:14px
}
.rp-review-strip span{
  font-size:12px
}

.rp-review-platform-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  max-width:920px;
  margin:0 auto
}
.rp-review-platform-card{
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid var(--rp-gray-200);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--rp-shadow)
}
.rp-review-platform-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px
}
.rp-review-source{
  color:var(--rp-blue-900);
  font-size:18px;
  font-weight:800
}
.rp-review-stars{
  color:var(--rp-orange-500);
  font-size:20px;
  letter-spacing:2px;
  white-space:nowrap
}
.rp-review-score{
  display:block;
  color:var(--rp-blue-900);
  font-size:34px;
  line-height:1.1
}
.rp-review-platform-card>p{
  color:var(--rp-text-600)
}
.rp-review-insight{
  line-height:1.65;
  min-height:78px
}
.rp-review-platform-card .rp-text-link{
  margin-top:auto
}
.rp-review-date{
  max-width:920px;
  margin:18px auto 0;
  color:var(--rp-text-600);
  font-size:12px;
  text-align:center
}

@media(max-width:760px){
  .rp-review-platform-grid{
    grid-template-columns:1fr
  }
  .rp-review-platform-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }
  .rp-review-insight{
    min-height:0
  }
  .rp-review-strip{
    align-items:stretch;
    flex-direction:column
  }
  .rp-review-strip a{
    justify-content:space-between
  }
}


/* V4.6 – Verlassenschaft Kosten / Search Intent */
.rp-cost-example-grid{max-width:980px;margin:0 auto}
.rp-cost-example-card{text-align:center}
.rp-cost-example-label{display:block;margin-bottom:10px;color:var(--rp-text-600);font-size:14px;font-weight:700}
.rp-cost-example-card strong{display:block;margin-bottom:8px;color:var(--rp-blue-900);font-size:32px;line-height:1.1}
.rp-price-explainer{max-width:920px;margin:24px auto 0;padding:18px 20px;border:1px solid var(--rp-gray-200);border-radius:16px;background:var(--rp-gray-050)}
.rp-price-explainer p{margin:0;line-height:1.65}


/* V5.0 – Rendering-Härtung für lange Inhaltsseiten */
@supports (content-visibility:auto){
  .rp-content-page > .rp-section,
  #rp-startseite > .rp-section:not(.rp-hero):not(#preis-berechnen){
    content-visibility:auto;
    contain-intrinsic-size:auto 720px;
  }
}
