/* Start custom CSS for text-editor, class: .elementor-element-2d4fdad6 */.stw-spoke-g01 {
  --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-shadow: 0 16px 38px rgba(82, 79, 76, 0.12);
  color: var(--stw-ink);
  font-family: inherit;
  line-height: 1.65;
}

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

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

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

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

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

.stw-spoke-g01__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-g01__hero-media img {
  object-fit: cover;
}

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

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

.stw-spoke-g01__hero .stw-spoke-g01__eyebrow {
  color: var(--stw-white);
}

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

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

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

.stw-spoke-g01__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-g01__button--primary {
  background: var(--stw-orange);
  color: var(--stw-white);
}

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

.stw-spoke-g01__route {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 0 0 46px;
}

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

.stw-spoke-g01__route span {
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 900;
}

.stw-spoke-g01__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 30px;
  align-items: stretch;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 20px;
  background: var(--stw-beige);
}

.stw-spoke-g01__intro h2,
.stw-spoke-g01__section-head h2,
.stw-spoke-g01__system h2,
.stw-spoke-g01__money-cta h2,
.stw-spoke-g01__related h2,
.stw-spoke-g01__consult 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-g01__intro-copy p:last-child {
  margin-bottom: 0;
}

.stw-spoke-g01__quickfacts {
  display: grid;
  gap: 12px;
}

.stw-spoke-g01__quickfacts div {
  padding: 18px 20px;
  border-left: 5px solid var(--stw-blue);
  border-radius: 10px;
  background: var(--stw-white);
}

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

.stw-spoke-g01__quickfacts strong {
  color: var(--stw-charcoal);
  font-size: 1.15rem;
}

.stw-spoke-g01__quickfacts span {
  color: var(--stw-muted);
  font-size: .92rem;
}

