/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*-----------------------------ADMIN-----------------------------*/
#wpadminbar{
	z-index:99999999999999999999999999999999999;
}

/*-----------------------------GLOBAL-----------------------------*/

h1{
	display:flex;
}

p, ul, ol{
	margin-bottom:0px;
}

.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip{
	margin-bottom:0px!important;
}

.pd-white-title{
	color:#fff;
}

/*Font*/
/* Arial Nova Regular */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Arial Nova Italic */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Arial Nova Bold */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Arial Nova Bold Italic */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Arial Nova Light */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Arial Nova Light Italic */
@font-face {
  font-family: 'Arial Nova';
  src: url('/wp-content/uploads/2025/10/ArialNova-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Condensed Variants */
@font-face {
  font-family: 'Arial Nova Condensed';
  src: url('/wp-content/uploads/2025/10/ArialNovaCond.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Nova Condensed';
  src: url('/wp-content/uploads/2025/10/ArialNovaCond-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Nova Condensed';
  src: url('/wp-content/uploads/2025/10/ArialNovaCond-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Nova Condensed';
  src: url('/wp-content/uploads/2025/10/ArialNovaCond-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Nova Condensed';
  src: url('/wp-content/uploads/2025/10/ArialNovaCond-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body, p, div, span, ul, ol, li, a {
  font-family: 'Arial Nova', sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial Nova', sans-serif!important;
  font-weight: 700;
}

/*-----------------------------Navigationsswitch On Scroll--------------------------------l*/

/* =========================
   NAV TRANSPARENT → SCROLLED
   ========================= */

#nav-transparent{
  --nav-bg: transparent;        /* Header Hintergrund oben */
  --nav-bg-scrolled: #ffffff;   /* Header Hintergrund nach Scroll */
  --nav-fg: #ffffff;            /* Top-Level Text/Icon oben */
  --nav-fg-scrolled: #00172D;   /* Top-Level Text/Icon nach Scroll */
  --nav-fg-hover: #0071BC;      /* Hover (immer blau) */

  background: var(--nav-bg);
  box-shadow: none;
  transition: background-color .25s ease, box-shadow .25s ease, color .2s ease, fill .2s ease, stroke .2s ease;
}
#nav-transparent.is-scrolled{
  background: var(--nav-bg-scrolled);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

/* =========================
   TOP-LEVEL: TEXT & ICONS
   ========================= */
/* Text */
#nav-transparent .elementor-nav-menu a.elementor-item,
#nav-transparent .elementor-nav-menu .elementor-item{
  color: var(--nav-fg);
  transition: color .2s ease;
}
#nav-transparent.is-scrolled .elementor-nav-menu a.elementor-item,
#nav-transparent.is-scrolled .elementor-nav-menu .elementor-item{
  color: var(--nav-fg-scrolled);
}
#nav-transparent .elementor-nav-menu a.elementor-item:hover,
#nav-transparent.is-scrolled .elementor-nav-menu a.elementor-item:hover{
  color: var(--nav-fg-hover);
}

/* Icons (Search, Burger, Pfeile, Font/SVG) */
#nav-transparent .elementor-icon,
#nav-transparent .elementor-icon i,
#nav-transparent .elementor-icon svg,
#nav-transparent .elementor-button-icon,
#nav-transparent .elementor-search-form__toggle,
#nav-transparent .elementor-search-form__icon,
#nav-transparent .elementor-menu-toggle,
#nav-transparent .elementor-menu-toggle i,
#nav-transparent .elementor-nav-menu .sub-arrow,
#nav-transparent [class^="eicon-"],
#nav-transparent [class*=" eicon-"],
#nav-transparent i[class^="fas"],
#nav-transparent i[class^="far"],
#nav-transparent i[class^="fal"],
#nav-transparent i[class^="fab"]{
  color: var(--nav-fg);
  transition: color .2s ease, fill .2s ease, stroke .2s ease;
}
#nav-transparent.is-scrolled .elementor-icon,
#nav-transparent.is-scrolled .elementor-icon i,
#nav-transparent.is-scrolled .elementor-icon svg,
#nav-transparent.is-scrolled .elementor-button-icon,
#nav-transparent.is-scrolled .elementor-search-form__toggle,
#nav-transparent.is-scrolled .elementor-search-form__icon,
#nav-transparent.is-scrolled .elementor-menu-toggle,
#nav-transparent.is-scrolled .elementor-menu-toggle i,
#nav-transparent.is-scrolled .elementor-nav-menu .sub-arrow,
#nav-transparent.is-scrolled [class^="eicon-"],
#nav-transparent.is-scrolled [class*=" eicon-"],
#nav-transparent.is-scrolled i[class^="fas"],
#nav-transparent.is-scrolled i[class^="far"],
#nav-transparent.is-scrolled i[class^="fal"],
#nav-transparent.is-scrolled i[class^="fab"]{
  color: var(--nav-fg-scrolled);
}
#nav-transparent .elementor-menu-toggle:hover,
#nav-transparent .elementor-search-form__toggle:hover,
#nav-transparent .elementor-search-form__icon:hover,
#nav-transparent .elementor-icon:hover,
#nav-transparent .elementor-nav-menu .sub-arrow:hover,
#nav-transparent.is-scrolled .elementor-menu-toggle:hover,
#nav-transparent.is-scrolled .elementor-search-form__toggle:hover,
#nav-transparent.is-scrolled .elementor-search-form__icon:hover,
#nav-transparent.is-scrolled .elementor-icon:hover,
#nav-transparent.is-scrolled .elementor-nav-menu .sub-arrow:hover{
  color: var(--nav-fg-hover);
}

