/* Start custom CSS for text-editor, class: .elementor-element-1c50b3d2 */.stw-spoke-g02 {
  --stw-blue: #2070eb;
  --stw-beige: #efe7de;
  --stw-orange: #ff6004;
  --stw-charcoal: #524f4c;
  --stw-ink: #272522;
  --stw-muted: #6d675f;
  --stw-line: #ddd5cd;
  --stw-white: #fff;
  --stw-soft: #f8f5f1;
  --stw-light-blue: #eef4ff;
  color: var(--stw-ink);
  font-family: inherit;
  line-height: 1.65;
}

.stw-spoke-g02 *,
.stw-spoke-g02 *::before,
.stw-spoke-g02 *::after {
  box-sizing: border-box;
}

.stw-spoke-g02 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stw-spoke-g02 a {
  color: var(--stw-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.stw-spoke-g02 a:focus-visible,
.stw-spoke-g02 summary:focus-visible,
.stw-spoke-g02 [tabindex="0"]:focus-visible {
  outline: 3px solid var(--stw-orange);
  outline-offset: 3px;
}

.stw-spoke-g02 h1,
.stw-spoke-g02 h2,
.stw-spoke-g02 h3,
.stw-spoke-g02 p {
  margin-top: 0;
}

.stw-spoke-g02 h1,
.stw-spoke-g02 h2,
.stw-spoke-g02 h3 {
  color: var(--stw-charcoal);
  line-height: 1.18;
}

.stw-spoke-g02 h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  margin-bottom: .8rem;
}

.stw-spoke-g02 h3 {
  font-size: 1.16rem;
  margin-bottom: .5rem;
}













.stw-spoke-g02__eyebrow,
.stw-spoke-g02__kicker {
  margin-bottom: .45rem;
  color: var(--stw-orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stw-spoke-g02__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}

.stw-spoke-g02__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.08rem;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none !important;
}

.stw-spoke-g02__button--primary,
.stw-spoke-g02__button--primary:visited {
  background: var(--stw-orange);
  color: var(--stw-white) !important;
}

.stw-spoke-g02__button--primary:hover {
  background: #dc5100;
  color: var(--stw-white) !important;
}

.stw-spoke-g02__button--secondary,
.stw-spoke-g02__button--secondary:visited {
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.08);
  color: var(--stw-white) !important;
}

.stw-spoke-g02__jumpnav {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--stw-line);
  background: var(--stw-white);
  scrollbar-width: thin;
}

.stw-spoke-g02__jumpnav a {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: var(--stw-beige);
  color: var(--stw-charcoal);
  font-weight: 750;
  text-decoration: none;
}

.stw-spoke-g02__answer,
.stw-spoke-g02__compare,
.stw-spoke-g02__light,
.stw-spoke-g02__rooms,
.stw-spoke-g02__care,
.stw-spoke-g02__mistakes,
.stw-spoke-g02__faq,
.stw-spoke-g02__related,
.stw-spoke-g02__money-cta,
.stw-spoke-g02__consulting {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.stw-spoke-g02__answer {
  margin-top: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .75fr);
  gap: 1.4rem;
}

.stw-spoke-g02__answer > div,
.stw-spoke-g02__answer-note {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 12px;
}

.stw-spoke-g02__answer > div {
  background: var(--stw-beige);
}

.stw-spoke-g02__answer-note {
  background: var(--stw-charcoal);
  color: var(--stw-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stw-spoke-g02__answer-note strong,
.stw-spoke-g02__answer-note p {
  color: var(--stw-white);
}

.stw-spoke-g02__answer-note p {
  margin: .45rem 0 0;
}

.stw-spoke-g02__compare,
.stw-spoke-g02__light,
.stw-spoke-g02__rooms,
.stw-spoke-g02__care,
.stw-spoke-g02__mistakes,
.stw-spoke-g02__faq,
.stw-spoke-g02__related {
  padding-top: clamp(3rem, 7vw, 5.4rem);
}

.stw-spoke-g02__section-head {
  max-width: 800px;
  margin-bottom: 1.45rem;
}

.stw-spoke-g02__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--stw-line);
  border-radius: 10px;
  background: var(--stw-white);
}

.stw-spoke-g02__table-wrap table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.stw-spoke-g02__table-wrap th,
.stw-spoke-g02__table-wrap td {
  padding: .9rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--stw-line);
}

