/* Start custom CSS for text-editor, class: .elementor-element-754c4d08 *//* =========================================================
   GTS24 Glasschiebetüren SEO-Hub V3
   Final CSS – Desktop + Mobile Premium
   Scope: .gts24-gsd-seohub-v3
   ========================================================= */

.gts24-gsd-seohub-v3,
.gts24-gsd-seohub-v3 *,
.gts24-gsd-seohub-v3 *::before,
.gts24-gsd-seohub-v3 *::after {
  box-sizing: border-box;
}

.gts24-gsd-seohub-v3 {
  --gts24-gsd-v3-primary: #0f6a7a;
  --gts24-gsd-v3-primary-dark: #0b5360;
  --gts24-gsd-v3-accent: #ffd800;
  --gts24-gsd-v3-text: #263445;
  --gts24-gsd-v3-muted: #64748b;
  --gts24-gsd-v3-border: #e2e8f0;
  --gts24-gsd-v3-soft: #f8fafc;
  --gts24-gsd-v3-soft-blue: #f0fbfd;
  --gts24-gsd-v3-white: #ffffff;
  --gts24-gsd-v3-dark: #111827;
  --gts24-gsd-v3-shadow: 0 10px 30px rgba(15, 106, 122, 0.055);
  --gts24-gsd-v3-shadow-strong: 0 16px 32px rgba(15, 106, 122, 0.13);

  max-width: 1200px;
  margin: 42px auto 0;
  padding: 18px;
  color: var(--gts24-gsd-v3-text);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

.gts24-gsd-seohub-v3 a {
  color: var(--gts24-gsd-v3-primary);
  font-weight: 750;
  text-decoration: none;
}

.gts24-gsd-seohub-v3 a:hover {
  color: var(--gts24-gsd-v3-primary-dark);
  text-decoration: underline;
}

.gts24-gsd-seohub-v3 img,
.gts24-gsd-seohub-v3 video {
  display: block;
  max-width: 100%;
  height: auto;
}


/* =========================================================
   Header / Intro
   ========================================================= */

.gts24-gsd-seohub-v3__header {
  margin-bottom: 34px;
}

.gts24-gsd-seohub-v3__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gts24-gsd-v3-soft-blue);
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-weight: 850;
}

.gts24-gsd-seohub-v3__headline,
.gts24-gsd-seohub-v3__subheadline,
.gts24-gsd-seohub-v3__contactheadline {
  margin: 0 0 16px;
  color: var(--gts24-gsd-v3-dark);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.gts24-gsd-seohub-v3__headline {
  font-size: clamp(26px, 4vw, 42px);
}

.gts24-gsd-seohub-v3__headline span,
.gts24-gsd-seohub-v3__contactheadline span {
  display: block;
  color: var(--gts24-gsd-v3-primary);
}

.gts24-gsd-seohub-v3__subheadline {
  font-size: clamp(22px, 3vw, 32px);
}

.gts24-gsd-seohub-v3__subheadline--center {
  text-align: center;
}

.gts24-gsd-seohub-v3__intro {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(15px, 1.6vw, 18px);
}

.gts24-gsd-seohub-v3__sectionintro {
  max-width: 900px;
  margin: 0 0 22px;
  color: var(--gts24-gsd-v3-muted);
}


/* =========================================================
   Trustbox / TOC
   ========================================================= */

.gts24-gsd-seohub-v3__trustbox {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 16px;
  background: var(--gts24-gsd-v3-soft);
}

.gts24-gsd-seohub-v3__trustbadge {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--gts24-gsd-v3-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gts24-gsd-seohub-v3__trusttext strong {
  display: block;
  color: var(--gts24-gsd-v3-dark);
  font-size: 15px;
}

.gts24-gsd-seohub-v3__trusttext span {
  display: block;
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
}

.gts24-gsd-seohub-v3__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.gts24-gsd-seohub-v3__toc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 999px;
  background: #fff;
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.gts24-gsd-seohub-v3__toc a:hover {
  border-color: var(--gts24-gsd-v3-primary);
  background: var(--gts24-gsd-v3-soft-blue);
  text-decoration: none;
}


/* =========================================================
   Sections / Hero
   ========================================================= */

.gts24-gsd-seohub-v3__section {
  margin: 30px 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 22px;
  background: var(--gts24-gsd-v3-white);
  box-shadow: var(--gts24-gsd-v3-shadow);
}

.gts24-gsd-seohub-v3__hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f0fbfd 100%);
}

