:root{
  --bg:#F6F7F9;
  --bg-alt:#FFFFFF;
  --card:#FFFFFF;
  --line:#E2E5EA;
  --text:#1C1D22;
  --muted:#646A75;
  --accent:#7B3FF2;
  --accent-soft:rgba(123,63,242,.10);

  --dark:#151515;
  --dark-text:#F2F2F2;
  --rb-red:#d63b3b;

  --radius:14px;
  --shadow:0 8px 20px rgba(0,0,0,.06);
  --shadow-hover:0 12px 32px rgba(0,0,0,.10);
  --ease:cubic-bezier(.22,.61,.36,1);
  --font:"Roboto",system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  --gutter:clamp(20px,4vw,40px);
}

*{box-sizing:border-box}

html,body{
  min-height:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:400 16px/1.6 var(--font);
  -webkit-font-smoothing:antialiased;
}

img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
  border:0;
}

a{
  color:inherit;
  text-decoration:none;
}

.rb-home-service-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.rb-home-service-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.86);
  padding:9px 13px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rb-home-service-links a:hover{
  border-color:rgba(255,77,87,.44);
  color:#fff;
}

.rb-home-app-note{
  max-width:760px;
  margin-top:18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  padding:14px 16px;
}

.rb-home-app-note p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:.96rem;
  line-height:1.55;
}

.rb-home-app-note a{
  color:#fff;
  font-weight:900;
  text-decoration:underline;
  text-decoration-color:rgba(255,77,87,.65);
  text-underline-offset:4px;
}

.rb-quick-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:860px;
  margin-top:24px;
}

.rb-quick-actions a{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#fff;
  padding:12px 14px;
  font-weight:900;
  text-decoration:none;
}

.rb-quick-actions i{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:13px;
  background:rgba(214,59,59,.16);
  color:#ff6474;
}

.rb-quick-actions span{
  line-height:1.2;
}

.rb-quick-actions a:hover{
  border-color:rgba(255,77,87,.36);
  background:rgba(214,59,59,.16);
}

.rb-action-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:960px;
  margin:28px 0 26px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,59,59,.18), transparent 34%),
    rgba(255,255,255,.04);
  padding:18px;
}

.rb-action-strip strong,
.rb-action-strip span{
  display:block;
}

.rb-action-strip strong{
  color:#fff;
  font-size:1.05rem;
  font-weight:900;
}

.rb-action-strip span{
  margin-top:4px;
  color:rgba(255,255,255,.62);
}

.rb-action-strip > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  min-height:44px;
  border-radius:999px;
  background:#d63b3b;
  color:#fff;
  padding:10px 15px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rb-home-check-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
  gap:30px;
  align-items:start;
}

.rb-check-list{
  display:grid;
  gap:12px;
}

.rb-check-list div{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:#111318;
  padding:14px;
}

.rb-check-list i{
  color:#ff6474;
  font-size:1.15rem;
}

.rb-check-list span{
  color:rgba(255,255,255,.76);
  font-weight:700;
}

.rb-check-list a{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  min-height:46px;
  border-radius:999px;
  background:#d63b3b;
  color:#fff;
  padding:11px 15px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rb-overview-section{
  padding-top:28px;
  padding-bottom:72px;
}

.rb-section-head-compact{
  max-width:760px;
  margin-bottom:24px;
}

.rb-section-head-compact h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,5.8vw,64px);
  line-height:1;
  font-weight:300;
  font-style:italic;
  letter-spacing:-.05em;
  text-transform:uppercase;
}

.rb-section-head-compact p:not(.rb-dark-eyebrow){
  margin:16px 0 0;
  color:rgba(255,255,255,.62);
  font-size:clamp(16px,1.8vw,20px);
  line-height:1.58;
}

.rb-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.rb-overview-card{
  display:grid;
  align-content:start;
  min-height:250px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02)),
    #111318;
  padding:20px;
  color:#fff;
  box-shadow:0 22px 60px rgba(0,0,0,.24);
  transition:transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.rb-overview-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,77,87,.36);
  background:
    linear-gradient(180deg,rgba(214,59,59,.18),rgba(255,255,255,.025)),
    #111318;
}

.rb-overview-card span{
  color:rgba(255,255,255,.38);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.rb-overview-card i{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin:22px 0 24px;
  border-radius:16px;
  background:rgba(214,59,59,.16);
  color:#ff6474;
  font-size:1.22rem;
}

.rb-overview-card h3{
  margin:0;
  color:#fff;
  font-size:1.28rem;
  line-height:1.14;
  font-weight:900;
  letter-spacing:-.03em;
}

.rb-overview-card p{
  margin:10px 0 0;
  color:rgba(255,255,255,.62);
  line-height:1.55;
}

@media (max-width: 991.98px){
  .rb-overview-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rb-quick-actions,
  .rb-home-check-grid{
    grid-template-columns:1fr;
  }
  .rb-action-strip{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width: 620px){
  .rb-overview-grid{
    grid-template-columns:1fr;
  }
  .rb-overview-card{
    min-height:0;
  }
}

.container{
  max-width:1100px;
  margin:0 auto;
  padding-inline:calc(var(--gutter) + env(safe-area-inset-left,0px)) calc(var(--gutter) + env(safe-area-inset-right,0px));
}

/* HERO */

.hero-full{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:
    linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.25)),
    url('/assets/images/hintergrund.png') center/cover no-repeat;
  overflow:hidden;
}

.hero-full::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
  z-index:0;
}

.hero-full .logo{
  position:relative;
  z-index:1;
  margin-top:clamp(14vh,18vh,22vh);
  width:clamp(260px,48vw,520px);
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.5));
  animation:fadeIn 1.2s ease-out;
}

.hero-cut{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:178px;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
}

.hero-cut::before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--rb-red);
  clip-path:polygon(0 60%,35% 76%,100% 38%,100% 40%,35% 78%,0 62%);
  z-index:2;
}

.hero-cut::after{
  content:"";
  position:absolute;
  inset:0;
  background:var(--dark);
  clip-path:polygon(0 62%,35% 78%,100% 40%,100% 100%,0 100%);
  z-index:1;
}

@keyframes fadeIn{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}

/* =========================================================
   Minimal Premium Overrides
========================================================= */

.rb-overview-grid{
  gap:0 !important;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.rb-overview-card{
  min-height:210px;
  border:0 !important;
  border-right:1px solid rgba(255,255,255,.10) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:24px 20px !important;
}

.rb-overview-card:last-child{
  border-right:0 !important;
}

.rb-overview-card:hover{
  transform:none !important;
  background:rgba(255,255,255,.035) !important;
}

.rb-overview-card i{
  width:auto !important;
  height:auto !important;
  margin:20px 0 22px !important;
  border-radius:0 !important;
  background:transparent !important;
  font-size:1.35rem !important;
}

.rb-action-strip{
  border-top:1px solid rgba(255,255,255,.12) !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:18px 0 !important;
}

.rb-action-strip > a,
.rb-check-list a,
.rb-pill-btn,
.rb-text-link{
  border-radius:0 !important;
}

.rb-action-strip > a,
.rb-check-list a{
  background:transparent !important;
  border-bottom:2px solid #d63b3b;
  padding-left:0 !important;
  padding-right:0 !important;
}

.rb-check-list{
  gap:0 !important;
  border-top:1px solid rgba(255,255,255,.12);
}

.rb-check-list div{
  border:0 !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:14px 0 !important;
}

.intro-notice-item,
.contact-strip,
.rb-home-app-note{
  border-radius:0 !important;
}

@media (max-width: 620px){
  .rb-overview-card{
    border-right:0 !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
  }
}

/* MAIN */

.main-block{
  background:var(--dark);
  color:var(--dark-text);
  margin-top:0;
  position:relative;
  z-index:2;
  overflow:hidden;
}

.main-block .inner{
  padding-top:54px;
  padding-bottom:58px;
  text-align:left;
}

.home-intro{
  max-width:860px;
}

.home-kicker,
.rb-dark-eyebrow{
  margin:0 0 16px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.34em;
  color:rgba(255,255,255,.52);
}

.main-block .home-intro h1,
.rb-dark-title{
  max-width:760px;
  margin:0;
  font-size:clamp(42px,7.6vw,82px);
  line-height:.96;
  font-weight:300;
  font-style:italic;
  letter-spacing:-.055em;
  color:#fff;
  text-wrap:balance;
}

.main-block .home-intro p.lead,
.rb-dark-lead{
  max-width:760px;
  margin:28px 0 0;
  font-size:clamp(18px,2.3vw,27px);
  line-height:1.55;
  color:rgba(255,255,255,.62);
}

/* NOTICE */

.intro-notice{
  display:grid;
  gap:14px;
  max-width:760px;
  margin-top:28px;
}

.intro-notice-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
}

.intro-notice-item i{
  flex-shrink:0;
  margin-top:2px;
  color:#ff4d57;
  font-size:1.05rem;
}

.intro-notice-item span{
  color:rgba(255,255,255,.82);
  font-size:1rem;
  line-height:1.6;
  font-weight:500;
}

/* CONTACT */

.contact-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  max-width:760px;
  margin-top:18px;
  padding:14px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
}

.contact-strip a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:rgba(255,255,255,.88);
  font-weight:800;
  font-size:.98rem;
}

.contact-strip span{
  width:1px;
  height:22px;
  background:rgba(255,255,255,.16);
}

.contact-strip i{
  color:#ff4d57;
}

/* DARK SECTIONS */

.rb-dark-section{
  background:var(--dark);
  color:var(--dark-text);
  text-align:left;
  padding:72px 0;
}

.rb-dark-section--border::before{
  content:"";
  display:block;
  width:calc(100% - 52px);
  max-width:1100px;
  height:1px;
  margin:0 auto 58px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);
}

.rb-price-list{
  border-top:1px solid rgba(255,255,255,.13);
}

.rb-price-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.rb-price-row h3{
  margin:0 0 12px;
  font-size:clamp(26px,4vw,42px);
  line-height:1.1;
  font-weight:300;
  letter-spacing:-.045em;
  color:#f1f1f1;
}

.rb-price-row p{
  margin:0;
  font-size:clamp(18px,3vw,28px);
  line-height:1.35;
  color:rgba(255,255,255,.52);
}

.rb-price{
  min-width:230px;
  text-align:right;
  font-size:clamp(28px,5vw,46px);
  line-height:1.05;
  font-weight:300;
  letter-spacing:-.045em;
  color:#f1f1f1;
  white-space:nowrap;
}

.rb-price small{
  font-size:16px;
  color:rgba(255,255,255,.54);
}

.rb-price .rb-gross{
  display:block;
  margin-top:7px;
  font-size:14px;
  color:rgba(255,255,255,.40);
}

.rb-service-bullets{
  margin:38px 0 52px;
  padding:0;
  list-style:none;
}

