/* =============================================================================
   Header — Logo immer sichtbar, Menü pro Gerät (Desktop / Tablet / Handy)
   ============================================================================= */

/* Logo: Template versteckt .te-standard-logo (sticky / <1200) — wir haben nur noch eins */
.header-area.style-1 .te-header-menu-area .te-logo,
.header-area.style-1 .te-header-menu-area.te-sticky_menu .te-logo {
  height: auto !important;
  min-height: 48px;
  max-height: none;
  width: auto;
  overflow: visible;
  flex-shrink: 0;
  z-index: 1001;
}

.header-area.style-1 .te-header-menu-area .te-logo .te-standard-logo,
.header-area.style-1 .te-header-menu-area.te-sticky_menu .te-logo .te-standard-logo,
.header-area.style-1 .te-header-menu-area .te-logo .te-sticky-logo {
  display: none !important;
}

.header-area.style-1 .te-header-menu-area .te-logo .te-standard-logo.aibt-logo-link,
.header-area.style-1 .te-header-menu-area.te-sticky_menu .te-logo .te-standard-logo.aibt-logo-link {
  display: block !important;
  line-height: 0;
}

.header-area.style-1 .te-header-menu-area .te-logo .aibt-wordmark--header,
.header-area.style-1 .te-header-menu-area.te-sticky_menu .te-logo .aibt-wordmark--header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto;
  height: clamp(44px, 6vw, 56px);
  max-width: min(260px, 46vw);
  object-fit: contain;
}

.header-area.style-1 .aibt-header-logo-col {
  flex: 0 0 auto;
  width: auto;
  min-width: 120px;
  max-width: none;
}

/* ——— Nur Handy: Logo | Menu | Boarding Time (unverändert) ——— */
@media only screen and (max-width: 767px) {
  .header-area.style-1 .aibt-header-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.35rem 0.5rem;
    width: 100%;
  }

  .header-area.style-1 .aibt-header-logo-col {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
    padding-right: 0;
    z-index: 2;
  }

  .header-area.style-1 .aibt-header-nav-col {
    display: contents;
  }

  .header-area.style-1 .aibt-header-menu-desktop,
  .header-area.style-1 .aibt-header-actions-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .header-area.style-1 .aibt-header-mobile-center {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-area.style-1 .aibt-mobile-menu-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    line-height: 1.1;
  }

  .header-area.style-1 .aibt-mobile-menu-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .header-area.style-1 .aibt-mobile-menu-btn i {
    font-size: 1.35rem;
    line-height: 1;
  }

  .header-area.style-1 .aibt-header-boarding-mobile {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
    padding: 0.4rem 0.5rem;
    white-space: nowrap;
    margin: 0;
  }

  .header-area.style-1 .aibt-header-boarding-mobile i {
    font-size: 9px;
    margin-left: 0.15rem;
  }

  .header-area.style-1 .te-header-menu-area .te-logo {
    width: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  .header-area.style-1 .te-header-menu-area .te-logo .te-standard-logo.aibt-logo-link {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header-area.style-1 .te-header-menu-area .te-logo .aibt-wordmark--header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: clamp(38px, 11vw, 48px) !important;
    width: auto !important;
    max-width: min(200px, 52vw) !important;
    min-width: 100px;
  }
}

/* ——— Nur Tablet hochkant: Hamburger mittig, Boarding Time rechts & grösser ——— */
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .header-area.style-1 .aibt-header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem 0.75rem;
    width: 100%;
  }

  .header-area.style-1 .aibt-header-logo-col {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
    padding-right: 0;
    z-index: 2;
  }

  .header-area.style-1 .aibt-header-nav-col {
    display: contents;
  }

  .header-area.style-1 .aibt-header-menu-desktop,
  .header-area.style-1 .aibt-header-actions-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .header-area.style-1 .aibt-header-mobile-center {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-area.style-1 .aibt-mobile-menu-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.35rem 0.65rem;
    line-height: 1.1;
  }

  .header-area.style-1 .aibt-mobile-menu-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .header-area.style-1 .aibt-mobile-menu-btn i {
    font-size: 1.65rem;
    line-height: 1;
  }

  .header-area.style-1 .aibt-header-boarding-mobile {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.55rem 0.95rem;
    white-space: nowrap;
    margin: 0;
  }

  .header-area.style-1 .aibt-header-boarding-mobile i {
    font-size: 12px;
    margin-left: 0.35rem;
  }

  .header-area.style-1 .te-header-menu-area .te-logo {
    width: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  .header-area.style-1 .te-header-menu-area .te-logo .aibt-wordmark--header {
    height: clamp(42px, 5vw, 52px) !important;
    max-width: min(220px, 40vw) !important;
  }
}

/* Tablet quer + Desktop: normales Menü */
@media only screen and (min-width: 1200px),
  screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .header-area.style-1 .aibt-header-mobile-center,
  .header-area.style-1 .aibt-header-boarding-mobile {
    display: none !important;
  }

  .header-area.style-1 .aibt-header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .header-area.style-1 .aibt-header-nav-col {
    display: flex !important;
    flex: 1 1 0;
    min-width: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-left: 0.5rem;
  }

  .header-area.style-1 .aibt-header-menu-desktop,
  .header-area.style-1 .aibt-header-actions-desktop {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: none;
  }

  .header-area.style-1 .aibt-header-menu-desktop {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-area.style-1 .aibt-header-actions-desktop {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
    gap: 0.35rem;
  }
}

/* Tablet: fast volle Gerätebreite (dynamisch), nicht künstlich schmal */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body .container:not(.container-fluid) {
    max-width: calc(100vw - 2rem);
    width: 100%;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
}

