/* Start custom CSS for text-editor, class: .elementor-element-5dc6c490 *//* Schiebetüren nach Maß – 9/9/9-Neufassung mit Bildern
   Vollständig gekapselt in #gts24-custom-sliding */

#gts24-custom-sliding,
#gts24-custom-sliding * {
  box-sizing: border-box;
}

#gts24-custom-sliding {
  --gts24-custom-primary: #0f6a7a;
  --gts24-custom-primary-dark: #084a55;
  --gts24-custom-accent: #fbe329;
  --gts24-custom-wood: #8a5b3c;
  --gts24-custom-text: #243238;
  --gts24-custom-muted: #5d6b71;
  --gts24-custom-line: #dce7e9;
  --gts24-custom-soft: #f3f8f9;
  --gts24-custom-warm: #fff7f0;
  --gts24-custom-white: #ffffff;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px 72px;
  color: var(--gts24-custom-text);
  font-family: inherit;
}

#gts24-custom-sliding a {
  text-underline-offset: 3px;
}

#gts24-custom-sliding img {
  display: block;
  width: 100%;
  height: auto;
}

.gts24-custom-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 38px;
  align-items: center;
  margin: 0 -24px 32px;
  padding: 66px 44px;
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(251, 227, 41, .22), transparent 32%),
    linear-gradient(135deg, #064e59 0%, #0c7384 100%);
  color: #fff;
}

.gts24-custom-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--gts24-custom-soft);
  color: var(--gts24-custom-primary-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.gts24-custom-hero .gts24-custom-eyebrow,
.gts24-custom-money .gts24-custom-eyebrow,
.gts24-custom-final .gts24-custom-eyebrow {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.gts24-custom-hero h1 {
  margin: 0 0 20px;
  color: #fff !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

.gts24-custom-hero__lead {
  margin: 0;
  color: #fff !important;
  font-size: clamp(17px, 2vw, 20px) !important;
  line-height: 1.72 !important;
}

.gts24-custom-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gts24-custom-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.gts24-custom-button:hover,
.gts24-custom-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
}

.gts24-custom-button--primary,
.gts24-custom-button--accent {
  border-color: var(--gts24-custom-accent);
  background: var(--gts24-custom-accent);
  color: #111 !important;
}

.gts24-custom-button--ghost {
  border-color: rgba(255, 255, 255, .62);
  background: transparent;
  color: #fff !important;
}

.gts24-custom-button--wood {
  border-color: var(--gts24-custom-wood);
  background: var(--gts24-custom-wood);
  color: #fff !important;
}

.gts24-custom-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--gts24-custom-primary-dark) !important;
}

.gts24-custom-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.gts24-custom-hero__facts li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.gts24-custom-hero__panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 17px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(6px);
}

.gts24-custom-hero__panel-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gts24-custom-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gts24-custom-hero__panel h2 {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.gts24-custom-hero__panel ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
}

.gts24-custom-hero__panel li {
  color: #fff;
  line-height: 1.55;
}

.gts24-custom-teaserband {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.gts24-custom-teasercard {
  overflow: hidden;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 55, 62, .06);
}

.gts24-custom-teasercard img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gts24-custom-teasercard > div {
  padding: 18px 18px 20px;
}

.gts24-custom-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gts24-custom-soft);
  color: var(--gts24-custom-primary-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.gts24-custom-tag--wood {
  background: #f5e7dc;
  color: #6f462b;
}

.gts24-custom-teasercard h3,
.gts24-custom-gallery h3,
.gts24-custom-choice h3,
.gts24-custom-steps h3,
.gts24-custom-system-box h3,
.gts24-custom-cost-grid h3,
.gts24-custom-cards h3 {
  margin: 0 0 11px;
  color: #17262b !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 850 !important;
}

.gts24-custom-teasercard p,
.gts24-custom-gallery p,
.gts24-custom-cards p,
.gts24-custom-choice p,
.gts24-custom-steps p,
.gts24-custom-cost-grid p {
  margin: 0;
  color: var(--gts24-custom-muted);
  font-size: 15px;
  line-height: 1.67;
}

.gts24-custom-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 62px;
}