.gts24-gsd-seohub-v3__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
}

.gts24-gsd-seohub-v3__splittext {
  min-width: 0;
}

.gts24-gsd-seohub-v3__video {
  width: 360px;
  max-width: 100%;
  justify-self: center;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

.gts24-gsd-seohub-v3__buttonrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.gts24-gsd-seohub-v3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none !important;
}

.gts24-gsd-seohub-v3__btn--primary {
  background: var(--gts24-gsd-v3-accent);
  color: #111 !important;
}

.gts24-gsd-seohub-v3__btn--secondary {
  background: var(--gts24-gsd-v3-primary);
  color: #fff !important;
}

.gts24-gsd-seohub-v3__btn--secondary:hover {
  background: var(--gts24-gsd-v3-primary-dark);
}


/* =========================================================
   Kategorie-Karten
   ========================================================= */

.gts24-gsd-seohub-v3__categorygrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.gts24-gsd-seohub-v3__catcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--gts24-gsd-v3-soft);
  color: var(--gts24-gsd-v3-text) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gts24-gsd-seohub-v3__catcard:hover {
  transform: translateY(-3px);
  border-color: var(--gts24-gsd-v3-primary);
  box-shadow: 0 14px 28px rgba(15, 106, 122, 0.12);
  text-decoration: none !important;
}

.gts24-gsd-seohub-v3__catimage {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef2f7;
}

.gts24-gsd-seohub-v3__catimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gts24-gsd-seohub-v3__catcard:hover .gts24-gsd-seohub-v3__catimage img {
  transform: scale(1.04);
}

.gts24-gsd-seohub-v3__catbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
}

.gts24-gsd-seohub-v3__catbody strong {
  color: var(--gts24-gsd-v3-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-gsd-seohub-v3__catbody span {
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
  line-height: 1.4;
}

.gts24-gsd-seohub-v3__catbody em {
  margin-top: auto;
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}


/* =========================================================
   Feature-Karten
   ========================================================= */

.gts24-gsd-seohub-v3__featuregrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 22px;
}

.gts24-gsd-seohub-v3__featurecard {
  padding: 20px;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 18px;
  background: var(--gts24-gsd-v3-soft);
}

.gts24-gsd-seohub-v3__featurecard--highlight {
  background: var(--gts24-gsd-v3-soft-blue);
  border-color: rgba(15, 106, 122, 0.45);
}

.gts24-gsd-seohub-v3__featurecard h3 {
  margin: 0 0 8px;
  color: var(--gts24-gsd-v3-primary);
  font-size: 18px;
  font-weight: 900;
}

.gts24-gsd-seohub-v3__featurecard p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   Spoke-Karten mit Infografiken
   ========================================================= */

.gts24-gsd-seohub-v3__spokegrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-gsd-seohub-v3__spokecard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: var(--gts24-gsd-v3-text) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gts24-gsd-seohub-v3__spokecard--featured {
  border-color: rgba(15, 106, 122, 0.45);
}

.gts24-gsd-seohub-v3__spokecard:hover {
  transform: translateY(-3px);
  border-color: var(--gts24-gsd-v3-primary);
  box-shadow: var(--gts24-gsd-v3-shadow-strong);
  text-decoration: none !important;
}

.gts24-gsd-seohub-v3__spokeimage {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 8px;
  overflow: hidden;
  background: #ffffff;
}

.gts24-gsd-seohub-v3__spokeimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.gts24-gsd-seohub-v3__spokecard:hover .gts24-gsd-seohub-v3__spokeimage img {
  transform: none;
}

.gts24-gsd-seohub-v3__spokebody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 12px 15px 15px;
}