/* ——— Tablet quer (768–1199px): grössere Menüpunkte, Untermenü senkrecht ——— */
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
  .header-area.style-1 .te-header-menu-area .row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
  }

  .header-area.style-1 .aibt-header-logo-col {
    min-width: 130px;
    padding-right: 0.5rem;
  }

  .header-area.style-1 .aibt-header-nav-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-left: 0.75rem;
    overflow: visible;
  }

  .header-area.style-1 .te-header-menu-area,
  .header-area.style-1 .te-header-menu-area .container,
  .header-area.style-1 .aibt-header-row {
    overflow: visible;
  }

  .header-area.style-1 .te-header-btn {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
    gap: 0.35rem;
  }

  .header-area.style-1 .te-header-btn .te-cta-btn {
    font-size: 14px;
    padding: 0.55rem 0.9rem;
    white-space: nowrap;
  }

  .header-area.style-1 .te-menu {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-area.style-1 .te-main-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }

  .header-area.style-1 .te-main-menu > ul > li > a {
    padding: 32px 9px;
    font-size: 17px;
    font-weight: 600;
  }

  .header-area.style-1 .te-main-menu > ul > li.te-dropdown {
    position: relative;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu,
  .header-area.style-1 .te-main-menu > ul > li > ul {
    display: block;
    left: 0;
    right: auto;
    width: auto;
    min-width: 220px;
    max-width: min(320px, 92vw);
    padding: 1rem 1.25rem;
    white-space: normal;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu > li,
  .header-area.style-1 .te-main-menu > ul > li > ul > li {
    display: block;
    float: none;
    width: 100%;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu > li > a,
  .header-area.style-1 .te-main-menu > ul > li > ul > li > a {
    display: block;
    padding: 0.5rem 0;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(231, 237, 244, 0.2);
    white-space: normal;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu > li:last-child > a,
  .header-area.style-1 .te-main-menu > ul > li > ul > li:last-child > a {
    border-bottom: none;
  }

  .header-area.style-1 .te-logo .aibt-wordmark--header {
    height: 38px;
    max-width: min(180px, 26vw);
  }
}

/* ——— Desktop (≥ 1200px): Logo + Abstand, Menü nicht am Rand ——— */
@media only screen and (min-width: 1200px) {
  .header-area.style-1 .te-header-menu-area .row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
  }

  .header-area.style-1 .aibt-header-logo-col {
    min-width: 140px;
    padding-right: 0.75rem;
  }

  .header-area.style-1 .aibt-header-nav-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding-left: 0.5rem;
  }

  .header-area.style-1 .te-menu {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .header-area.style-1 .te-main-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    white-space: nowrap;
  }

  .header-area.style-1 .te-main-menu > ul > li > a {
    padding: 40px 10px;
    font-size: 15px;
    font-weight: 600;
  }

  .header-area.style-1 .te-main-menu > ul > li.te-dropdown > a::after {
    margin-left: 4px;
    font-size: 12px;
  }

  .header-area.style-1 .te-main-menu > ul > li.te-dropdown {
    position: relative;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu,
  .header-area.style-1 .te-main-menu > ul > li > ul {
    display: block;
    width: auto;
    min-width: 220px;
    max-width: min(320px, 92vw);
    white-space: normal;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu > li,
  .header-area.style-1 .te-main-menu > ul > li > ul > li {
    display: block;
    float: none;
    width: 100%;
  }

  .header-area.style-1 .te-main-menu ul.te-submenu > li > a,
  .header-area.style-1 .te-main-menu > ul > li > ul > li > a {
    display: block;
    white-space: normal;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
  }

  .header-area.style-1 .te-header-btn {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
  }

  .header-area.style-1 .te-header-btn .te-cta-btn {
    white-space: nowrap;
  }

  .header-area.style-1 .te-logo .aibt-wordmark--header {
    height: 40px;
    max-width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-1 .te-main-menu > ul > li > a {
    padding: 38px 8px;
    font-size: 14px;
  }
}

/* Startseite — Hero-Titel gross, mehr Luft oben & zum Hero-Bild (alle Geräte) */
.banner-area.style-1 {
  padding-top: 148px;
  padding-bottom: 72px;
}

.banner-area.style-1 .te-banner-content {
  margin-top: 0;
  padding-top: 1.5rem;
}

.banner-area.style-1 .gradient-title {
  margin-top: 0;
  margin-bottom: 4.5rem;
  font-size: clamp(4.25rem, 9.5vw + 0.25rem, 9.75rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

/* Startseite — Hero James: ein Block, eine Grösse, Hirni-Gradient */
.banner-area.style-1 .aibt-hero-james-unified.gradient-title {
  margin-bottom: 4rem;
  font-size: clamp(2.85rem, 5.8vw + 0.35rem, 5.25rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-area.style-1 .aibt-hero-james-unified.gradient-title {
    font-size: clamp(3rem, 5.5vw + 0.25rem, 4.75rem);
    margin-bottom: 4.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-area.style-1 .aibt-hero-james-unified.gradient-title {
    font-size: 5.25rem;
    margin-bottom: 4.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.style-1 .aibt-hero-james-unified.gradient-title {
    font-size: clamp(2.35rem, 9vw, 3.35rem);
    line-height: 1.14;
    margin-bottom: 3.25rem;
  }
}

.banner-area.style-1 .banner-content-row {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-area.style-1 {
    padding-top: 136px;
  }

  .banner-area.style-1 .te-banner-content {
    padding-top: 1.25rem;
  }

  .banner-area.style-1 .gradient-title {
    margin-bottom: 4.75rem;
    font-size: clamp(4.5rem, 8.5vw + 0.25rem, 8.5rem);
  }
}

@media only screen and (min-width: 1200px) {
  .banner-area.style-1 {
    padding-top: 158px;
  }

  .banner-area.style-1 .gradient-title {
    margin-bottom: 5.5rem;
    font-size: 9.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.style-1 {
    padding-top: 108px;
    padding-bottom: 56px;
  }

  .banner-area.style-1 .te-banner-content {
    padding-top: 1rem;
  }

  .banner-area.style-1 .gradient-title {
    margin-bottom: 4rem;
    font-size: clamp(3.75rem, 13vw, 5.25rem);
    letter-spacing: -0.02em;
  }

  /* Boarding-Karte: voller Inhalt sichtbar (Logo + Text + Button) */
  .banner-area.style-1 .banner-content-row {
    overflow: visible;
  }

  .banner-area.style-1 .banner-content-row > .col-lg-4 {
    overflow: visible;
    height: auto;
    max-height: none;
  }

  .banner-area.style-1 .banner-info-card.style-1 {
    overflow: visible;
    height: auto;
    max-height: none;
    padding: 1.5rem 1.25rem 1.75rem;
    margin-top: 0.75rem;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .banner-area.style-1 .banner-info-card .aibt-chat-frame {
    overflow: visible;
    height: auto;
    max-height: none;
    margin: 0 auto 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-area.style-1 .banner-info-card .aibt-chat-frame .aibt-logo--full {
    max-height: min(300px, 62vw);
    width: auto;
    max-width: min(360px, 94vw);
    margin: 0 auto;
    object-fit: contain;
    display: block;
  }

  .banner-area.style-1 .banner-info-card .content-wrapper {
    display: block;
    overflow: visible;
    height: auto;
    visibility: visible;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    max-width: 22rem;
  }

  .banner-area.style-1 .banner-info-card .content-wrapper p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .banner-area.style-1 .banner-info-card .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
    overflow: visible;
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .banner-area.style-1 .banner-info-card .btn-wrapper .te-theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .banner-area.style-1 .banner-content-row .blur-shape {
    display: none;
  }

  /* Hero: sichtbare Schweb-Animation (kein Maus-Tilt auf Touch) */
  .banner-image.aibt-hero-frame {
    overflow: visible;
  }

  .banner-image.aibt-hero-frame .tilt-animate,
  .banner-image.aibt-hero-frame .tilt-animate.aibt-hero-touch-motion {
    animation: aibt-hero-touch-float 6s ease-in-out infinite !important;
    will-change: transform;
  }
}

/* Hero-Bild: Touch-Geräte (auch grosse Phones) */
@media (hover: none), (pointer: coarse) {
  .banner-image.aibt-hero-frame .tilt-animate.aibt-hero-touch-motion,
  .banner-image.aibt-hero-frame .tilt-animate {
    animation: aibt-hero-touch-float 6s ease-in-out infinite;
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-image.aibt-hero-frame .tilt-animate {
    animation: none !important;
  }
}

@keyframes aibt-hero-touch-float {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.03) translate3d(0, -10px, 0);
  }
}

/* AIBT wordmark — Sidebar / Fallback (Header-Grösse siehe .header-area oben) */
.te-mobile-menu .aibt-wordmark--header,
.te-menu-sidebar-logo .aibt-wordmark--header {
  height: clamp(40px, 10vw, 52px);
  width: auto;
  max-width: min(240px, 70vw);
  object-fit: contain;
  display: block;
}

.footer.style-1 .te-footer-logo .aibt-wordmark--footer,
.footer-widget .aibt-wordmark--footer {
  height: 72px;
  width: auto;
  max-width: min(350px, 85vw);
  object-fit: contain;
  display: block;
}

.footer.style-1 .te-footer-logo {
  margin-bottom: 1.5rem;
}

/* Footer: grüne Trennlinien — überall gleicher Abstand (right: 20px) */
.footer.style-1 .te-footer-widget-wrapper:nth-child(1)::before,
.footer.style-1 .te-footer-widget-wrapper:nth-child(2)::before,
.footer.style-1 .te-footer-widget-wrapper:nth-child(3)::before {
  right: 20px;
}

@media only screen and (min-width: 1200px) {
  /* Logo-Spalte: Inhalt endet vor der Linie (Template-Padding 30px) */
  .footer.style-1 .te-footer-widget-wrapper:nth-child(1) .te-footer-widget-info {
    padding-right: 30px;
  }

  .footer.style-1 .te-footer-widget-wrapper:nth-child(1) .te-footer-logo .aibt-wordmark {
    max-width: 100%;
  }
}

/* Hero + side panel imagery */
.banner-image.aibt-hero-frame,
.banner-info-card .aibt-chat-frame {
  border-radius: 20px;
  overflow: hidden;
}

.banner-image.aibt-hero-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.banner-info-card .aibt-chat-frame {
  margin-bottom: 24px;
  background: #050810;
}

.banner-info-card .aibt-chat-frame .aibt-chat-logo,
.banner-info-card .aibt-chat-frame .aibt-logo--full {
  width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 20px;
  object-fit: contain;
}

/* Tablet (gestapelte Banner-Spalte): Logo unter Hero grösser */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.style-1 .banner-info-card .aibt-chat-frame .aibt-logo--full {
    max-height: min(300px, 42vw);
    width: auto;
    max-width: min(360px, 72vw);
    margin: 0 auto;
    display: block;
  }
}

/* Mobile sidebar — Hauptmenü sichtbar, Untermenüs dynamisch (MeanMenu) */
.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav {
  margin-top: 0 !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-bar {
  min-height: 0 !important;
  padding: 0 !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  float: none !important;
  width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav li.aibt-has-submenu > ul {
  display: none;
  position: static !important;
  float: none !important;
  width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0.75rem !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav li.aibt-submenu-open > ul {
  display: block !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav ul li {
  float: none !important;
  width: 100% !important;
  position: relative;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav ul li > a:first-child {
  float: none !important;
  display: block !important;
  width: 100% !important;
  padding-right: 2.75rem !important;
  position: relative !important;
  z-index: 2;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: rgba(2, 193, 115, 0.25);
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container a.meanmenu-reveal {
  display: none !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container a.mean-expand {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.75rem;
  z-index: 3;
  font-size: 1.25rem;
  font-weight: 700;
  color: #02c173 !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: rgba(2, 193, 115, 0.25);
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container a.mean-expand.mean-clicked {
  color: #ffffff !important;
}

.te-menu-sidebar-area .te-mobile-nav-menu .mean-container .mean-nav ul li.aibt-menu-label span {
  padding: 12px 0 4px;
}

/* Mobile sidebar: leichtgewichtig (kein schweres Boarding-Embed) */
@media only screen and (max-width: 767px) {
  .te-menu-sidebar-area .aibt-boarding-content--sidebar-full {
    display: none;
  }

  .te-menu-sidebar-area .aibt-sidebar-boarding-teaser {
    margin: 0.5rem 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .te-menu-sidebar-area .aibt-sidebar-boarding-teaser a {
    color: #67e8f9;
    text-decoration: underline;
  }

  .te-menu-sidebar-area .aibt-sidebar-contact-btn {
    margin-top: 0.5rem;
  }
}

/* Vision page — Story-Scroll (2 Bilder untereinander + Text) */
.aibt-vision-page {
  padding-bottom: 64px;
}

.aibt-vision-page .aibt-vision-lead {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-vision-page .aibt-vision-chapter {
  margin-bottom: 4rem;
}

.aibt-vision-page .aibt-vision-chapter:last-child {
  margin-bottom: 0;
}

.aibt-vision-page .aibt-vision-chapter-label {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02c173;
}

.aibt-vision-page .aibt-vision-images {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.aibt-vision-page .aibt-vision-figure {
  margin: 0;
}

.aibt-vision-page .aibt-vision-image-frame {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.aibt-vision-page .aibt-vision-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.aibt-vision-page .aibt-vision-text {
  max-width: 40rem;
  margin: 2rem auto 0;
  text-align: center;
}

.aibt-vision-page .aibt-vision-headline {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.aibt-vision-page .aibt-vision-text p,
.aibt-vision-page .aibt-vision-body {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}

.aibt-vision-page .aibt-vision-body {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aibt-vision-page .aibt-vision-text p:last-child {
  margin-bottom: 0;
}

.aibt-vision-page .aibt-vision-headline--placeholder,
.aibt-vision-page .aibt-vision-text-placeholder {
  color: rgba(255, 255, 255, 0.38);
  font-style: italic;
}

@media (min-width: 992px) {
  .aibt-vision-page .aibt-vision-chapter {
    margin-bottom: 5rem;
  }

  .aibt-vision-page .aibt-vision-images {
    gap: 1.5rem;
  }

  .aibt-vision-page .aibt-vision-text {
    margin-top: 2.5rem;
  }
}

/* Innovation — Video */
.aibt-innovation-video-page.service-details-page {
  padding-top: 32px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .aibt-innovation-video-page.service-details-page {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

.aibt-innovation-video-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
}

.aibt-innovation-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  background: #050810;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}

.aibt-innovation-video-start {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 1.5rem;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: rgba(5, 8, 16, 0.72);
  color: #fff;
  font: inherit;
  transition: background 0.2s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.aibt-innovation-video-start:hover,
.aibt-innovation-video-start:focus-visible {
  background: rgba(5, 8, 16, 0.85);
  outline: 2px solid #02c173;
  outline-offset: 2px;
}

.aibt-innovation-video-start-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 0.2rem;
  box-shadow: 0 8px 28px rgba(102, 126, 234, 0.45);
}

.aibt-innovation-video-start-label {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.aibt-innovation-video-wrap.is-playing .aibt-innovation-video-start {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.aibt-innovation-video-caption {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Innovation — James Evolution (HTML/CSS Board) */
.aibt-james-evolution {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, rgba(2, 193, 115, 0.05) 0%, transparent 100%);
}

.aibt-james-evolution--intro {
  padding-bottom: 2rem;
}

.aibt-evolution-board-header {
  margin-bottom: 2.25rem;
}

.aibt-evolution-board-title {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
  line-height: 1.15;
}

.aibt-evolution-board-title-accent {
  background: linear-gradient(90deg, #a855f7 0%, #6366f1 55%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.aibt-evolution-board-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.5;
}

.aibt-evolution-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  .aibt-evolution-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .aibt-evolution-board {
    grid-template-columns: 1fr;
  }
}

.aibt-evolution-col {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(8, 16, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}

.aibt-evolution-col--v1 { border-top: 3px solid #02c173; box-shadow: inset 0 1px 0 rgba(2, 193, 115, 0.15); }
.aibt-evolution-col--v2 { border-top: 3px solid #ff9f43; box-shadow: inset 0 1px 0 rgba(255, 159, 67, 0.15); }
.aibt-evolution-col--v3 { border-top: 3px solid #4da3ff; box-shadow: inset 0 1px 0 rgba(77, 163, 255, 0.15); }
.aibt-evolution-col--v4 { border-top: 3px solid #a855f7; box-shadow: inset 0 1px 0 rgba(168, 85, 247, 0.15); }

.aibt-evolution-timeline {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
  color: #0a1628;
}

.aibt-evolution-col--v1 .aibt-evolution-timeline { background: #02c173; }
.aibt-evolution-col--v2 .aibt-evolution-timeline { background: #ff9f43; }
.aibt-evolution-col--v3 .aibt-evolution-timeline { background: #4da3ff; }
.aibt-evolution-col--v4 .aibt-evolution-timeline { background: #a855f7; color: #fff; }

.aibt-evolution-col-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.aibt-evolution-version {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.15rem;
}

.aibt-evolution-col-text {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.aibt-evolution-visual {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.aibt-evolution-visual--stack {
  gap: 0.5rem;
}

.aibt-evolution-visual-item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
}

.aibt-evolution-visual-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.aibt-evolution-pill {
  margin: 0;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  color: #0a1628;
}

.aibt-evolution-col--v1 .aibt-evolution-pill { background: #02c173; }
.aibt-evolution-col--v2 .aibt-evolution-pill { background: #ff9f43; }
.aibt-evolution-col--v3 .aibt-evolution-pill { background: #4da3ff; }
.aibt-evolution-col--v4 .aibt-evolution-pill { background: #a855f7; color: #fff; }

.aibt-evolution-values {
  border-radius: 14px;
  padding: 1.35rem 1.25rem 1.15rem;
  background: rgba(8, 16, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aibt-evolution-values-lead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aibt-evolution-heart {
  font-size: 1.75rem;
  line-height: 1;
}

.aibt-evolution-values-lead p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.45;
}

.aibt-evolution-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .aibt-evolution-values-grid {
    grid-template-columns: 1fr;
  }
}

.aibt-evolution-value h4 {
  font-size: 0.88rem;
  color: #fff;
  margin: 0.35rem 0 0.35rem;
}

.aibt-evolution-value p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.aibt-evolution-value-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(168, 85, 247, 0.15);
  color: #c084fc;
  font-size: 0.95rem;
}

.aibt-evolution-roadmap {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.aibt-evolution-roadmap strong {
  color: #02c173;
}

/* Über uns */
.aibt-about-content .title {
  margin-bottom: 1.25rem;
}

.aibt-about-content p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-about-content p:last-child {
  margin-bottom: 0;
}

.aibt-about-page.about-feature-area,
.aibt-about-home.about-feature-area,
.aibt-produkte-page.about-feature-area {
  padding-top: 48px;
  padding-bottom: 80px;
}

.aibt-about-page [id],
.aibt-produkte-page [id],
.aibt-projekte-page [id],
.aibt-about-home [id] {
  scroll-margin-top: 100px;
}

/* Navigation — Menü-Labels & verschachtelte Untermenüs */
.aibt-menu-label {
  pointer-events: none;
  list-style: none;
}

.aibt-menu-label span {
  display: block;
  padding: 14px 0 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #02c173;
  border-top: 1px solid rgba(2, 193, 115, 0.25);
  margin-top: 6px;
}

.te-main-menu ul ul li.aibt-menu-label:first-child span {
  border-top: 0;
  margin-top: 0;
  padding-top: 8px;
}

.te-main-menu ul ul ul {
  padding-left: 0;
}

.te-main-menu ul ul ul li a {
  font-size: 0.9375rem;
  padding-left: 0.25rem;
}

.te-main-menu ul ul ul ul li a {
  font-size: 0.875rem;
  opacity: 0.92;
}

/* Produkte / Projekte — Sektionen */
.aibt-nav-sections {
  margin-top: 2rem;
  padding-bottom: 3rem;
}

.aibt-nav-section {
  margin-bottom: 1.25rem;
}

.aibt-nav-section-card {
  padding: 1.5rem 1.75rem;
}

.aibt-nav-section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #ffffff;
}

.aibt-nav-section-intro {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

/* Produkte — Intro-Sektionen ohne Partial (Websites, Initiativen, …) */
.aibt-produkte-page .aibt-nav-section-card:not(.aibt-produkte-rich-card) {
  padding: 2rem 1.75rem 2.25rem;
  text-align: left;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.aibt-produkte-page .aibt-nav-section-card:not(.aibt-produkte-rich-card) .aibt-nav-section-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

/* Produkte — Werte & James (Volltext) */
.aibt-produkte-rich-card {
  padding: 2rem 1.75rem 2.25rem;
  text-align: left;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.aibt-produkte-rich-card p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-produkte-rich-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #ffffff;
}

.aibt-produkte-rich-kicker {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #02c173;
}

.aibt-produkte-rich-kicker--one-line {
  white-space: nowrap;
}

.aibt-verein-hero-figure,
.aibt-verein-mitglied-figure,
.aibt-verein-spenden-figure {
  margin: 0 0 2rem;
}

.aibt-mitglied-fees-list li {
  margin-bottom: 0.35rem;
}

@media only screen and (max-width: 767px) {
  .aibt-produkte-rich-kicker--one-line {
    white-space: normal;
  }
}

.aibt-produkte-rich-figure {
  margin: 0 0 2rem;
  line-height: 0;
}

.aibt-produkte-rich-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(2, 193, 115, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.aibt-produkte-rich-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #02c173;
}

.aibt-produkte-rich-emphasis {
  font-weight: 600;
  color: #ffffff;
}

.aibt-produkte-rich-closing {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.aibt-produkte-rich-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  max-width: none;
}

.aibt-produkte-rich-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.aibt-produkte-rich-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #02c173;
  font-size: 0.75rem;
  top: 0.2rem;
}

.aibt-produkte-feature-list li {
  margin-bottom: 1rem;
}

.aibt-produkte-feature-list li strong {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.aibt-produkte-divider {
  margin: 2rem 0;
  max-width: 12rem;
  border: 0;
  border-top: 1px solid rgba(2, 193, 115, 0.45);
}

.aibt-produkte-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
}

.aibt-produkte-actions .te-theme-btn {
  margin: 0;
}

.aibt-produkte-rich-subheading {
  color: #02c173;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.75rem 0 0.75rem;
}

.aibt-verein-block {
  margin-top: 0.5rem;
}

.aibt-verein-form .aibt-form-label,
.aibt-spenden-page .aibt-form-label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.aibt-form-input,
.aibt-form-select,
.aibt-form-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(2, 193, 115, 0.35);
  border-radius: 8px;
  color: #fff;
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.75rem;
}

.aibt-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.aibt-form-hint {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  margin: 0 0 1rem;
}

.aibt-spenden-page .aibt-spenden-card {
  padding: 2rem 1.75rem;
}

.aibt-spenden-title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.aibt-spenden-lead {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}

.aibt-spenden-back {
  margin-top: 1.25rem;
}

.aibt-spenden-back a {
  color: #02c173;
}

.aibt-spenden-methods label {
  display: block;
  margin-bottom: 0.75rem;
}

.aibt-spenden-summary p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .aibt-produkte-rich-card {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .aibt-produkte-divider {
    margin: 1.5rem 0;
  }
}

.aibt-produkte-page .about-us-card a:not(.te-theme-btn) {
  color: #02c173;
}

.aibt-produkte-page .about-us-card .te-theme-btn.blue-btn {
  color: #060606;
}

.aibt-produkte-page .about-us-card .te-theme-btn.blue-btn:hover,
.aibt-produkte-page .about-us-card .te-theme-btn.blue-btn:focus {
  color: #ffffff;
}

/* Über uns — James & KI-Team */
.aibt-about-james {
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.aibt-about-home .aibt-about-james {
  margin-top: 2.5rem;
}

.aibt-james-avatar-wrap {
  display: inline-block;
  max-width: 280px;
  margin: 0 auto;
}

.aibt-james-avatar {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 174, 239, 0.25);
}

.aibt-ai-team-card {
  text-align: center;
  min-height: 100%;
}

.aibt-ai-team-card .aibt-team-name {
  margin-top: 0;
}

/* Startseite — Technologie-Partner (Marquee) */
.aibt-tools-partners {
  padding: 48px 0 64px;
  overflow: hidden;
}

.aibt-tools-marquee.te-marquee-area {
  padding-top: 32px;
  padding-bottom: 8px;
}

.aibt-tools-marquee .te-marquee-wrapper {
  gap: 36px;
}

.aibt-tools-marquee .single-te-marquee .te-marquee-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.aibt-tools-marquee .aibt-marquee-sep {
  width: auto;
  font-size: clamp(1.25rem, 3vw, 2rem);
  color: #02c173;
  -webkit-text-fill-color: #02c173;
  -webkit-text-stroke-width: 0;
}

.aibt-tools-marquee .second-te-marquee .single-te-marquee:nth-child(odd) .te-marquee-title {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

.aibt-tools-privacy {
  margin: 2rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(2, 193, 115, 0.25);
  padding-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .aibt-tools-partners {
    padding: 32px 0 48px;
  }

  .aibt-tools-marquee.te-marquee-area {
    padding-top: 20px;
  }
}

.aibt-about-home .te-section-title {
  margin-bottom: 2rem;
}

.aibt-about-intro {
  margin-bottom: 0;
}

/* SEO — klare Einleitung pro Sektion (2 Sätze, gut lesbar & indexierbar) */
.aibt-seo-lead {
  margin: 0 0 1.35rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid #02c173;
  background: rgba(2, 193, 115, 0.09);
  border-radius: 0 10px 10px 0;
}

.aibt-seo-lead p {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.aibt-seo-lead p:last-child {
  margin-bottom: 0;
}

.aibt-seo-lead--page-intro {
  margin-bottom: 0;
  text-align: left;
}

.aibt-page-seo-intro.aibt-about-intro {
  padding: 1.25rem 1.35rem;
}

/* Über uns: klarer Abstand Einleitungsspalte → Fliesstext (padding, kein Margin-Collapse) */
.aibt-about-page .about-us-card.aibt-about-intro > .aibt-seo-lead--page-intro {
  margin-bottom: 0;
}

.aibt-about-page .about-us-card.aibt-about-intro > .aibt-about-content {
  margin-top: 0;
  padding-top: 4.5rem;
}

.aibt-about-page .about-us-card.aibt-about-intro > .aibt-about-content > p:first-child {
  margin-top: 0;
}

.aibt-projekte-page .aibt-seo-lead--page-intro,
.aibt-initiativen-page .aibt-seo-lead--page-intro {
  text-align: center;
}

.aibt-projekte-page .aibt-seo-lead--page-intro p,
.aibt-initiativen-page .aibt-seo-lead--page-intro p {
  text-align: center;
}

.aibt-projekte-page .aibt-about-intro,
.aibt-projekte-page .aibt-about-intro .te-section-content,
.aibt-projekte-page .aibt-about-intro .aibt-about-content,
.aibt-projekte-page .aibt-about-intro .aibt-about-content p {
  text-align: center;
}

.aibt-about-team {
  margin-top: 3.5rem;
  padding-bottom: 1rem;
}

.aibt-team-card {
  height: 100%;
  text-align: center;
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aibt-team-photo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.aibt-team-photo {
  width: 180px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.aibt-team-name {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.aibt-team-role {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #02c173;
}

.aibt-team-bio {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.aibt-team-profile-link-wrap {
  margin: 1.15rem 0 0;
}

.aibt-team-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #02c173;
  text-decoration: none;
}

.aibt-team-profile-link::after {
  content: "→";
}

.aibt-team-profile-link:hover,
.aibt-team-profile-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

/* Team-Profilseite */
.aibt-team-profile-page {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.aibt-team-profile-page .page-breadcrumb-area {
  min-height: 0;
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}

.aibt-team-profile-page .te-page-heading .te-page-title {
  font-size: clamp(2.15rem, 5.5vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
  font-weight: 800;
  color: #ffffff;
}

.aibt-team-profile-page .aibt-team-profile-name {
  display: none;
}

.aibt-team-profile-page .te-breadcrumb-list {
  margin-top: 0.65rem;
}

.aibt-team-profile-page .te-breadcrumb-list,
.aibt-team-profile-page .te-breadcrumb-list a,
.aibt-team-profile-page .te-breadcrumb-list li.active {
  font-size: 0.875rem;
}

.aibt-team-profile {
  max-width: 52rem;
  margin: 0 auto;
}

.aibt-team-profile-back {
  margin: 0 0 1.25rem;
}

.aibt-team-profile-back a {
  color: #02c173;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
}

.aibt-team-profile-back a:hover,
.aibt-team-profile-back a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.aibt-team-profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.65rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aibt-team-profile-photo-wrap {
  flex: 0 0 auto;
}

.aibt-team-profile-photo {
  width: 168px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.aibt-team-profile-intro {
  flex: 1 1 16rem;
  min-width: 0;
  padding-top: 0.15rem;
}

.aibt-team-profile-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #02c173;
}

.aibt-team-profile-name {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.aibt-team-profile-role {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.aibt-team-profile-body {
  padding: 1.5rem 1.65rem 1.65rem;
  text-align: left;
}

.aibt-team-profile-section-title {
  margin: 1.65rem 0 0.65rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #02c173;
}

.aibt-team-profile-body > .aibt-team-profile-section-title:first-child,
.aibt-team-profile-body > .aibt-team-profile-text:first-child {
  margin-top: 0;
}

.aibt-team-profile-text {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.86);
}

.aibt-team-profile-text:last-child {
  margin-bottom: 0;
}

.aibt-team-profile-list {
  margin: 0 0 0.9rem;
  padding-left: 1.2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.aibt-team-profile-list li {
  margin-bottom: 0.35rem;
}

.aibt-team-profile-list li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .aibt-team-profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .aibt-team-profile-intro {
    padding-top: 0;
  }

  .aibt-team-profile-photo {
    width: 148px;
  }
}

/* Beratung — gleiche Titelgrössen wie Team / Über-uns-Karten */
.aibt-about-advisory {
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.aibt-advisory-card {
  padding: 1.75rem;
  text-align: center;
}

.aibt-about-page .aibt-advisory-title.title,
.aibt-about-home .aibt-advisory-title.title {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0 0 0.35rem;
  letter-spacing: normal;
  font-weight: 700;
}

.aibt-about-page .aibt-advisory-name.title,
.aibt-about-home .aibt-advisory-name.title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 1.25rem;
  letter-spacing: normal;
  font-weight: 600;
  color: #ffffff;
}

.aibt-advisory-text {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

.aibt-advisory-text--last {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .aibt-about-team {
    margin-top: 2.5rem;
  }

  .aibt-about-advisory {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .aibt-advisory-card {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .aibt-team-photo {
    width: 160px;
  }
}

/* Vision · Mission · Innovation · Boarding Time — Quer-Navigation */
.aibt-journey-nav {
  padding: 3rem 0 4.5rem;
  border-top: 1px solid rgba(2, 193, 115, 0.22);
  background: linear-gradient(180deg, rgba(2, 193, 115, 0.04) 0%, transparent 48%);
}

.aibt-journey-nav-inner {
  max-width: 52rem;
  margin: 0 auto;
}

.aibt-journey-nav-heading.te-section-title {
  margin-bottom: 1.75rem;
}

.aibt-journey-nav-title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.aibt-journey-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.15rem;
}

.aibt-journey-nav-sep {
  color: rgba(2, 193, 115, 0.45);
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0 0.35rem;
  user-select: none;
}

.aibt-journey-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.aibt-journey-nav-link-icon {
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  color: #02c173;
}

.aibt-journey-nav-link:hover,
.aibt-journey-nav-link:focus-visible {
  color: #02c173;
  border-color: rgba(2, 193, 115, 0.45);
  background: rgba(2, 193, 115, 0.08);
  outline: none;
}

.aibt-journey-nav-link:hover .aibt-journey-nav-link-icon,
.aibt-journey-nav-link:focus-visible .aibt-journey-nav-link-icon {
  opacity: 1;
  transform: translateX(0);
}

.aibt-vision-page.aibt-story-scroll {
  padding-bottom: 0;
}

.aibt-innovation-video-page.service-details-page {
  padding-bottom: 0;
}

/* Boarding Time — Text & Adresse unter dem Video */
.aibt-boarding-content {
  padding: 3rem 0 1rem;
  scroll-margin-top: 100px;
}

.aibt-boarding-block {
  text-align: center;
  padding: 0 0.5rem;
}

.aibt-boarding-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3.2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.aibt-boarding-text {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-boarding-divider {
  margin: 2.5rem auto;
  max-width: 12rem;
  border: 0;
  border-top: 1px solid rgba(2, 193, 115, 0.45);
  opacity: 1;
}

.aibt-boarding-address {
  margin-top: 3rem;
  padding: 2rem 1.75rem;
  text-align: center;
}

.aibt-boarding-address-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #02c173;
}

.aibt-boarding-address-line {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-boarding-address-line a {
  color: #02c173;
  text-decoration: none;
}

.aibt-boarding-address-line a:hover,
.aibt-boarding-address-line a:focus-visible {
  text-decoration: underline;
}

.aibt-boarding-cta {
  margin: 1.5rem 0 0;
}

.aibt-boarding-invest-link-wrap {
  margin: 1.25rem 0 0;
}

.aibt-boarding-invest-more-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #02c173;
  text-decoration: none;
}

.aibt-boarding-invest-more-link:hover,
.aibt-boarding-invest-more-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.aibt-boarding-invest-note {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.aibt-boarding-invest-page {
  padding: 2rem 0 4rem;
  scroll-margin-top: 100px;
}

.aibt-boarding-invest-card {
  padding: 2rem 1.75rem 2.5rem;
  text-align: left;
}

.aibt-boarding-invest-card p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-boarding-invest-title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}

.aibt-boarding-invest-page .aibt-boarding-invest-card > .aibt-seo-lead--page-intro {
  margin-bottom: 3.25rem;
}

.aibt-manifest-page-intro p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-manifest-page-intro p:last-child {
  margin-bottom: 0;
}

.aibt-boarding-invest-lead {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #02c173;
  text-align: left;
}

.aibt-boarding-invest-heading {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #02c173;
}

.aibt-boarding-invest-emphasis {
  font-weight: 600;
  color: #ffffff;
}

.aibt-boarding-invest-list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-boarding-invest-list li {
  margin-bottom: 0.35rem;
  line-height: 1.65;
}

.aibt-boarding-invest-back {
  margin: 1.5rem 0 0;
  text-align: center;
}

.aibt-boarding-invest-back a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  text-decoration: none;
}

.aibt-boarding-invest-back a:hover,
.aibt-boarding-invest-back a:focus-visible {
  color: #02c173;
}

.aibt-boarding-invest-page .aibt-boarding-divider {
  margin: 2rem auto;
}

.aibt-boarding-invest-page .aibt-boarding-cta {
  text-align: center;
  margin-top: 2rem;
}

/* Blog — AIBT Beiträge */
.aibt-blog-page .te-post-item .te-post-thumbnail.aibt-blog-card-photo {
  width: 104px;
  max-width: 104px;
  margin: 1.25rem 0 1rem;
  border-radius: 12px;
  overflow: hidden;
}

.aibt-blog-page .te-post-item .te-post-thumbnail.aibt-blog-card-photo img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 12px;
}

.aibt-blog-page .aibt-blog-sidebar .te_widget_latest_post ul li.aibt-blog-sidebar-item {
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.aibt-blog-page .aibt-blog-sidebar-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
}

.aibt-blog-page .aibt-blog-sidebar .te-latest-post-thumb {
  width: 96px;
  height: 96px;
}

.aibt-blog-page .aibt-blog-sidebar .te-latest-post-thumb img {
  object-position: center 12%;
}

.aibt-blog-page .aibt-blog-sidebar-interview {
  margin: 0;
  max-width: 16rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

.aibt-blog-page .te-post-content,
.aibt-blog-post-body {
  color: rgba(255, 255, 255, 0.88);
}

.aibt-blog-card-subtitle,
.aibt-blog-detail-subtitle {
  margin: 0.35rem 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #02c173;
}

.aibt-blog-detail-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
}

/* Blog-Detail — Kopf wie Team-Profil (Bild links, Titel rechts) */
.aibt-blog-page .aibt-blog-article-hero {
  margin: 0 0 2rem;
  text-align: left;
}

.aibt-blog-page .aibt-blog-article-hero-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
  color: #ffffff;
}

.aibt-blog-page .aibt-blog-article-hero-subtitle {
  margin: 0 0 0.75rem;
}

.aibt-blog-page .aibt-blog-article-hero-author {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0 0 0.85rem;
}

.aibt-blog-page .aibt-blog-article-hero-meta {
  margin: 0;
  font-size: 0.875rem;
}

.aibt-blog-page .aibt-blog-article-hero-meta span {
  margin-right: 1rem;
}

.aibt-blog-author-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 2rem;
  gap: 0.85rem;
}

.aibt-blog-author-head img {
  width: min(200px, 52vw);
  height: auto;
  max-height: 260px;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 16px;
  border: 2px solid rgba(2, 193, 115, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.aibt-blog-author-head-caption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  max-width: 22rem;
}

.aibt-blog-author-head-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.aibt-blog-author-head-role {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.aibt-blog-interview-lead {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
}

.aibt-blog-interview-question {
  margin: 0 0 1.75rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.aibt-blog-subtitle {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #02c173;
}

.aibt-blog-name {
  margin: 0.5rem 0 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}

.aibt-blog-goal-intro {
  margin-top: 1.25rem;
  font-weight: 600;
  color: #02c173;
}

.aibt-blog-goal-list {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  line-height: 1.85;
}

.aibt-blog-post-body p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.aibt-blog-tag {
  display: inline-block;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(2, 193, 115, 0.35);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-blog-back {
  margin-top: 2rem;
}

.aibt-blog-back a {
  color: #02c173;
  text-decoration: none;
}

.aibt-blog-back a:hover,
.aibt-blog-back a:focus-visible {
  text-decoration: underline;
}

.aibt-blog-empty {
  color: rgba(255, 255, 255, 0.8);
}

/* Startseite — Produkte-Karten: Bild vollständig im Kasten */
.aibt-home-produkte .te-info-card.style-2 {
  padding: 0;
  overflow: hidden;
}

.aibt-home-produkte .te-info-card.style-2 .te-info-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aibt-home-produkte .te-info-card.style-2 .image {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 12px 12px 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aibt-home-produkte .te-info-card.style-2 .image a.aibt-image-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  text-decoration: none;
}

.aibt-home-produkte .te-info-card.style-2 .image a.aibt-image-zoom::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(6, 6, 6, 0.65) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2302c173' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px no-repeat;
  opacity: 0.85;
  pointer-events: none;
}

.aibt-home-produkte .te-info-card.style-2 .image {
  position: relative;
}

.aibt-home-produkte .te-info-card.style-2 .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.aibt-produkte-page .aibt-produkte-rich-figure a.aibt-image-zoom,
.aibt-projekte-page .aibt-produkte-rich-figure a.aibt-image-zoom {
  display: block;
  cursor: zoom-in;
}

.mfp-aibt-image .mfp-img {
  padding: 0;
}

.mfp-aibt-image .mfp-title {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 0.5rem;
}

/* Lightbox: Seite soll beim Schliessen nicht nach oben springen */
html.aibt-mfp-scroll-lock {
  overflow: hidden;
}

html.aibt-mfp-scroll-lock body {
  overflow: hidden;
}

body.aibt-mfp-active .wow {
  animation-name: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mfp-aibt-image.mfp-removing .mfp-content,
.mfp-aibt-image.mfp-removing .mfp-figure {
  transition: opacity 0.12s ease-out;
  transform: none !important;
}

.aibt-home-produkte .te-info-card.style-2:hover .image img {
  transform: none;
}

.aibt-home-produkte .te-info-card.style-2 .te-content-wrapper {
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: left;
  align-items: flex-start;
}

.aibt-home-produkte .te-info-card.style-2 .te-title-wrapper {
  padding-bottom: 0.5rem;
}

.aibt-home-produkte .te-info-card.style-2 .content .desc {
  text-align: left;
}

.aibt-home-zielgruppen .te-process-step .title a,
.aibt-home-initiativen .te-process-step .title a {
  color: #ffffff;
  text-decoration: none;
}

.aibt-home-zielgruppen .te-process-step .title a:hover,
.aibt-home-initiativen .te-process-step .title a:hover,
.aibt-home-initiativen .te-process-step .title a:focus-visible {
  color: #02c173;
}

.aibt-home-initiativen .te-process-step.style-2 .icon-wrapper .aibt-home-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(3rem, 6vw, 4.5rem);
  color: #02c173;
}

.aibt-home-initiativen .aibt-home-step-icon--spenden {
  color: #f0c419;
}

.aibt-home-mitmachen .te-section-content p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0.75rem;
}

.aibt-home-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.aibt-home-verein-note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin: 0;
}

.aibt-home-faq .aibt-home-faq-header.te-section-title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.aibt-home-faq .aibt-home-faq-header .te-section-content {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.aibt-home-faq-lead {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.aibt-home-faq .image-card.aibt-home-faq-figure {
  margin-left: 0;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.aibt-home-faq .aibt-home-faq-figure a.aibt-image-zoom {
  display: block;
  height: 100%;
  cursor: zoom-in;
  position: relative;
}

.aibt-home-faq .aibt-home-faq-figure a.aibt-image-zoom::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(6, 6, 6, 0.65) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2302c173' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

.aibt-home-faq .aibt-home-faq-figure img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.aibt-home-faq .te-accordion-body p + p {
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .aibt-home-faq .aibt-home-faq-body {
    align-items: stretch;
  }

  .aibt-home-faq .aibt-home-faq-figure img {
    min-height: 100%;
    max-height: none;
  }
}

.aibt-home-testimonials-header.te-section-title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
}

.aibt-home-testimonials-header .te-section-content {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.aibt-home-testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.aibt-home-testimonial-card::before {
  pointer-events: none;
}

.aibt-home-testimonial-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: color 0.2s ease;
}

.aibt-home-testimonial-cta-link:hover,
.aibt-home-testimonial-cta-link:focus-visible {
  color: #02c173;
}

.aibt-home-testimonial-card .name {
  font-size: 1.125rem;
  margin: 0;
}

.aibt-home-testimonial-img {
  flex-shrink: 0;
}

.aibt-home-testimonial-img img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 12%;
}

.aibt-home-testimonials-all {
  margin: 2rem 0 0;
}

.aibt-home-testimonials-single {
  max-width: 42rem;
  margin: 0 auto;
}

.aibt-home-blog-subtitle {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #02c173;
}

.aibt-home-blog-excerpt {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.aibt-home-blog-btn {
  margin-top: 0.25rem;
}

.aibt-boarding-invest-card .te-theme-btn.blue-btn {
  color: #060606;
}

/* Sidebar (rechtes Menü) — Boarding Time */
.aibt-sidebar-boarding {
  margin-top: 1.5rem;
}

.aibt-sidebar-boarding-btn.te-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}

.aibt-boarding-content--sidebar {
  padding: 0;
  scroll-margin-top: 0;
  text-align: left;
}

.aibt-boarding-content--sidebar .aibt-boarding-block {
  text-align: left;
  padding: 0;
}

.aibt-boarding-content--sidebar .aibt-boarding-heading {
  font-size: 1.0625rem;
  margin-bottom: 0.65rem;
}

.aibt-boarding-content--sidebar .aibt-boarding-text {
  font-size: 0.9375rem;
  line-height: 1.65;
}

.aibt-boarding-content--sidebar .aibt-boarding-divider {
  margin: 1.25rem 0;
  max-width: 100%;
}

.aibt-boarding-content--sidebar .aibt-boarding-address {
  margin-top: 1.25rem;
  padding: 1.25rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(2, 193, 115, 0.2);
}

.aibt-boarding-content--sidebar .aibt-boarding-address-title {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.aibt-boarding-content--sidebar .aibt-boarding-address-line {
  font-size: 0.9375rem;
}

.aibt-sidebar-boarding-cta {
  margin: 1.25rem 0 0;
}

.aibt-sidebar-boarding-cta .te-theme-btn {
  width: 100%;
  justify-content: center;
}

.te-menu-sidebar-area .te-menu-sidebar-wrapper {
  overflow-y: auto;
}

/* Kontaktformular */
.contact-form-area .comment-respond,
.contact-form-area #kontakt-status {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-form-area .comment-respond > .title {
  text-align: center;
}

.contact-form-area .te-comment-form {
  text-align: left;
}

.aibt-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.aibt-contact-alert {
  max-width: 40rem;
  margin: 0 auto 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}

.aibt-contact-alert--success {
  color: #e8fff4;
  background: rgba(2, 193, 115, 0.15);
  border: 1px solid rgba(2, 193, 115, 0.45);
}

.aibt-contact-alert--error {
  color: #ffe8e8;
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.35);
}

.aibt-contact-alert a {
  color: #02c173;
  text-decoration: underline;
}

.aibt-contact-success-panel {
  max-width: 40rem;
  margin: 1rem auto 2rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border-radius: 20px;
  background: rgba(2, 193, 115, 0.12);
  border: 1px solid rgba(2, 193, 115, 0.5);
  scroll-margin-top: 120px;
}

.aibt-contact-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #02c173;
  color: #050810;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.aibt-contact-success-title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #ffffff;
}

.aibt-contact-success-text,
.aibt-contact-success-hint {
  margin: 0 auto 0.75rem;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.aibt-contact-success-hint {
  font-size: 0.9375rem;
  color: rgba(2, 193, 115, 0.95);
}

.aibt-contact-success-hint--muted {
  color: rgba(255, 255, 255, 0.65);
}

.aibt-contact-success-back {
  margin: 1.5rem 0 0;
}

.aibt-contact-success-back .te-theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Kontakt — Schweiz */
.aibt-contact-switzerland {
  padding: 4rem 0 5rem;
  margin-top: 1rem;
}

.contact-form-area {
  padding-bottom: 3rem;
}

.contact-form-area + .aibt-contact-switzerland {
  padding-top: 2rem;
}

.aibt-contact-switzerland-copy {
  margin-bottom: 2.5rem;
}

.aibt-contact-switzerland-lead {
  margin: 0 0 1.25rem;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.aibt-contact-switzerland-values {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: clamp(0.9375rem, 2.2vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #02c173;
}

.aibt-contact-switzerland-values > span:not(.aibt-contact-switzerland-sep) {
  white-space: nowrap;
}

.aibt-contact-switzerland-sep {
  color: rgba(2, 193, 115, 0.45);
  font-weight: 300;
  user-select: none;
}

.aibt-contact-switzerland-figure {
  margin: 0;
  line-height: 0;
}

.aibt-contact-switzerland-img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(2, 193, 115, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 767px) {
  .aibt-contact-switzerland {
    padding: 2.5rem 0 3.5rem;
  }

  .aibt-contact-switzerland-copy {
    margin-bottom: 1.75rem;
  }

  .aibt-contact-switzerland-values {
    gap: 0.25rem 0.35rem;
  }
}

@media only screen and (max-width: 767px) {
  .aibt-boarding-content {
    padding: 2rem 0 0.5rem;
  }

  .aibt-boarding-divider {
    margin: 2rem auto;
  }

  .aibt-boarding-address {
    margin-top: 2rem;
    padding: 1.5rem 1.25rem;
  }

  .aibt-journey-nav {
    padding: 2.25rem 0 3.25rem;
  }

  .aibt-journey-nav-links {
    gap: 0.5rem 0.1rem;
  }

  .aibt-journey-nav-link {
    padding: 0.4rem 0.65rem;
  }
}

/* Manifest — Investoren, Tabellen, Diagramme */
.aibt-manifest-page {
  padding: 2rem 0 1rem;
  scroll-margin-top: 100px;
}

.aibt-manifest-card {
  padding: 2rem 1.75rem 2.5rem;
  text-align: left;
}

.aibt-manifest-card p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.aibt-manifest-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02c173;
}

.aibt-manifest-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.aibt-manifest-lead {
  margin: 0 0 1.75rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.aibt-manifest-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.aibt-manifest-subheading {
  margin: 1.25rem 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.aibt-manifest-emphasis {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.125rem;
}

.aibt-manifest-investor-hint {
  margin: 1.25rem 0 0;
}

.aibt-manifest-investor-hint a {
  color: #02c173;
  font-weight: 600;
  text-decoration: none;
}

.aibt-manifest-investor-hint a:hover,
.aibt-manifest-investor-hint a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.aibt-manifest-table-wrap {
  margin: 1.25rem 0 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(2, 193, 115, 0.22);
}

.aibt-manifest-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.98rem;
  line-height: 1.6;
}

.aibt-manifest-table th,
.aibt-manifest-table td {
  padding: 1rem 1.1rem;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.aibt-manifest-table thead th {
  background: rgba(2, 193, 115, 0.12);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
}

.aibt-manifest-table tbody tr:last-child td {
  border-bottom: none;
}

.aibt-manifest-table--ecosystem th:first-child,
.aibt-manifest-table--ecosystem td:first-child {
  white-space: nowrap;
}

.aibt-manifest-diagram-label {
  margin: 0 0 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.aibt-manifest-phases {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 0 1.5rem;
}

.aibt-manifest-phase {
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.aibt-manifest-phase--highlight {
  border-color: rgba(2, 193, 115, 0.45);
  background: rgba(2, 193, 115, 0.06);
}

.aibt-manifest-phase-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

.aibt-manifest-phase-intro,
.aibt-manifest-phase-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.aibt-manifest-phase-intro {
  margin-bottom: 0.75rem;
}

.aibt-manifest-diagram {
  margin: 0;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.72rem, 2vw, 0.875rem);
  line-height: 1.45;
  color: #02c173;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  white-space: pre;
  border: 1px solid rgba(2, 193, 115, 0.2);
}

/* Investoren — V1–V4 Kompakt-Roadmap */
.aibt-invest-evolution {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  .aibt-invest-evolution {
    grid-template-columns: 1fr;
  }
}

.aibt-invest-evolution-item {
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.aibt-invest-evolution-item--is-today {
  border-color: rgba(2, 193, 115, 0.45);
  background: rgba(2, 193, 115, 0.06);
}

.aibt-invest-evolution-item--is-dev { border-top: 3px solid #ff9f43; }
.aibt-invest-evolution-item--is-planned { border-top: 3px solid #4da3ff; }
.aibt-invest-evolution-item--is-vision { border-top: 3px solid #a855f7; }

.aibt-invest-evolution-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.45rem;
}

.aibt-invest-evolution-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  color: #0a1628;
  background: rgba(255, 255, 255, 0.75);
}

.aibt-invest-evolution-item--is-today .aibt-invest-evolution-badge { background: #02c173; }
.aibt-invest-evolution-item--is-dev .aibt-invest-evolution-badge { background: #ff9f43; }
.aibt-invest-evolution-item--is-planned .aibt-invest-evolution-badge { background: #4da3ff; }
.aibt-invest-evolution-item--is-vision .aibt-invest-evolution-badge { background: #a855f7; color: #fff; }

.aibt-invest-evolution-version {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}

.aibt-invest-evolution-title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.aibt-invest-evolution-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width: 767px) {
  .aibt-manifest-card {
    padding: 1.5rem 1.15rem 2rem;
  }
}