.stw-spoke-g02__table-wrap thead th {
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-g02__table-wrap tbody th {
  background: var(--stw-beige);
  color: var(--stw-charcoal);
}

.stw-spoke-g02__context-link {
  margin-top: 1.2rem;
  padding: 1.1rem 1.25rem;
  border-left: 5px solid var(--stw-blue);
  background: var(--stw-light-blue);
}

.stw-spoke-g02__context-link p {
  margin: .3rem 0 0;
}

.stw-spoke-g02__context-link--accent {
  border-left-color: var(--stw-orange);
  background: var(--stw-beige);
}

.stw-spoke-g02__light-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.stw-spoke-g02__light-grid article {
  padding: 1.1rem;
  border-top: 4px solid var(--stw-blue);
  background: var(--stw-beige);
}

.stw-spoke-g02__light-grid article > span {
  display: inline-block;
  margin-bottom: .65rem;
  color: var(--stw-blue);
  font-weight: 900;
  font-size: 1.2rem;
}

.stw-spoke-g02__figure {
  margin: 1.5rem 0 0;
}

.stw-spoke-g02__figure img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.stw-spoke-g02__figure figcaption {
  padding: .85rem 1rem;
  background: var(--stw-charcoal);
  color: var(--stw-white);
  border-radius: 0 0 12px 12px;
}

.stw-spoke-g02__money-cta {
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  background: var(--stw-blue);
  border-radius: 12px;
}

.stw-spoke-g02__money-cta h2,
.stw-spoke-g02__money-cta p:not(.stw-spoke-g02__kicker) {
  color: var(--stw-white);
}

.stw-spoke-g02__money-cta p:last-child {
  margin-bottom: 0;
}

.stw-spoke-g02__room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.stw-spoke-g02__room-grid article {
  padding: 1.1rem;
  background: var(--stw-beige);
  border-radius: 10px;
}

.stw-spoke-g02__room-grid strong,
.stw-spoke-g02__room-grid span {
  display: block;
}

.stw-spoke-g02__room-grid span {
  margin-top: .25rem;
  color: var(--stw-blue);
  font-weight: 800;
}

.stw-spoke-g02__care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stw-spoke-g02__care-grid article {
  padding: 1.2rem;
  border: 1px solid var(--stw-line);
  border-radius: 10px;
  background: var(--stw-white);
}

.stw-spoke-g02__care-grid ul {
  margin: 0;
  padding-left: 1.15rem;
}

.stw-spoke-g02__warning {
  margin-top: 1.2rem;
  padding: 1.15rem 1.25rem;
  border: 2px solid var(--stw-orange);
  background: #fff8f3;
  border-radius: 10px;
}

.stw-spoke-g02__warning p {
  margin: .35rem 0 0;
}

.stw-spoke-g02__mistake-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.stw-spoke-g02__mistake-grid article {
  padding: 1.05rem;
  background: var(--stw-beige);
  border-top: 4px solid var(--stw-orange);
}

.stw-spoke-g02__mistake-grid p {
  margin: .35rem 0 0;
}

.stw-spoke-g02__faq-list {
  display: grid;
  gap: .7rem;
}

.stw-spoke-g02__faq-list details {
  border: 1px solid var(--stw-line);
  border-radius: 8px;
  background: var(--stw-white);
}

.stw-spoke-g02__faq-list summary {
  min-height: 48px;
  padding: .9rem 1rem;
  cursor: pointer;
  color: var(--stw-charcoal);
  font-weight: 800;
}

.stw-spoke-g02__faq-list details p {
  padding: 0 1rem 1rem;
  margin: 0;
}

.stw-spoke-g02__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stw-spoke-g02__related-grid > a {
  min-height: 150px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid var(--stw-line);
  border-radius: 10px;
  background: var(--stw-white);
  color: var(--stw-charcoal);
  text-decoration: none;
}

.stw-spoke-g02__related-grid > a:hover {
  border-color: var(--stw-blue);
  transform: translateY(-2px);
}

.stw-spoke-g02__related-no {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-g02__related-copy {
  display: grid;
  gap: .35rem;
}

.stw-spoke-g02__related-copy strong {
  font-size: 1.08rem;
  color: var(--stw-charcoal);
}

.stw-spoke-g02__related-copy span {
  color: var(--stw-muted);
}

.stw-spoke-g02__consulting {
  margin-top: clamp(3rem, 7vw, 5rem);
  margin-bottom: 1rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 1.5rem;
  background: var(--stw-beige);
  border-radius: 12px;
}

.stw-spoke-g02__consulting-links {
  display: grid;
  align-content: center;
  gap: .55rem;
}

.stw-spoke-g02__consulting-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.stw-spoke-g02__consulting-links span {
  color: var(--stw-muted);
}

@media (max-width: 1050px) {
  .stw-spoke-g02__light-grid,
  .stw-spoke-g02__room-grid,
  .stw-spoke-g02__mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  

  .stw-spoke-g02__answer,
  .stw-spoke-g02__money-cta,
  .stw-spoke-g02__consulting {
    grid-template-columns: 1fr;
  }

  .stw-spoke-g02__money-cta .stw-spoke-g02__button {
    width: 100%;
  }

  .stw-spoke-g02__care-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  

  

  

  .stw-spoke-g02__hero-actions,
  .stw-spoke-g02__hero-actions .stw-spoke-g02__button {
    width: 100%;
  }

  .stw-spoke-g02__light-grid,
  .stw-spoke-g02__room-grid,
  .stw-spoke-g02__mistake-grid,
  .stw-spoke-g02__related-grid {
    grid-template-columns: 1fr;
  }

  .stw-spoke-g02__table-wrap {
    border: 0;
    overflow: visible;
  }

  .stw-spoke-g02__table-wrap table,
  .stw-spoke-g02__table-wrap thead,
  .stw-spoke-g02__table-wrap tbody,
  .stw-spoke-g02__table-wrap tr,
  .stw-spoke-g02__table-wrap th,
  .stw-spoke-g02__table-wrap td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .stw-spoke-g02__table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .stw-spoke-g02__table-wrap tbody tr {
    margin-bottom: .85rem;
    border: 1px solid var(--stw-line);
    border-radius: 9px;
    overflow: hidden;
  }

  .stw-spoke-g02__table-wrap tbody th {
    padding: .75rem .9rem;
    background: var(--stw-charcoal);
    color: var(--stw-white);
  }

  .stw-spoke-g02__table-wrap tbody td {
    position: relative;
    padding: 2rem .9rem .75rem;
    border-bottom: 1px solid var(--stw-line);
  }

  .stw-spoke-g02__table-wrap tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: .55rem;
    left: .9rem;
    color: var(--stw-blue);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stw-spoke-g02 *,
  .stw-spoke-g02 *::before,
  .stw-spoke-g02 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Hero nach dem stabilen Pilot-Standard */
.stw-spoke-g02__hero {
  position: relative;
  overflow: hidden;
  height: 440px;
  margin: 0 0 20px;
  border-radius: 22px;
  background: var(--stw-charcoal);
  box-shadow: 0 16px 38px rgba(82, 79, 76, .12);
}

.stw-spoke-g02__hero-media,
.stw-spoke-g02__hero-media img {
  width: 100%;
  height: 100%;
}

.stw-spoke-g02__hero-media {
  position: relative;
}

.stw-spoke-g02__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(82,79,76,.94) 0%, rgba(82,79,76,.76) 44%, rgba(82,79,76,.10) 100%);
}

.stw-spoke-g02__hero-media img {
  object-fit: cover;
}

.stw-spoke-g02__hero-panel {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(24px, 5vw, 72px);
  width: min(760px, calc(100% - 48px));
  transform: translateY(-50%);
  color: var(--stw-white);
}

.stw-spoke-g02__hero .stw-spoke-g02__eyebrow {
  color: var(--stw-white);
}

.stw-spoke-g02__hero h1 {
  margin: 0 0 14px;
  color: var(--stw-white);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.stw-spoke-g02__lead {
  max-width: 58ch;
  margin: 0;
  color: var(--stw-white);
}

/* Vollständige Frontend-Härtung nach Pilot-Standard */
html body .stw-spoke-g02,
html body .stw-spoke-g02 * {
  box-sizing: border-box;
}

html body .stw-spoke-g02 {
  color: var(--stw-ink) !important;
  font-family: inherit !important;
  line-height: 1.65 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero-panel {
  position: absolute !important;
  z-index: 2 !important;
  top: 50% !important;
  left: clamp(24px, 5vw, 72px) !important;
  width: min(620px, calc(100% - 48px)) !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero h1 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(1.85rem, 3.2vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero .stw-spoke-g02__lead,
html body .stw-spoke-g02 .stw-spoke-g02__hero .stw-spoke-g02__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-g02 h2 {
  margin: 0 0 12px !important;
  color: var(--stw-charcoal) !important;
  -webkit-text-fill-color: var(--stw-charcoal) !important;
  font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 h3 {
  margin-top: 0 !important;
  color: var(--stw-charcoal) !important;
  -webkit-text-fill-color: var(--stw-charcoal) !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 p,
html body .stw-spoke-g02 li,
html body .stw-spoke-g02 td,
html body .stw-spoke-g02 th,
html body .stw-spoke-g02 summary {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__kicker {
  color: var(--stw-blue) !important;
  -webkit-text-fill-color: var(--stw-blue) !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .08em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__section-head {
  text-align: left !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__section-head > p:last-child {
  color: var(--stw-muted) !important;
  -webkit-text-fill-color: var(--stw-muted) !important;
  text-align: left !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__related-copy strong,
html body .stw-spoke-g02 .stw-spoke-g02__related-copy span {
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__answer-note,
html body .stw-spoke-g02 .stw-spoke-g02__answer-note strong,
html body .stw-spoke-g02 .stw-spoke-g02__answer-note p,
html body .stw-spoke-g02 .stw-spoke-g02__money-cta,
html body .stw-spoke-g02 .stw-spoke-g02__money-cta h2,
html body .stw-spoke-g02 .stw-spoke-g02__money-cta p,
html body .stw-spoke-g02 .stw-spoke-g02__figure figcaption,
html body .stw-spoke-g02 .stw-spoke-g02__table-wrap thead th,
html body .stw-spoke-g02 .stw-spoke-g02__table-wrap tbody th {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__table-wrap tbody th {
  background: var(--stw-charcoal) !important;
}

html body .stw-spoke-g02 a.stw-spoke-g02__button--primary,
html body .stw-spoke-g02 a.stw-spoke-g02__button--primary:link,
html body .stw-spoke-g02 a.stw-spoke-g02__button--primary:visited,
html body .stw-spoke-g02 a.stw-spoke-g02__button--primary:hover,
html body .stw-spoke-g02 a.stw-spoke-g02__button--primary:focus-visible {
  background: var(--stw-orange) !important;
  border-color: var(--stw-orange) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-transform: none !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero .stw-spoke-g02__button--secondary,
html body .stw-spoke-g02 .stw-spoke-g02__hero .stw-spoke-g02__button--secondary:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 760px) {
  .stw-spoke-g02__hero {
    height: 610px;
    border-radius: 16px;
  }

  .stw-spoke-g02__hero-media::after {
    background: linear-gradient(180deg, rgba(82,79,76,.35) 0%, rgba(82,79,76,.95) 65%, rgba(82,79,76,.98) 100%);
  }

  html body .stw-spoke-g02 .stw-spoke-g02__hero-panel {
    top: auto !important;
    bottom: 28px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
    transform: none !important;
  }

  .stw-spoke-g02__hero-actions {
    flex-direction: column;
  }

  .stw-spoke-g02__hero-actions .stw-spoke-g02__button {
    width: 100%;
  }
}

/* G-02: lange H1 innerhalb des stabilen Pilot-Heros vollständig sichtbar halten */
html body .stw-spoke-g02 .stw-spoke-g02__hero-panel {
  width: min(760px, calc(100% - 48px)) !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero h1 {
  max-width: 15.5em !important;
  font-size: clamp(1.85rem, 3.2vw, 3rem) !important;
  line-height: 1.06 !important;
}

html body .stw-spoke-g02 .stw-spoke-g02__hero .stw-spoke-g02__lead {
  max-width: 62ch !important;
  margin-bottom: 0 !important;
}

@media (max-width: 820px) and (min-width: 641px) {
  html body .stw-spoke-g02 .stw-spoke-g02__hero-panel {
    width: min(690px, calc(100% - 48px)) !important;
  }

  html body .stw-spoke-g02 .stw-spoke-g02__hero h1 {
    font-size: clamp(1.8rem, 4.6vw, 2.65rem) !important;
  }
}

@media (max-width: 640px) {
  html body .stw-spoke-g02 .stw-spoke-g02__hero h1 {
    max-width: none !important;
    font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
    line-height: 1.08 !important;
  }
}/* End custom CSS */