.rb-service-bullets li{
  margin:14px 0;
  color:rgba(255,255,255,.58);
  font-size:clamp(18px,3vw,28px);
}

.rb-service-bullets li::before{
  content:"✓";
  margin-right:18px;
}

.rb-text-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#f1f1f1;
  font-size:clamp(22px,4vw,34px);
}

/* ANKAUF */

.rb-sell-types{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 0;
}

.rb-sell-types span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.78);
  font-size:.95rem;
  font-weight:700;
}

.rb-pill-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  width:100%;
  max-width:760px;
  min-height:66px;
  margin-top:42px;
  padding:18px 34px;
  border-radius:999px;
  background:#f2f2f2;
  color:#111;
  font-size:clamp(18px,3vw,26px);
  font-weight:900;
}

.rb-process-list{
  margin-top:64px;
}

.rb-process-item{
  display:grid;
  grid-template-columns:48px 50px 1fr;
  gap:28px;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.rb-process-no{
  color:rgba(255,255,255,.48);
  font-size:20px;
}

.rb-process-icon{
  color:#f1f1f1;
  font-size:34px;
}

.rb-process-item h3{
  margin:0 0 12px;
  color:#f1f1f1;
  font-size:clamp(22px,3.2vw,32px);
  line-height:1.15;
  font-weight:300;
  letter-spacing:-.045em;
}

.rb-process-item p{
  margin:0;
  color:rgba(255,255,255,.58);
  font-size:clamp(16px,2.2vw,21px);
  line-height:1.55;
}

/* BESTAND */

.landing-stock{
  padding:56px 0 70px;
  background:linear-gradient(180deg,#FFFFFF 0%,#F6F7F9 100%);
  color:var(--text);
}

.rb-offer-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .18s var(--ease),box-shadow .18s var(--ease),border-color .18s var(--ease);
}

.rb-offer-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-hover);
}

.rb-offer-media{
  display:block;
  position:relative;
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#F3F4F8,#EEEFF4);
}

.rb-offer-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.rb-offer-body{
  padding:14px 16px 16px;
}

.rb-offer-title{
  font-size:1.05rem;
  margin:0 0 6px;
  line-height:1.35;
}

.rb-offer-title a{
  color:var(--text);
}

.price-badge{
  display:inline-block;
  padding:.35rem .7rem;
  border-radius:10px;
  background:var(--accent-soft);
  color:var(--accent);
  font-weight:600;
}

/* FOOTER */

.site-footer{
  background:#fff;
  border-top:1px solid var(--line);
  padding:24px 0;
  color:var(--muted);
  font-size:.95rem;
  text-align:center;
}

/* MOBILE */

@media (max-width:768px){
  .container{
    padding-inline:calc(42px + env(safe-area-inset-left,0px)) calc(42px + env(safe-area-inset-right,0px));
  }

  .hero-full .logo{
    width:clamp(250px,72vw,390px);
    margin-top:22vh;
  }

  .main-block .inner.container{
    padding-top:46px;
    padding-bottom:48px;
    padding-left:calc(42px + env(safe-area-inset-left,0px));
    padding-right:calc(42px + env(safe-area-inset-right,0px));
  }

  .home-kicker,
  .rb-dark-eyebrow{
    font-size:11px;
  }

  .main-block .home-intro h1,
  .rb-dark-title{
    max-width:100%;
    font-size:clamp(38px,9.8vw,48px);
    line-height:1.04;
    letter-spacing:-.04em;
  }

  .main-block .home-intro p.lead,
  .rb-dark-lead{
    max-width:100%;
    font-size:16.5px;
    line-height:1.62;
    margin-top:24px;
  }

  .intro-notice{
    gap:12px;
    margin-top:24px;
  }

  .intro-notice-item{
    padding:13px 14px;
    border-radius:16px;
  }

  .contact-strip{
    gap:12px;
    padding:13px 14px;
    margin-top:16px;
  }

  .contact-strip a{
    font-size:.92rem;
  }

  .rb-dark-section{
    padding:54px 0;
  }

  .rb-price-row{
    flex-direction:column;
    gap:10px;
  }

  .rb-price{
    text-align:left;
    min-width:0;
    font-size:28px;
  }

  .rb-process-list{
    margin-top:48px;
  }

  .rb-process-item{
    grid-template-columns:34px 36px 1fr;
    gap:14px;
    padding:26px 0;
  }

  .rb-process-no{
    font-size:18px;
  }

  .rb-process-icon{
    font-size:24px;
  }
}

@media (max-width:390px){
  .container{
    padding-inline:calc(28px + env(safe-area-inset-left,0px)) calc(28px + env(safe-area-inset-right,0px));
  }

  .main-block .inner.container{
    padding-left:calc(28px + env(safe-area-inset-left,0px));
    padding-right:calc(28px + env(safe-area-inset-right,0px));
  }

  .contact-strip{
    flex-direction:column;
    border-radius:20px;
    gap:10px;
  }

  .contact-strip span{
    display:none;
  }
}

/* =========================================================
   Ultra Clean Premium Layer
   Ruhiger, hochwertiger, weniger visuelle Lautstaerke.
========================================================= */
:root{
  --rb-clean-bg:#08090b;
  --rb-clean-panel:#0d0f12;
  --rb-clean-line:rgba(255,255,255,.105);
  --rb-clean-line-soft:rgba(255,255,255,.075);
  --rb-clean-text:#f5f5f2;
  --rb-clean-muted:rgba(245,245,242,.62);
  --rb-clean-faint:rgba(245,245,242,.42);
  --rb-clean-accent:#d84a3a;
}

html{
  background:var(--rb-clean-bg);
}

body{
  background:var(--rb-clean-bg) !important;
  color:var(--rb-clean-text);
  letter-spacing:0;
}

a{
  text-decoration:none;
}

.container,
.svc-container,
.svc-detail-container{
  max-width:1180px;
}

.hero-cut,
.hero-cut::before,
.hero-cut::after,
.rb-dark-section--border::before,
.svc-hero::after,
.svc-detail-hero::after,
.rb-contact-hero::after,
.rb-sell-hero::after,
.rb-sold-hero::after{
  display:none !important;
}

.hero-full{
  min-height:58svh !important;
  background:
    linear-gradient(180deg,rgba(5,6,8,.58),rgba(5,6,8,.88)),
    url('/assets/images/hintergrund.png') center/cover no-repeat !important;
}

.hero-full .logo{
  width:clamp(190px,30vw,320px) !important;
  margin-top:16vh !important;
  filter:none !important;
}

.hero-full::after{
  background:rgba(5,6,8,.34) !important;
}

.main-block,
.rb-dark-section,
.landing-stock,
.rb-sold-section,
.svc-page,
.svc-detail-page,
.rb-contact-page,
.rb-sell-page{
  background:var(--rb-clean-bg) !important;
}

.main-block .inner.container{
  padding-top:clamp(64px,8vw,108px) !important;
  padding-bottom:clamp(54px,7vw,86px) !important;
}

.home-kicker,
.rb-dark-eyebrow,
.svc-kicker,
.rb-contact-kicker,
.rb-sell-kicker,
.rb-sold-eyebrow{
  color:var(--rb-clean-faint) !important;
  font-size:11px !important;
  line-height:1.25 !important;
  letter-spacing:.18em !important;
  font-weight:700 !important;
}

.main-block .home-intro h1,
.rb-dark-title,
.rb-section-head-compact h2,
.svc-hero h1,
.svc-section-head h2,
.svc-local-seo h2,
.svc-vesell-card h2,
.svc-process h2,
.svc-detail-hero h1,
.svc-detail-grid h2,
.rb-contact-hero h1,
.rb-kontakt5 .rbk5-side h2,
.rb-sell-hero h1,
.rb-sell-process h2,
.rb-sell-aeo h2,
.rb-sell-faq h2,
.rb-sold-title{
  color:var(--rb-clean-text) !important;
  font-style:normal !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-weight:600 !important;
  line-height:1.04 !important;
}

.main-block .home-intro h1,
.rb-sell-hero h1,
.svc-hero h1,
.rb-contact-hero h1,
.rb-sold-title{
  font-size:clamp(42px,7vw,78px) !important;
}

.rb-dark-title,
.svc-section-head h2,
.rb-sell-process h2,
.rb-sell-aeo h2,
.rb-sell-faq h2,
.rb-kontakt5 .rbk5-side h2{
  font-size:clamp(30px,4.6vw,54px) !important;
}

.main-block .home-intro p.lead,
.rb-dark-lead,
.svc-lead,
.svc-hero p,
.svc-section-head p,
.rb-contact-hero p:not(.rb-contact-kicker),
.rb-sell-hero p:not(.rb-sell-kicker),
.rb-sold-lead{
  max-width:760px !important;
  color:var(--rb-clean-muted) !important;
  font-size:clamp(16px,1.7vw,20px) !important;
  line-height:1.62 !important;
}

.rb-dark-section{
  padding:clamp(58px,8vw,104px) 0 !important;
}

.intro-notice,
.rb-quick-actions,
.rb-overview-grid,
.rb-price-list,
.rb-home-check-grid,
.rb-check-list,
.rb-process-list,
.rb-home-service-links,
.rb-service-bullets,
.rb-sell-types,
.rb-sold-tags,
.contact-strip{
  gap:0 !important;
}