/* Titel bleibt semantisch im HTML, wird aber visuell versteckt,
   weil die Infografiken den Titel bereits enthalten. */
.gts24-gsd-seohub-v3__spokebody strong {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gts24-gsd-seohub-v3__spokebody span {
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
  line-height: 1.42;
}

.gts24-gsd-seohub-v3__spokebody em {
  margin-top: auto;
  padding-top: 8px;
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}


/* =========================================================
   FAQ
   ========================================================= */

.gts24-gsd-seohub-v3__faq {
  display: grid;
  gap: 10px;
}

.gts24-gsd-seohub-v3__faqitem {
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.gts24-gsd-seohub-v3__faqitem summary {
  position: relative;
  display: block;
  padding: 17px 56px 17px 18px;
  color: var(--gts24-gsd-v3-primary);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.gts24-gsd-seohub-v3__faqitem summary::-webkit-details-marker {
  display: none;
}

.gts24-gsd-seohub-v3__faqitem summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--gts24-gsd-v3-soft-blue);
  color: var(--gts24-gsd-v3-primary);
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.gts24-gsd-seohub-v3__faqitem[open] summary {
  background: var(--gts24-gsd-v3-soft-blue);
}

.gts24-gsd-seohub-v3__faqitem[open] summary::after {
  content: "−";
}

.gts24-gsd-seohub-v3__faqcontent {
  padding: 16px 18px 18px;
  border-top: 1px solid var(--gts24-gsd-v3-border);
}

.gts24-gsd-seohub-v3__faqcontent p {
  margin: 0 0 12px;
}

.gts24-gsd-seohub-v3__faqcontent p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   Reviews
   ========================================================= */

.gts24-gsd-seohub-v3__reviews {
  background: #fffbe6;
  border-color: rgba(255, 216, 0, 0.7);
}

.gts24-gsd-seohub-v3__reviewgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gts24-gsd-seohub-v3__review {
  padding: 20px;
  border: 1px solid rgba(15, 106, 122, 0.12);
  border-radius: 16px;
  background: #fff;
}

.gts24-gsd-seohub-v3__review p {
  margin: 8px 0 12px;
}

.gts24-gsd-seohub-v3__stars {
  color: #d7a900;
  font-size: 19px;
  letter-spacing: 1px;
}

.gts24-gsd-seohub-v3__reviewlink {
  display: inline-flex;
  margin-top: 6px;
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-weight: 850;
}


/* =========================================================
   USP
   ========================================================= */

.gts24-gsd-seohub-v3__uspbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
  padding: 16px;
  border: 1px dashed var(--gts24-gsd-v3-primary);
  border-radius: 18px;
  background: #fff;
}

.gts24-gsd-seohub-v3__uspbar div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  color: var(--gts24-gsd-v3-dark);
  font-size: 13px;
  font-weight: 850;
}

.gts24-gsd-seohub-v3__uspbar span {
  color: var(--gts24-gsd-v3-primary);
  font-weight: 900;
}


/* =========================================================
   Kontakt
   ========================================================= */

.gts24-gsd-seohub-v3__contact {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eefcff 100%);
  border: 1px solid var(--gts24-gsd-v3-border);
  text-align: center;
}

.gts24-gsd-seohub-v3__contactinner {
  max-width: 900px;
  margin: 0 auto;
}

.gts24-gsd-seohub-v3__contactheadline {
  font-size: clamp(22px, 3vw, 34px);
}

.gts24-gsd-seohub-v3__contactgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-gsd-seohub-v3__contactcard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 18px;
  background: #fff;
  color: var(--gts24-gsd-v3-text) !important;
  text-align: left;
  text-decoration: none !important;
}

.gts24-gsd-seohub-v3__contactcard:hover {
  border-color: var(--gts24-gsd-v3-primary);
  box-shadow: 0 12px 24px rgba(15, 106, 122, 0.1);
}

.gts24-gsd-seohub-v3__contacticon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gts24-gsd-v3-soft-blue);
  color: var(--gts24-gsd-v3-primary);
  font-size: 22px;
  font-weight: 900;
}