/* SVGs wirklich färbbar machen */
#nav-transparent svg{ fill: currentColor; stroke: currentColor; }
#nav-transparent svg [fill]:not([fill="none"]){ fill: currentColor !important; }
#nav-transparent svg [stroke]:not([stroke="none"]){ stroke: currentColor !important; }

/* Sub-Arrow Pseudos */
#nav-transparent .elementor-nav-menu .sub-arrow::before,
#nav-transparent .elementor-nav-menu .sub-arrow::after{
  color: var(--nav-fg);
  border-color: var(--nav-fg);
}
#nav-transparent.is-scrolled .elementor-nav-menu .sub-arrow::before,
#nav-transparent.is-scrolled .elementor-nav-menu .sub-arrow::after{
  color: var(--nav-fg-scrolled);
  border-color: var(--nav-fg-scrolled);
}

/* =========================
   UNTERMENÜ / DROPDOWN: IMMER WEISS + DUNKEL
   (Desktop Submenus + Mobile Panel)
   ========================= */

/* Desktop: Submenu-Panels */
#nav-transparent .elementor-nav-menu ul.sub-menu{
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
#nav-transparent .elementor-nav-menu ul.sub-menu a.elementor-sub-item{
  color: #00172D !important;
}
#nav-transparent .elementor-nav-menu ul.sub-menu a.elementor-sub-item:hover{
  color: var(--nav-fg-hover) !important;
}

/* Mobile/Offcanvas: Dropdown-Panel (nur tatsächliches Panel, kein Main-Container) */
#nav-transparent .elementor-nav-menu--dropdown{
  background: #ffffff !important;
}
#nav-transparent .elementor-nav-menu--dropdown a.elementor-item,
#nav-transparent .elementor-nav-menu--dropdown a.elementor-sub-item{
  color: #00172D !important;
}
#nav-transparent .elementor-nav-menu--dropdown a.elementor-item:hover,
#nav-transparent .elementor-nav-menu--dropdown a.elementor-sub-item:hover{
  color: var(--nav-fg-hover) !important;
}
#nav-transparent .elementor-nav-menu--dropdown .elementor-icon,
#nav-transparent .elementor-nav-menu--dropdown .elementor-icon i,
#nav-transparent .elementor-nav-menu--dropdown .elementor-icon svg,
#nav-transparent .elementor-nav-menu--dropdown .sub-arrow{
  color: #00172D !important;
}
#nav-transparent .elementor-nav-menu--dropdown svg{ fill: currentColor; stroke: currentColor; }
#nav-transparent .elementor-nav-menu--dropdown svg [fill]:not([fill="none"]){ fill: currentColor !important; }
#nav-transparent .elementor-nav-menu--dropdown svg [stroke]:not([stroke="none"]){ stroke: currentColor !important; }