.intro-notice-item,
.contact-strip,
.rb-quick-actions a,
.rb-overview-card,
.rb-price-row,
.rb-action-strip,
.rb-home-app-note,
.rb-check-list div,
.rb-process-item,
.rb-offer-card,
.rgb-stock-card,
.rgb-compare-dialog,
.rgb-compare-btn,
.price-badge{
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.intro-notice-item,
.rb-quick-actions a,
.rb-overview-card,
.rb-price-row,
.rb-home-app-note,
.rb-check-list div,
.rb-process-item{
  border:0 !important;
  border-top:1px solid var(--rb-clean-line) !important;
}

.contact-strip,
.rb-action-strip,
.rb-price-list,
.rb-home-service-links,
.rb-service-bullets{
  border:1px solid var(--rb-clean-line-soft) !important;
  background:transparent !important;
}

.rb-overview-card:hover,
.rb-offer-card:hover,
.rgb-stock-card:hover{
  transform:none !important;
  box-shadow:none !important;
}

.rb-overview-card i,
.rb-process-icon,
.intro-notice-item i,
.contact-strip i,
.rb-quick-actions i,
.rgb-stock-card i{
  background:transparent !important;
  color:var(--rb-clean-accent) !important;
  border-radius:0 !important;
}

.rb-price{
  color:var(--rb-clean-text) !important;
  font-weight:600 !important;
}

.rb-pill-btn,
.rb-text-link,
.rb-action-strip a,
.rb-home-service-links a,
.contact-strip a,
.rb-quick-actions a{
  border-radius:0 !important;
  box-shadow:none !important;
}

.rb-pill-btn{
  width:auto !important;
  min-height:auto !important;
  margin-top:28px !important;
  padding:0 0 8px !important;
  background:transparent !important;
  color:var(--rb-clean-text) !important;
  border-bottom:2px solid var(--rb-clean-accent) !important;
  font-size:clamp(17px,2vw,22px) !important;
}

.rb-home-service-links{
  display:flex !important;
  flex-wrap:wrap !important;
  border-left:0 !important;
  border-right:0 !important;
}

.rb-home-service-links a{
  padding:12px 18px !important;
  border-right:1px solid var(--rb-clean-line-soft) !important;
  color:var(--rb-clean-muted) !important;
}

.rb-home-service-links a:hover{
  color:var(--rb-clean-text) !important;
  background:transparent !important;
}

.site-footer{
  background:#050608 !important;
  border-top:1px solid var(--rb-clean-line) !important;
}

h1,h2,h3,h4,h5,h6,
.rb-sold-title,
.rb-sold-card-title,
.rb-sell-hero h1,
.rb-sell-process h2,
.rb-sell-aeo h2,
.rb-sell-faq h2,
.svc-hero h1,
.svc-section-head h2,
.svc-detail-hero h1,
.rb-contact-hero h1{
  letter-spacing:0 !important;
}

@media (max-width:768px){
  .hero-full{
    min-height:42svh !important;
  }
  .hero-full .logo{
    margin-top:13vh !important;
  }
  .rb-home-service-links{
    display:grid !important;
  }
  .rb-home-service-links a{
    border-right:0 !important;
    border-bottom:1px solid var(--rb-clean-line-soft) !important;
  }
}

/* =========================================================
   Clean Section Transitions
   Feine Premium-Fugen statt lauter Trennformen.
========================================================= */
.main-block,
.rb-dark-section,
.landing-stock,
.rb-sold-section,
.svc-showcase,
.svc-local-seo,
.svc-vesell,
.svc-process,
.svc-section,
.svc-faq,
.svc-detail-content,
.rb-contact-page .section,
.rb-kontakt5,
.rb-sell-process,
.rb-sell-aeo,
.rb-sell-form-section,
.rb-sell-faq{
  position:relative;
  isolation:isolate;
}

.main-block::before,
.rb-dark-section::before,
.landing-stock::before,
.rb-sold-section::before,
.svc-showcase::before,
.svc-local-seo::before,
.svc-vesell::before,
.svc-process::before,
.svc-section::before,
.svc-faq::before,
.svc-detail-content::before,
.rb-kontakt5::before,
.rb-sell-process::before,
.rb-sell-aeo::before,
.rb-sell-form-section::before,
.rb-sell-faq::before{
  content:"";
  position:absolute;
  left:clamp(18px,4vw,56px);
  right:clamp(18px,4vw,56px);
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  pointer-events:none;
  z-index:0;
}

.main-block::after,
.rb-dark-section::after,
.landing-stock::after,
.rb-sold-section::after,
.svc-showcase::after,
.svc-local-seo::after,
.svc-vesell::after,
.svc-process::after,
.svc-section::after,
.svc-faq::after,
.svc-detail-content::after,
.rb-kontakt5::after,
.rb-sell-process::after,
.rb-sell-aeo::after,
.rb-sell-form-section::after,
.rb-sell-faq::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:clamp(34px,5vw,72px);
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent);
  opacity:.75;
  pointer-events:none;
  z-index:0;
}

.main-block > *,
.rb-dark-section > *,
.landing-stock > *,
.rb-sold-section > *,
.svc-showcase > *,
.svc-local-seo > *,
.svc-vesell > *,
.svc-process > *,
.svc-section > *,
.svc-faq > *,
.svc-detail-content > *,
.rb-kontakt5 > *,
.rb-sell-process > *,
.rb-sell-aeo > *,
.rb-sell-form-section > *,
.rb-sell-faq > *{
  position:relative;
  z-index:1;
}

.hero-full,
.svc-hero,
.svc-detail-hero,
.rb-contact-hero,
.rb-sell-hero,
.rb-sold-hero{
  position:relative;
  overflow:hidden;
}

.hero-full::before,
.svc-hero .svc-container::before,
.svc-detail-hero .svc-detail-container::before,
.rb-contact-hero .container::before,
.rb-sell-hero .container::before,
.rb-sold-hero .container::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  pointer-events:none;
}

.hero-full::before{
  left:clamp(18px,4vw,56px);
  right:clamp(18px,4vw,56px);
  z-index:3;
}

.svc-hero .svc-container,
.svc-detail-hero .svc-detail-container,
.rb-contact-hero .container,
.rb-sell-hero .container,
.rb-sold-hero .container{
  position:relative;
}

.rb-dark-section + .rb-dark-section,
.svc-showcase + .svc-local-seo,
.svc-local-seo + .svc-vesell,
.svc-vesell + .svc-process,
.svc-process + .svc-section,
.svc-section + .svc-faq,
.rb-sell-process + .rb-sell-aeo,
.rb-sell-aeo + .rb-sell-form-section,
.rb-sell-form-section + .rb-sell-faq{
  margin-top:0 !important;
}

/* =========================================================
   Mobile Polish + Icon System
========================================================= */
.rb-title-icon,
.svc-title-icon,
.rb-sell-title-icon,
.rb-contact-title-icon,
.rb-sold-title-icon{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin:0 0 18px;
  border:1px solid rgba(255,255,255,.14);
  color:var(--rb-clean-accent);
  background:rgba(255,255,255,.025);
  font-size:20px;
}

h2 .bi,
h3 .bi{
  color:var(--rb-clean-accent);
  font-size:.82em;
  vertical-align:.03em;
}

.rb-heading-row{
  display:grid;
  justify-items:start;
}

@media (max-width:768px){
  body{
    overflow-x:hidden;
  }

  .container,
  .svc-container,
  .svc-detail-container{
    width:100%;
    padding-left:max(22px, env(safe-area-inset-left)) !important;
    padding-right:max(22px, env(safe-area-inset-right)) !important;
  }

  .hero-full{
    min-height:38svh !important;
    background-position:center top !important;
  }

  .svc-hero,
  .svc-detail-hero,
  .rb-contact-hero,
  .rb-sell-hero,
  .rb-sold-hero{
    padding-top:104px !important;
    padding-bottom:52px !important;
  }

  .svc-hero::before,
  .svc-detail-hero::before,
  .rb-contact-hero::before,
  .rb-sell-hero::before,
  .rb-sold-hero::before{
    background-position:center top !important;
    background-size:cover !important;
    opacity:.34 !important;
  }

  .main-block .home-intro h1,
  .svc-hero h1,
  .svc-detail-hero h1,
  .rb-contact-hero h1,
  .rb-sell-hero h1,
  .rb-sold-title{
    font-size:clamp(36px,11vw,48px) !important;
    line-height:1.06 !important;
  }

  .rb-dark-title,
  .rb-section-head-compact h2,
  .svc-section-head h2,
  .svc-local-seo h2,
  .svc-vesell-card h2,
  .svc-process h2,
  .rb-sell-process h2,
  .rb-sell-aeo h2,
  .rb-sell-faq h2,
  .rb-kontakt5 .rbk5-side h2{
    font-size:clamp(27px,8vw,38px) !important;
    line-height:1.12 !important;
  }

  .main-block .home-intro p.lead,
  .rb-dark-lead,
  .svc-lead,
  .svc-section-head p,
  .rb-contact-hero p:not(.rb-contact-kicker),
  .rb-sell-hero p:not(.rb-sell-kicker),
  .rb-sold-lead{
    font-size:16px !important;
    line-height:1.58 !important;
  }

  .rb-dark-section,
  .svc-showcase,
  .svc-local-seo,
  .svc-vesell,
  .svc-process,
  .svc-section,
  .svc-faq,
  .rb-sell-process,
  .rb-sell-aeo,
  .rb-sell-form-section,
  .rb-sell-faq,
  .rb-kontakt5.rbk5-wrap,
  .rb-sold-section{
    padding-top:50px !important;
    padding-bottom:56px !important;
  }

  .rb-overview-grid,
  .rb-home-check-grid,
  .svc-local-grid,
  .svc-process-grid,
  .svc-vesell-card,
  .rb-sell-process-grid,
  .rb-sell-aeo-grid,
  .rb-kontakt5 .rbk5-shell,
  .svc-detail-grid{
    grid-template-columns:1fr !important;
  }

  .rb-overview-card,
  .rb-quick-actions a,
  .rb-price-row,
  .rb-check-list div,
  .svc-feature,
  .svc-process-list div,
  .svc-answer-list article,
  .rb-sell-steps article,
  .rb-sell-answer-list article,
  .rb-kontakt5 .rbk5-side-list div,
  .rb-sold-card{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }

  .rb-quick-actions,
  .intro-notice,
  .rb-overview-grid,
  .svc-feature-grid,
  .svc-services,
  .rb-sell-steps,
  .rb-sell-answer-list,
  .rb-sold-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .rb-title-icon,
  .svc-title-icon,
  .rb-sell-title-icon,
  .rb-contact-title-icon,
  .rb-sold-title-icon{
    width:36px;
    height:36px;
    margin-bottom:14px;
    font-size:18px;
  }

  h2 .bi,
  h3 .bi{
    font-size:.78em;
  }

  .contact-strip,
  .rb-action-strip,
  .svc-hero-actions,
  .svc-detail-actions,
  .rb-kontakt5 .rbk5-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .svc-btn,
  .rb-kontakt5 .rbk5-btn,
  .rb-sell-form .btn,
  .contact-strip a,
  .rb-pill-btn{
    min-height:46px;
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .rb-sold-filter{
    display:grid !important;
    grid-template-columns:1fr 1fr;
  }

  .rb-sold-filter a{
    justify-content:center;
    min-height:44px;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
  }
}

@media (max-width:420px){
  .container,
  .svc-container,
  .svc-detail-container{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .rb-sold-filter{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   Startseite Showroom Hero
========================================================= */
.rb-home-hero{
  min-height:100svh !important;
  display:grid !important;
  align-items:end !important;
  background:#050608 !important;
  isolation:isolate;
}

.rb-home-hero::after{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(5,6,8,.18) 0%,rgba(5,6,8,.20) 38%,rgba(5,6,8,.90) 100%),
    radial-gradient(circle at 22% 68%,rgba(214,59,59,.24),transparent 26%),
    linear-gradient(90deg,rgba(5,6,8,.86) 0%,rgba(5,6,8,.26) 43%,rgba(5,6,8,.76) 100%) !important;
  pointer-events:none;
}

.rb-home-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}

.rb-home-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 53%;
  filter:saturate(1.06) contrast(1.04);
}

.rb-home-hero-content{
  position:relative;
  z-index:2;
  padding-top:clamp(110px,13vw,170px) !important;
  padding-bottom:clamp(42px,7vw,82px) !important;
}

.rb-home-hero-content h1{
  max-width:11ch;
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(58px,11vw,154px);
  line-height:.86;
  font-weight:800;
  letter-spacing:-.045em !important;
  text-transform:uppercase;
}

.rb-home-hero-content p:not(.home-kicker){
  max-width:650px;
  margin:20px 0 0;
  color:rgba(255,255,255,.76);
  font-size:clamp(17px,2vw,24px);
  line-height:1.48;
}

.rb-home-hero-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:900px;
  margin-top:28px;
}

