/* Start custom CSS for text-editor, class: .elementor-element-72b99353 */.stw-spoke-s01 {
  --stw-blue: #2070eb;
  --stw-beige: #efe7de;
  --stw-orange: #ff6004;
  --stw-charcoal: #524f4c;
  --stw-ink: #524f4c;
  --stw-muted: #6d6966;
  --stw-line: #ddd5cd;
  --stw-white: #ffffff;
  --stw-soft-blue: #edf4ff;
  --stw-shadow: 0 16px 38px rgba(82, 79, 76, 0.12);
  color: var(--stw-ink);
  font-family: inherit;
  line-height: 1.65;
}

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

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

.stw-spoke-s01 a {
  color: var(--stw-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.stw-spoke-s01__hero {
  position: relative;
  overflow: hidden;
  height: 440px;
  margin: 0 0 18px;
  border-radius: 22px;
  background: var(--stw-charcoal);
  box-shadow: var(--stw-shadow);
}

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

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

.stw-spoke-s01__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(82,79,76,.95) 0%, rgba(82,79,76,.78) 46%, rgba(82,79,76,.12) 100%);
}

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

.stw-spoke-s01__eyebrow,
.stw-spoke-s01__kicker {
  margin: 0 0 8px;
  color: var(--stw-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stw-spoke-s01__hero .stw-spoke-s01__eyebrow {
  color: var(--stw-white);
}

.stw-spoke-s01__hero h1 {
  margin: 0 0 14px;
  color: var(--stw-white);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.stw-spoke-s01__lead {
  max-width: 60ch;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 1.02rem;
  line-height: 1.5;
}

.stw-spoke-s01__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.stw-spoke-s01__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.stw-spoke-s01__button--primary {
  background: var(--stw-orange);
  color: var(--stw-white);
}

.stw-spoke-s01__button--secondary {
  border-color: var(--stw-blue);
  background: var(--stw-white);
  color: var(--stw-blue);
}

.stw-spoke-s01__jumpnav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 44px;
}

.stw-spoke-s01__jumpnav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--stw-line);
  border-radius: 10px;
  background: var(--stw-white);
  color: var(--stw-charcoal);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.stw-spoke-s01__answer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 30px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 20px;
  background: var(--stw-beige);
}

.stw-spoke-s01 h2 {
  margin: 0 0 12px;
  color: var(--stw-charcoal);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.stw-spoke-s01__answer-copy p:last-child {
  margin-bottom: 0;
}

.stw-spoke-s01__answer-scale {
  display: grid;
  gap: 10px;
}

.stw-spoke-s01__answer-scale div {
  padding: 15px 18px;
  border-radius: 10px;
  background: var(--stw-white);
}

.stw-spoke-s01__answer-scale span,
.stw-spoke-s01__answer-scale strong {
  display: block;
}

.stw-spoke-s01__answer-scale span {
  color: var(--stw-muted);
  font-size: .82rem;
}

.stw-spoke-s01__answer-scale strong {
  color: var(--stw-charcoal);
  font-size: 1.05rem;
}

.stw-spoke-s01__comparison,
.stw-spoke-s01__decision,
.stw-spoke-s01__products,
.stw-spoke-s01__faq {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-s01__section-head,
.stw-spoke-s01__decision-head,
.stw-spoke-s01__faq-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.stw-spoke-s01__section-head > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--stw-muted);
}

.stw-spoke-s01__duel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.stw-spoke-s01__material {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  border-radius: 18px;
}

.stw-spoke-s01__material--glass {
  border: 1px solid #cddfff;
  background: var(--stw-soft-blue);
}

.stw-spoke-s01__material--wood {
  border: 1px solid var(--stw-line);
  background: var(--stw-beige);
}

.stw-spoke-s01__material-head > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stw-spoke-s01__material h3 {
  margin: 0;
  color: var(--stw-charcoal);
  font-size: 1.5rem;
  line-height: 1.25;
}

.stw-spoke-s01__material ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.stw-spoke-s01__material li {
  position: relative;
  padding-left: 22px;
}

.stw-spoke-s01__material li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--stw-blue);
  font-weight: 900;
}

.stw-spoke-s01__material > a {
  margin-top: auto;
  font-weight: 800;
}

.stw-spoke-s01__versus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stw-spoke-s01__versus span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stw-charcoal);
  color: var(--stw-white);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stw-spoke-s01__compare-table {
  overflow-x: auto;
  margin-top: 22px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
}

.stw-spoke-s01__compare-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--stw-white);
}

.stw-spoke-s01__compare-table th,
.stw-spoke-s01__compare-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--stw-line);
  text-align: left;
  vertical-align: top;
}

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