/* ============================ Registered R Style =============================== */

.registered-r{
	font-size:24px;
	color:#00172D;
}

/* ============================ Globales Styling für WP Table Builder Tabellen =============================== */

/* Grundlayout der Tabelle */
.wptb-table-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 16px;
  color: #1a1f36;                  /* Dunkles Grau */
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid #e9eef3;
}

/* Zellen allgemein */
.wptb-cell {
  padding: 14px 16px;
  border-right: 1px solid #eef2f7;
  line-height: 1.5;
}
.wptb-row .wptb-cell:last-child {
  border-right: none;
}

/* Kopfzeile (erste Zeile) */
.wptb-row:first-child .wptb-cell {
  background: #0171BC;
  color: #ffffff !important;
  font-weight: 600;
}

.wptb-cell .wptb-text-container {
padding:5px;
}

/* Kopfzeile (erste Zeile) */
.wptb-row:first-child .wptb-cell .wptb-text-container div{
padding:5px;
	font-size:16px;
}

/* Optional Sticky Header */
@supports (position: sticky) {
  .wptb-row:first-child {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}

/* Body-Zeilen Zebra-Striping */
.wptb-row:nth-child(odd):not(:first-child) .wptb-cell {
  background: #fbfdff;
}
.wptb-row:nth-child(even):not(:first-child) .wptb-cell {
  background: #ffffff;
}

/* Hover-Effekt */
.wptb-row:not(:first-child):hover .wptb-cell {
  background: #f3f8fc;
}

/* Typografie-Fix */
.wptb-cell p,
.wptb-cell span,
.wptb-cell div {
  margin: 0;
  font-size: inherit;
  color: inherit;
}

/* Links */
.wptb-cell a {
  text-decoration: none;
  border-bottom: 10px solid rgba(1, 113, 188, 0.25);
}
.wptb-cell a:hover {
  border-bottom-color: rgba(1, 113, 188, 0.5);
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .wptb-table-container {
    font-size: 15px;
  }
  .wptb-cell {
    padding: 12px 14px;
  }
  .wptb-row:first-child .wptb-cell {
    font-size: 17px;
  }
}

/*-------------------FE Filter Style--------------------*/

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
	border-radius:0px!important;
}

/* Nur in deinen 3 Facetten: Icon-Only Grid */
.wpc-filter-produkteigenschaften .wpc-filters-ul-list,
.wpc-filter-anwendungsbereiche .wpc-filters-ul-list,
.wpc-filter-produktvorteile .wpc-filters-ul-list {
  display: grid;
  grid-template-columns: repeat(3,1fr); /* bei Bedarf 3: repeat(3,1fr) */
  gap: 10px;
}

/* Das Icon selbst */
.wpc-filter-produkteigenschaften .fe-icon,
.wpc-filter-anwendungsbereiche .fe-icon,
.wpc-filter-produktvorteile .fe-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e7eb;
  background: #fff;
}

/* Aktiver Zustand: Rahmen/Outline */
.wpc-filter-produkteigenschaften li.wpc-term-item label.fe-active .fe-icon,
.wpc-filter-anwendungsbereiche li.wpc-term-item label.fe-active .fe-icon,
.wpc-filter-produktvorteile li.wpc-term-item label.fe-active .fe-icon {
  outline: 2px solid #0171BC;
  outline-offset: 2px;
  border-color: #0171BC;
}

/* Original-Text/Count in diesen 3 Facetten ausblenden (wir wollen NUR das Bild) */
.wpc-filter-produkteigenschaften .wpc-filter-link,
.wpc-filter-anwendungsbereiche .wpc-filter-link,
.wpc-filter-produktvorteile .wpc-filter-link,
.wpc-filter-produkteigenschaften .wpc-term-count,
.wpc-filter-anwendungsbereiche .wpc-term-count,
.wpc-filter-produktvorteile .wpc-term-count {
  display: none !important;
}