.rb-hero-action{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:74px;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),
    rgba(5,6,8,.60);
  color:#fff;
  padding:16px;
  overflow:hidden;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:border-color .18s var(--ease), transform .18s var(--ease), background .18s var(--ease);
}

.rb-hero-action::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:var(--rb-clean-accent);
  transform:scaleY(.36);
  transform-origin:center;
  transition:transform .18s var(--ease);
}

.rb-hero-action i{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.12);
  color:#ff6456;
  font-size:18px;
}

.rb-hero-action span{
  font-size:13px;
  font-weight:900;
  letter-spacing:.09em;
  line-height:1.2;
  text-transform:uppercase;
}

.rb-hero-action:hover{
  transform:translateY(-2px);
  border-color:rgba(216,74,58,.55);
  background:
    linear-gradient(135deg,rgba(216,74,58,.20),rgba(255,255,255,.035)),
    rgba(5,6,8,.68);
}

.rb-hero-action:hover::before{
  transform:scaleY(1);
}

.rb-hero-action--primary{
  background:
    linear-gradient(135deg,rgba(216,74,58,.34),rgba(255,255,255,.045)),
    rgba(5,6,8,.74);
  border-color:rgba(216,74,58,.48);
}

.home-main-title{
  margin:0;
  color:var(--rb-clean-text) !important;
  font-size:clamp(42px,7vw,78px) !important;
  font-weight:600 !important;
  line-height:1.04 !important;
  letter-spacing:0 !important;
}

.main-block .home-intro{
  max-width:940px !important;
}

.main-block .inner.container{
  padding-top:clamp(44px,6vw,82px) !important;
}

@media (max-width:768px){
  .rb-home-hero{
    min-height:92svh !important;
    align-items:end !important;
  }

  .rb-home-hero::after{
    background:
      linear-gradient(180deg,rgba(5,6,8,.08) 0%,rgba(5,6,8,.10) 34%,rgba(5,6,8,.94) 100%),
      radial-gradient(circle at 16% 62%,rgba(214,59,59,.20),transparent 32%),
      linear-gradient(90deg,rgba(5,6,8,.70),rgba(5,6,8,.18) 55%,rgba(5,6,8,.52)) !important;
  }

  .rb-home-hero-bg img{
    object-position:center top;
  }

  .rb-home-hero-content{
    padding-top:92px !important;
    padding-bottom:28px !important;
  }

  .rb-home-hero-content h1{
    max-width:9ch;
    font-size:clamp(48px,15vw,76px) !important;
    line-height:.88 !important;
  }

  .rb-home-hero-content p:not(.home-kicker){
    max-width:30ch;
    margin-top:14px;
    font-size:16px !important;
    line-height:1.48;
  }

  .rb-home-hero-actions{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:18px;
  }

  .rb-hero-action{
    min-height:58px;
    padding:12px 13px;
  }

  .rb-hero-action i{
    width:34px;
    height:34px;
  }

  .home-main-title{
    font-size:clamp(36px,11vw,48px) !important;
    line-height:1.06 !important;
  }

  .main-block .inner.container{
    padding-top:38px !important;
  }
}

@media (max-width:420px){
  .rb-home-hero{
    min-height:88svh !important;
  }

  .rb-home-hero-content h1{
    font-size:47px !important;
  }

  .rb-home-hero-actions{
    margin-top:16px;
  }
}

/* =========================================================
   Startseite Service-Rechner
========================================================= */
.rb-home-calculator{
  margin:30px 0 34px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 100% 0,rgba(216,74,58,.16),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.012)),
    #080a0e;
  padding:clamp(16px,3vw,24px);
}

.rb-home-calc-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.11);
}

.rb-home-calc-head h3{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(28px,4.6vw,52px);
  line-height:1;
  font-weight:700;
  letter-spacing:-.03em;
}

.rb-home-calc-total{
  min-width:230px;
  text-align:right;
}

.rb-home-calc-total span,
.rb-home-calc-total small{
  display:block;
  color:rgba(255,255,255,.50);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.rb-home-calc-total strong{
  display:block;
  margin:5px 0;
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
}

.rb-home-calc-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

.rb-home-calc-tile{
  cursor:pointer;
  margin:0;
}

.rb-home-calc-tile input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.rb-home-calc-tile span{
  position:relative;
  min-height:132px;
  display:grid;
  align-content:space-between;
  gap:12px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.025);
  color:#fff;
  padding:14px;
  overflow:hidden;
  transition:border-color .18s var(--ease), background .18s var(--ease);
}

.rb-home-calc-tile span::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:#d84a3a;
  transform:scaleY(.30);
  transform-origin:center;
  transition:transform .18s var(--ease);
}

.rb-home-calc-tile i{
  color:#ff6456;
  font-size:24px;
}

.rb-home-calc-tile strong,
.rb-home-calc-tile small,
.rb-home-calc-tile em{
  display:block;
}

.rb-home-calc-tile strong{
  font-size:15px;
  line-height:1.16;
  font-weight:900;
}

.rb-home-calc-tile small{
  margin-top:6px;
  color:rgba(255,255,255,.50);
  font-size:12px;
  line-height:1.28;
}

.rb-home-calc-tile em{
  margin-top:8px;
  color:rgba(255,255,255,.55);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}

.rb-home-calc-tile input:checked + span{
  border-color:rgba(216,74,58,.62);
  background:
    linear-gradient(135deg,rgba(216,74,58,.18),rgba(255,255,255,.025)),
    rgba(255,255,255,.035);
}

.rb-home-calc-tile input:checked + span::before{
  transform:scaleY(1);
}

.rb-home-calc-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.11);
}

.rb-home-calc-footer p{
  margin:0;
  color:rgba(255,255,255,.58);
  font-size:14px;
  line-height:1.45;
}

.rb-home-calc-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  border:1px solid rgba(216,74,58,.55);
  background:rgba(216,74,58,.16);
  color:#fff;
  padding:11px 14px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.rb-home-calc-link:hover{
  color:#fff;
  border-color:rgba(255,255,255,.30);
}

@media (max-width:900px){
  .rb-home-calc-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rb-home-calc-tile:last-child{
    grid-column:auto;
  }
}

@media (max-width:640px){
  .rb-home-calc-head{
    grid-template-columns:1fr;
  }

  .rb-home-calc-total{
    min-width:0;
    text-align:left;
    border-top:1px solid rgba(255,255,255,.10);
    padding-top:14px;
  }

  .rb-home-calc-grid{
    grid-template-columns:1fr;
  }

  .rb-home-calc-tile:last-child{
    grid-column:auto;
  }

  .rb-home-calc-tile span{
    min-height:74px;
    grid-template-columns:32px minmax(0,1fr) auto;
    align-items:center;
    align-content:center;
  }

  .rb-home-calc-tile i{
    font-size:20px;
  }

  .rb-home-calc-tile em{
    margin:0;
    text-align:right;
    white-space:nowrap;
  }

  .rb-home-calc-tile small{
    margin-top:3px;
    font-size:11px;
  }

  .rb-home-calc-footer{
    display:grid;
    grid-template-columns:1fr;
  }

  .rb-home-calc-link{
    width:100%;
    white-space:normal;
    text-align:center;
  }
}

/* =========================================================
   Premium Moto Details
   Dezente Motorrad-Spielereien: Speedlines, Tacho-Fugen, Racing-Akzente.
========================================================= */
:root{
  --rb-racing-red:#e0473e;
  --rb-carbon-a:rgba(255,255,255,.026);
  --rb-carbon-b:rgba(255,255,255,.012);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    repeating-linear-gradient(115deg,var(--rb-carbon-a) 0 1px,transparent 1px 18px),
    repeating-linear-gradient(25deg,var(--rb-carbon-b) 0 1px,transparent 1px 22px);
  opacity:.36;
}