.stw-spoke-s01__compare-table tbody th {
  background: #f7f3ee;
  color: var(--stw-charcoal);
}

.stw-spoke-s01__rooms {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--stw-beige);
}

.stw-spoke-s01__rooms-intro {
  max-width: 860px;
  margin-bottom: 30px;
}

.stw-spoke-s01__rooms-intro > p:last-child {
  color: var(--stw-muted);
}

.stw-spoke-s01__room-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stw-spoke-s01__room-track article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
  border-radius: 14px;
  background: var(--stw-white);
}

.stw-spoke-s01__room-no {
  color: var(--stw-orange);
  font-size: .82rem;
  font-weight: 900;
}

.stw-spoke-s01__room-track h3 {
  margin: 12px 0 8px;
  color: var(--stw-charcoal);
  font-size: 1.15rem;
  line-height: 1.3;
}

.stw-spoke-s01__room-track p {
  color: var(--stw-muted);
}

.stw-spoke-s01__room-track strong {
  margin-top: auto;
  color: var(--stw-blue);
}

.stw-spoke-s01__context {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 14px;
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-s01__context p {
  margin: 0;
}

.stw-spoke-s01__context a {
  color: var(--stw-white);
  font-weight: 800;
}

.stw-spoke-s01__figure {
  margin: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-s01__figure img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--stw-shadow);
}

.stw-spoke-s01__figure figcaption {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--stw-muted);
  font-size: .92rem;
  text-align: center;
}

.stw-spoke-s01__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stw-spoke-s01__choice-column {
  padding: 26px;
  border-radius: 16px;
}

.stw-spoke-s01__choice-column--glass {
  border-top: 6px solid var(--stw-blue);
  background: var(--stw-soft-blue);
}

.stw-spoke-s01__choice-column--wood {
  border-top: 6px solid var(--stw-orange);
  background: var(--stw-beige);
}

.stw-spoke-s01__choice-column h3 {
  margin: 0 0 18px;
  color: var(--stw-charcoal);
  font-size: 1.3rem;
}

.stw-spoke-s01__choice-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.stw-spoke-s01__neutral-note {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
}

.stw-spoke-s01__neutral-note > span {
  color: var(--stw-charcoal);
  font-weight: 900;
}

.stw-spoke-s01__neutral-note p {
  margin: 0;
}

.stw-spoke-s01__money-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 30px;
  align-items: center;
  margin: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
  padding: clamp(28px, 5vw, 46px);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--stw-blue), var(--stw-charcoal));
  color: var(--stw-white);
}

.stw-spoke-s01__money-cta h2,
.stw-spoke-s01__money-cta p,
.stw-spoke-s01__money-cta .stw-spoke-s01__kicker {
  color: var(--stw-white);
}

.stw-spoke-s01__money-cta p {
  margin-bottom: 0;
}

.stw-spoke-s01__money-cta .stw-spoke-s01__button {
  min-height: 58px;
  text-align: center;
}

.stw-spoke-s01__product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stw-spoke-s01__product-grid article {
  overflow: hidden;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
  box-shadow: 0 10px 26px rgba(82,79,76,.08);
}

.stw-spoke-s01__product-grid article > a {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
}

.stw-spoke-s01__product-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stw-spoke-s01__product-grid article > div {
  padding: 20px;
}

.stw-spoke-s01__product-grid span {
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stw-spoke-s01__product-grid h3 {
  margin: 6px 0 8px;
  color: var(--stw-charcoal);
  font-size: 1.16rem;
}

.stw-spoke-s01__product-grid h3 a {
  color: var(--stw-charcoal);
  text-decoration: none;
}

.stw-spoke-s01__product-grid p {
  color: var(--stw-muted);
}

.stw-spoke-s01__product-grid strong {
  color: var(--stw-charcoal);
}

.stw-spoke-s01__related {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  padding: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--stw-beige);
}

.stw-spoke-s01__related-copy p:last-child {
  color: var(--stw-muted);
}

.stw-spoke-s01__related-links {
  display: grid;
  gap: 14px;
}

.stw-spoke-s01__related-links a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 14px;
  background: var(--stw-white);
  color: var(--stw-charcoal);
  text-decoration: none;
}

.stw-spoke-s01__related-links > a > span {
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-s01__related-links strong {
  display: block;
  margin-bottom: 4px;
  color: var(--stw-charcoal);
  font-size: 1.1rem;
}

.stw-spoke-s01__related-links p {
  margin: 0;
  color: var(--stw-muted);
}

.stw-spoke-s01__planning-depth {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--stw-soft-blue);
}

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

.stw-spoke-s01__depth-grid article {
  padding: 24px;
  border: 1px solid rgba(32,112,235,.18);
  border-radius: 14px;
  background: var(--stw-white);
  box-shadow: 0 10px 24px rgba(82,79,76,.07);
}

