/* Start custom CSS for text-editor, class: .elementor-element-6a30b094 */.gts24-sk-v4,
.gts24-sk-v4 * {
  box-sizing: border-box;
}

.gts24-sk-v4 {
  --sk-primary: #2070eb;
  --sk-primary-dark: #155fc9;
  --sk-accent: #ff6004;
  --sk-beige: #efe7de;
  --sk-text: #524f4c;
  --sk-dark: #2f2d2b;
  --sk-soft: #f7f9fc;
  --sk-border: #dfe6ef;
  --sk-white: #ffffff;
  width: 100%;
  margin: 0;
  color: var(--sk-text);
  font-family: Arial, Helvetica, sans-serif;
}

.gts24-sk-v4 a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gts24-sk-v4__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 88px) 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(135deg, #174f9e 0%, #2070eb 55%, #155fc9 100%);
}

.gts24-sk-v4__hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.gts24-sk-v4__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

html body .gts24-sk-v4__eyebrow,
html body .gts24-sk-v4__hero .gts24-sk-v4__title,
html body .gts24-sk-v4__hero .gts24-sk-v4__lead {
  color: #fff !important;
}

.gts24-sk-v4__eyebrow,
.gts24-sk-v4__section-kicker {
  margin: 0 0 8px;
  font-size: .8rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gts24-sk-v4__title {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.03em;
}

.gts24-sk-v4__lead {
  max-width: 860px;
  margin: 20px auto 0;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.gts24-sk-v4__hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

html body .gts24-sk-v4__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: .98rem;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
}

html body .gts24-sk-v4__button--primary {
  color: var(--sk-dark) !important;
  background: #fff;
}

html body .gts24-sk-v4__button--secondary {
  color: #fff !important;
  background: transparent;
}

html body .gts24-sk-v4__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.gts24-sk-v4__trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
}

html body .gts24-sk-v4__trust span {
  color: #fff !important;
  font-size: .92rem;
}

html body .gts24-sk-v4__trust b {
  color: #fff !important;
}

.gts24-sk-v4__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 18px 70px;
}

.gts24-sk-v4__answer,
.gts24-sk-v4__compare,
.gts24-sk-v4__chooser,
.gts24-sk-v4__products,
.gts24-sk-v4__planning,
.gts24-sk-v4__split,
.gts24-sk-v4__faq {
  margin-top: clamp(44px, 7vw, 82px);
}

.gts24-sk-v4__answer {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 28px;
  align-items: stretch;
}

.gts24-sk-v4__answer-copy,
.gts24-sk-v4__answer-card,
.gts24-sk-v4__split {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--sk-border);
  border-radius: 18px;
}

.gts24-sk-v4__answer-copy {
  background: var(--sk-soft);
}

.gts24-sk-v4__answer-card {
  background: var(--sk-beige);
}

.gts24-sk-v4__answer h2,
.gts24-sk-v4__section-head h2,
.gts24-sk-v4__split h2,
.gts24-sk-v4__final-cta h2 {
  margin: 0 0 14px;
  color: var(--sk-dark);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
}

.gts24-sk-v4__section-kicker {
  color: var(--sk-primary);
}

.gts24-sk-v4__answer p,
.gts24-sk-v4__section-head p,
.gts24-sk-v4__split p,
.gts24-sk-v4__final-cta p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.72;
}

.gts24-sk-v4__answer p:last-child,
.gts24-sk-v4__section-head p:last-child,
.gts24-sk-v4__split p:last-child {
  margin-bottom: 0;
}

.gts24-sk-v4__answer-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sk-dark);
  font-size: 1.05rem;
}

.gts24-sk-v4__answer-card ul,
.gts24-sk-v4__system-card ul {
  margin: 0;
  padding-left: 20px;
}

.gts24-sk-v4__answer-card li,
.gts24-sk-v4__system-card li {
  margin: 7px 0;
  line-height: 1.5;
}

.gts24-sk-v4__section-head {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;
}

.gts24-sk-v4__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sk-border);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(34,55,80,.08);
}

.gts24-sk-v4__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.gts24-sk-v4__table th,
.gts24-sk-v4__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--sk-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.gts24-sk-v4__table thead th {
  color: #fff;
  background: var(--sk-primary);
  font-weight: 800;
}

.gts24-sk-v4__table tbody th {
  width: 24%;
  color: var(--sk-dark);
  background: var(--sk-soft);
}

.gts24-sk-v4__table tr:last-child th,
.gts24-sk-v4__table tr:last-child td {
  border-bottom: 0;
}

.gts24-sk-v4__system-grid,
.gts24-sk-v4__product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gts24-sk-v4__system-card,
.gts24-sk-v4__product-card {
  position: relative;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--sk-border);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(34,55,80,.07);
}

.gts24-sk-v4__system-card h3,
.gts24-sk-v4__product-card h3,
.gts24-sk-v4__steps h3 {
  margin: 12px 0 8px;
  color: var(--sk-dark);
  font-size: 1.28rem;
  line-height: 1.25;
}