.rb-home-hero::before{
  content:"";
  position:absolute;
  right:clamp(18px,6vw,86px);
  bottom:clamp(18px,7vw,88px);
  width:clamp(88px,14vw,168px);
  aspect-ratio:1;
  z-index:2;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:
    conic-gradient(from 225deg,rgba(224,71,62,.92) 0 58deg,rgba(255,255,255,.12) 58deg 62deg,transparent 62deg 360deg),
    radial-gradient(circle,transparent 52%,rgba(255,255,255,.10) 53%,transparent 56%);
  opacity:.36;
  mask:radial-gradient(circle,transparent 0 48%,#000 49% 100%);
  -webkit-mask:radial-gradient(circle,transparent 0 48%,#000 49% 100%);
  pointer-events:none;
}

.rb-home-hero-content::after,
.svc-hero-copy::after,
.rb-stock-hero-inner::after{
  content:"";
  display:block;
  width:min(420px,72vw);
  height:4px;
  margin-top:22px;
  background:
    linear-gradient(90deg,var(--rb-racing-red) 0 34%,rgba(255,255,255,.70) 34% 38%,transparent 38% 100%);
  clip-path:polygon(0 0,100% 0,94% 100%,0 100%);
}

.rb-dark-section::after,
.main-block::after,
.rb-stock-request::after{
  background:
    linear-gradient(180deg,rgba(255,255,255,.032),transparent),
    repeating-linear-gradient(135deg,transparent 0 14px,rgba(255,255,255,.018) 14px 15px,transparent 15px 28px) !important;
}

.rb-price-row,
.rb-check-list div,
.intro-notice-item,
.rb-home-calc-tile span,
.rb-hero-action,
.rb-action-strip,
.rb-home-app-note{
  position:relative;
  overflow:hidden;
}

.rb-price-row::after,
.rb-check-list div::after,
.intro-notice-item::after,
.rb-home-calc-tile span::after,
.rb-hero-action::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-45%;
  width:38%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
  transform:skewX(-18deg);
  opacity:0;
  pointer-events:none;
}

.rb-price-row:hover::after,
.rb-check-list div:hover::after,
.intro-notice-item:hover::after,
.rb-home-calc-tile:hover span::after,
.rb-hero-action:hover::after{
  animation:rbSpeedSweep .78s ease both;
}

@keyframes rbSpeedSweep{
  0%{left:-45%;opacity:0}
  20%{opacity:.85}
  100%{left:110%;opacity:0}
}

.rb-home-calculator,
.rb-action-strip,
.rb-home-app-note{
  box-shadow:0 28px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.rb-home-calc-total strong,
.rb-price,
.svc-total-main{
  text-shadow:0 0 28px rgba(224,71,62,.16);
}

.rb-home-calc-tile input:checked + span i,
.rb-hero-action:hover i,
.rb-quick-actions a:hover i{
  animation:rbRevPulse .55s ease both;
}

@keyframes rbRevPulse{
  0%{transform:scale(1) rotate(0)}
  45%{transform:scale(1.12) rotate(-4deg)}
  100%{transform:scale(1) rotate(0)}
}

.rb-text-link span,
.rb-pill-btn span,
.rb-home-calc-link span,
.rb-action-strip a span{
  display:inline-block;
  transition:transform .18s var(--ease);
}

.rb-text-link:hover span,
.rb-pill-btn:hover span,
.rb-home-calc-link:hover span,
.rb-action-strip a:hover span{
  transform:translateX(5px);
}

@media (max-width:768px){
  .rb-home-hero::before{
    width:82px;
    right:18px;
    bottom:22px;
    opacity:.22;
  }

  .rb-home-hero-content::after,
  .svc-hero-copy::after,
  .rb-stock-hero-inner::after{
    width:min(300px,78vw);
    height:3px;
    margin-top:16px;
  }
}

@media (prefers-reduced-motion: reduce){
  .rb-price-row:hover::after,
  .rb-check-list div:hover::after,
  .intro-notice-item:hover::after,
  .rb-home-calc-tile:hover span::after,
  .rb-hero-action:hover::after,
  .rb-home-calc-tile input:checked + span i,
  .rb-hero-action:hover i,
  .rb-quick-actions a:hover i{
    animation:none !important;
  }
}

/* =========================================================
   Home Showroom Refinement
   Ruhiger, hochwertiger, weniger Dashboard.
========================================================= */
.rb-home-hero{
  min-height:92svh !important;
}

.rb-home-hero::before{
  display:none !important;
}

.rb-home-hero::after{
  background:
    linear-gradient(180deg,rgba(5,6,8,.16) 0%,rgba(5,6,8,.10) 38%,rgba(5,6,8,.84) 100%),
    linear-gradient(90deg,rgba(5,6,8,.78) 0%,rgba(5,6,8,.16) 48%,rgba(5,6,8,.58) 100%) !important;
}

.rb-home-hero-content{
  max-width:1180px;
}

.rb-home-hero-content h1{
  max-width:9.5ch;
  font-weight:850;
  letter-spacing:-.055em !important;
}

.rb-home-hero-content p:not(.home-kicker){
  max-width:610px;
  color:rgba(255,255,255,.78);
}

.rb-home-hero-content::after{
  width:min(260px,48vw);
  height:2px;
  margin-top:18px;
  opacity:.72;
  background:linear-gradient(90deg,#e0473e 0 70%,rgba(255,255,255,.60) 70% 78%,transparent 78%) !important;
}

.rb-home-hero-actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:780px;
  gap:8px;
  margin-top:26px;
}

.rb-hero-action{
  min-height:60px;
  border-radius:8px;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  box-shadow:none;
  padding:12px 14px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.rb-hero-action::before{
  width:2px;
  background:rgba(224,71,62,.78);
  transform:scaleY(.42);
}

.rb-hero-action i{
  width:auto;
  height:auto;
  border:0;
  color:#e96a60;
  font-size:20px;
}

.rb-hero-action span{
  font-size:12px;
  letter-spacing:.075em;
}

.rb-hero-action--primary{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.075);
}

.rb-hero-action:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.09);
  border-color:rgba(224,71,62,.42);
}

.main-block .inner.container{
  padding-top:clamp(42px,6vw,74px) !important;
}

@media (max-width:768px){
  .rb-home-hero{
    min-height:88svh !important;
    align-items:end !important;
  }

  .rb-home-hero::after{
    background:
      linear-gradient(180deg,rgba(5,6,8,.02) 0%,rgba(5,6,8,.04) 34%,rgba(5,6,8,.92) 100%),
      linear-gradient(90deg,rgba(5,6,8,.64),rgba(5,6,8,.12) 58%,rgba(5,6,8,.42)) !important;
  }

  .rb-home-hero-bg img{
    object-position:center top !important;
    filter:saturate(1.04) contrast(1.02) brightness(.94);
  }

  .rb-home-hero-content{
    padding-top:88px !important;
    padding-bottom:24px !important;
  }

  .rb-home-hero-content h1{
    max-width:8.7ch;
    font-size:clamp(42px,13vw,62px) !important;
    line-height:.91 !important;
    letter-spacing:-.052em !important;
  }

  .rb-home-hero-content p:not(.home-kicker){
    max-width:29ch;
    margin-top:12px;
    color:rgba(255,255,255,.72);
    font-size:15.5px !important;
    line-height:1.45;
  }

  .rb-home-hero-content::after{
    width:124px;
    height:2px;
    margin-top:14px;
  }

  .rb-home-hero-actions{
    display:grid !important;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:18px;
  }

  .rb-hero-action{
    min-height:50px;
    display:grid;
    grid-template-columns:24px 1fr;
    gap:11px;
    padding:11px 12px;
    background:rgba(255,255,255,.045);
    border-color:rgba(255,255,255,.12);
  }

  .rb-hero-action--primary{
    background:rgba(255,255,255,.07);
    border-color:rgba(255,255,255,.18);
  }

  .rb-hero-action i{
    font-size:17px;
  }

  .rb-hero-action span{
    font-size:12px;
    letter-spacing:.075em;
  }

  .main-block::after{
    opacity:.45;
  }
}

@media (max-width:420px){
  .rb-home-hero{
    min-height:84svh !important;
  }

  .rb-home-hero-content h1{
    font-size:42px !important;
  }

  .rb-home-hero-content p:not(.home-kicker){
    font-size:15px !important;
  }
}

/* =========================================================
   Home 2026: Hero, Leistungen, Bestand, verkaufte Motorräder
========================================================= */
.rb-home-hero{
  min-height:100svh !important;
  display:flex;
  align-items:center;
  isolation:isolate;
}

.rb-home-hero::after{
  background:
    linear-gradient(180deg,rgba(3,4,5,.18) 0%,rgba(3,4,5,.08) 42%,rgba(3,4,5,.92) 100%),
    linear-gradient(90deg,rgba(3,4,5,.82) 0%,rgba(3,4,5,.22) 55%,rgba(3,4,5,.42) 100%) !important;
}

.rb-home-hero-content{
  position:relative;
  z-index:3;
  display:flex;
  min-height:100svh;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding-top:100px;
  padding-bottom:64px;
}

.rb-home-brand-logo{
  width:clamp(82px,10vw,128px);
  height:auto;
  margin:0 0 22px;
  object-fit:contain;
}

.rb-home-hero-content h1{
  max-width:11ch;
  margin:0;
  font-size:clamp(58px,8.6vw,118px) !important;
  line-height:.91 !important;
  font-weight:800;
  letter-spacing:-.055em !important;
  text-transform:none;
}

.rb-home-hero-content p:not(.home-kicker){
  margin:22px 0 0;
  font-size:clamp(16px,1.5vw,21px);
}

.rb-home-hero-content::after{
  display:none;
}

.rb-home-scroll-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:34px;
  border-bottom:1px solid rgba(255,255,255,.28);
  padding:0 0 9px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.rb-home-scroll-link i{
  color:#e85d52;
  font-size:17px;
  transition:transform .2s ease;
}

.rb-home-scroll-link:hover{
  color:#fff;
  border-color:#e85d52;
}

.rb-home-scroll-link:hover i{
  transform:translateY(4px);
}

.rb-home-services,
.rb-home-stock,
.rb-home-sold{
  position:relative;
  overflow:hidden;
  color:#fff;
  padding:clamp(74px,9vw,126px) 0;
}

.rb-home-services{
  background:#0b0d10;
}

.rb-home-services::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 58%,rgba(255,255,255,.025) 58% 58.1%,transparent 58.1%),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent 35%);
}

.rb-home-stock{
  background:#f1f1ef;
  color:#111317;
}

.rb-home-sold{
  background:#07080a;
}

.rb-home-section-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:clamp(30px,5vw,58px);
}

.rb-home-section-head h2{
  max-width:720px;
  margin:8px 0 0;
  color:inherit;
  font-size:clamp(34px,5.6vw,72px);
  line-height:1;
  font-weight:750;
  letter-spacing:-.05em;
}

.rb-home-section-head > a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  border-bottom:1px solid currentColor;
  padding:0 0 8px;
  color:inherit;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.rb-home-stock .rb-dark-eyebrow{
  color:#da493f;
}

.rb-home-service-menu{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.13);
}

.rb-home-service-menu a{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  min-height:112px;
  border-bottom:1px solid rgba(255,255,255,.13);
  padding:22px 24px 22px 0;
  color:#fff;
  transition:background .2s ease,padding .2s ease;
}

.rb-home-service-menu a:nth-child(odd){
  border-right:1px solid rgba(255,255,255,.13);
}

.rb-home-service-menu a:nth-child(even){
  padding-left:24px;
}

.rb-home-service-menu a:hover{
  background:rgba(255,255,255,.035);
  padding-left:18px;
}

.rb-home-service-menu a:nth-child(even):hover{
  padding-left:42px;
}

.rb-home-service-menu i{
  color:#e85d52;
  font-size:25px;
}

.rb-home-service-menu span{
  display:grid;
  gap:6px;
}

.rb-home-service-menu strong{
  font-size:clamp(16px,1.7vw,21px);
  line-height:1.25;
}

.rb-home-service-menu small{
  color:rgba(255,255,255,.48);
  font-size:12px;
}

.rb-home-service-menu b{
  color:rgba(255,255,255,.22);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}

/* Leistungs-Dashboard: visuelle Priorität statt gleichförmiger Linkliste */
.rb-home-service-menu{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) !important;
  grid-template-rows:repeat(3,minmax(86px,auto));
  gap:10px;
  border-top:0;
}

.rb-home-service-menu a,
.rb-home-service-menu a:nth-child(odd),
.rb-home-service-menu a:nth-child(even){
  position:relative;
  grid-template-columns:42px minmax(0,1fr) auto;
  min-height:0;
  border:1px solid rgba(255,255,255,.11);
  border-radius:6px;
  background:#090b0e;
  padding:18px !important;
  overflow:hidden;
}

.rb-home-service-menu a:first-child{
  grid-row:1 / 4;
  grid-template-columns:1fr;
  align-content:end;
  min-height:280px;
  border-color:rgba(232,93,82,.38);
  background:
    linear-gradient(180deg,transparent 5%,rgba(7,8,10,.90) 78%),
    url('/assets/images/ducati-dunkel.png') center 28%/cover no-repeat;
  padding:26px !important;
}