/* Fokus für Tastaturbedienung */
.wpc-filter-produkteigenschaften li.wpc-term-item label:focus-within .fe-icon,
.wpc-filter-anwendungsbereiche li.wpc-term-item label:focus-within .fe-icon,
.wpc-filter-produktvorteile li.wpc-term-item label:focus-within .fe-icon {
  box-shadow: 0 0 0 3px rgba(1,113,188,.25);
}

/* Nur für diese drei Facetten */
.wpc-filter-produkteigenschaften .wpc-filters-ul-list,
.wpc-filter-anwendungsbereiche .wpc-filters-ul-list,
.wpc-filter-produktvorteile .wpc-filters-ul-list {
  /* behalte dein Grid; Abstand der Kacheln untereinander */
  gap: 10px;
}

/* 1) Wrapper/Label randlos machen (kein Padding/BG/Border) */
.wpc-filter-produkteigenschaften li.wpc-term-item label,
.wpc-filter-anwendungsbereiche li.wpc-term-item label,
.wpc-filter-produktvorteile li.wpc-term-item label {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* optional: den inneren Content-Wrapper neutralisieren */
.wpc-filter-produkteigenschaften li.wpc-term-item .wpc-term-item-content-wrapper,
.wpc-filter-anwendungsbereiche li.wpc-term-item .wpc-term-item-content-wrapper,
.wpc-filter-produktvorteile li.wpc-term-item .wpc-term-item-content-wrapper {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* 2) Das Icon selbst: randlos, ohne Hintergrund, smooth transitions */
.wpc-filter-produkteigenschaften .fe-icon,
.wpc-filter-anwendungsbereiche .fe-icon,
.wpc-filter-produktvorteile .fe-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border: 0 !important;                 /* kein Rahmen */
  background: transparent !important;   /* kein Hintergrund */
  transition: transform .12s ease, filter .12s ease;
  will-change: transform, filter;
}

/* 3) Hover-Feedback (heller + leicht shrinken) */
.wpc-filter-produkteigenschaften .pikto-item:hover .fe-icon,
.wpc-filter-anwendungsbereiche .pikto-item:hover .fe-icon,
.wpc-filter-produktvorteile .pikto-item:hover .fe-icon,
.wpc-filter-produkteigenschaften .pikto-item:focus .fe-icon,
.wpc-filter-anwendungsbereiche .pikto-item:focus .fe-icon,
.wpc-filter-produktvorteile .pikto-item:focus .fe-icon {
  filter: brightness(1.08);
  transform: scale(.96);
}

/* 4) Aktiver Zustand: nur heller, kein Shrink */
.wpc-filter-produkteigenschaften li.wpc-term-item label.fe-active .fe-icon,
.wpc-filter-anwendungsbereiche li.wpc-term-item label.fe-active .fe-icon,
.wpc-filter-produktvorteile li.wpc-term-item label.fe-active .fe-icon {
  filter: brightness(1.15);
  transform: none;
}

/* (Dein Text/Count bleibt weiterhin ausgeblendet) */
.wpc-filter-produkteigenschaften .wpc-filter-link,
.wpc-filter-anwendungsbereiche .wpc-filter-link,
.wpc-filter-produktvorteile .wpc-filter-link,
.wpc-filter-produkteigenschaften .wpc-term-count,
.wpc-filter-anwendungsbereiche .wpc-term-count,
.wpc-filter-produktvorteile .wpc-term-count { display: none !important; }

/* Label-Wrapper padding nur bei den 3 gewünschten Facetten entfernen */
.wpc-filter-produkteigenschaften .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper,
.wpc-filter-anwendungsbereiche .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper,
.wpc-filter-produktvorteile .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  padding: 0 !important;
}

/* ========================= */
/*  DOWNLOADS – SPRACHEN     */
/* ========================= */

.wpc-filter-sprachen .wpc-filters-ul-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.wpc-filter-sprachen .fe-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border: 0 !important;
  background: transparent !important;
  transition: transform .12s ease, filter .12s ease;
  will-change: transform, filter;
}

/* Hover/Focus */
.wpc-filter-sprachen .pikto-item:hover .fe-icon,
.wpc-filter-sprachen .pikto-item:focus .fe-icon {
  filter: brightness(1.08);
  transform: scale(.96);
}