.gts24-sk-v4__system-card p,
.gts24-sk-v4__product-card p,
.gts24-sk-v4__steps p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.gts24-sk-v4__badge,
.gts24-sk-v4__product-type {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--sk-primary-dark);
  background: #eaf2ff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gts24-sk-v4__product-card {
  display: flex;
  flex-direction: column;
}

.gts24-sk-v4__product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 14px 0 4px;
  object-fit: contain;
  background: var(--sk-soft);
  border-radius: 12px;
}

html body .gts24-sk-v4__product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 11px 16px;
  color: #fff !important;
  background: var(--sk-primary);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

html body .gts24-sk-v4__product-card a:hover {
  background: var(--sk-primary-dark);
  transform: translateY(-1px);
}

.gts24-sk-v4__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gts24-sk-v4__steps article {
  padding: 22px;
  background: var(--sk-soft);
  border: 1px solid var(--sk-border);
  border-radius: 16px;
}

.gts24-sk-v4__steps article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--sk-primary);
  font-weight: 800;
}

.gts24-sk-v4__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 30px;
  align-items: center;
  background: var(--sk-soft);
}

.gts24-sk-v4__decision-grid {
  display: grid;
  gap: 14px;
}

.gts24-sk-v4__decision-grid article {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--sk-border);
  border-radius: 12px;
}

.gts24-sk-v4__decision-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sk-dark);
  font-size: 1.05rem;
}

.gts24-sk-v4__faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.gts24-sk-v4__faq details {
  background: #fff;
  border: 1px solid var(--sk-border);
  border-radius: 12px;
  overflow: hidden;
}

.gts24-sk-v4__faq summary {
  position: relative;
  padding: 18px 48px 18px 18px;
  color: var(--sk-dark);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.gts24-sk-v4__faq summary::-webkit-details-marker {
  display: none;
}

.gts24-sk-v4__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--sk-primary);
  font-size: 1.5rem;
}

.gts24-sk-v4__faq details[open] summary::after {
  content: "–";
}

.gts24-sk-v4__faq details p {
  margin: 0;
  padding: 0 18px 18px;
  line-height: 1.68;
}

.gts24-sk-v4__final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(44px, 7vw, 82px);
  padding: clamp(26px, 4vw, 40px);
  background: var(--sk-primary);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(32,112,235,.24);
}

html body .gts24-sk-v4__final-cta h2,
html body .gts24-sk-v4__final-cta p,
html body .gts24-sk-v4__final-cta .gts24-sk-v4__section-kicker {
  color: #fff !important;
}

.gts24-sk-v4__final-cta > div:first-child {
  max-width: 720px;
}

.gts24-sk-v4__final-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

html body .gts24-sk-v4__final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  color: var(--sk-dark) !important;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

html body .gts24-sk-v4__final-actions a:hover {
  background: #f3f7ff;
  transform: translateY(-2px);
}