.rb-home-service-menu a:first-child::before{
  content:"SERVICE DIREKT BERECHNEN";
  position:absolute;
  top:22px;
  left:24px;
  color:rgba(255,255,255,.54);
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
}

.rb-home-service-menu a:first-child i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid rgba(232,93,82,.60);
  background:rgba(232,93,82,.12);
  font-size:23px;
}

.rb-home-service-menu a:first-child strong{
  font-size:clamp(24px,3vw,38px);
  line-height:1.05;
}

.rb-home-service-menu a:first-child b{
  position:absolute;
  right:22px;
  bottom:22px;
}

.rb-home-service-menu a:not(:first-child)::before{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:2px;
  background:#e85d52;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}

.rb-home-service-menu a:hover,
.rb-home-service-menu a:nth-child(even):hover{
  border-color:rgba(232,93,82,.46);
  background-color:#0e1014;
  padding:18px !important;
}

.rb-home-service-menu a:hover::before{
  transform:scaleX(1);
}

.rb-home-service-menu a:first-child:hover{
  padding:26px !important;
}

@media(max-width:640px){
  .rb-home-service-menu{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-rows:auto;
    gap:8px;
  }

  .rb-home-service-menu a,
  .rb-home-service-menu a:nth-child(odd),
  .rb-home-service-menu a:nth-child(even){
    grid-template-columns:30px minmax(0,1fr);
    align-content:start;
    gap:10px;
    min-height:118px;
    padding:13px !important;
  }

  .rb-home-service-menu a:first-child{
    grid-column:1 / -1;
    grid-row:auto;
    grid-template-columns:42px minmax(0,1fr) auto;
    align-content:center;
    min-height:116px;
    background:
      linear-gradient(90deg,rgba(7,8,10,.94),rgba(7,8,10,.60)),
      url('/assets/images/ducati-dunkel.png') center 38%/cover no-repeat;
    padding:16px !important;
  }

  .rb-home-service-menu a:first-child::before{
    content:none;
  }

  .rb-home-service-menu a:first-child i{
    width:40px;
    height:40px;
    font-size:19px;
  }

  .rb-home-service-menu a:first-child strong{
    font-size:17px;
  }

  .rb-home-service-menu a:first-child b{
    position:static;
  }

  .rb-home-service-menu a:not(:first-child) i{
    font-size:19px;
  }

  .rb-home-service-menu a:not(:first-child) span{
    grid-column:1 / -1;
  }

  .rb-home-service-menu a:not(:first-child) b{
    display:none;
  }

  .rb-home-service-menu strong{
    font-size:12px;
    line-height:1.25;
  }

  .rb-home-service-menu small{
    font-size:9px;
    line-height:1.35;
  }

  .rb-home-service-menu a:hover,
  .rb-home-service-menu a:nth-child(even):hover{
    padding:13px !important;
  }

  .rb-home-service-menu a:first-child:hover{
    padding:16px !important;
  }
}

.rb-home-services .rb-home-calculator{
  position:relative;
  z-index:2;
  margin-top:clamp(42px,6vw,72px);
  border-radius:8px !important;
  box-shadow:none !important;
}

.rb-home-stock > .landing-stock{
  background:transparent !important;
  padding-top:0 !important;
}

.rb-home-stock > .landing-stock .rgb-stock-head{
  display:none !important;
}

.rb-home-stock > .landing-stock .rgb-stock-container{
  padding-top:0 !important;
}

.rb-home-stock > .landing-stock .rgb-stock-grid{
  margin-top:0 !important;
}

.rb-home-sell-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:42px;
  border:1px solid #17191d;
  background:#111317;
  padding:clamp(24px,4vw,44px);
  color:#fff;
  transition:background .2s ease,transform .2s ease;
}

.rb-home-sell-cta:hover{
  color:#fff;
  background:#d9493f;
  transform:translateY(-2px);
}

.rb-home-sell-cta span{
  display:grid;
  gap:7px;
}

.rb-home-sell-cta small{
  color:rgba(255,255,255,.56);
  font-size:10px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.rb-home-sell-cta strong{
  font-size:clamp(26px,4vw,48px);
  line-height:1;
  letter-spacing:-.045em;
}

.rb-home-sell-cta i{
  font-size:clamp(28px,4vw,52px);
}

.rb-home-sold-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.rb-home-sold-card{
  position:relative;
  min-height:clamp(260px,32vw,440px);
  overflow:hidden;
  background:#14161a;
  color:#fff;
}

.rb-home-sold-card img{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  filter:saturate(.84) brightness(.82);
  transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .35s ease;
}

.rb-home-sold-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(3,4,5,.92) 100%);
}

.rb-home-sold-card span{
  position:absolute;
  z-index:2;
  right:20px;
  bottom:20px;
  left:20px;
  display:grid;
  gap:6px;
}

.rb-home-sold-card small{
  color:#f06b60;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.rb-home-sold-card strong{
  font-size:clamp(15px,1.7vw,21px);
  line-height:1.22;
}

.rb-home-sold-card:hover{
  color:#fff;
}

.rb-home-sold-card:hover img{
  transform:scale(1.035);
  filter:saturate(1) brightness(.94);
}

@media (max-width:900px){
  .rb-home-service-menu{
    grid-template-columns:1fr;
  }

  .rb-home-service-menu a,
  .rb-home-service-menu a:nth-child(odd),
  .rb-home-service-menu a:nth-child(even){
    border-right:0;
    padding-left:0;
  }

  .rb-home-service-menu a:hover,
  .rb-home-service-menu a:nth-child(even):hover{
    padding-left:12px;
  }

  .rb-home-sold-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .rb-home-hero{
    min-height:100svh !important;
    align-items:center !important;
  }

  .rb-home-hero-bg img{
    object-position:center center !important;
  }

  .rb-home-hero-content{
    min-height:100svh;
    justify-content:flex-end;
    padding-top:90px !important;
    padding-bottom:54px !important;
  }

  .rb-home-brand-logo{
    width:76px;
    margin-bottom:16px;
  }

  .rb-home-hero-content h1{
    max-width:9ch;
    font-size:clamp(45px,14vw,62px) !important;
  }

  .rb-home-hero-content p:not(.home-kicker){
    margin-top:14px;
    font-size:14px !important;
  }

  .rb-home-scroll-link{
    margin-top:24px;
  }

  .rb-home-services,
  .rb-home-stock,
  .rb-home-sold{
    padding:64px 0;
  }

  .rb-home-section-head{
    display:grid;
    align-items:start;
    gap:18px;
    margin-bottom:30px;
  }

  .rb-home-section-head h2{
    font-size:38px;
  }

  .rb-home-section-head > a{
    width:max-content;
  }

  .rb-home-service-menu a{
    grid-template-columns:34px minmax(0,1fr) auto;
    min-height:92px;
    gap:14px;
    padding-right:4px;
  }

  .rb-home-service-menu i{
    font-size:20px;
  }

  .rb-home-service-menu small{
    font-size:11px;
  }

  .rb-home-sell-cta{
    margin-top:28px;
    padding:24px 20px;
  }

  .rb-home-sell-cta strong{
    font-size:28px;
  }

  .rb-home-sold-grid{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    margin-right:-16px;
    padding-right:16px;
  }

  .rb-home-sold-grid::-webkit-scrollbar{
    display:none;
  }

  .rb-home-sold-card{
    flex:0 0 78vw;
    min-height:330px;
    scroll-snap-align:start;
  }
}

/* Startseite: präzise Handy-Anpassung */
@media (max-width:640px){
  html{
    scroll-padding-top:76px;
  }

  .rb-home-hero-content.container,
  .rb-home-services > .container,
  .rb-home-stock > .container,
  .rb-home-sold > .container{
    padding-right:max(16px,env(safe-area-inset-right)) !important;
    padding-left:max(16px,env(safe-area-inset-left)) !important;
  }

  .rb-home-hero::after{
    background:
      linear-gradient(180deg,rgba(3,4,5,.08) 0%,rgba(3,4,5,.05) 34%,rgba(3,4,5,.96) 100%),
      linear-gradient(90deg,rgba(3,4,5,.50),rgba(3,4,5,.05) 70%) !important;
  }

  .rb-home-hero-content{
    padding-bottom:max(42px,calc(env(safe-area-inset-bottom) + 28px)) !important;
  }

  .rb-home-brand-logo{
    width:66px;
    margin-bottom:12px;
  }

  .rb-home-hero-content .home-kicker{
    margin-bottom:10px;
    font-size:9px;
    letter-spacing:.22em;
  }

  .rb-home-hero-content h1{
    width:100%;
    max-width:9.5ch;
    font-size:clamp(42px,13.2vw,58px) !important;
    line-height:.94 !important;
  }

  .rb-home-services,
  .rb-home-stock,
  .rb-home-sold{
    padding:56px 0;
  }

  .rb-home-section-head h2{
    max-width:12ch;
    font-size:clamp(32px,10vw,40px);
    line-height:1.02;
  }

  .rb-home-service-menu a{
    min-height:82px;
    touch-action:manipulation;
  }

  .rb-home-service-menu strong{
    font-size:15px;
  }

  .rb-home-services .rb-home-calculator{
    margin-top:38px;
    padding:14px;
  }

  .rb-home-calc-head{
    gap:12px;
    padding-bottom:14px;
  }

  .rb-home-calc-head h3{
    font-size:28px;
  }

  .rb-home-calc-total{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:4px 12px;
    padding-top:12px;
  }

  .rb-home-calc-total span{
    align-self:center;
  }

  .rb-home-calc-total strong{
    grid-column:2;
    grid-row:1 / 3;
    align-self:center;
    margin:0;
    font-size:30px;
    text-align:right;
  }

  .rb-home-calc-total small{
    grid-column:1;
  }

  .rb-home-calc-grid{
    gap:7px;
    margin-top:12px;
  }

  .rb-home-calc-tile span{
    min-height:78px;
    grid-template-columns:28px minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    column-gap:10px;
    row-gap:3px;
    padding:11px 10px;
  }

  .rb-home-calc-tile i{
    grid-column:1;
    grid-row:1 / 3;
    align-self:center;
  }

  .rb-home-calc-tile strong{
    grid-column:2;
    grid-row:1;
    align-self:end;
    font-size:13px;
  }

  .rb-home-calc-tile small{
    grid-column:2;
    grid-row:2;
    align-self:start;
    margin:0;
    font-size:10px;
    line-height:1.25;
  }

  .rb-home-calc-tile em{
    grid-column:3;
    grid-row:1 / 3;
    align-self:center;
    max-width:92px;
    font-size:11px;
    line-height:1.2;
  }

  .rb-home-calc-footer{
    gap:12px;
    margin-top:12px;
    padding-top:12px;
  }

  .rb-home-calc-footer p{
    font-size:11px;
  }

  .rb-home-calc-link{
    min-height:44px;
    font-size:11px;
  }

  .rb-home-stock > .landing-stock .rgb-stock-container{
    padding-right:max(16px,env(safe-area-inset-right)) !important;
    padding-left:max(16px,env(safe-area-inset-left)) !important;
  }

  .rb-home-stock .rgb-stock-grid{
    gap:16px !important;
  }

  .rb-home-stock .rgb-stock-card{
    width:100%;
    min-width:0;
  }

  .rb-home-stock .rgb-stock-swiper{
    aspect-ratio:4 / 3 !important;
  }

  .rb-home-stock .rgb-stock-card-body{
    padding:14px !important;
  }

  .rb-home-stock .rgb-stock-card-title{
    font-size:19px !important;
    line-height:1.2;
  }

  .rb-home-stock .rgb-stock-meta-list{
    margin-top:12px;
  }

  .rb-home-stock .rgb-stock-meta-item{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:12px !important;
    min-width:0;
    padding:8px 0 !important;
  }

  .rb-home-stock .rgb-stock-meta-label,
  .rb-home-stock .rgb-stock-meta-value{
    min-width:0;
    font-size:11px !important;
  }

  .rb-home-stock .rgb-stock-meta-value{
    flex:0 0 auto;
    text-align:right !important;
  }

  .rb-home-stock .rgb-stock-card-body > .d-flex{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px;
  }

  .rb-home-stock .rgb-stock-more-link,
  .rb-home-stock .rgb-stock-card .btn-outline-secondary{
    min-height:42px;
    justify-content:center;
    margin:0 !important;
  }

  .rb-home-sell-cta{
    min-height:116px;
    border-radius:0;
  }

  .rb-home-sell-cta small{
    max-width:25ch;
    line-height:1.35;
  }

  .rb-home-sell-cta i{
    flex:0 0 auto;
    font-size:28px;
  }

  .rb-home-sold-grid{
    margin-left:0;
    scroll-padding-left:0;
    -webkit-overflow-scrolling:touch;
  }

  .rb-home-sold-card{
    flex-basis:min(82vw,340px);
    min-height:360px;
  }
}