.stw-spoke-s01__depth-grid h3,
.stw-spoke-s01__mistakes h3 {
  margin: 0 0 9px;
  color: var(--stw-charcoal);
  font-size: 1.14rem;
  line-height: 1.3;
}

.stw-spoke-s01__depth-grid p {
  margin: 0;
}

.stw-spoke-s01__mistakes {
  margin-top: 18px;
  padding: 24px;
  border-left: 5px solid var(--stw-orange);
  border-radius: 12px;
  background: var(--stw-beige);
}

.stw-spoke-s01__mistakes ul {
  margin: 0;
  padding-left: 1.2rem;
}

.stw-spoke-s01__mistakes li + li {
  margin-top: 7px;
}

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

.stw-spoke-s01__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

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

.stw-spoke-s01__faq summary {
  padding: 18px;
  cursor: pointer;
  color: var(--stw-charcoal);
  font-weight: 800;
}

.stw-spoke-s01__faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--stw-muted);
}

.stw-spoke-s01__consult {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 18px;
  background: var(--stw-beige);
}

.stw-spoke-s01__consult h2 {
  margin-bottom: 10px;
}

.stw-spoke-s01__consult p {
  margin-bottom: 0;
}

.stw-spoke-s01__consult-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.stw-spoke-s01__consult-actions span {
  color: var(--stw-muted);
  font-size: .84rem;
  text-align: center;
}

/* Frontend-Härtung */
html body .stw-spoke-s01,
html body .stw-spoke-s01 * {
  box-sizing: border-box;
}

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

html body .stw-spoke-s01 .stw-spoke-s01__hero h1 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-s01 .stw-spoke-s01__hero .stw-spoke-s01__lead,
html body .stw-spoke-s01 .stw-spoke-s01__hero .stw-spoke-s01__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-s01 h2 {
  color: var(--stw-charcoal) !important;
  font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-s01 .stw-spoke-s01__money-cta h2,
html body .stw-spoke-s01 .stw-spoke-s01__money-cta p,
html body .stw-spoke-s01 .stw-spoke-s01__money-cta .stw-spoke-s01__kicker,
html body .stw-spoke-s01 .stw-spoke-s01__context,
html body .stw-spoke-s01 .stw-spoke-s01__context p,
html body .stw-spoke-s01 .stw-spoke-s01__context strong,
html body .stw-spoke-s01 .stw-spoke-s01__context a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

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

@media (max-width: 1050px) {
  .stw-spoke-s01__room-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .stw-spoke-s01__product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .stw-spoke-s01__jumpnav {
    grid-template-columns: repeat(3, 1fr);
  }

  .stw-spoke-s01__answer,
  .stw-spoke-s01__money-cta,
  .stw-spoke-s01__consult {
    grid-template-columns: 1fr;
  }

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

  .stw-spoke-s01__versus {
    min-height: 34px;
  }

  .stw-spoke-s01__versus span {
    width: auto;
    height: auto;
    padding: 7px 16px;
    border-radius: 999px;
  }

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

@media (max-width: 760px) {
  .stw-spoke-s01__hero {
    height: 620px;
  }

  .stw-spoke-s01__hero-media::after {
    background: linear-gradient(180deg, rgba(82,79,76,.30) 0%, rgba(82,79,76,.94) 62%, rgba(82,79,76,.98) 100%);
  }

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

  .stw-spoke-s01__room-track,
  .stw-spoke-s01__choice-grid,
  .stw-spoke-s01__product-grid,
  .stw-spoke-s01__faq-grid {
    grid-template-columns: 1fr;
  }

  .stw-spoke-s01__context,
  .stw-spoke-s01__neutral-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .stw-spoke-s01__jumpnav {
    display: flex;
    overflow-x: auto;
  }

  .stw-spoke-s01__jumpnav a {
    flex: 0 0 auto;
  }

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

  .stw-spoke-s01__button {
    width: 100%;
  }
}
html body .stw-spoke-s01 .stw-spoke-s01__related-links a,
html body .stw-spoke-s01 .stw-spoke-s01__related-links a:link,
html body .stw-spoke-s01 .stw-spoke-s01__related-links a:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body .stw-spoke-s01 .stw-spoke-s01__related-links a:hover,
html body .stw-spoke-s01 .stw-spoke-s01__related-links a:focus-visible {
  border-color: var(--stw-orange) !important;
}

@media (max-width: 760px) {
  .stw-spoke-s01__hero {
    height: 560px;
  }

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

  .stw-spoke-s01__compare-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .stw-spoke-s01__compare-table table {
    min-width: 680px;
  }
}/* End custom CSS */