html body .gts24-sk-v4 a:focus-visible,
html body .gts24-sk-v4 summary:focus-visible,
html body .gts24-sk-v4__table-wrap:focus-visible {
  outline: 3px solid var(--sk-accent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .gts24-sk-v4__answer,
  .gts24-sk-v4__split {
    grid-template-columns: 1fr;
  }

  .gts24-sk-v4__system-grid,
  .gts24-sk-v4__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gts24-sk-v4__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gts24-sk-v4__final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .gts24-sk-v4__hero {
    padding: 40px 14px;
  }

  .gts24-sk-v4__container {
    padding: 0 12px 50px;
  }

  .gts24-sk-v4__hero-actions,
  .gts24-sk-v4__final-actions {
    flex-direction: column;
    width: 100%;
  }

  html body .gts24-sk-v4__button,
  html body .gts24-sk-v4__final-actions a {
    width: 100%;
  }

  .gts24-sk-v4__trust {
    align-items: flex-start;
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .gts24-sk-v4__answer-copy,
  .gts24-sk-v4__answer-card,
  .gts24-sk-v4__split {
    padding: 22px 18px;
  }

  .gts24-sk-v4__section-head {
    text-align: left;
  }

  .gts24-sk-v4__system-grid,
  .gts24-sk-v4__product-grid,
  .gts24-sk-v4__steps {
    grid-template-columns: 1fr;
  }

  .gts24-sk-v4__product-card {
    padding: 18px;
  }

  .gts24-sk-v4__final-cta {
    padding: 24px 18px;
  }
}

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


/* Frontend-Härtung gegen Theme-Overrides */
html body .gts24-sk-v4 h1,
html body .gts24-sk-v4 h2,
html body .gts24-sk-v4 h3,
html body .gts24-sk-v4 p,
html body .gts24-sk-v4 ul,
html body .gts24-sk-v4 li,
html body .gts24-sk-v4 table,
html body .gts24-sk-v4 th,
html body .gts24-sk-v4 td,
html body .gts24-sk-v4 summary,
html body .gts24-sk-v4 strong,
html body .gts24-sk-v4 span {
  font-family: Arial, Helvetica, sans-serif !important;
}

html body .gts24-sk-v4__answer h2,
html body .gts24-sk-v4__section-head h2,
html body .gts24-sk-v4__split h2 {
  color: var(--sk-dark) !important;
}

html body .gts24-sk-v4__system-card h3,
html body .gts24-sk-v4__product-card h3,
html body .gts24-sk-v4__steps h3,
html body .gts24-sk-v4__decision-grid strong,
html body .gts24-sk-v4__answer-card strong,
html body .gts24-sk-v4__faq summary {
  color: var(--sk-dark) !important;
}

html body .gts24-sk-v4__answer p,
html body .gts24-sk-v4__section-head p,
html body .gts24-sk-v4__system-card p,
html body .gts24-sk-v4__product-card p,
html body .gts24-sk-v4__steps p,
html body .gts24-sk-v4__split p,
html body .gts24-sk-v4__faq details p,
html body .gts24-sk-v4__answer-card li,
html body .gts24-sk-v4__system-card li,
html body .gts24-sk-v4__table td,
html body .gts24-sk-v4__table tbody th {
  color: var(--sk-text) !important;
}

html body .gts24-sk-v4__section-kicker,
html body .gts24-sk-v4__badge,
html body .gts24-sk-v4__product-type {
  color: var(--sk-primary-dark) !important;
}


/* 9/9/9-v4 Hero-Korrektur: H1 zuerst, vorhandenes Produktbild integriert */
.gts24-sk-v4__hero-inner {
  max-width: 1180px;
  text-align: left;
}

html body .gts24-sk-v4__hero .gts24-sk-v4__title {
  max-width: 1080px;
  margin: 0 auto 28px;
  text-align: center;
}

.gts24-sk-v4__hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.gts24-sk-v4__hero-copy {
  min-width: 0;
}

html body .gts24-sk-v4__hero-copy .gts24-sk-v4__eyebrow,
html body .gts24-sk-v4__hero-copy .gts24-sk-v4__lead {
  text-align: left;
}

.gts24-sk-v4__hero-copy .gts24-sk-v4__lead {
  max-width: 700px;
  margin: 10px 0 0;
}

.gts24-sk-v4__hero-copy .gts24-sk-v4__hero-actions {
  justify-content: flex-start;
}

.gts24-sk-v4__hero-copy .gts24-sk-v4__trust {
  justify-content: flex-start;
}

.gts24-sk-v4__hero-media {
  margin: 0;
  padding: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(8,35,78,.25);
}

.gts24-sk-v4__hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f9fc;
  border-radius: 14px;
}

html body .gts24-sk-v4__hero-media figcaption {
  margin: 12px 4px 2px;
  color: #524f4c !important;
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 900px) {
  .gts24-sk-v4__hero-layout {
    grid-template-columns: 1fr;
  }

  .gts24-sk-v4__hero-media {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  html body .gts24-sk-v4__hero .gts24-sk-v4__title {
    margin-bottom: 22px;
    text-align: left;
  }

  .gts24-sk-v4__hero-copy .gts24-sk-v4__hero-actions,
  .gts24-sk-v4__hero-copy .gts24-sk-v4__trust {
    justify-content: flex-start;
  }

  .gts24-sk-v4__hero-media {
    padding: 12px;
    border-radius: 16px;
  }
}
/* =========================================================
   Kontextuelle Links zum übergeordneten Schiebetüren-Bereich
   Ganz ans Ende des bestehenden CSS einfügen
   ========================================================= */

.gts24-sk-v4__hubcontext {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 15px 18px;
  border-left: 4px solid #ffffff;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.55;
}

html body .gts24-sk-v4__hubcontext,
html body .gts24-sk-v4__hubcontext span,
html body .gts24-sk-v4__hubcontext strong {
  color: #ffffff !important;
}

html body .gts24-sk-v4__hubcontext a {
  color: #ffffff !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html body .gts24-sk-v4__hubcontext a:hover {
  color: #ffffff !important;
  opacity: 0.88;
}

.gts24-sk-v4__compare-link {
  max-width: 820px;
  margin: 18px auto 0 !important;
  padding: 13px 16px;
  border: 1px solid var(--sk-border);
  border-radius: 12px;
  background: var(--sk-soft);
  color: var(--sk-text);
  text-align: center;
}

html body .gts24-sk-v4__compare-link a {
  color: var(--sk-primary-dark) !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html body .gts24-sk-v4__faq details p a {
  color: var(--sk-primary-dark) !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html body .gts24-sk-v4__final-actions .gts24-sk-v4__final-overview {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
}

html body .gts24-sk-v4__final-actions .gts24-sk-v4__final-overview:hover {
  color: var(--sk-primary-dark) !important;
  background: #ffffff;
}

/* Mobile */
@media (max-width: 680px) {
  .gts24-sk-v4__hubcontext {
    margin-top: 14px;
    padding: 12px 13px;
    border-left-width: 3px;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .gts24-sk-v4__compare-link {
    margin-top: 14px !important;
    padding: 12px 13px;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
  }
}/* End custom CSS */