.gts24-custom-jump a {
  padding: 9px 14px;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 999px;
  background: #fff;
  color: var(--gts24-custom-primary-dark) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.gts24-custom-jump a:hover,
.gts24-custom-jump a:focus-visible {
  border-color: var(--gts24-custom-primary);
  background: var(--gts24-custom-soft);
}

.gts24-custom-section {
  margin-bottom: 72px;
}

.gts24-custom-section--soft {
  margin-right: -24px;
  margin-left: -24px;
  padding: 52px 24px;
  border-radius: 20px;
  background: var(--gts24-custom-soft);
}

.gts24-custom-section__head {
  max-width: 900px;
  margin: 0 auto 31px;
  text-align: center;
}

.gts24-custom-section__head h2,
.gts24-custom-section__content h2,
.gts24-custom-money h2,
.gts24-custom-final h2 {
  margin: 0 0 16px;
  color: #17262b !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

.gts24-custom-section__head p,
.gts24-custom-section__content > p {
  margin: 0;
  color: var(--gts24-custom-muted);
  font-size: 17px;
  line-height: 1.75;
}

.gts24-custom-cards {
  display: grid;
  gap: 18px;
}

.gts24-custom-cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gts24-custom-cards article,
.gts24-custom-cost-grid article,
.gts24-custom-gallery article {
  padding: 25px;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 55, 62, .05);
}

.gts24-custom-cards article > span {
  display: grid;
  width: 37px;
  height: 37px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 50%;
  background: var(--gts24-custom-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.gts24-custom-swipe {
  display: none;
  margin: 0 0 10px;
  color: var(--gts24-custom-muted);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.gts24-custom-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 16px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.gts24-custom-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.gts24-custom-table th {
  padding: 17px 18px;
  background: var(--gts24-custom-primary-dark);
  color: #fff;
  text-align: left;
}

.gts24-custom-table td {
  padding: 17px 18px;
  border-top: 1px solid var(--gts24-custom-line);
  color: #34464d;
  line-height: 1.6;
}

.gts24-custom-table tbody tr:nth-child(even) {
  background: #f8fbfb;
}

.gts24-custom-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.gts24-custom-choice article {
  padding: 20px 20px 26px;
  border-radius: 17px;
}

.gts24-custom-choice article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  border-radius: 13px;
  object-fit: cover;
}

.gts24-custom-choice__glass {
  border: 1px solid var(--gts24-custom-line);
  background: #fff;
}

.gts24-custom-choice__wood {
  border: 1px solid #ead8ca;
  background: var(--gts24-custom-warm);
}

.gts24-custom-choice .gts24-custom-button {
  margin-top: 19px;
}

.gts24-custom-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gts24-custom-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 14px;
  background: #fff;
}

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

.gts24-custom-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  margin-top: 22px;
  padding: 21px 23px;
  border: 1px solid #ead774;
  border-radius: 14px;
  background: #fffbea;
}

.gts24-custom-note > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: var(--gts24-custom-accent);
  color: #111;
  font-weight: 900;
}

.gts24-custom-note p {
  margin: 0;
  line-height: 1.65;
}

.gts24-custom-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 31px;
  align-items: start;
}

.gts24-custom-checklist {
  display: grid;
  gap: 11px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.gts24-custom-checklist li {
  position: relative;
  padding: 13px 14px 13px 44px;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 11px;
  background: #fff;
  color: #33464c;
  line-height: 1.55;
}

.gts24-custom-checklist li::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 14px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--gts24-custom-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.gts24-custom-system-box {
  padding: 28px;
  border-radius: 17px;
  background: var(--gts24-custom-primary-dark);
  color: #fff;
}

.gts24-custom-system-box h3 {
  color: #fff !important;
}

.gts24-custom-system-box ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.gts24-custom-system-box li {
  color: #fff;
  line-height: 1.55;
}

.gts24-custom-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gts24-custom-gallery article {
  overflow: hidden;
  padding: 0;
}

.gts24-custom-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gts24-custom-gallery article h3,
.gts24-custom-gallery article p {
  padding-right: 18px;
  padding-left: 18px;
}

.gts24-custom-gallery article h3 {
  padding-top: 18px;
  margin-bottom: 9px;
}

.gts24-custom-gallery article p {
  padding-bottom: 20px;
}

.gts24-custom-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gts24-custom-money,
.gts24-custom-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 72px;
  padding: 36px;
  border-radius: 18px;
  background: var(--gts24-custom-primary-dark);
  color: #fff;
}

.gts24-custom-money h2,
.gts24-custom-money p,
.gts24-custom-final h2,
.gts24-custom-final p {
  color: #fff !important;
}

.gts24-custom-money p,
.gts24-custom-final p {
  margin: 0;
  line-height: 1.7;
}

.gts24-custom-money__actions,
.gts24-custom-final__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gts24-custom-faq {
  margin-bottom: 70px;
  padding: 35px;
  border: 1px solid var(--gts24-custom-line);
  border-radius: 18px;
  background: #fff;
}

.gts24-custom-faq details {
  border-top: 1px solid var(--gts24-custom-line);
}