@media (max-width:380px){
  .rb-home-hero-content h1{
    font-size:40px !important;
  }

  .rb-home-service-menu b{
    display:none;
  }

  .rb-home-service-menu a{
    grid-template-columns:30px minmax(0,1fr);
  }

  .rb-home-calc-total strong{
    font-size:26px;
  }

  .rb-home-calc-tile span{
    grid-template-columns:24px minmax(0,1fr) 76px;
  }

  .rb-home-calc-tile em{
    max-width:76px;
    white-space:normal;
  }

  .rb-home-sell-cta strong{
    font-size:25px;
  }
}

/* Globale Handy-Grundlage für alle Seiten */
@media (max-width:768px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    font-size:15px;
    line-height:1.55;
    -webkit-text-size-adjust:100%;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl{
    width:100% !important;
    max-width:100% !important;
    padding-right:max(16px,env(safe-area-inset-right)) !important;
    padding-left:max(16px,env(safe-area-inset-left)) !important;
  }

  main,
  section,
  article,
  form,
  fieldset{
    min-width:0;
    max-width:100%;
  }

  h1,
  h2,
  h3{
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  p,
  a,
  span,
  strong,
  small,
  label{
    overflow-wrap:break-word;
    word-break:normal;
  }

  button,
  input,
  select,
  textarea{
    max-width:100%;
    font-size:16px !important;
  }

  button,
  a,
  label{
    -webkit-tap-highlight-color:transparent;
  }

  .btn,
  button,
  input[type="submit"],
  input[type="button"]{
    min-height:44px;
    touch-action:manipulation;
  }

  .site-footer{
    margin-top:0 !important;
    padding:30px 0 calc(30px + env(safe-area-inset-bottom)) !important;
    text-align:left;
  }

  .site-footer .container{
    gap:20px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .site-footer .small{
    font-size:11px;
    line-height:2;
  }

  .site-footer a{
    display:inline-block;
    min-height:32px;
    padding:4px 1px;
  }

  .rb-cb{
    bottom:max(8px,env(safe-area-inset-bottom));
    width:calc(100% - 16px);
    max-height:calc(100svh - 16px);
    overflow:auto;
    border-radius:12px;
    padding:14px;
  }

  .rb-cb h2{
    font-size:16px;
  }

  .rb-cb p{
    font-size:12px;
  }

  .rb-cb .rb-cb-row{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
  }

  .rb-cb .rb-btn,
  .rb-cb .rb-btn-link{
    width:100%;
    min-height:44px;
    justify-content:center;
    text-align:center;
  }
}

/* Mobile visual correction from real-device review */
@media (max-width:640px){
  .rb-home-hero-content{
    padding-bottom:max(54px,calc(env(safe-area-inset-bottom) + 38px)) !important;
  }

  .rb-home-brand-logo{
    display:none;
  }

  .rb-home-hero-content .home-kicker{
    margin-bottom:12px;
    color:rgba(255,255,255,.54);
  }

  .rb-home-hero-content h1{
    width:auto;
    max-width:none;
    font-size:clamp(38px,10.8vw,46px) !important;
    line-height:.98 !important;
    letter-spacing:-.04em !important;
    overflow-wrap:normal;
    word-break:keep-all;
  }

  .rb-home-hero-content p:not(.home-kicker){
    max-width:28ch;
    font-size:13px !important;
  }

  .rb-home-scroll-link{
    margin-top:20px;
  }

  .rb-home-stock{
    background:#0b0d10;
    color:#fff;
  }

  .rb-home-stock .rb-home-section-head h2{
    max-width:none;
    font-size:34px;
  }

  .rb-home-stock .rb-home-section-head > a{
    color:rgba(255,255,255,.72);
  }

  .rb-home-stock > .landing-stock .rgb-stock-container{
    padding-right:max(12px,env(safe-area-inset-right)) !important;
    padding-left:max(12px,env(safe-area-inset-left)) !important;
  }

  .rb-home-stock .rgb-stock-card{
    border-color:rgba(255,255,255,.10) !important;
    background:#090b0e !important;
  }

  .rb-home-stock .rgb-stock-top-header{
    margin:0 !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
    background:transparent !important;
    padding:11px 14px !important;
    font-size:9px !important;
  }

  .rb-home-stock .rgb-stock-swiper{
    aspect-ratio:1 / .78 !important;
  }

  .rb-home-stock .rgb-stock-image{
    padding:0 !important;
    object-fit:cover !important;
  }

  .rb-home-stock .rgb-stock-card-body{
    padding:16px 14px 15px !important;
  }

  .rb-home-stock .rgb-stock-card-title{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .rb-home-stock .rgb-stock-meta-list{
    margin-top:12px !important;
  }

  .rb-home-stock .rgb-stock-meta-item{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:10px !important;
    min-height:38px;
    padding:7px 0 !important;
  }

  .rb-home-stock .rgb-stock-meta-label{
    display:flex;
    min-width:0;
    white-space:nowrap;
    font-size:10px !important;
  }

  .rb-home-stock .rgb-stock-meta-label i{
    width:16px !important;
    min-width:16px !important;
    font-size:13px !important;
  }

  .rb-home-stock .rgb-stock-meta-value{
    display:block;
    max-width:110px;
    overflow:hidden;
    color:#fff;
    font-size:11px !important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .rb-home-stock .rgb-stock-price-big{
    margin-top:14px !important;
    font-size:28px !important;
  }

  .rb-home-stock .rgb-stock-card-body > .d-flex{
    margin-top:14px !important;
  }

  .rb-home-stock .rgb-stock-card .btn-outline-secondary,
  .rb-home-stock .rgb-stock-more-link{
    font-size:10px !important;
  }
}

/* Vollständiger Leistungsrechner auf der Startseite */
.rb-home-full-calculator{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);
  gap:18px;
  margin-top:clamp(42px,6vw,72px);
  align-items:start;
}

.rb-home-full-calculator .svc-panel{
  margin:0 !important;
}

.rb-home-full-calculator .svc-summary{
  position:sticky;
  top:84px;
}

.rb-home-full-calculator .svc-bottom-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
}

.rb-home-request{
  display:grid;
  gap:20px;
  margin-top:28px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:24px;
}

.rb-home-request-head{
  display:grid;
  gap:5px;
}

.rb-home-request-head span{
  color:#e85c51;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.rb-home-request-head strong{
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

.rb-home-request-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.rb-home-request .svc-label{
  color:rgba(255,255,255,.72) !important;
}

.rb-home-request .svc-input{
  width:100%;
  min-height:50px;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:4px !important;
  background:#080a0d !important;
  color:#fff !important;
  caret-color:#e85c51;
  -webkit-text-fill-color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.rb-home-request textarea.svc-input{
  min-height:104px;
  resize:vertical;
}

.rb-home-request .svc-input::placeholder{
  color:rgba(255,255,255,.34) !important;
  opacity:1;
  -webkit-text-fill-color:rgba(255,255,255,.34);
}

.rb-home-request .svc-input:focus{
  border-color:#e85c51 !important;
  outline:2px solid rgba(232,92,81,.18) !important;
  outline-offset:0;
  background:#0d0f13 !important;
  color:#fff !important;
}

.rb-home-request .svc-input:-webkit-autofill,
.rb-home-request .svc-input:-webkit-autofill:hover,
.rb-home-request .svc-input:-webkit-autofill:focus{
  border-color:rgba(232,92,81,.68) !important;
  -webkit-text-fill-color:#fff !important;
  -webkit-box-shadow:0 0 0 1000px #080a0d inset !important;
  transition:background-color 9999s ease-out;
}

.rb-home-request-consent{
  color:rgba(255,255,255,.70) !important;
}

.rb-home-request-consent input{
  accent-color:#e85c51;
}

.rb-home-request-submit{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  border:1px solid #e85c51 !important;
  background:#e85c51 !important;
  color:#fff !important;
}

.rb-home-request-submit:hover{
  border-color:#fff !important;
  background:#fff !important;
  color:#08090b !important;
}

.rb-home-request-submit:disabled{
  border-color:rgba(232,92,81,.38) !important;
  background:rgba(232,92,81,.20) !important;
  color:rgba(255,255,255,.58) !important;
}

.rb-home-request.is-sending{
  opacity:.72;
}

.rb-home-request-status{
  min-height:20px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.5;
}

.rb-home-request-status.is-success{
  color:#82d7a0;
}

.rb-home-request-status.is-error{
  color:#ff8793;
}

@media(max-width:991.98px){
  .rb-home-full-calculator{
    grid-template-columns:1fr;
  }

  .rb-home-full-calculator .svc-summary{
    position:static;
  }
}

@media(max-width:640px){
  .rb-home-full-calculator{
    gap:12px;
    margin-top:34px;
  }

  .rb-home-full-calculator .svc-panel{
    margin-right:-16px !important;
    margin-left:-16px !important;
    border-right:0 !important;
    border-left:0 !important;
  }

  .rb-home-full-calculator .svc-row--three{
    grid-template-columns:1fr !important;
  }

  .rb-home-full-calculator .svc-route-btn{
    width:100%;
    white-space:normal;
  }

  .rb-home-request-grid{
    grid-template-columns:1fr;
  }
}

.rb-footer-review{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:10px;
  color:#f5f5f2 !important;
  font-weight:800;
}

.rb-footer-review i{
  color:#efb441;
}

.rb-footer-review:hover{
  color:#fff !important;
  text-decoration:underline;
  text-underline-offset:4px;
}

/* Standort auf der Startseite */
.rb-home-location{
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(232,92,81,.055),transparent 30%),
    repeating-linear-gradient(115deg,rgba(255,255,255,.018) 0 1px,transparent 1px 22px),
    #090a0c;
  color:#fff;
  padding:clamp(68px,9vw,120px) 0;
}

.rb-home-location::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:3px;
  background:linear-gradient(90deg,#e85c51 0 18%,rgba(255,255,255,.5) 18% 20%,transparent 20%);
}

.rb-home-location > .container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(34px,6vw,88px);
  align-items:center;
}

.rb-location-mark{
  display:grid;
  grid-template-columns:44px auto;
  align-items:center;
  gap:11px;
  width:max-content;
  margin-bottom:28px;
  border:1px solid rgba(255,255,255,.13);
  padding:7px 12px 7px 7px;
}

.rb-location-mark i{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  background:#e85c51;
  color:#fff;
  font-size:18px;
}

.rb-location-mark span{
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
}

.rb-home-location-copy h2{
  max-width:9ch;
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(38px,5.5vw,70px);
  line-height:1;
  font-weight:750;
  letter-spacing:-.05em;
}

.rb-home-location-copy h2 em{
  color:#e85c51;
  font-style:normal;
}

.rb-home-location-copy address{
  margin:28px 0 0;
  color:#fff;
  font-size:clamp(18px,2vw,24px);
  line-height:1.5;
  font-style:normal;
  font-weight:700;
}

.rb-home-location-copy > p:not(.rb-dark-eyebrow){
  max-width:38ch;
  margin:15px 0 0;
  color:rgba(255,255,255,.53);
  font-size:13px;
}

.rb-home-location-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.rb-home-location-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  border:1px solid rgba(255,255,255,.14);
  padding:10px 14px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rb-home-location-actions a:first-child{
  border-color:rgba(232,92,81,.55);
  background:rgba(232,92,81,.12);
}

.rb-home-map{
  position:relative;
  min-height:clamp(360px,42vw,560px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:#111318;
  box-shadow:0 36px 90px rgba(0,0,0,.42);
  isolation:isolate;
}

.rb-home-map::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  border:10px solid rgba(7,8,10,.42);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
}

.rb-home-map::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,8,10,.48),transparent 32%,transparent 76%,rgba(7,8,10,.34)),
    linear-gradient(180deg,rgba(7,8,10,.30),transparent 30%,transparent 68%,rgba(7,8,10,.58));
}

