﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --rb-green: #008A4B;
  --rb-green-dark: #006638;
  --rb-gold: #F4C33B;
  --rb-white: #FFFFFF;
  --rb-text: #222222;
  --rb-gray: #F5F5F5;
  --rb-line: #DDDDDD;
  --rb-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  --rb-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.08);
  --rb-radius: 18px;
  --rb-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --rb-max: 1200px;
}

.rb-page {
  position: relative;
  overflow: hidden;
  color: var(--rb-text);
  font-family: "Open Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 138, 75, 0.12), transparent 40%),
    radial-gradient(circle at 88% 2%, rgba(244, 195, 59, 0.18), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

.rb-page::before,
.rb-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.16;
  pointer-events: none;
}

.rb-page::before {
  width: 320px;
  height: 320px;
  background: var(--rb-green);
  top: -120px;
  right: -120px;
}

.rb-page::after {
  width: 260px;
  height: 260px;
  background: var(--rb-gold);
  bottom: 120px;
  left: -120px;
}

.rb-page * {
  box-sizing: border-box;
}

.rb-container {
  width: min(var(--rb-max), 92vw);
  margin: 0 auto;
}

.rb-section {
  padding: clamp(56px, 8vw, 110px) 0;
}

.rb-section--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.rb-section--image {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02);
  background-image: var(--rb-bg-image);
  background-size: cover;
  background-position: center;
}

.rb-section--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}

.rb-section--image > .rb-container {
  position: relative;
  z-index: 2;
}

.rb-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: saturate(1.1) contrast(1.05);
  z-index: 0;
}

.rb-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rb-topbar {
  background: var(--rb-green);
  color: var(--rb-white);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rb-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.rb-topbar__label {
  font-weight: 700;
  color: var(--rb-gold);
}

.rb-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--rb-line);
  backdrop-filter: blur(10px);
  transition: box-shadow 220ms var(--rb-ease);
}

.rb-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.rb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.rb-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--rb-text);
}

.rb-brand img {
  height: 50px;
  object-fit: contain;
}

.rb-brand__text {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

.rb-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
}

.rb-nav a {
  text-decoration: none;
  color: var(--rb-text);
  opacity: 0.72;
  transition: opacity 180ms ease;
}

.rb-nav a:hover {
  opacity: 1;
}

.rb-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.rb-nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--rb-text);
}

.rb-nav-panel {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 14px 6vw 20px;
  background: #ffffff;
  border-top: 1px solid var(--rb-line);
}

.rb-nav-panel a {
  text-decoration: none;
  color: var(--rb-text);
  font-weight: 600;
}

.rb-nav-open .rb-nav-panel {
  display: flex;
}

.rb-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 138, 75, 0.1);
  color: var(--rb-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rb-hero {
  padding-top: clamp(40px, 7vw, 90px);
}

.rb-hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.rb-hero__content {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--rb-shadow);
  backdrop-filter: blur(6px);
}

.rb-hero h1 {
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 1.05;
  margin: 18px 0 10px;
}

.rb-subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 600;
  color: #2b2b2b;
  margin: 0 0 16px;
}

.rb-lead {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.rb-note {
  font-size: 15px;
  margin: 0 0 18px;
  color: #3a3a3a;
}

.rb-hero__glance {
  background: var(--rb-white);
  border-radius: var(--rb-radius);
  border: 1px solid var(--rb-line);
  padding: 18px;
  box-shadow: var(--rb-shadow-soft);
  margin-bottom: 18px;
}

.rb-mini-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.rb-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.rb-checklist li {
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
}

.rb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rb-green);
  font-weight: 700;
}

.rb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 10px;
}

.rb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.rb-btn--primary {
  background: var(--rb-green);
  color: var(--rb-white);
  box-shadow: 0 12px 30px rgba(0, 138, 75, 0.3);
}

.rb-btn--primary:hover {
  background: var(--rb-green-dark);
  transform: translateY(-1px);
}

.rb-btn--ghost {
  color: var(--rb-green);
  border-color: rgba(0, 138, 75, 0.3);
  background: rgba(0, 138, 75, 0.08);
}

.rb-hero__fine {
  font-size: 12px;
  color: #4d4d4d;
}

.rb-hero__media {
  display: grid;
  gap: 18px;
}

.rb-hero__figure {
  background: #fff;
  border-radius: var(--rb-radius);
  padding: 12px;
  border: 1px solid var(--rb-line);
  box-shadow: var(--rb-shadow);
}

.rb-hero__figure img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.rb-hero__figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}

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

.rb-hero__card {
  background: var(--rb-white);
  border-radius: 16px;
  border: 1px solid var(--rb-line);
  padding: 14px 16px;
  display: grid;
  gap: 6px;
  box-shadow: var(--rb-shadow-soft);
}

.rb-hero__card--accent {
  border-color: rgba(244, 195, 59, 0.7);
  background: rgba(244, 195, 59, 0.7);
}

.rb-hero__card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rb-green);
  font-weight:800;
}

.rb-proof__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: center;
}

.rb-proof__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.rb-proof__card {
  background: var(--rb-white);
  border-radius: 16px;
  border: 1px solid var(--rb-line);
  padding: 16px;
  box-shadow: var(--rb-shadow-soft);
  display: grid;
  gap: 6px;
}

.rb-marquee-section {
  padding: 24px 0 10px;
}

.rb-marquee {
  overflow: hidden;
  border-top: 0px solid var(--rb-line);
  border-bottom: 0px solid var(--rb-line);
  background: none;
}