.stw-spoke-g01__measure,
.stw-spoke-g01__products,
.stw-spoke-g01__faq {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-g01__section-head {
  max-width: 850px;
  margin-bottom: 32px;
}

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

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

.stw-spoke-g01__measure-grid article {
  position: relative;
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
}

.stw-spoke-g01__measure-no {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-g01__measure-grid h3,
.stw-spoke-g01__errors h3,
.stw-spoke-g01__products h3 {
  margin: 0 0 8px;
  color: var(--stw-charcoal);
  font-size: 1.16rem;
  line-height: 1.3;
}

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

.stw-spoke-g01__context-link p {
  margin: 0;
}

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

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

.stw-spoke-g01__system-intro {
  max-width: 850px;
  margin-bottom: 30px;
}

.stw-spoke-g01__system-bands {
  display: grid;
  gap: 18px;
}

.stw-spoke-g01__band {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 26px;
  border-radius: 16px;
  background: var(--stw-white);
  box-shadow: 0 10px 26px rgba(82,79,76,.08);
}

.stw-spoke-g01__band--blue {
  border-left: 7px solid var(--stw-blue);
}

.stw-spoke-g01__band--orange {
  border-left: 7px solid var(--stw-orange);
}

.stw-spoke-g01__band--dark {
  border-left: 7px solid var(--stw-charcoal);
}

.stw-spoke-g01__band-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.stw-spoke-g01__band-head > span {
  color: var(--stw-blue);
  font-size: .85rem;
  font-weight: 900;
}

.stw-spoke-g01__band-head h3 {
  margin: 0 0 5px;
  color: var(--stw-charcoal);
  font-size: 1.25rem;
}

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

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

.stw-spoke-g01__formula div {
  padding: 14px;
  border-radius: 10px;
  background: var(--stw-beige);
}

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

.stw-spoke-g01__formula span {
  margin-bottom: 4px;
  color: var(--stw-muted);
  font-size: .78rem;
  text-transform: uppercase;
}

.stw-spoke-g01__formula strong {
  color: var(--stw-charcoal);
  line-height: 1.3;
}

.stw-spoke-g01__band > p {
  grid-column: 2;
  margin: 0;
  color: var(--stw-muted);
}

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

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

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

.stw-spoke-g01__money-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  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-g01__money-cta h2,
.stw-spoke-g01__money-cta p,
.stw-spoke-g01__money-cta .stw-spoke-g01__kicker {
  color: var(--stw-white);
}

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

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

.stw-spoke-g01__errors {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-g01__errors h2,
.stw-spoke-g01__errors .stw-spoke-g01__kicker {
  color: var(--stw-white);
}

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

.stw-spoke-g01__error-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
}

.stw-spoke-g01__error-list > article > span {
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-g01__error-list h3 {
  color: var(--stw-white);
}

.stw-spoke-g01__error-list p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

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

.stw-spoke-g01__product-strip 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-g01__product-strip article > a {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
}

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

.stw-spoke-g01__product-strip article > div {
  padding: 20px;
}

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

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

.stw-spoke-g01__product-strip strong {
  color: var(--stw-charcoal);
}

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

.stw-spoke-g01__related-route {
  display: grid;
  gap: 14px;
}

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

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

.stw-spoke-g01__related-route strong {
  display: block;
  margin-bottom: 5px;
  color: var(--stw-charcoal);
  font-size: 1.12rem;
}

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

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

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

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

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

.stw-spoke-g01__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-g01__consult p {
  margin-bottom: 0;
}

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

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

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

html body .stw-spoke-g01 .stw-spoke-g01__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-g01 .stw-spoke-g01__hero h1 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.5rem) !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-g01 .stw-spoke-g01__hero .stw-spoke-g01__lead,
html body .stw-spoke-g01 .stw-spoke-g01__hero .stw-spoke-g01__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-g01 .stw-spoke-g01__section-head h2,
html body .stw-spoke-g01 .stw-spoke-g01__intro h2,
html body .stw-spoke-g01 .stw-spoke-g01__system h2,
html body .stw-spoke-g01 .stw-spoke-g01__related h2,
html body .stw-spoke-g01 .stw-spoke-g01__consult 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-g01 a.stw-spoke-g01__button--primary,
html body .stw-spoke-g01 a.stw-spoke-g01__button--primary:link,
html body .stw-spoke-g01 a.stw-spoke-g01__button--primary:visited,
html body .stw-spoke-g01 a.stw-spoke-g01__button--primary:hover,
html body .stw-spoke-g01 a.stw-spoke-g01__button--primary:focus-visible {
  background: var(--stw-orange) !important;
  border-color: var(--stw-orange) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

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

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

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

  .stw-spoke-g01__band > p {
    grid-column: 1;
  }

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

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

  .stw-spoke-g01__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-g01 .stw-spoke-g01__hero-panel {
    top: auto !important;
    bottom: 28px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
    transform: none !important;
  }

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

  .stw-spoke-g01__intro,
  .stw-spoke-g01__money-cta,
  .stw-spoke-g01__consult {
    grid-template-columns: 1fr;
  }

  .stw-spoke-g01__measure-grid,
  .stw-spoke-g01__error-list,
  .stw-spoke-g01__product-strip,
  .stw-spoke-g01__faq-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .stw-spoke-g01__button {
    width: 100%;
  }
}

/* Revision 9/9/9: zusätzliche Planungstiefe, Fokus und editorfeste Links */
.stw-spoke-g01 :where(a, button, summary):focus-visible {
  outline: 3px solid var(--stw-orange);
  outline-offset: 3px;
}

.stw-spoke-g01__planning-depth,
.stw-spoke-g01__order-check {
  padding: clamp(52px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-g01__planning-depth {
  background: #f8f6f3;
  border-radius: 20px;
}

.stw-spoke-g01__decision-grid,
.stw-spoke-g01__examples {
  display: grid;
  gap: 18px;
}

.stw-spoke-g01__decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
}

.stw-spoke-g01__decision-grid article,
.stw-spoke-g01__examples article {
  padding: 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
}

.stw-spoke-g01__decision-label,
.stw-spoke-g01__examples article > span {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--stw-blue);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.stw-spoke-g01__decision-grid h3,
.stw-spoke-g01__examples h3 {
  margin: 0 0 10px;
  color: var(--stw-charcoal);
  line-height: 1.25;
}

.stw-spoke-g01__decision-grid p:last-child,
.stw-spoke-g01__examples p:last-child {
  margin-bottom: 0;
}

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

.stw-spoke-g01__note {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 5px solid var(--stw-orange);
  border-radius: 12px;
  background: var(--stw-beige);
}

.stw-spoke-g01__order-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stw-spoke-g01__order-check li {
  position: relative;
  padding: 16px 16px 16px 46px;
  border: 1px solid var(--stw-line);
  border-radius: 12px;
  background: var(--stw-white);
}

.stw-spoke-g01__order-check li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--stw-blue);
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.stw-spoke-g01__related-route > a {
  align-items: flex-start;
}

.stw-spoke-g01__related-no {
  flex: 0 0 auto;
  color: var(--stw-orange) !important;
  font-weight: 900;
}

.stw-spoke-g01__related-copy,
.stw-spoke-g01__related-copy > span {
  display: block;
}

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

html body .stw-spoke-g01 .stw-spoke-g01__related-route > a,
html body .stw-spoke-g01 .stw-spoke-g01__related-route > a:link,
html body .stw-spoke-g01 .stw-spoke-g01__related-route > a:visited {
  color: var(--stw-charcoal) !important;
  text-decoration: none !important;
}

html body .stw-spoke-g01 .stw-spoke-g01__related-copy strong {
  color: var(--stw-charcoal) !important;
}

html body .stw-spoke-g01 .stw-spoke-g01__related-copy > span {
  color: var(--stw-muted) !important;
}

@media (max-width: 980px) {
  .stw-spoke-g01__examples {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .stw-spoke-g01__decision-grid,
  .stw-spoke-g01__order-check ul {
    grid-template-columns: 1fr;
  }

  .stw-spoke-g01__note {
    flex-direction: column;
  }
}/* End custom CSS */