.gts24-gsd-seohub-v3__contacticon img {
  width: 24px;
  height: 24px;
}

.gts24-gsd-seohub-v3__contactcard strong {
  display: block;
  color: var(--gts24-gsd-v3-dark);
  font-size: 15px;
}

.gts24-gsd-seohub-v3__contactcard em {
  display: block;
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
  font-style: normal;
}

.gts24-gsd-seohub-v3__contactnote {
  margin: 20px 0 0;
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
}


/* =========================================================
   Netzwerk mit Bildkarten
   ========================================================= */

.gts24-gsd-seohub-v3__network {
  padding: clamp(18px, 3vw, 30px);
  border-radius: 22px;
  background: var(--gts24-gsd-v3-soft);
}

.gts24-gsd-seohub-v3__networkgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-gsd-seohub-v3__networkcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gts24-gsd-v3-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: var(--gts24-gsd-v3-text) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gts24-gsd-seohub-v3__networkcard:hover {
  transform: translateY(-3px);
  border-color: var(--gts24-gsd-v3-primary);
  box-shadow: 0 16px 30px rgba(15, 106, 122, 0.12);
  text-decoration: none !important;
}

.gts24-gsd-seohub-v3__networkimage {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef2f7;
}

.gts24-gsd-seohub-v3__networkimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gts24-gsd-seohub-v3__networkcard:hover .gts24-gsd-seohub-v3__networkimage img {
  transform: scale(1.04);
}

.gts24-gsd-seohub-v3__networkcontent {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  text-align: center;
}