.rb-marquee__track {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 0 18px 24px;
  animation: rb-marquee 18s linear infinite;
}

.rb-logo-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 138, 75, 0.08);
  border: 1px solid rgba(0, 138, 75, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  
  /* --- NEU HINZUFÜGEN --- */
  flex-shrink: 0;      /* Verhindert das Zusammenquetschen */
  width: max-content;  /* Stellt sicher, dass die Breite dem Inhalt entspricht */
  /* ---------------------- */
}

.rb-logo-pill img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@keyframes rb-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-35%);
  }
}

.rb-card {
  background: var(--rb-white);
  border-radius: var(--rb-radius);
  border: 1px solid var(--rb-line);
  padding: 20px;
  box-shadow: var(--rb-shadow-soft);
}

.rb-section__header {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
}

.rb-eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rb-green);
  margin: 0 0 10px;
}

.rb-costs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: start;
}

.rb-costs__card {
  background: rgba(255, 255, 255, 0.96);
}

.rb-costs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.rb-costs__list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px dashed var(--rb-line);
  padding-bottom: 12px;
}
.rb-costs__list li strong {
white-space: nowrap;
}



.rb-costs__note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 138, 75, 0.08);
  border: 1px solid rgba(0, 138, 75, 0.2);
}

.rb-what__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.rb-media {
  margin: 0 0 18px;
}

.rb-media img {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: var(--rb-shadow-soft);
}

.rb-media figcaption {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}

.rb-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.rb-step {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  border: 1px solid var(--rb-line);
  padding: 18px;
  box-shadow: var(--rb-shadow-soft);
}

.rb-step__badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 138, 75, 0.12);
  color: var(--rb-green);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.rb-how__summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.rb-compare__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.rb-product {
  background: var(--rb-white);
  border-radius: 16px;
  border: 1px solid var(--rb-line);
  padding: 18px;
  box-shadow: var(--rb-shadow-soft);
  display: grid;
  gap: 14px;
}

.rb-product--highlight {
  border-color: rgba(0, 138, 75, 0.3);
  box-shadow: 0 20px 40px rgba(0, 138, 75, 0.12);
}

.rb-product__head {
  display: grid;
  gap: 10px;
  align-items: center;
}

.rb-product__head img {
  width: 140px;
  height: auto;
}

.rb-compare__footnote {
  margin-top: 18px;
  text-align: center;
  font-weight: 600;
}

.rb-start__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.rb-start__step {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  border: 1px solid var(--rb-line);
  padding: 18px;
  box-shadow: var(--rb-shadow-soft);
}

.rb-start__cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.rb-faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.rb-faq__item {
  border: 1px solid var(--rb-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px;
  box-shadow: var(--rb-shadow-soft);
}

.rb-faq__item summary {
  cursor: pointer;
  font-weight: 700;
}

.rb-faq__item p {
  margin: 10px 0 0;
  color: #444;
}

.rb-responsible__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  align-items: center;
}

.rb-responsible__list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 8px;
}

.rb-responsible__list li::before {
  content: "• ";
  color: var(--rb-green);
  font-weight: 700;
}

.rb-responsible__badge {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  border: 1px solid var(--rb-line);
  padding: 22px;
  text-align: center;
  box-shadow: var(--rb-shadow);
  display: grid;
  gap: 14px;
  justify-items: center;
}

.rb-responsible__badge img {
  width: 120px;
  height: auto;
}

.rb-link {
  color: var(--rb-green);
  text-decoration: underline;
}

.rb-watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(80px, 14vw, 180px);
  font-size: clamp(60px, 14vw, 180px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 138, 75, 0.08);
  font-weight: 800;
  pointer-events: none;
}

[data-rb-reveal] {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
  filter: blur(4px);
  transition: opacity 600ms var(--rb-ease), transform 600ms var(--rb-ease), filter 600ms var(--rb-ease);
}

[data-rb-reveal="soft"] {
  transform: translateY(12px);
}

[data-rb-reveal="lift"] {
  transform: translateY(24px) scale(0.98);
}

[data-rb-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (max-width: 980px) {
  .rb-nav {
    display: none;
  }

  .rb-nav-toggle {
    display: flex;
  }

  .rb-start__cta {
    justify-content: flex-start;
  }

  .rb-section__header {
    text-align: left;
  }

  .rb-marquee__track {
    animation-duration: 22s;
  }
}

@media (max-width: 720px) {
  .rb-header__inner {
    gap: 12px;
  }

  .rb-costs__list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .rb-watermark {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}




.wd-page-content {margin-top:-40px;}
.whb-main-header {display:none!important;}
.wd-prefooter {display:none!important;}
.main-footer {display:none!important;}

.rb-nav__panel a {color:#fff!important;}

.container   {max-width: 100vw!important;padding-inline: 0px!important;}
.wd-content-layout {
  padding-block: 2px!important;
}


.rb-marquee-section {
  overflow: hidden;
}

.rb-marquee {
  overflow: hidden;
  width: 100%;
}

.rb-marquee__track {
  display: inline-flex;              /* kein zentriertes Flex-Layout */
  gap: 2rem;
  white-space: nowrap;
  will-change: transform;
  animation: rb-marquee 25s linear infinite;
}

/* Start komplett rechts, Ende komplett links */
@keyframes rb-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.contact-button {display:none!important;}






#rb-costs, #rb-start {
  min-height: 100vh;
}