/* Aktiv */
.wpc-filter-sprachen li.wpc-term-item label.fe-active .fe-icon {
  filter: brightness(1.15);
  transform: none;
}

/* Text/Count ausblenden – Icon-Only */
.wpc-filter-sprachen .wpc-filter-link,
.wpc-filter-sprachen .wpc-term-count {
  display: none !important;
}

/* Label „entkernen“ */
.wpc-filter-sprachen li.wpc-term-item label,
.wpc-filter-sprachen li.wpc-term-item .wpc-term-item-content-wrapper {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Tastaturfokus */
.wpc-filter-sprachen li.wpc-term-item label:focus-within .fe-icon {
  box-shadow: 0 0 0 3px rgba(1,113,188,.25);
}

/* Label-Wrapper padding entfernen */
.wpc-filter-sprachen .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  padding: 0 !important;
}

/* ===========================
   CSS-Only Sticky + Cross-Dissolve
   =========================== */

/* Passe die Headerhöhe hier an */
:root{
  --sticky-offset: 100px;   /* Abstand nach oben */
  --stage-align: start;    /* start | center | end */
}

/* WICHTIG: Sticky braucht sichtbare Überläufe bei Eltern */
.elementor-section,
.elementor-container,
.elementor-column{
  overflow: visible !important;
}

/* Linke Bühne: echtes CSS-Sticky statt Elementor-Sticky */
#sticky-text{
  position: -webkit-sticky;   /* iOS Safari */
  position: sticky;
  top: var(--sticky-offset);
  align-self: flex-start;      /* falls Eltern Flex sind (Elementor Columns) */
  height: calc(100vh - var(--sticky-offset));   /* feste Bühne wie bei Apple */
  min-height: calc(100vh - var(--sticky-offset));
  display: flex;
  align-items: var(--stage-align);
  justify-content: center;
  padding: 0 16px;
  /* optional: damit Sticky nicht „zittert“, wenn Inhalte größer werden */
  box-sizing: border-box;
}

/* Die linken Text-Container liegen deckungsgleich übereinander */
#sticky-text .swap-text{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: var(--stage-align);
  justify-content: center;
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity .6s cubic-bezier(.22,.61,.36,1),
    filter  .6s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, filter;
  pointer-events: none;
}
#sticky-text .swap-text.is-active{
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}

/* Rechte 100vh-Panels + sanftes Hervorheben des aktiven Panels */
.scroll-panel{
  min-height: 100vh;
}
.scroll-panel.is-visible{ opacity: 1; }

/* Optional: Sticky auf Mobile abschalten (falls gewünscht) */
@media (max-width: 1024px){
  #sticky-text{
    position: static;
    height: auto;
    min-height: 0;
    padding-top: 16px;
  }
}

.left-col-content{
  max-width: 50%;                /* halbe Breite vom Wrapper */
  margin-left: calc((100% - 1400px) / 2);
}

/*-------------------------------------------------Vertical Sync-------------------------------------------------*/
/* ===== Flex-Layout: links vertikal, rechts sticky mit horizontalem Track ===== */
.sync-wrap{
  --sticky-offset: 100px;  /* Abstand unter deinem Header */
  --slide-gap: 24px;
  display: flex;
  align-items: flex-start;
}

.sync-left{ flex: 1 1 50%; min-width: 0; }
.sync-right{ flex: 1 1 50%; min-width: 0; display: flex; }

.sync-left .sync-panel{
  min-height: 100vh;             /* jede Section eine "Seite" */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* rechte Seite: sticky Bühne */
.sync-right .sync-sticky{
  position: -webkit-sticky; position: sticky;
  top: var(--sticky-offset);
  height: calc(100vh - var(--sticky-offset));
  align-self: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;              /* wichtig: nur 1 Slide sichtbar */
}

/* horizontaler Track */
.sync-right .sync-track{
  display: flex;
  flex-wrap: nowrap;             /* keine Zeilen-Umbrüche */
  align-items: center;
  will-change: transform;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
  transform: translate3d(0,0,0);
  width: 100%;                   /* Basisbreite = Sichtbereich */
}

/* jede Slide belegt 100% der sichtbaren Breite */
.sync-right .sync-slide{
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
}

/* Bilder hübsch begrenzen */
.sync-right .sync-slide img{
  width: min(90%, 720px);
  max-height: calc(100vh - var(--sticky-offset) - 60px);
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

/* optionaler Active-State links */
.sync-panel.is-active{ /* z.B. */
  /* filter: saturate(1.05); */
}

/* Responsive: untereinander; rechts horizontales Scrollen als Fallback */
@media (max-width: 1024px){
  .sync-wrap{ flex-direction: column; }
  .sync-right .sync-sticky{ position: static; height: auto; }
  .sync-right .sync-track{
    transition: none;            /* native Scroll statt translate */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .sync-right .sync-slide{
    flex: 0 0 90%;
    scroll-snap-align: center;
  }
  .sync-right .sync-slide img{
    width: 100%;
    max-height: 60vh;
  }
}

/*---------------------------------Histo Horizontal Scroll------------------------------------------*/



/*---------------------------------Tooltip------------------------------------------*/
/* ==== CLEAN DARK GLASS TOOLTIP ==== */

/* 1) Relevante Vorfahren dürfen NICHT clippen */
.wpc-filters-main-wrap,
.wpc-filters-widget-content,
.wpc-filters-scroll-container,
.wpc-filters-section,
.wpc-filter-content,
.wpc-filters-ul-list,
.wpc-term-item,
.wpc-term-item .wpc-term-item-content-wrapper,
.wpc-term-item label {
  overflow: visible !important;
}

/* 2) Stacking-Context sichern */
.wpc-filters-main-wrap { position: relative; z-index: 5; }
.wpc-term-item label { position: relative; z-index: 6; }   /* Trägt den Tooltip */
.pikto-item { position: relative; z-index: 7; }            /* Icon + Tooltip */

.tech-glass.pikto-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.tech-glass .pikto-item {
  position: relative;
  width: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-glass .pikto-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Tooltip */
.tech-glass .pikto-tip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 8px);

  display: inline-block;
  width: max-content;       /* passt sich dem Text an */
  max-width: 28ch;          /* maximal ~28 Zeichen breit */
  white-space: normal;      /* darf umbrechen */
  overflow-wrap: break-word;
  
  font-size: 13px;
  line-height: 1.3;
  padding: 6px 10px;
  color: #fff;

  background: rgba(20, 22, 26, 0.36);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 9999999999999999999999999999999999;              /* höher als Icons */
}

/* Dreieck */
.tech-glass .pikto-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(20, 22, 26, 0.36);
  filter: drop-shadow(0 -1px 0 rgba(255,255,255,0.18));
}

/* Anzeige auf Hover/Fokus */
.tech-glass .pikto-item:hover .pikto-tip,
.tech-glass .pikto-item:focus .pikto-tip,
.tech-glass .pikto-item:focus-within .pikto-tip {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Dreieck-Anker */
.tech-glass .pikto-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(20, 22, 26, 0.36);
  filter: drop-shadow(0 -1px 0 rgba(255,255,255,0.18));
}

/* Aktivieren */
.tech-glass .pikto-item:hover .pikto-tip,
.tech-glass .pikto-item:focus .pikto-tip,
.tech-glass .pikto-item:focus-within .pikto-tip {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Bewegungs-Reduktion */
@media (prefers-reduced-motion: reduce) {
  .tech-glass .pikto-tip {
    transition: none !important;
  }
}

/* Dreieck-Anker */
.tech-glass .pikto-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(20, 22, 26, 0.36);
  filter: drop-shadow(0 -1px 0 rgba(255,255,255,0.18));
}

/* Aktivieren */
.tech-glass .pikto-item:hover .pikto-tip,
.tech-glass .pikto-item:focus .pikto-tip,
.tech-glass .pikto-item:focus-within .pikto-tip {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Bewegungs-Reduktion */
@media (prefers-reduced-motion: reduce) {
  .tech-glass .pikto-tip {
    transition: none !important;
  }
}