/*
Theme Name: EbiSoft Branchensoftware
Theme URI: https://ebisoft.de
Author: XeonEurope
Author URI: https://xeoneurope.com
Description: Modernes WordPress-Theme für EbiSoft – Branchensoftware für Busunternehmen, Logistik, SEV und Hotelbuchung. Design & Copyright by XeonEurope.
Version: 2.4.1
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ebisoft
License: Proprietary
*/

:root {
  --ebi-bg: #070a0e;
  --ebi-bg-soft: #0d1218;
  --ebi-panel: #10171f;
  --ebi-panel-2: #151e28;
  --ebi-white: #ffffff;
  --ebi-text: #edf2f7;
  --ebi-muted: #98a7b8;
  --ebi-orange: #ff7900;
  --ebi-orange-2: #ff9a26;
  --ebi-orange-dark: #d75b00;
  --ebi-line: rgba(255,255,255,.12);
  --ebi-shadow: 0 24px 70px rgba(0,0,0,.38);
  --ebi-radius: 18px;
  --ebi-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ebi-text); background: var(--ebi-bg); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img, video { max-width: 100%; height: auto; }
a { color: var(--ebi-orange); text-decoration: none; }
a:hover { color: var(--ebi-orange-2); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 18px; color: var(--ebi-white); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25rem; color: var(--ebi-muted); }
ul, ol { color: var(--ebi-muted); }
.container { width: min(calc(100% - 40px), var(--ebi-max)); margin-inline: auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.screen-reader-text:focus { left: 16px; top: 16px; z-index: 99999; padding: 12px 16px; color: #000; background: #fff; }

.ebi-topbar { position: relative; z-index: 101; background: linear-gradient(90deg, #8f3000, var(--ebi-orange), #9c3500); font-size: .82rem; }
.ebi-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ebi-topbar a { color: #fff; }
.ebi-topbar-contact, .ebi-topbar-links { display: flex; align-items: center; gap: 18px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,9,13,.95); border-bottom: 1px solid var(--ebi-line); backdrop-filter: blur(16px); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 20px; }
.site-branding { flex: 0 0 auto; }
.ebi-logo { display: inline-flex; flex-direction: column; line-height: 1; color: #fff; }
.ebi-logo:hover { color: #fff; }
.ebi-logo-image { display: block; max-width: 170px; width: min(170px, 100%); height: auto; }
.ebi-logo small { display:none; }
.ebi-logo-word { font-size: 2rem; font-weight: 800; letter-spacing: -.06em; }
.ebi-logo-word b { color: var(--ebi-orange); }
.custom-logo { max-height: 42px; width: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { display: flex; align-items: center; padding: 30px 13px; color: #f1f4f7; font-size: .86rem; font-weight: 750; text-transform: uppercase; letter-spacing: .02em; }
.primary-nav > ul > li.current-menu-item > a,
.primary-nav > ul > li.current-menu-ancestor > a,
.primary-nav > ul > li:hover > a { color: var(--ebi-orange); }
.primary-nav .menu-item-has-children > a::after { content: "⌄"; margin-left: 7px; font-size: .85rem; }
.primary-nav .sub-menu { position: absolute; left: 0; top: 100%; min-width: 290px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--ebi-line); border-radius: 0 0 14px 14px; background: #0b1117; box-shadow: var(--ebi-shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: flex; }
.primary-nav .sub-menu a { padding: 11px 13px; border-radius: 8px; text-transform: none; font-size: .9rem; }
.primary-nav .sub-menu a:hover { color: #fff; background: rgba(255,121,0,.13); }
.primary-nav .sub-menu .sub-menu { left: calc(100% - 4px); top: -12px; border-radius: 12px; }
.menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 10px; border: 1px solid var(--ebi-line); border-radius: 9px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }
.ebi-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--ebi-orange); border-radius: 7px; color: #fff; background: linear-gradient(135deg, var(--ebi-orange), #e55b00); box-shadow: 0 12px 26px rgba(255,121,0,.18); font-weight: 800; line-height: 1.15; transition: transform .2s, box-shadow .2s, background .2s; }
.ebi-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,121,0,.28); }
.ebi-btn--outline { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.28); box-shadow: none; }
.ebi-btn--light { color: #111; border-color: #fff; background: #fff; box-shadow: none; }
.ebi-btn--header { min-height: 46px; padding-inline: 18px; white-space: nowrap; text-transform: uppercase; font-size: .83rem; }
.ebi-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ebi-orange); font-weight: 800; }
.ebi-kicker { display: inline-block; margin-bottom: 13px; color: var(--ebi-orange); font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }

.ebi-slider { position: relative; min-height: 650px; overflow: hidden; background: #070b10; }
.ebi-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.ebi-slide.is-active { opacity: 1; visibility: visible; }
.ebi-slide::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(2,7,11,.92) 0%, rgba(2,7,11,.48) 48%, rgba(2,7,11,.46) 100%); }
.ebi-slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ebi-slide video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ebi-slide-content { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; }
.ebi-hero-copy { max-width: 760px; padding: 80px 0 115px; }
.ebi-hero-copy h1 span { color: var(--ebi-orange); }
.ebi-hero-copy p { max-width: 700px; color: #d5dde5; font-size: clamp(1.05rem, 2vw, 1.27rem); }
.ebi-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ebi-hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ebi-hero-badges span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: #dce3ea; background: rgba(0,0,0,.25); font-size: .77rem; font-weight: 700; }
.ebi-slider-controls { position: absolute; z-index: 4; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); }
.ebi-slider-arrow { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(0,0,0,.35); cursor: pointer; }
.ebi-slider-dots { display: flex; gap: 8px; }
.ebi-slider-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; }
.ebi-slider-dot.is-active { width: 28px; border-radius: 99px; background: var(--ebi-orange); }

.ebi-value-strip { border-top: 1px solid var(--ebi-line); border-bottom: 1px solid var(--ebi-line); background: linear-gradient(90deg, #0a0f14, #14100d, #0a0f14); }
.ebi-value-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.ebi-value { display: flex; align-items: center; gap: 15px; padding: 24px 26px; border-right: 1px solid var(--ebi-line); }
.ebi-value:last-child { border-right: 0; }
.ebi-value-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,121,0,.45); border-radius: 12px; color: var(--ebi-orange); background: rgba(255,121,0,.08); font-size: 1.25rem; }
.ebi-value strong { display: block; color: #fff; }
.ebi-value small { color: var(--ebi-muted); }

.ebi-section, .ebi-content-section { padding: 96px 0; }
.ebi-section--soft { background: linear-gradient(180deg, #0b1016, #080b0f); }
.ebi-section--light { color: #17202a; background: #f5f6f7; }
.ebi-section--light h2, .ebi-section--light h3, .ebi-section--light strong { color: #111821; }
.ebi-section--light p, .ebi-section--light li { color: #566575; }
.ebi-section--orange { background: linear-gradient(135deg, #b74200, var(--ebi-orange)); }
.ebi-section-head { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.ebi-section-head p:last-child { max-width: 720px; margin-inline: auto; }
.ebi-grid { display: grid; gap: 22px; }
.ebi-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ebi-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ebi-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ebi-grid--5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.ebi-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 14px 40px rgba(0,0,0,.15); }
.ebi-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--ebi-orange), transparent); transform: scaleX(0); transition: transform .3s; }
.ebi-card:hover::before { transform: scaleX(1); }
.ebi-card:hover { border-color: rgba(255,121,0,.42); transform: translateY(-3px); }
.ebi-card { transition: transform .25s, border-color .25s; }
.ebi-card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(255,121,0,.5); border-radius: 15px; color: var(--ebi-orange); background: rgba(255,121,0,.08); font-size: 1.45rem; font-weight: 900; }
.ebi-card h3 { margin-bottom: 12px; }
.ebi-card p:last-of-type { margin-bottom: 22px; }
.ebi-product-card { min-height: 390px; display: flex; flex-direction: column; }
.ebi-product-card .ebi-text-link { margin-top: auto; }
.ebi-product-tag { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 5px 9px; border-radius: 5px; color: #fff; background: rgba(255,121,0,.14); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.ebi-card-image { width: calc(100% + 60px); max-width: none; height: 165px; margin: -30px -30px 25px; object-fit: cover; }

.ebi-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 64px; }
.ebi-split--wide { grid-template-columns: .88fr 1.12fr; }
.ebi-media-frame { position: relative; overflow: hidden; border: 1px solid var(--ebi-line); border-radius: 20px; background: #101820; box-shadow: var(--ebi-shadow); }
.ebi-media-frame img { display: block; width: 100%; }
.ebi-media-badge { position: absolute; left: 20px; bottom: 20px; padding: 10px 14px; border-radius: 8px; color: #fff; background: rgba(0,0,0,.78); font-weight: 800; }
.ebi-list { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; }
.ebi-list li { position: relative; padding-left: 30px; }
.ebi-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ebi-orange); font-size: .72rem; font-weight: 900; }
.ebi-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: step; }
.ebi-process-item { position: relative; padding: 28px; border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); background: #0f151c; counter-increment: step; }
.ebi-process-item::before { content: "0" counter(step); display: block; margin-bottom: 20px; color: var(--ebi-orange); font-size: 2rem; font-weight: 900; }
.ebi-stats { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); overflow: hidden; }
.ebi-stat { padding: 30px; border-right: 1px solid var(--ebi-line); text-align: center; background: rgba(255,255,255,.025); }
.ebi-stat:last-child { border-right: 0; }
.ebi-stat strong { display: block; color: var(--ebi-orange); font-size: 2.2rem; }
.ebi-stat span { color: var(--ebi-muted); font-size: .86rem; }

.ebi-page-hero { position: relative; overflow: hidden; padding: 110px 0 90px; border-bottom: 1px solid var(--ebi-line); background: radial-gradient(circle at 85% 30%, rgba(255,121,0,.19), transparent 34%), linear-gradient(135deg, #070a0e, #121820); }
.ebi-page-hero::after { content: ""; position: absolute; right: -100px; top: -170px; width: 560px; height: 560px; border: 1px solid rgba(255,121,0,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,121,0,.025), 0 0 0 140px rgba(255,121,0,.018); }
.ebi-page-hero .container { position: relative; z-index: 1; }
.ebi-page-hero p { max-width: 800px; color: #c6d0da; font-size: 1.15rem; }
.ebi-breadcrumb { margin-bottom: 20px; color: #8b99a7; font-size: .83rem; }
.ebi-breadcrumb a { color: #cfd7df; }
.ebi-quick-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ebi-quick-nav a { padding: 8px 11px; border: 1px solid var(--ebi-line); border-radius: 7px; color: #e6ebf0; background: rgba(0,0,0,.2); font-size: .8rem; font-weight: 700; }
.ebi-quick-nav a:hover { border-color: var(--ebi-orange); color: #fff; }

.ebi-table-wrap { overflow-x: auto; border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); }
.ebi-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.ebi-table th, .ebi-table td { padding: 16px 18px; border-bottom: 1px solid var(--ebi-line); text-align: left; }
.ebi-table th { color: #fff; background: rgba(255,121,0,.1); }
.ebi-table td { color: var(--ebi-muted); }
.ebi-table tr:last-child td { border-bottom: 0; }

.ebi-faq { display: grid; gap: 12px; }
.ebi-faq details { padding: 20px 22px; border: 1px solid var(--ebi-line); border-radius: 12px; background: #0e141a; }
.ebi-faq summary { color: #fff; font-weight: 800; cursor: pointer; }
.ebi-faq details p { margin: 15px 0 0; }

.ebi-form-wrap { max-width: 920px; }
.ebi-form { padding: 34px; border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); background: #0e141b; box-shadow: var(--ebi-shadow); }
.ebi-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.ebi-field { display: grid; gap: 7px; }
.ebi-field--full { grid-column: 1 / -1; }
.ebi-field label { color: #f4f6f8; font-size: .84rem; font-weight: 750; }
.ebi-field input, .ebi-field textarea, .ebi-field select { width: 100%; padding: 13px 14px; border: 1px solid #2a3540; border-radius: 8px; color: #fff; background: #080d12; outline: none; }
.ebi-field input:focus, .ebi-field textarea:focus, .ebi-field select:focus { border-color: var(--ebi-orange); box-shadow: 0 0 0 3px rgba(255,121,0,.12); }
.ebi-field select option { color: #fff; background: #080d12; }
.ebi-check { display: flex !important; align-items: flex-start; gap: 10px; color: var(--ebi-muted) !important; font-weight: 500 !important; }
.ebi-check input { width: 18px; margin-top: 4px; }
.ebi-hp { position: absolute !important; left: -9999px !important; }
.ebi-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 8px; }
.ebi-alert--success { color: #bff5cf; border: 1px solid #2c8450; background: #123a24; }
.ebi-alert--error { color: #ffd0cc; border: 1px solid #9a3a33; background: #421a17; }
.ebi-contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 35px; }
.ebi-contact-card { padding: 25px; border: 1px solid var(--ebi-line); border-radius: 14px; background: #0e141a; }
.ebi-contact-card strong { display: block; margin-bottom: 7px; color: #fff; }

.ebi-legal { max-width: 980px; }
.ebi-legal h2 { margin-top: 48px; font-size: 1.75rem; }
.ebi-legal h3 { margin-top: 30px; font-size: 1.25rem; }
.ebi-legal p, .ebi-legal li { color: #b1bdc8; }
.ebi-legal address { font-style: normal; color: #d5dde5; }
.ebi-legal-note { padding: 18px; border-left: 4px solid var(--ebi-orange); background: rgba(255,121,0,.08); }

.ebi-footer-cta { padding: 58px 0; border-top: 1px solid var(--ebi-line); background: radial-gradient(circle at 88% 50%, rgba(255,121,0,.25), transparent 35%), #0b0f14; }
.ebi-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ebi-footer-cta h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.ebi-footer-cta p { margin-bottom: 0; }
.ebi-footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer { border-top: 1px solid var(--ebi-line); background: #05080b; }
.footer-main { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 42px; padding: 70px 0 48px; }
.footer-main h3 { font-size: .98rem; }
.footer-main ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-main a { color: #aab7c3; }
.footer-main a:hover { color: #fff; }
.footer-brand p { margin-top: 22px; }
.footer-brand > strong { color: var(--ebi-orange); font-size: .78rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid var(--ebi-line); color: #71808f; font-size: .78rem; }
.ebi-404 { text-align: center; }
.ebi-404 strong { display: block; color: var(--ebi-orange); font-size: 6rem; line-height: 1; }
.ebi-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.ebi-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1160px) {
  .ebi-btn--header { display: none; }
  .primary-nav a { padding-inline: 9px; font-size: .8rem; }
  .ebi-grid--5 { grid-template-columns: repeat(3,1fr); }
  .ebi-process { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 980px) {
  .header-inner { min-height: 62px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; max-height: calc(100vh - 130px); overflow-y: auto; margin: 0; padding: 14px; border: 1px solid var(--ebi-line); border-radius: 14px; background: #080d12; box-shadow: var(--ebi-shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav a { padding: 12px 13px; }
  .primary-nav .sub-menu { position: static; display: flex; min-width: 0; margin-left: 13px; padding: 2px 0 6px 10px; border: 0; border-left: 1px solid rgba(255,255,255,.16); border-radius: 0; box-shadow: none; }
  .primary-nav .sub-menu .sub-menu { position: static; }
  .ebi-slide-content { min-height: 610px; }
  .ebi-slider { min-height: 610px; }
  .ebi-value-grid { grid-template-columns: repeat(2,1fr); }
  .ebi-value:nth-child(2) { border-right: 0; }
  .ebi-value:nth-child(-n+2) { border-bottom: 1px solid var(--ebi-line); }
  .ebi-grid--4 { grid-template-columns: repeat(2,1fr); }
  .ebi-split, .ebi-split--wide { grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  body.admin-bar .site-header { top: 46px; }
  .ebi-topbar-links { display: none; }
  .ebi-topbar-contact { width: 100%; justify-content: space-between; gap: 8px; font-size: .72rem; }
  .ebi-logo-word { font-size: 1.65rem; }
  .ebi-logo-image { max-width: 138px; }
  .ebi-logo small { font-size: .59rem; }
  .ebi-slider, .ebi-slide-content { min-height: 650px; }
  .ebi-hero-copy { padding: 65px 0 120px; }
  .ebi-hero-copy h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .ebi-slide::before { background: linear-gradient(90deg, rgba(2,7,11,.94), rgba(2,7,11,.72)); }
  .ebi-value-grid, .ebi-grid--2, .ebi-grid--3, .ebi-grid--4, .ebi-grid--5, .ebi-process, .ebi-stats, .ebi-contact-cards { grid-template-columns: 1fr; }
  .ebi-value { border-right: 0; border-bottom: 1px solid var(--ebi-line); }
  .ebi-stat { border-right: 0; border-bottom: 1px solid var(--ebi-line); }
  .ebi-value:last-child, .ebi-stat:last-child { border-bottom: 0; }
  .ebi-section, .ebi-content-section { padding: 72px 0; }
  .ebi-page-hero { padding: 80px 0 65px; }
  .ebi-form { padding: 23px; }
  .ebi-form-grid { grid-template-columns: 1fr; }
  .ebi-field--full { grid-column: auto; }
  .ebi-footer-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 26px), var(--ebi-max)); }
  .ebi-topbar-contact a:first-child { display: none; }
  .ebi-card { padding: 24px; }
  .ebi-card-image { width: calc(100% + 48px); margin: -24px -24px 22px; }
  .ebi-actions .ebi-btn { width: 100%; }
}

/* Version 2.1 – optimierte Buttons und erweiterte Slider-Effekte */
.ebi-btn {
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 6px;
  font-size: .84rem;
  letter-spacing: .01em;
}
.ebi-btn--header { min-height: 40px; padding: 8px 15px; font-size: .76rem; }
.ebi-slider .ebi-btn { min-width: 148px; }
.ebi-card .ebi-btn { min-height: 40px; padding: 8px 15px; }
.ebi-center-action { display: flex; justify-content: center; margin-top: 38px; }

.ebi-slider { --ebi-slide-duration: 7200ms; isolation: isolate; }
.ebi-slider:focus-visible { outline: 2px solid var(--ebi-orange); outline-offset: -2px; }
.ebi-slide { overflow: hidden; transform: translateZ(0); }
.ebi-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, transparent 18%, rgba(255,121,0,.16) 46%, transparent 70%);
  transform: translateX(-110%);
}
.ebi-slide.is-active::after { animation: ebi-light-sweep 1.4s .18s ease-out both; }
.ebi-slide-bg,
.ebi-slide video { will-change: transform, opacity, filter; transform: scale(1.075); filter: saturate(.9) contrast(1.03); }
.ebi-slide.is-active[data-effect="zoom-in"] .ebi-slide-bg,
.ebi-slide.is-active[data-effect="zoom-in"] video { animation: ebi-zoom-in var(--ebi-slide-duration) ease-out both; }
.ebi-slide.is-active[data-effect="pan-left"] .ebi-slide-bg,
.ebi-slide.is-active[data-effect="pan-left"] video { animation: ebi-pan-left var(--ebi-slide-duration) ease-out both; }
.ebi-slide.is-active[data-effect="reveal-right"] .ebi-slide-bg,
.ebi-slide.is-active[data-effect="reveal-right"] video { animation: ebi-reveal-right 1.05s cubic-bezier(.2,.75,.25,1) both, ebi-drift var(--ebi-slide-duration) 1.05s ease-out both; }

.ebi-hero-copy > * { opacity: 0; transform: translateY(24px); }
.ebi-slide.is-active .ebi-hero-copy > * { animation: ebi-copy-up .72s cubic-bezier(.2,.8,.25,1) forwards; }
.ebi-slide.is-active .ebi-hero-copy > *:nth-child(1) { animation-delay: .16s; }
.ebi-slide.is-active .ebi-hero-copy > *:nth-child(2) { animation-delay: .28s; }
.ebi-slide.is-active .ebi-hero-copy > *:nth-child(3) { animation-delay: .40s; }
.ebi-slide.is-active .ebi-hero-copy > *:nth-child(4) { animation-delay: .52s; }
.ebi-slide.is-active .ebi-hero-copy > *:nth-child(5) { animation-delay: .64s; }

.ebi-slider-progress {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255,255,255,.13);
}
.ebi-slider-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--ebi-orange-dark), var(--ebi-orange-2));
}
.ebi-slider-progress span.is-running { animation: ebi-progress var(--ebi-slide-duration) linear forwards; }
.ebi-slider-progress span.is-hover-paused { animation-play-state: paused; }
.ebi-slider-pause {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.38);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 900;
  transition: border-color .2s, background .2s, transform .2s;
}
.ebi-slider-pause:hover,
.ebi-slider-arrow:hover { border-color: var(--ebi-orange); background: rgba(255,121,0,.18); transform: translateY(-1px); }
.ebi-slider.is-paused .ebi-slider-progress span { animation-play-state: paused; }

@keyframes ebi-zoom-in {
  from { transform: scale(1.12); }
  to { transform: scale(1.02); }
}
@keyframes ebi-pan-left {
  from { transform: scale(1.10) translateX(2.2%); }
  to { transform: scale(1.04) translateX(-2.2%); }
}
@keyframes ebi-reveal-right {
  from { opacity: .35; transform: scale(1.08) translateX(5%); clip-path: inset(0 0 0 60%); }
  to { opacity: 1; transform: scale(1.055) translateX(0); clip-path: inset(0 0 0 0); }
}
@keyframes ebi-drift {
  from { transform: scale(1.055) translateX(0); }
  to { transform: scale(1.02) translateX(-1.4%); }
}
@keyframes ebi-copy-up {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ebi-light-sweep {
  0% { opacity: 0; transform: translateX(-110%); }
  35% { opacity: .85; }
  100% { opacity: 0; transform: translateX(110%); }
}
@keyframes ebi-progress { to { transform: scaleX(1); } }

@media (max-width: 720px) {
  .ebi-btn { min-height: 40px; padding: 8px 14px; font-size: .8rem; }
  .ebi-slider .ebi-btn { min-width: 0; }
  .ebi-slider-controls { gap: 9px; }
  .ebi-slider-arrow { width: 40px; height: 40px; }
  .ebi-slider-pause { width: 35px; height: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  .ebi-slide-bg,
  .ebi-slide video,
  .ebi-slide::after,
  .ebi-hero-copy > *,
  .ebi-slider-progress span,
  .ebi-reveal { animation: none !important; transition: none !important; transform: none !important; }
  .ebi-hero-copy > * { opacity: 1; }
}


/* Version 2.2.0 – vollständige Unterseiten und Seitenverzeichnis */
.ebi-page-directory { border-top: 1px solid var(--ebi-line); }
.ebi-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ebi-directory-group { overflow: hidden; border: 1px solid var(--ebi-line); border-radius: var(--ebi-radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.ebi-directory-group summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; color: #fff; font-weight: 850; cursor: pointer; list-style: none; }
.ebi-directory-group summary::-webkit-details-marker { display: none; }
.ebi-directory-group summary span { color: var(--ebi-orange); font-size: 1.4rem; transition: transform .2s ease; }
.ebi-directory-group[open] summary span { transform: rotate(45deg); }
.ebi-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; margin: 0; padding: 0 22px 24px; list-style: none; }
.ebi-link-list li { min-width: 0; }
.ebi-link-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; color: #d9e1e8; background: rgba(0,0,0,.18); font-size: .87rem; font-weight: 700; }
.ebi-link-list a:hover { border-color: rgba(255,121,0,.55); color: #fff; background: rgba(255,121,0,.09); }
.ebi-link-list a span { flex: 0 0 auto; color: var(--ebi-orange); }
.ebi-center-action { display: flex; justify-content: center; margin-top: 38px; }
@media (max-width: 1180px) { .ebi-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .ebi-directory-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .ebi-link-list { grid-template-columns: 1fr; } .ebi-directory-group summary { padding: 18px; } }

/* Fully clickable industry cards on the homepage */
.ebi-industry-link { display: block; height: 100%; color: inherit; text-decoration: none; border-radius: var(--ebi-radius); }
.ebi-industry-link .ebi-industry-card { height: 100%; }
.ebi-industry-link:hover .ebi-industry-card, .ebi-industry-link:focus-visible .ebi-industry-card { transform: translateY(-5px); border-color: rgba(255,121,0,.68); box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.ebi-industry-link:focus-visible { outline: 3px solid rgba(255,121,0,.85); outline-offset: 4px; }
.ebi-industry-link .ebi-text-link { display: inline-flex; margin-top: auto; }
.ebi-industry-card { display: flex; flex-direction: column; }

.ebi-industry-link { min-width: 0; }
.ebi-industry-card { min-width: 0; }
.ebi-industry-card h3 { font-size: 1.55rem; }
.ebi-industry-card p { font-size: 1rem; }
.ebi-directory-head .ebi-btn { flex: 0 0 auto; }

/* Version 2.4.0 – modernisierte Startseite ohne Seitenübersicht */
.ebi-btn--small { min-height: 38px; padding: 8px 13px; border-radius: 7px; font-size: .76rem; white-space: nowrap; }
.ebi-industry-grid { grid-template-columns: repeat(4, minmax(210px, 1fr)); align-items: stretch; gap: 22px; }
.ebi-industry-card { min-height: 100%; }
.ebi-industry-card p { flex: 1 1 auto; }
.ebi-industry-button { align-self: flex-start; margin-top: auto; color: #fff !important; }
.ebi-industry-link:hover .ebi-industry-button { color: #fff !important; transform: translateY(-1px); }
.ebi-directory-group { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.ebi-directory-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--ebi-line); background: rgba(255,255,255,.025); }
.ebi-directory-head h3 { margin: 0; font-size: 1.08rem; }
.ebi-directory-group .ebi-link-list { flex: 1 1 auto; padding-top: 20px; }
@media (max-width: 900px) { .ebi-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .ebi-industry-grid { grid-template-columns: 1fr; }
  .ebi-directory-head { align-items: flex-start; flex-direction: column; }
  .ebi-directory-head .ebi-btn { width: 100%; justify-content: center; }
}


/* Version 2.4.0 – modernisierte Startseite ohne Seitenübersicht */
.ebi-industry-grid { display:grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 22px; }
.ebi-industry-card { min-height: 100%; }
.ebi-industry-card .ebi-card-image { height: 180px; }
.ebi-video-showcase .ebi-media-frame { overflow:hidden; }
.ebi-video-showcase video { display:block; width:100%; height:100%; min-height: 360px; object-fit:cover; }
.ebi-video-panel { padding: 30px; border:1px solid var(--ebi-line); border-radius: var(--ebi-radius); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); box-shadow: var(--ebi-shadow); }
.ebi-video-points { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.ebi-video-point { padding: 16px 18px; border:1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.03); }
.ebi-video-point strong { display:block; margin-bottom: 4px; color:#fff; }
@media (max-width: 1100px) { .ebi-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 760px) { .ebi-industry-grid { grid-template-columns: 1fr !important; } .ebi-video-points { grid-template-columns: 1fr; } }


/* Version 2.4.0 – Branchenkompetenz sauber nebeneinander */
.ebi-section--soft .ebi-industry-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 18px !important;
}
.ebi-section--soft .ebi-industry-link {
  display: block;
  width: 100%;
}
.ebi-section--soft .ebi-industry-card {
  height: 100%;
  min-height: 430px;
  padding: 24px;
}
.ebi-section--soft .ebi-industry-card .ebi-card-image {
  height: 150px;
  margin: -24px -24px 18px;
  width: calc(100% + 48px);
}
.ebi-section--soft .ebi-industry-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
  line-height: 1.12;
}
.ebi-section--soft .ebi-industry-card p {
  flex: 1 1 auto;
  font-size: .98rem;
  line-height: 1.6;
}
.ebi-section--soft .ebi-industry-button {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 860px) {
  .ebi-section--soft .ebi-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .ebi-section--soft .ebi-industry-grid {
    grid-template-columns: 1fr !important;
  }
}


/* Version 2.4.0 – Branchenlösungen neu angeordnet */
.ebi-industries-showcase {
  background: radial-gradient(circle at 15% 10%, rgba(255,121,0,.08), transparent 28%), linear-gradient(180deg, #091018 0%, #070b10 100%);
}
.ebi-industries-wrap {
  width: min(calc(100% - 40px), 1380px);
  margin-inline: auto;
}
.ebi-industries-showcase .ebi-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}
.ebi-industries-showcase .ebi-industry-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}
.ebi-industries-showcase .ebi-industry-link {
  display: block;
  color: inherit;
}
.ebi-industries-showcase .ebi-industry-card {
  min-height: 455px;
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(180deg, rgba(15,20,28,.98) 0%, rgba(9,13,18,.98) 100%);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
.ebi-industries-showcase .ebi-industry-card .ebi-card-image {
  height: 172px;
  margin: -24px -24px 20px;
  width: calc(100% + 48px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ebi-industry-meta {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,121,0,.10);
  border: 1px solid rgba(255,121,0,.22);
  color: #ffb066;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.ebi-industries-showcase .ebi-industry-card h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.15;
}
.ebi-industries-showcase .ebi-industry-card p {
  flex: 1 1 auto;
  margin-bottom: 18px;
  color: #d7e0ea;
  font-size: .98rem;
}
.ebi-industries-showcase .ebi-industry-button {
  min-height: 40px;
  padding-inline: 14px;
  margin-top: auto;
  align-self: flex-start;
}
.ebi-industries-showcase .ebi-industry-link:hover .ebi-industry-card {
  transform: translateY(-6px);
  border-color: rgba(255,121,0,.55);
  box-shadow: 0 26px 55px rgba(0,0,0,.32);
}
@media (max-width: 1180px) {
  .ebi-industries-showcase .ebi-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .ebi-industries-wrap {
    width: min(calc(100% - 24px), 1380px);
  }
  .ebi-industries-showcase .ebi-industry-grid {
    grid-template-columns: 1fr !important;
  }
  .ebi-industries-showcase .ebi-industry-card {
    min-height: 0;
  }
}


/* Version 2.4.0 – Branchenlösungen in einer Zeile */
.ebi-industries-wrap {
  width: min(calc(100% - 30px), 1520px) !important;
}
.ebi-industries-showcase .ebi-section-head {
  max-width: 980px;
  margin-bottom: 34px;
}
.ebi-industries-showcase .ebi-industry-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch;
}
.ebi-industries-showcase .ebi-industry-card {
  min-height: 405px;
  padding: 20px;
}
.ebi-industries-showcase .ebi-industry-card .ebi-card-image {
  height: 150px;
  margin: -20px -20px 16px;
  width: calc(100% + 40px);
}
.ebi-industries-showcase .ebi-industry-card h3 {
  font-size: 1.32rem;
  margin-bottom: 9px;
}
.ebi-industries-showcase .ebi-industry-card p {
  font-size: .92rem;
  line-height: 1.55;
  margin-bottom: 15px;
}
.ebi-industries-showcase .ebi-industry-button {
  min-height: 36px;
  padding: 7px 12px;
  font-size: .74rem;
}
@media (min-width: 1200px) {
  .ebi-industries-showcase .ebi-industry-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1180px) {
  .ebi-industries-showcase .ebi-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .ebi-industries-showcase .ebi-industry-grid {
    grid-template-columns: 1fr !important;
  }
}


/* Version 2.4.0 – Startseite strukturell neu sortiert */
.ebi-section-head--left { max-width: 900px; margin-left: 0; margin-right: 0; text-align: left; }
.ebi-section-head--left p:last-child { margin-left: 0; margin-right: 0; }
.ebi-home-solutions { background: linear-gradient(180deg, #080c11 0%, #0a1017 100%); }
.ebi-solutions-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr); gap: 24px; align-items: stretch; }
.ebi-solution-feature { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; color: #fff; background: #0e151d; box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.ebi-solution-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ebi-solution-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,7,11,.05) 12%, rgba(3,7,11,.45) 48%, rgba(3,7,11,.98) 100%); }
.ebi-solution-feature-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 38px; }
.ebi-solution-feature h3 { margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3.2rem); }
.ebi-solution-feature p { max-width: 720px; margin-bottom: 20px; color: #d8e1ea; font-size: 1.05rem; }
.ebi-solution-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 850; }
.ebi-solution-link b { color: var(--ebi-orange); font-size: 1.2rem; }
.ebi-solution-feature:hover { color: #fff; border-color: rgba(255,121,0,.58); transform: translateY(-4px); }
.ebi-solution-feature, .ebi-solution-tile { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ebi-solution-side-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.ebi-solution-tile { display: grid; grid-template-columns: 54px minmax(0,1fr) 28px; align-items: center; gap: 16px; min-height: 116px; padding: 20px; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; color: inherit; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.ebi-solution-tile:hover { color: inherit; border-color: rgba(255,121,0,.55); transform: translateX(4px); box-shadow: 0 18px 38px rgba(0,0,0,.22); }
.ebi-solution-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,121,0,.45); border-radius: 14px; color: var(--ebi-orange); background: rgba(255,121,0,.08); font-size: 1.4rem; font-weight: 900; }
.ebi-solution-copy { min-width: 0; }
.ebi-solution-copy small, .ebi-solution-copy strong, .ebi-solution-copy em { display: block; }
.ebi-solution-copy small { margin-bottom: 4px; color: #ffad63; font-size: .68rem; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.ebi-solution-copy strong { margin-bottom: 4px; color: #fff; font-size: 1.08rem; }
.ebi-solution-copy em { color: #aebac6; font-size: .86rem; font-style: normal; line-height: 1.45; }
.ebi-solution-arrow { color: var(--ebi-orange); font-size: 1.3rem; }
.ebi-industries-showcase { background: #f3f5f7; }
.ebi-industries-showcase h2 { color: #101821; }
.ebi-industries-showcase .ebi-section-head p { color: #596a7b; }
.ebi-industries-wrap { width: min(calc(100% - 40px), 1480px) !important; }
.ebi-industry-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.ebi-industry-tab { display: grid; grid-template-columns: 92px minmax(0,1fr) 24px; align-items: center; gap: 14px; min-height: 124px; padding: 14px; border: 1px solid #dfe5ea; border-radius: 16px; color: #17202a; background: #fff; box-shadow: 0 12px 32px rgba(18,31,44,.08); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.ebi-industry-tab:hover { color: #17202a; border-color: rgba(255,121,0,.65); transform: translateY(-4px); box-shadow: 0 18px 42px rgba(18,31,44,.13); }
.ebi-industry-tab img { width: 92px; height: 92px; border-radius: 12px; object-fit: cover; }
.ebi-industry-tab span { min-width: 0; }
.ebi-industry-tab small, .ebi-industry-tab strong, .ebi-industry-tab em { display: block; }
.ebi-industry-tab small { margin-bottom: 5px; color: #d65d00; font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.ebi-industry-tab strong { margin-bottom: 4px; color: #101821; font-size: 1rem; line-height: 1.2; }
.ebi-industry-tab em { color: #687788; font-size: .78rem; font-style: normal; line-height: 1.35; }
.ebi-industry-tab > b { color: var(--ebi-orange); font-size: 1.2rem; }
.ebi-home-stats { padding-top: 70px; }
@media (max-width: 1120px) {
  .ebi-solutions-layout { grid-template-columns: 1fr; }
  .ebi-solution-side-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ebi-industry-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .ebi-solution-feature { min-height: 440px; }
  .ebi-solution-feature-content { padding: 26px; }
  .ebi-solution-side-grid, .ebi-industry-row { grid-template-columns: 1fr; }
  .ebi-solution-tile { grid-template-columns: 48px minmax(0,1fr) 22px; padding: 16px; }
  .ebi-solution-icon { width: 48px; height: 48px; }
}


/* Version 2.4.0 – komplett neu sortierte moderne Startseite */
.ebi-home-hub { position: relative; z-index: 3; margin-top: -34px; padding-bottom: 8px; }
.ebi-home-hub-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.ebi-home-hub-item { display: block; min-height: 132px; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; color: #dfe7ef; background: linear-gradient(180deg, rgba(13,19,25,.95), rgba(10,15,21,.98)); box-shadow: 0 16px 36px rgba(0,0,0,.22); }
.ebi-home-hub-item:hover { color: #fff; border-color: rgba(255,121,0,.55); transform: translateY(-4px); }
.ebi-home-hub-item small, .ebi-home-hub-item strong, .ebi-home-hub-item span { display: block; }
.ebi-home-hub-item small { margin-bottom: 8px; color: #ffb067; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.ebi-home-hub-item strong { margin-bottom: 8px; color: #fff; font-size: 1.08rem; line-height: 1.18; }
.ebi-home-hub-item span { color: #b3bfca; font-size: .86rem; line-height: 1.45; }
.ebi-home-hub-item--featured { border-color: rgba(255,121,0,.28); background: linear-gradient(180deg, rgba(33,20,7,.96), rgba(15,16,21,.99)); }

.ebi-home-modern-products { padding-top: 76px; }
.ebi-modern-products-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 24px; align-items: stretch; }
.ebi-modern-product-main { position: relative; overflow: hidden; min-height: 540px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: #fff; box-shadow: 0 28px 68px rgba(0,0,0,.30); }
.ebi-modern-product-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ebi-modern-product-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,12,.06) 0%, rgba(5,8,12,.36) 45%, rgba(5,8,12,.96) 100%); }
.ebi-modern-product-main-copy { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 34px; }
.ebi-modern-product-main-copy h3 { margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3rem); }
.ebi-modern-product-main-copy p { max-width: 720px; margin-bottom: 20px; color: #dde5ec; }
.ebi-modern-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; }
.ebi-modern-link b { color: var(--ebi-orange); }
.ebi-modern-product-main:hover { color:#fff; transform: translateY(-4px); border-color: rgba(255,121,0,.55); }
.ebi-modern-product-stack { display: grid; gap: 14px; }
.ebi-modern-mini-card { display: grid; grid-template-columns: 56px minmax(0,1fr) 22px; gap: 16px; align-items: start; min-height: 116px; padding: 20px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; color: inherit; background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.016)); box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.ebi-modern-mini-card:hover { color: inherit; transform: translateX(5px); border-color: rgba(255,121,0,.48); }
.ebi-modern-mini-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; border: 1px solid rgba(255,121,0,.5); background: rgba(255,121,0,.08); color: var(--ebi-orange); font-size: 1.35rem; font-weight: 900; }
.ebi-modern-mini-card small, .ebi-modern-mini-card strong, .ebi-modern-mini-card p { display:block; }
.ebi-modern-mini-card small { margin-bottom: 5px; color:#ffb067; font-size:.68rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.ebi-modern-mini-card strong { margin-bottom: 5px; color:#fff; font-size:1.04rem; line-height:1.2; }
.ebi-modern-mini-card p { margin:0; color:#b5c0ca; font-size:.86rem; line-height:1.45; }
.ebi-modern-mini-card > b { color: var(--ebi-orange); font-size: 1.1rem; align-self: center; }

.ebi-home-video-band { background: radial-gradient(circle at 78% 20%, rgba(255,121,0,.12), transparent 28%), linear-gradient(180deg, #0a0f14 0%, #0e141c 100%); }
.ebi-home-video-grid { display:grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 34px; align-items: center; }
.ebi-home-video-copy { padding: 8px 0; }
.ebi-home-video-copy h2 { margin-bottom: 14px; }
.ebi-home-video-copy p { margin-bottom: 24px; }
.ebi-home-video-points { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ebi-home-video-points div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.03); }
.ebi-home-video-points strong { display:block; margin-bottom: 6px; color:#fff; }
.ebi-home-video-points span { color:#b6c1cb; font-size:.9rem; }

.ebi-home-industries-redesign { background: #f5f7f9; }
.ebi-home-industries-redesign h2 { color: #101821; }
.ebi-home-industries-redesign .ebi-section-head p { color:#5f6f80; }
.ebi-home-industries-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ebi-home-industry-card { overflow:hidden; border: 1px solid #dde5ec; border-radius: 20px; color:#16202b; background:#fff; box-shadow: 0 14px 34px rgba(20,32,44,.08); }
.ebi-home-industry-card:hover { color:#16202b; transform: translateY(-5px); border-color: rgba(255,121,0,.55); box-shadow: 0 22px 44px rgba(20,32,44,.14); }
.ebi-home-industry-card img { width:100%; height: 196px; object-fit: cover; display:block; }
.ebi-home-industry-card div { padding: 20px; }
.ebi-home-industry-card small, .ebi-home-industry-card strong, .ebi-home-industry-card p, .ebi-home-industry-card span { display:block; }
.ebi-home-industry-card small { margin-bottom: 8px; color:#d45d00; font-size:.68rem; font-weight:850; text-transform: uppercase; letter-spacing:.05em; }
.ebi-home-industry-card strong { margin-bottom: 8px; color:#101821; font-size:1.18rem; line-height:1.18; }
.ebi-home-industry-card p { margin-bottom: 18px; color:#657585; font-size:.92rem; line-height:1.52; }
.ebi-home-industry-card span { color:#101821; font-weight: 800; }
.ebi-home-industry-card span b { color: var(--ebi-orange); }

.ebi-home-numbers { background: #fff; padding-top: 70px; }
.ebi-home-numbers-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.ebi-home-number { padding: 26px 24px; border: 1px solid #e1e7ed; border-radius: 18px; text-align:center; background:#fff; box-shadow: 0 10px 28px rgba(18,31,44,.05); }
.ebi-home-number strong { display:block; margin-bottom: 7px; color: var(--ebi-orange); font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.ebi-home-number span { color:#617283; font-weight:700; }

@media (max-width: 1180px) {
  .ebi-home-hub-grid, .ebi-home-industries-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ebi-modern-products-grid, .ebi-home-video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .ebi-home-video-points { grid-template-columns: 1fr; }
  .ebi-home-numbers-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .ebi-home-hub { margin-top: 0; padding-top: 24px; }
  .ebi-home-hub-grid, .ebi-home-industries-grid, .ebi-home-numbers-grid { grid-template-columns: 1fr; }
  .ebi-modern-product-main { min-height: 420px; }
  .ebi-modern-product-main-copy { padding: 24px; }
}


/* Version 2.4.1 – vollständig isolierte Startseite ohne Container-Konflikte */
.ebi-homepage-v241 { width:100%; overflow:hidden; background:#070b10; color:#edf2f7; }
.ebi-homepage-v241 * { box-sizing:border-box; }
.ebi-homepage-v241 a { text-decoration:none; }
.ebi241-shell { width:min(1440px, calc(100vw - 56px)) !important; max-width:none !important; margin-inline:auto !important; }
.ebi241-hero { position:relative; min-height:680px; display:flex; align-items:center; overflow:hidden; border-bottom:1px solid rgba(255,255,255,.10); }
.ebi241-hero-media { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ebi241-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg, rgba(3,7,11,.95) 0%, rgba(3,7,11,.78) 45%, rgba(3,7,11,.40) 100%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.55)); }
.ebi241-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr); gap:70px; align-items:center; padding-block:110px 120px; }
.ebi241-hero-copy { max-width:850px; }
.ebi241-eyebrow { display:inline-flex; margin-bottom:18px; color:#ff9a3d; font-size:.74rem; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.ebi241-hero h1 { margin:0 0 22px; max-width:900px; color:#fff; font-size:clamp(3rem,6vw,6.4rem); line-height:.98; letter-spacing:-.055em; }
.ebi241-hero h1 em { color:#ff7900; font-style:normal; }
.ebi241-hero-copy > p { max-width:760px; margin:0 0 30px; color:#d5dee7; font-size:1.16rem; }
.ebi241-actions { display:flex; flex-wrap:wrap; gap:12px; }
.ebi241-btn { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:11px 18px; border:1px solid #ff7900; border-radius:10px; color:#fff !important; background:linear-gradient(135deg,#ff7900,#e85d00); font-size:.86rem; font-weight:850; }
.ebi241-btn--ghost { border-color:rgba(255,255,255,.30); background:rgba(0,0,0,.28); backdrop-filter:blur(10px); }
.ebi241-badges { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.ebi241-badges span { padding:7px 10px; border:1px solid rgba(255,255,255,.15); border-radius:999px; color:#c8d2dc; background:rgba(0,0,0,.20); font-size:.72rem; }
.ebi241-hero-card { padding:30px; border:1px solid rgba(255,255,255,.16); border-radius:24px; background:rgba(8,13,18,.72); box-shadow:0 28px 70px rgba(0,0,0,.38); backdrop-filter:blur(14px); }
.ebi241-hero-card > span { color:#ff9a3d; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.09em; }
.ebi241-hero-card h2 { margin:10px 0 12px; color:#fff; font-size:2.1rem; }
.ebi241-hero-card p { margin:0 0 20px; color:#c4ced8; }
.ebi241-hero-card a { color:#fff; font-weight:850; }
.ebi241-hero-card a b { color:#ff7900; }

.ebi241-product-nav { position:relative; z-index:3; margin-top:-54px; }
.ebi241-product-nav-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.ebi241-product-nav-item { display:grid; grid-template-columns:44px minmax(0,1fr) 18px; align-items:center; gap:12px; min-height:106px; padding:16px; border:1px solid rgba(255,255,255,.11); border-radius:16px; color:#dce4ec; background:linear-gradient(180deg,rgba(16,23,31,.98),rgba(9,14,19,.99)); box-shadow:0 18px 44px rgba(0,0,0,.25); }
.ebi241-product-nav-item:hover { color:#fff; transform:translateY(-4px); border-color:rgba(255,121,0,.55); }
.ebi241-product-nav-item.is-featured { border-color:rgba(255,121,0,.30); background:linear-gradient(180deg,rgba(40,24,8,.98),rgba(11,15,20,.99)); }
.ebi241-nav-icon { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,121,0,.45); border-radius:12px; color:#ff7900; background:rgba(255,121,0,.08); font-weight:900; }
.ebi241-product-nav-item small,.ebi241-product-nav-item strong { display:block; }
.ebi241-product-nav-item small { margin-bottom:4px; color:#ffad63; font-size:.62rem; font-weight:850; text-transform:uppercase; letter-spacing:.04em; }
.ebi241-product-nav-item strong { color:#fff; font-size:.92rem; line-height:1.2; }
.ebi241-product-nav-item > b { color:#ff7900; }

.ebi241-section { padding:100px 0; }
.ebi241-section--dark { padding-top:120px; background:linear-gradient(180deg,#070b10,#0b1118); }
.ebi241-section--media { background:radial-gradient(circle at 78% 20%,rgba(255,121,0,.12),transparent 28%),#0c1219; }
.ebi241-section--light { background:#f4f6f8; }
.ebi241-section--stats { padding:70px 0; background:#fff; }
.ebi241-section-head { max-width:900px; margin-bottom:42px; }
.ebi241-section-head > span { display:block; margin-bottom:10px; color:#ff7900; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.10em; }
.ebi241-section-head h2 { margin:0 0 14px; color:#fff; font-size:clamp(2.2rem,4vw,4rem); letter-spacing:-.045em; }
.ebi241-section-head p { max-width:780px; margin:0; color:#aebac6; font-size:1.05rem; }
.ebi241-section-head--light h2 { color:#101821; }
.ebi241-section-head--light p { color:#617182; }

.ebi241-product-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px; }
.ebi241-product-card { display:flex; flex-direction:column; min-height:360px; padding:24px; border:1px solid rgba(255,255,255,.10); border-radius:20px; color:#dbe4ec; background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); box-shadow:0 16px 38px rgba(0,0,0,.14); }
.ebi241-product-card:hover { color:#fff; transform:translateY(-5px); border-color:rgba(255,121,0,.52); }
.ebi241-product-card.is-featured { background:linear-gradient(160deg,rgba(255,121,0,.12),rgba(255,255,255,.02)); border-color:rgba(255,121,0,.28); }
.ebi241-product-icon { width:54px; height:54px; display:grid; place-items:center; margin-bottom:24px; border:1px solid rgba(255,121,0,.46); border-radius:15px; color:#ff7900; background:rgba(255,121,0,.08); font-size:1.35rem; font-weight:900; }
.ebi241-product-card small { margin-bottom:8px; color:#ffad63; font-size:.68rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.ebi241-product-card h3 { margin:0 0 12px; color:#fff; font-size:1.35rem; line-height:1.15; }
.ebi241-product-card p { flex:1 1 auto; margin:0 0 20px; color:#afbbc6; font-size:.94rem; }
.ebi241-product-card span { color:#fff; font-weight:800; }
.ebi241-product-card span b { color:#ff7900; }

.ebi241-media-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap:54px; align-items:center; }
.ebi241-video-card { position:relative; overflow:hidden; min-height:430px; border:1px solid rgba(255,255,255,.12); border-radius:24px; box-shadow:0 26px 64px rgba(0,0,0,.30); }
.ebi241-video-card video { width:100%; height:100%; min-height:430px; object-fit:cover; display:block; }
.ebi241-video-card > span { position:absolute; left:20px; bottom:20px; padding:9px 12px; border-radius:9px; color:#fff; background:rgba(0,0,0,.72); font-weight:800; }
.ebi241-media-copy h2 { margin:0 0 14px; color:#fff; font-size:clamp(2.2rem,4vw,3.7rem); letter-spacing:-.045em; }
.ebi241-media-copy > p { margin:0 0 24px; color:#b6c2cd; }
.ebi241-feature-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.ebi241-feature-grid div { padding:17px; border:1px solid rgba(255,255,255,.08); border-radius:14px; background:rgba(255,255,255,.03); }
.ebi241-feature-grid strong,.ebi241-feature-grid span { display:block; }
.ebi241-feature-grid strong { margin-bottom:5px; color:#fff; }
.ebi241-feature-grid span { color:#aebac6; font-size:.88rem; }

.ebi241-industry-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.ebi241-industry-card { overflow:hidden; border:1px solid #dde4ea; border-radius:20px; color:#16202a; background:#fff; box-shadow:0 14px 34px rgba(18,31,44,.08); }
.ebi241-industry-card:hover { color:#16202a; transform:translateY(-5px); border-color:rgba(255,121,0,.60); box-shadow:0 22px 46px rgba(18,31,44,.14); }
.ebi241-industry-card img { width:100%; height:190px; object-fit:cover; display:block; }
.ebi241-industry-card > div { padding:20px; }
.ebi241-industry-card small { display:block; margin-bottom:8px; color:#d65d00; font-size:.66rem; font-weight:900; text-transform:uppercase; letter-spacing:.05em; }
.ebi241-industry-card h3 { margin:0 0 9px; color:#101821; font-size:1.25rem; }
.ebi241-industry-card p { min-height:70px; margin:0 0 18px; color:#667687; font-size:.92rem; }
.ebi241-industry-card span { color:#101821; font-weight:800; }
.ebi241-industry-card span b { color:#ff7900; }

.ebi241-stats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.ebi241-stats-grid div { padding:26px 22px; border:1px solid #e0e6eb; border-radius:18px; text-align:center; background:#fff; box-shadow:0 10px 26px rgba(18,31,44,.05); }
.ebi241-stats-grid strong,.ebi241-stats-grid span { display:block; }
.ebi241-stats-grid strong { margin-bottom:6px; color:#ff7900; font-size:1.75rem; }
.ebi241-stats-grid span { color:#637383; font-weight:700; }

@media (max-width:1200px) {
  .ebi241-product-nav-grid,.ebi241-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .ebi241-industry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:980px) {
  .ebi241-hero-grid,.ebi241-media-grid { grid-template-columns:1fr; }
  .ebi241-hero-card { max-width:620px; }
  .ebi241-product-nav { margin-top:-30px; }
}
@media (max-width:760px) {
  .ebi241-shell { width:min(100% - 26px, 1440px) !important; }
  .ebi241-hero { min-height:620px; }
  .ebi241-hero-grid { padding-block:90px 88px; gap:34px; }
  .ebi241-product-nav-grid,.ebi241-product-grid,.ebi241-industry-grid,.ebi241-stats-grid { grid-template-columns:1fr; }
  .ebi241-feature-grid { grid-template-columns:1fr; }
  .ebi241-section { padding:76px 0; }
  .ebi241-product-card { min-height:0; }
}