.gts24-gsd-seohub-v3__networkcontent strong {
  color: var(--gts24-gsd-v3-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-gsd-seohub-v3__networkcontent span {
  color: var(--gts24-gsd-v3-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gts24-gsd-seohub-v3__networkcontent em {
  margin-top: auto;
  color: var(--gts24-gsd-v3-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}


/* =========================================================
   Responsive / Tablet
   ========================================================= */

@media (max-width: 1200px) {
  .gts24-gsd-seohub-v3__categorygrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gts24-gsd-seohub-v3__spokegrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .gts24-gsd-seohub-v3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gts24-gsd-seohub-v3__split {
    grid-template-columns: 1fr;
  }

  .gts24-gsd-seohub-v3__video {
    width: 520px;
  }

  .gts24-gsd-seohub-v3__categorygrid,
  .gts24-gsd-seohub-v3__spokegrid,
  .gts24-gsd-seohub-v3__networkgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gts24-gsd-seohub-v3__featuregrid {
    grid-template-columns: 1fr;
  }

  .gts24-gsd-seohub-v3__uspbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* =========================================================
   Mobile Premium
   ========================================================= */

@media (max-width: 768px) {
  .gts24-gsd-seohub-v3 {
    margin-top: 24px;
    padding: 10px;
    line-height: 1.55;
  }

  .gts24-gsd-seohub-v3__header {
    margin-bottom: 22px;
  }

  .gts24-gsd-seohub-v3__eyebrow {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 9px;
  }

  .gts24-gsd-seohub-v3__headline {
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .gts24-gsd-seohub-v3__intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .gts24-gsd-seohub-v3__trustbox {
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    border-radius: 14px;
    margin: 16px 0;
  }

  .gts24-gsd-seohub-v3__trustbadge {
    font-size: 10px;
    padding: 5px 9px;
  }

  .gts24-gsd-seohub-v3__trusttext strong {
    font-size: 13px;
  }

  .gts24-gsd-seohub-v3__trusttext span {
    font-size: 12px;
    line-height: 1.35;
  }

  .gts24-gsd-seohub-v3__toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 16px;
  }

  .gts24-gsd-seohub-v3__toc a {
    min-height: 36px;
    padding: 7px 8px;
    border-radius: 11px;
    font-size: 11.5px;
    line-height: 1.2;
    text-align: center;
  }

  .gts24-gsd-seohub-v3__section {
    margin: 18px 0;
    padding: 17px 13px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(15, 106, 122, 0.055);
  }

  .gts24-gsd-seohub-v3__subheadline {
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.15;
    margin-bottom: 11px;
  }

  .gts24-gsd-seohub-v3__section p {
    font-size: 14px;
    line-height: 1.55;
  }

  .gts24-gsd-seohub-v3__sectionintro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .gts24-gsd-seohub-v3__buttonrow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .gts24-gsd-seohub-v3__btn {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 11px;
    font-size: 13px;
  }

  .gts24-gsd-seohub-v3__video {
    width: 100%;
    max-width: 420px;
    border-radius: 15px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  }
}


/* =========================================================
   Mobile Cards / 2er-Grids
   ========================================================= */

@media (max-width: 620px) {
  .gts24-gsd-seohub-v3__categorygrid,
  .gts24-gsd-seohub-v3__spokegrid,
  .gts24-gsd-seohub-v3__networkgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gts24-gsd-seohub-v3__catcard,
  .gts24-gsd-seohub-v3__spokecard,
  .gts24-gsd-seohub-v3__networkcard {
    border-radius: 15px;
  }

  .gts24-gsd-seohub-v3__catimage,
  .gts24-gsd-seohub-v3__networkimage {
    aspect-ratio: 1 / 1;
  }

  .gts24-gsd-seohub-v3__spokeimage {
    padding: 5px;
  }

  .gts24-gsd-seohub-v3__catbody,
  .gts24-gsd-seohub-v3__spokebody,
  .gts24-gsd-seohub-v3__networkcontent {
    padding: 10px;
    gap: 6px;
  }

  .gts24-gsd-seohub-v3__catbody strong,
  .gts24-gsd-seohub-v3__networkcontent strong {
    font-size: 13px;
    line-height: 1.18;
  }

  .gts24-gsd-seohub-v3__catbody span,
  .gts24-gsd-seohub-v3__spokebody span,
  .gts24-gsd-seohub-v3__networkcontent span {
    font-size: 11.5px;
    line-height: 1.32;
  }

  .gts24-gsd-seohub-v3__catbody em,
  .gts24-gsd-seohub-v3__spokebody em,
  .gts24-gsd-seohub-v3__networkcontent em {
    font-size: 11.5px;
    line-height: 1.25;
  }

  .gts24-gsd-seohub-v3__catcard:hover,
  .gts24-gsd-seohub-v3__spokecard:hover,
  .gts24-gsd-seohub-v3__networkcard:hover {
    transform: none;
  }

  .gts24-gsd-seohub-v3__catcard:hover .gts24-gsd-seohub-v3__catimage img,
  .gts24-gsd-seohub-v3__networkcard:hover .gts24-gsd-seohub-v3__networkimage img {
    transform: none;
  }

  .gts24-gsd-seohub-v3__featurecard {
    padding: 15px;
    border-radius: 15px;
  }

  .gts24-gsd-seohub-v3__featurecard h3 {
    font-size: 16px;
  }

  .gts24-gsd-seohub-v3__featurecard p {
    font-size: 13px;
  }
}


/* =========================================================
   Mobile FAQ / Reviews / USP / Contact
   ========================================================= */

@media (max-width: 620px) {
  .gts24-gsd-seohub-v3__faq {
    gap: 8px;
  }

  .gts24-gsd-seohub-v3__faqitem {
    border-radius: 13px;
  }

  .gts24-gsd-seohub-v3__faqitem summary {
    padding: 13px 46px 13px 13px;
    font-size: 13.3px;
    line-height: 1.28;
  }

  .gts24-gsd-seohub-v3__faqitem summary::after {
    right: 12px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 23px;
  }

  .gts24-gsd-seohub-v3__faqcontent {
    padding: 13px;
  }

  .gts24-gsd-seohub-v3__faqcontent p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .gts24-gsd-seohub-v3__reviewgrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gts24-gsd-seohub-v3__review {
    padding: 14px;
    border-radius: 15px;
  }

  .gts24-gsd-seohub-v3__review p {
    font-size: 13px;
    line-height: 1.45;
  }

  .gts24-gsd-seohub-v3__stars {
    font-size: 16px;
  }

  .gts24-gsd-seohub-v3__reviewlink {
    font-size: 12.5px;
  }

  .gts24-gsd-seohub-v3__uspbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-radius: 15px;
    margin: 20px 0;
  }

  .gts24-gsd-seohub-v3__uspbar div {
    min-height: 38px;
    padding: 7px;
    border-radius: 11px;
    background: #f8fafc;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .gts24-gsd-seohub-v3__contact {
    margin-top: 24px;
    padding: 18px 13px;
    border-radius: 20px;
  }

  .gts24-gsd-seohub-v3__contactheadline {
    font-size: 22px;
    line-height: 1.18;
  }

  .gts24-gsd-seohub-v3__contactgrid {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 15px;
  }

  .gts24-gsd-seohub-v3__contactcard {
    padding: 12px;
    border-radius: 15px;
  }

  .gts24-gsd-seohub-v3__contacticon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .gts24-gsd-seohub-v3__contacticon img {
    width: 22px;
    height: 22px;
  }

  .gts24-gsd-seohub-v3__contactcard strong {
    font-size: 13.5px;
  }

  .gts24-gsd-seohub-v3__contactcard em {
    font-size: 12px;
  }

  .gts24-gsd-seohub-v3__contactnote {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.4;
  }

  .gts24-gsd-seohub-v3__network {
    padding: 14px;
    border-radius: 18px;
  }
}


/* =========================================================
   Sehr kleine Geräte
   ========================================================= */

@media (max-width: 380px) {
  .gts24-gsd-seohub-v3__toc,
  .gts24-gsd-seohub-v3__categorygrid,
  .gts24-gsd-seohub-v3__spokegrid,
  .gts24-gsd-seohub-v3__networkgrid,
  .gts24-gsd-seohub-v3__uspbar {
    grid-template-columns: 1fr;
  }

  .gts24-gsd-seohub-v3__headline {
    font-size: 23px;
  }

  .gts24-gsd-seohub-v3__subheadline {
    font-size: 20px;
  }
}


/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .gts24-gsd-seohub-v3 *,
  .gts24-gsd-seohub-v3 *::before,
  .gts24-gsd-seohub-v3 *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* =========================================================
   GTS24 Glasschiebetüren SEO-Hub V3
   Ultra Compact Mobile Override
   Ganz unten nach dem bestehenden CSS einfügen
   ========================================================= */


/* ---------- Mobile Grundlayout kompakter ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3 {
    margin-top: 18px !important;
    padding: 8px !important;
    line-height: 1.42 !important;
  }

  .gts24-gsd-seohub-v3__header {
    margin-bottom: 16px !important;
  }

  .gts24-gsd-seohub-v3__eyebrow {
    font-size: 10.5px !important;
    padding: 4px 9px !important;
    margin-bottom: 7px !important;
  }

  .gts24-gsd-seohub-v3__headline {
    font-size: 22px !important;
    line-height: 1.08 !important;
    margin-bottom: 9px !important;
    letter-spacing: -0.03em !important;
  }

  .gts24-gsd-seohub-v3__intro {
    font-size: 13px !important;
    line-height: 1.42 !important;
    margin-bottom: 10px !important;
  }

  .gts24-gsd-seohub-v3__trustbox {
    padding: 10px !important;
    margin: 12px 0 !important;
    border-radius: 12px !important;
    gap: 8px !important;
  }

  .gts24-gsd-seohub-v3__trustbadge {
    font-size: 9.5px !important;
    padding: 4px 8px !important;
  }

  .gts24-gsd-seohub-v3__trusttext strong {
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }

  .gts24-gsd-seohub-v3__trusttext span {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .gts24-gsd-seohub-v3__section {
    margin: 14px 0 !important;
    padding: 14px 10px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 14px rgba(15, 106, 122, 0.045) !important;
  }

  .gts24-gsd-seohub-v3__subheadline {
    font-size: 18px !important;
    line-height: 1.12 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.02em !important;
  }

  .gts24-gsd-seohub-v3__section p,
  .gts24-gsd-seohub-v3__sectionintro {
    font-size: 12.8px !important;
    line-height: 1.42 !important;
    margin-bottom: 10px !important;
  }
}


/* ---------- TOC mobil als kompaktes 2er-Grid ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__toc {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 12px !important;
  }

  .gts24-gsd-seohub-v3__toc a {
    min-height: 31px !important;
    padding: 6px 6px !important;
    border-radius: 9px !important;
    font-size: 10.8px !important;
    line-height: 1.15 !important;
  }
}


/* ---------- Hero / Video / Buttons schlanker ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .gts24-gsd-seohub-v3__buttonrow {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  .gts24-gsd-seohub-v3__btn {
    min-height: 37px !important;
    padding: 8px 9px !important;
    border-radius: 10px !important;
    font-size: 11.8px !important;
    line-height: 1.2 !important;
  }

  .gts24-gsd-seohub-v3__video {
    width: 100% !important;
    max-width: 330px !important;
    border-radius: 13px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12) !important;
  }
}


/* ---------- Kartenbereiche: Mobile immer 2-spaltig ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__categorygrid,
  .gts24-gsd-seohub-v3__spokegrid,
  .gts24-gsd-seohub-v3__networkgrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  .gts24-gsd-seohub-v3__catcard,
  .gts24-gsd-seohub-v3__spokecard,
  .gts24-gsd-seohub-v3__networkcard {
    border-radius: 13px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .gts24-gsd-seohub-v3__catimage,
  .gts24-gsd-seohub-v3__networkimage {
    aspect-ratio: 1 / 1 !important;
  }

  .gts24-gsd-seohub-v3__spokeimage {
    aspect-ratio: 1 / 1 !important;
    padding: 4px !important;
    background: #fff !important;
  }

  .gts24-gsd-seohub-v3__spokeimage img {
    object-fit: contain !important;
  }

  .gts24-gsd-seohub-v3__catbody,
  .gts24-gsd-seohub-v3__spokebody,
  .gts24-gsd-seohub-v3__networkcontent {
    padding: 8px !important;
    gap: 4px !important;
  }

  .gts24-gsd-seohub-v3__catbody strong,
  .gts24-gsd-seohub-v3__networkcontent strong {
    font-size: 11.8px !important;
    line-height: 1.15 !important;
  }

  .gts24-gsd-seohub-v3__catbody span,
  .gts24-gsd-seohub-v3__spokebody span,
  .gts24-gsd-seohub-v3__networkcontent span {
    font-size: 10.8px !important;
    line-height: 1.25 !important;
  }

  .gts24-gsd-seohub-v3__catbody em,
  .gts24-gsd-seohub-v3__spokebody em,
  .gts24-gsd-seohub-v3__networkcontent em {
    font-size: 10.8px !important;
    line-height: 1.2 !important;
    padding-top: 4px !important;
  }

  .gts24-gsd-seohub-v3__catcard:hover,
  .gts24-gsd-seohub-v3__spokecard:hover,
  .gts24-gsd-seohub-v3__networkcard:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}


/* ---------- Kategorie- und Netzwerk-Karten: Beschreibung auf Mobile ausblenden ---------- */
/* Dadurch werden die Karten deutlich kürzer. CTA + Titel bleiben sichtbar. */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__catbody span,
  .gts24-gsd-seohub-v3__networkcontent span {
    display: none !important;
  }

  .gts24-gsd-seohub-v3__catbody,
  .gts24-gsd-seohub-v3__networkcontent {
    min-height: 72px !important;
  }
}


/* ---------- Spoke-Karten: noch kompakter, weil Titel schon im Bild steht ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__spokebody {
    min-height: 78px !important;
  }

  .gts24-gsd-seohub-v3__spokebody span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .gts24-gsd-seohub-v3__spokebody em {
    margin-top: auto !important;
  }
}


/* ---------- Feature-Karten / Schienensystem mobil kompakter ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__featuregrid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 12px !important;
  }

  .gts24-gsd-seohub-v3__featurecard {
    padding: 10px 8px !important;
    border-radius: 12px !important;
  }

  .gts24-gsd-seohub-v3__featurecard h3 {
    font-size: 12.5px !important;
    line-height: 1.15 !important;
    margin-bottom: 5px !important;
  }

  .gts24-gsd-seohub-v3__featurecard p {
    font-size: 10.8px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .gts24-gsd-seohub-v3__featurecard a {
    font-size: 10.8px !important;
    line-height: 1.2 !important;
  }
}


/* ---------- FAQ: deutlich kleiner und dichter ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__faq {
    gap: 6px !important;
  }

  .gts24-gsd-seohub-v3__faqitem {
    border-radius: 11px !important;
  }

  .gts24-gsd-seohub-v3__faqitem summary {
    padding: 10px 38px 10px 10px !important;
    font-size: 11.8px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
  }

  .gts24-gsd-seohub-v3__faqitem summary::after {
    right: 9px !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .gts24-gsd-seohub-v3__faqcontent {
    padding: 10px !important;
  }

  .gts24-gsd-seohub-v3__faqcontent p {
    font-size: 11.5px !important;
    line-height: 1.36 !important;
    margin-bottom: 8px !important;
  }

  .gts24-gsd-seohub-v3__faqcontent a {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
}


/* ---------- Reviews schlanker ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__reviewgrid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .gts24-gsd-seohub-v3__review {
    padding: 11px !important;
    border-radius: 12px !important;
  }

  .gts24-gsd-seohub-v3__stars {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
  }

  .gts24-gsd-seohub-v3__review p {
    font-size: 11.8px !important;
    line-height: 1.34 !important;
    margin: 6px 0 8px !important;
  }

  .gts24-gsd-seohub-v3__reviewlink {
    font-size: 11.5px !important;
  }
}


/* ---------- USP-Bar kompakt 2-spaltig ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__uspbar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 8px !important;
    margin: 16px 0 !important;
    border-radius: 13px !important;
  }

  .gts24-gsd-seohub-v3__uspbar div {
    min-height: 34px !important;
    padding: 6px !important;
    border-radius: 9px !important;
    background: #f8fafc !important;
    font-size: 10.8px !important;
    line-height: 1.2 !important;
  }
}


/* ---------- Kontaktbereich kompakter ---------- */

@media (max-width: 767px) {
  .gts24-gsd-seohub-v3__contact {
    margin-top: 18px !important;
    padding: 15px 10px !important;
    border-radius: 17px !important;
  }

  .gts24-gsd-seohub-v3__contactheadline {
    font-size: 19px !important;
    line-height: 1.14 !important;
    margin-bottom: 10px !important;
  }

  .gts24-gsd-seohub-v3__contactgrid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .gts24-gsd-seohub-v3__contactcard {
    padding: 10px !important;
    border-radius: 13px !important;
    gap: 10px !important;
  }

  .gts24-gsd-seohub-v3__contacticon {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 17px !important;
  }

  .gts24-gsd-seohub-v3__contacticon img {
    width: 20px !important;
    height: 20px !important;
  }

  .gts24-gsd-seohub-v3__contactcard strong {
    font-size: 12.5px !important;
  }

  .gts24-gsd-seohub-v3__contactcard em {
    font-size: 11px !important;
  }

  .gts24-gsd-seohub-v3__contactnote {
    margin-top: 10px !important;
    font-size: 10.8px !important;
    line-height: 1.3 !important;
  }
}


/* ---------- Sehr kleine Geräte: nur dann 1-spaltig ---------- */

@media (max-width: 360px) {
  .gts24-gsd-seohub-v3__categorygrid,
  .gts24-gsd-seohub-v3__spokegrid,
  .gts24-gsd-seohub-v3__networkgrid {
    grid-template-columns: 1fr !important;
  }

  .gts24-gsd-seohub-v3__featuregrid {
    grid-template-columns: 1fr !important;
  }

  .gts24-gsd-seohub-v3__buttonrow {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */