.elementor-kit-232{--e-global-color-primary:#424242;--e-global-color-secondary:#616161;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c10a9ef:#4096DE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-232 e-page-transition{background-color:#FFBC7D;}.elementor-kit-232 h1{font-size:32px;}.elementor-kit-232 h2{font-size:25px;}.elementor-kit-232 h3{color:#444444;font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-232 h1{font-size:24px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hauptliste - Flexbox für horizontale Anordnung */
.elementor-toc__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
}

/* Alle Listenelemente neutralisieren */
.elementor-toc__list-item,
.elementor-toc__list-item-text-wrapper {
  display: contents;
  margin: 0;
  padding: 0;
}

/* TOC-Links (Text, Hintergrund, etc.) */
.elementor-toc__list-item-text {
  display: inline-block;
  padding: 6px 14px;
  background-color: #ffffff;  /* Weißer Hintergrund */
  color: #222222;  /* Dunkelgrau als Textfarbe */
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

/* Hover-Effekt - leichte Transparenz */
.elementor-toc__list-item-text:hover {
  background-color: rgba(0, 0, 0, 0.05);  /* leichte Transparenz */
  color: #000;  /* Schwarz beim Hover */
}

/* Aktives Element - Hervorhebung */
.elementor-toc__list-item-text.elementor-item-active {
  background-color: #e0e0e0;  /* Hellgrau für aktives Element */
  color: #000;  /* Schwarz */
  font-weight: 600;  /* Fettgedruckt */
}

/* Zusätzliche Stile für mobile Ansicht */
.elementor-toc__list-wrapper::-webkit-scrollbar {
  height: 6px;
}
.elementor-toc__list-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.tripcomsearchwid {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Seitenverhältnis 1:1 */
  height: 0;
  overflow: hidden;
}

.tripcomsearchwid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* MOBILE MENU STICKY */
@media (max-width: 767px) {
  .scroll-reveal-sticky {
    position: fixed; /* statt sticky */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .scroll-reveal-sticky.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}/* End custom CSS */