.gts24-custom-faq details:first-of-type {
  border-top: 0;
}

.gts24-custom-faq summary {
  position: relative;
  padding: 20px 44px 20px 0;
  color: #17262b;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 850;
  list-style: none;
}

.gts24-custom-faq summary::-webkit-details-marker {
  display: none;
}

.gts24-custom-faq summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 2px;
  color: var(--gts24-custom-primary);
  font-size: 27px;
  font-weight: 500;
}

.gts24-custom-faq details[open] summary::after {
  content: "−";
}

.gts24-custom-faq details > div {
  padding: 0 42px 20px 0;
}

.gts24-custom-faq details p {
  margin: 0;
  color: var(--gts24-custom-muted);
  line-height: 1.7;
}

.gts24-custom-final {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .gts24-custom-teaserband,
  .gts24-custom-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .gts24-custom-hero,
  .gts24-custom-section--split {
    grid-template-columns: 1fr;
  }

  .gts24-custom-cards--three,
  .gts24-custom-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #gts24-custom-sliding {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gts24-custom-hero {
    margin-right: -16px;
    margin-left: -16px;
    padding: 48px 18px;
    border-radius: 0 0 17px 17px;
  }

  .gts24-custom-section--soft {
    margin-right: -16px;
    margin-left: -16px;
    padding: 42px 16px;
    border-radius: 15px;
  }

  .gts24-custom-choice,
  .gts24-custom-steps,
  .gts24-custom-money,
  .gts24-custom-final,
  .gts24-custom-teaserband,
  .gts24-custom-gallery {
    grid-template-columns: 1fr;
  }

  .gts24-custom-swipe {
    display: block;
  }

  .gts24-custom-money,
  .gts24-custom-final {
    text-align: center;
  }

  .gts24-custom-money__actions,
  .gts24-custom-final__actions {
    width: 100%;
  }

  .gts24-custom-money__actions .gts24-custom-button,
  .gts24-custom-final__actions .gts24-custom-button {
    width: 100%;
  }

  .gts24-custom-faq {
    padding: 27px 19px;
  }
}

@media (max-width: 520px) {
  .gts24-custom-hero__actions,
  .gts24-custom-jump {
    flex-direction: column;
  }

  .gts24-custom-hero__actions .gts24-custom-button,
  .gts24-custom-jump a {
    width: 100%;
  }

  .gts24-custom-cards--three,
  .gts24-custom-cost-grid {
    grid-template-columns: 1fr;
  }

  .gts24-custom-note {
    grid-template-columns: 1fr;
  }

  .gts24-custom-choice article,
  .gts24-custom-system-box,
  .gts24-custom-money,
  .gts24-custom-final {
    padding: 24px 18px;
  }
}


/* =========================================================
   THEME-HÄRTUNG: KEINE DUNKLE SCHRIFT AUF BLAUEN FLÄCHEN
   ========================================================= */

#gts24-custom-sliding .gts24-custom-hero,
#gts24-custom-sliding .gts24-custom-hero *,
#gts24-custom-sliding .gts24-custom-system-box,
#gts24-custom-sliding .gts24-custom-system-box *,
#gts24-custom-sliding .gts24-custom-money,
#gts24-custom-sliding .gts24-custom-money *,
#gts24-custom-sliding .gts24-custom-final,
#gts24-custom-sliding .gts24-custom-final * {
  color: #ffffff !important;
}

#gts24-custom-sliding .gts24-custom-hero .gts24-custom-eyebrow,
#gts24-custom-sliding .gts24-custom-money .gts24-custom-eyebrow,
#gts24-custom-sliding .gts24-custom-final .gts24-custom-eyebrow {
  color: #ffffff !important;
}

/* Gelbe Primärbuttons dürfen bewusst dunkle Schrift tragen. */
#gts24-custom-sliding .gts24-custom-hero .gts24-custom-button--primary,
#gts24-custom-sliding .gts24-custom-money .gts24-custom-button--accent,
#gts24-custom-sliding .gts24-custom-final .gts24-custom-button--accent {
  color: #111111 !important;
}

/* Weiße Buttons auf Blau mit dunkler Schrift für klare Lesbarkeit. */
#gts24-custom-sliding .gts24-custom-money .gts24-custom-button--light,
#gts24-custom-sliding .gts24-custom-final .gts24-custom-button--light {
  color: var(--gts24-custom-primary-dark) !important;
}

/* Ghost-Button im Hero bleibt weiß. */
#gts24-custom-sliding .gts24-custom-hero .gts24-custom-button--ghost {
  color: #ffffff !important;
}/* End custom CSS */