.rb-home-map iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(1) invert(.91) hue-rotate(180deg) brightness(.64) contrast(1.25);
  transform:scale(1.02);
}

.rb-map-topline{
  position:absolute;
  z-index:3;
  top:20px;
  right:20px;
  left:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(255,255,255,.22);
  padding-bottom:10px;
  color:#fff;
  pointer-events:none;
}

.rb-map-topline span{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}

.rb-map-topline span i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#e85c51;
  box-shadow:0 0 0 5px rgba(232,92,81,.14);
}

.rb-map-topline small{
  color:rgba(255,255,255,.54);
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}

.rb-map-pin{
  position:absolute;
  z-index:3;
  top:50%;
  left:50%;
  display:grid;
  grid-template-columns:42px minmax(0,auto) 20px;
  align-items:center;
  gap:10px;
  transform:translate(-50%,-50%);
  width:max-content;
  max-width:calc(100% - 32px);
  border:1px solid rgba(232,92,81,.72);
  background:rgba(7,8,10,.94);
  padding:7px 9px 7px 7px;
  color:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.46);
  backdrop-filter:blur(12px);
  text-decoration:none;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}

.rb-map-pin::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  width:12px;
  height:12px;
  border-right:1px solid rgba(232,92,81,.72);
  border-bottom:1px solid rgba(232,92,81,.72);
  background:rgba(7,8,10,.94);
  transform:translate(-50%,-6px) rotate(45deg);
}

.rb-map-pin:hover{
  border-color:#fff;
  background:#0b0c0f;
  color:#fff;
  transform:translate(-50%,-50%) scale(1.02);
}

.rb-map-pin > i:first-child{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  background:#e85c51;
  color:#fff;
  font-size:18px;
}

.rb-map-pin span{
  display:grid;
  gap:2px;
  min-width:0;
  line-height:1.2;
}

.rb-map-pin strong{
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
}

.rb-map-pin small,
.rb-map-pin em{
  overflow:hidden;
  color:rgba(255,255,255,.60);
  font-size:7px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.06em;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rb-map-pin-arrow{
  color:#e85c51;
  font-size:12px;
}

.rb-map-roadbook{
  position:absolute;
  z-index:3;
  bottom:20px;
  left:20px;
  display:grid;
  gap:3px;
  border-left:3px solid #e85c51;
  background:rgba(7,8,10,.84);
  padding:10px 13px;
  color:#fff;
  pointer-events:none;
  backdrop-filter:blur(10px);
}

.rb-map-roadbook small,
.rb-map-roadbook span{
  color:rgba(255,255,255,.48);
  font-size:7px;
  font-weight:800;
  letter-spacing:.17em;
}

.rb-map-roadbook strong{
  font-size:16px;
  line-height:1;
  letter-spacing:.04em;
}

.rb-home-map > a.rb-map-google-route{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(7,8,10,.88);
  color:#fff;
  padding:9px 11px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}

.rb-home-map > a.rb-map-google-route{
  min-height:48px;
  border-color:rgba(232,92,81,.68);
  background:#e85c51;
  color:#fff;
  padding:11px 14px;
  font-size:11px;
  box-shadow:0 12px 34px rgba(0,0,0,.38);
}

.rb-home-map > a.rb-map-google-route:hover{
  background:#fff;
  color:#090a0c;
}

@media(max-width:800px){
  .rb-home-location > .container{
    grid-template-columns:1fr;
  }

  .rb-home-location-copy h2{
    max-width:11ch;
  }
}

@media(max-width:640px){
  .rb-home-location{
    padding:56px 0;
  }

  .rb-home-location > .container{
    gap:28px;
  }

  .rb-home-location-copy h2{
    font-size:38px;
  }

  .rb-home-location-copy address{
    margin-top:20px;
    font-size:18px;
  }

  .rb-location-mark{
    margin-bottom:20px;
  }

  .rb-home-location-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .rb-home-location-actions a{
    justify-content:flex-start;
  }

  .rb-home-map{
    min-height:380px;
  }

  .rb-map-topline{
    top:14px;
    right:14px;
    left:14px;
  }

  .rb-map-topline small{
    display:none;
  }

  .rb-map-roadbook{
    bottom:14px;
    left:14px;
  }

  .rb-home-map > a.rb-map-google-route{
    right:14px;
    bottom:14px;
    max-width:145px;
    text-align:right;
  }

  .rb-map-pin{
    grid-template-columns:36px minmax(0,auto) 16px;
    max-width:calc(100% - 24px);
    padding:5px 8px 5px 5px;
  }

  .rb-map-pin > i:first-child{
    width:31px;
    height:31px;
    font-size:15px;
  }

  .rb-map-pin strong{
    font-size:9px;
  }

  .rb-map-pin small,
  .rb-map-pin em{
    font-size:6px;
  }
}

/* Abschließender Mobile-Vertrag: spätere Regeln dürfen das Service-Layout nicht brechen */
@media(max-width:640px){
  .rb-home-services{
    padding-right:0;
    padding-left:0;
  }

  .rb-home-services > .container{
    width:100%;
    max-width:100%;
    padding-right:14px !important;
    padding-left:14px !important;
  }

  .rb-home-service-menu{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-rows:auto !important;
    gap:8px !important;
  }

  .rb-home-service-menu a,
  .rb-home-service-menu a:nth-child(odd),
  .rb-home-service-menu a:nth-child(even){
    display:grid !important;
    grid-template-columns:28px minmax(0,1fr) !important;
    align-content:start !important;
    gap:10px !important;
    min-width:0;
    min-height:116px !important;
    border:1px solid rgba(255,255,255,.11) !important;
    border-radius:6px !important;
    padding:13px !important;
  }

  .rb-home-service-menu a:first-child{
    grid-column:1 / -1 !important;
    grid-template-columns:40px minmax(0,1fr) auto !important;
    align-content:center !important;
    min-height:112px !important;
    padding:15px !important;
  }

  .rb-home-service-menu a:not(:first-child) span{
    grid-column:1 / -1 !important;
    min-width:0;
  }

  .rb-home-service-menu a:not(:first-child) b{
    display:none !important;
  }

  .rb-home-service-menu strong,
  .rb-home-service-menu small{
    overflow-wrap:anywhere;
  }

  .rb-home-full-calculator{
    width:100%;
    min-width:0;
    gap:12px;
    margin-top:30px;
  }

  .rb-home-full-calculator .svc-panel{
    width:100%;
    min-width:0;
    margin-right:0 !important;
    margin-left:0 !important;
    border-right:1px solid rgba(255,255,255,.12) !important;
    border-left:1px solid rgba(255,255,255,.12) !important;
  }

  .rb-home-full-calculator .svc-row--three{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .rb-home-full-calculator .svc-pill span{
    min-width:0;
  }

  .rb-home-request-grid{
    grid-template-columns:1fr !important;
  }

  .rb-home-request .svc-input,
  .rb-home-request-submit,
  .rb-home-full-calculator .svc-route-btn{
    min-height:48px;
  }

  .rb-home-request textarea.svc-input{
    min-height:96px;
  }
}

@media(max-width:370px){
  .rb-home-service-menu{
    grid-template-columns:1fr !important;
  }

  .rb-home-service-menu a:first-child{
    grid-column:auto !important;
  }

  .rb-home-full-calculator .svc-row--three{
    grid-template-columns:1fr !important;
  }
}

/* Werkstatt-Konfigurator auf der Startseite */
.rb-home-full-calculator{
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  gap:24px;
}

@media(max-width:991.98px){
  .rb-home-full-calculator{
    grid-template-columns:1fr;
  }
}
