:root {
    --main-color: #087484;          /*--main-color: #087484;*/
    --page-gutter: clamp(24px, 20vw, 384px);
    --nav-gutter: clamp(24px, calc((100vw - 1120px) / 2), 300px);
    --nav-icon-visual-inset: 5.5px;
    --footer-right-gutter: calc(var(--nav-gutter) + var(--nav-icon-visual-inset));
}

@media (max-width: 1100px) {
    :root {
        --page-gutter: clamp(20px, 6vw, 48px);
    }
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background: var(--main-color);
    color: #ffffff;
}

::-moz-selection {
    background: var(--main-color);
    color: #ffffff;
}



html {
    scroll-behavior: smooth; /* Smooth scrolling */
    overflow-x: hidden;
}

html.hiper-smooth-scroll {
    scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 2;
    overflow-x: hidden;
}




/* montserrat-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/montserrat-v29-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-100italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url('fonts/montserrat-v29-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/montserrat-v29-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-200italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: url('fonts/montserrat-v29-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v29-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/montserrat-v29-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/montserrat-v29-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v29-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/montserrat-v29-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/montserrat-v29-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/montserrat-v29-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/montserrat-v29-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/montserrat-v29-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/montserrat-v29-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-900italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/medical/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/montserrat-v29-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  



.language-dropdown {
    position: relative; /* Wichtig! Damit das Menü relativ dazu platziert wird */
    display: inline-flex;
    align-items: center;
}

.dropdown-toggle {
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #656565;
    font: inherit;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
    transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.dropdown-toggle span {
    color: inherit;
}

.dropdown-toggle:hover {
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    transform: translateY(-1px);
}

.language-icon {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
    opacity: 0.76;
    transition: opacity 0.28s ease, filter 0.45s ease, transform 0.28s ease;
}

.dropdown-toggle:hover .language-icon {
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 100%; /* Menü erscheint direkt unter dem Button */
    right: 0; /* Menü rechtsbündig unterhalb des Buttons */
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    min-width: 170px;
    width: max-content;
    z-index: 9999; /* Über andere Elemente legen */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.226);
    font-family: 'Montserrat', sans-serif;
}

.dropdown-menu button {
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: left;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-menu button:hover {
    background: rgba(8, 116, 132, 0.1);
}

.dropdown-menu {
    top: calc(100% + 12px);
    right: -4px;
    min-width: 208px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(8, 116, 132, 0.16);
    border-top: 2px solid var(--main-color);
    box-shadow: 0 18px 44px rgba(9, 23, 28, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dropdown-menu button {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 10px 12px;
    background: transparent;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dropdown-menu button:hover,
.dropdown-menu button:focus-visible {
    background: rgba(8, 116, 132, 0.09);
    color: #055e6c;
    outline: none;
    transform: translateX(2px);
}

/* Navbar */
/* Desktop Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 14px var(--nav-gutter);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.45s ease, box-shadow 0.45s ease, backdrop-filter 0.45s ease;
}

.hero-navbar {
    position: fixed;
    background-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-navbar.is-scrolled {
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
    z-index: 2;
}

.nav-links {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.nav-primary,
.nav-secondary {
    display: flex;
    align-items: center;
    gap: clamp(26px, 3vw, 52px);
    white-space: nowrap;
}

.nav-primary {
    font-weight: 500;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.nav-secondary {
    justify-content: flex-end;
    margin-left: auto;
    z-index: 2;
    gap: 8px;
}

.nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 6px 0 9px;
    color: #858585;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    transition: color 0.45s ease, text-shadow 0.45s ease;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--main-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.nav-links a.active::after,
.nav-links a:hover::after {
    transform: scaleX(1);
}

.hero-navbar:not(.is-scrolled) .nav-links a,
.hero-navbar:not(.is-scrolled) .nav-links a.active {
    color: #ffffff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero-navbar:not(.is-scrolled) .nav-links a:hover {
    color: #d8f6fa;
}

.nav-links a:hover {
    color: #087484;
    font-weight: 600;
    transition: color 0.3s;
}

.nav-links.open {
    width: 180px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;

}



.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: #1d1d1d;
    margin: 4px 0;
    transition: background-color 0.45s ease;
}

.hero-navbar:not(.is-scrolled) .menu-icon .bar {
    background-color: #ffffff;
}

.logo img {
    width: 125px;
    display: block;
    padding: 0;
    transition: filter 0.45s ease, opacity 0.45s ease;
}

.hero-navbar:not(.is-scrolled) .logo img {
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.35));
}

@media (max-width: 1100px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 20px;
        background-color: #333;
        padding: 10px;
        border-radius: 8px;
        width: min(260px, calc(100vw - 40px));
    }

    .nav-links.open {
        display: flex;
        width: min(260px, calc(100vw - 40px));
    }

    .nav-primary,
    .nav-secondary {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        position: static;
        transform: none;
        width: 100%;
    }

    .nav-secondary {
        margin-left: 0;
    }

    .menu-icon {
        display: flex;
    }

    .nav-links a {
        color: #fff;
        font-size: 16px;
    }

    .nav-links a:hover {
        color: #ddd;
    }
}

.backlink img {
    width: 50px;
    padding: 1%;
}

.nav-links a.active {
    color: #151515; /* Schwarzer Text für den aktiven Link */
    font-weight: 500;
}

.nav-links a.active {
    font-weight: 700;
}

.nav-links a#nav-contact {
    padding: 9px 15px;
    border-radius: 0;
    background: var(--main-color);
    color: #ffffff;
    text-shadow: none;
    box-shadow: 0 8px 18px rgba(8, 116, 132, 0.24);
    transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, color 0.28s ease;
}

.nav-links a#nav-contact::after {
    display: none;
}

.nav-links a#nav-contact:hover,
.nav-links a#nav-contact.active {
    background: #055e6c;
    color: #ffffff;
    text-shadow: none;
    box-shadow: 0 10px 22px rgba(8, 116, 132, 0.3);
    transform: translateY(-1px);
}

.hero-navbar:not(.is-scrolled) .nav-links a#nav-contact,
.hero-navbar:not(.is-scrolled) .nav-links a#nav-contact.active {
    color: #ffffff;
    background: rgba(8, 116, 132, 0.94);
    text-shadow: none;
}

.hero-navbar:not(.is-scrolled) .language-icon {
    opacity: 0.94;
    filter: brightness(0) invert(1) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.34));
}

.hero-navbar.is-scrolled .language-icon,
.navbar:not(.hero-navbar) .language-icon {
    filter: none;
}

@media (max-width: 1100px) {
    .nav-links a.active {
        color: #fff;
    }

    .nav-links a#nav-contact {
        justify-content: center;
        width: 100%;
    }

    .language-dropdown {
        width: 100%;
    }

    .dropdown-toggle {
        width: 46px;
    }
}

.image-overlay{
    color: #087484;
}

/* Parallax Section */
.parallax {
    --hero-video-parallax: 0px;
    --hero-copy-parallax: 0px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: url('/assets/images/HiPerMedical-0138.png');
    background-image: image-set(
        url('/assets/images/HiPerMedical-0138.png') type('image/png')
    );
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    animation: fadeIn 1s ease-in-out;
}

.hero-video {
    position: absolute;
    left: 0;
    right: 0;
    top: -10vh;
    z-index: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, var(--hero-video-parallax), 0);
    will-change: transform;
    backface-visibility: hidden;
    contain: paint;
}

.hero-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background:
        radial-gradient(circle at 50% 46%, rgba(8, 116, 132, 0.2), rgba(4, 24, 30, 0.5) 42%, rgba(4, 13, 17, 0.82) 100%),
        #071216;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: opacity 0.72s ease, visibility 0.72s ease;
    animation: heroLoaderFallback 4.8s ease forwards;
}

.hero-loader img {
    width: clamp(136px, 16vw, 236px);
    height: auto;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.42));
}

.hero-loader-bar {
    position: relative;
    width: min(240px, 48vw);
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
}

.hero-loader-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 42%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(8, 190, 212, 0.94), rgba(255, 255, 255, 0));
    animation: heroLoaderSweep 1.2s ease-in-out infinite;
}

.parallax.hero-is-ready .hero-loader {
    opacity: 0;
    visibility: hidden;
    animation: none;
}

@keyframes heroLoaderSweep {
    from {
        transform: translateX(-110%);
    }
    to {
        transform: translateX(250%);
    }
}

@keyframes heroLoaderFallback {
    0%, 82% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.parallax::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.12) 28%, rgba(0, 0, 0, 0) 62%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.1));
}

/* Screen-reader-only helper */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.subpage-hero {
    position: relative;
    min-height: clamp(430px, 58vh, 640px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: calc(92px + clamp(30px, 5vw, 70px)) var(--nav-gutter) clamp(54px, 7vw, 90px);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    animation: fadeIn 1s ease-in-out;
}

.subpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(120, 128, 131) 0%, rgba(78, 90, 95, 0.863) 48%, rgb(30, 45, 51) 100%);
}

.subpage-hero::after {
    content: "";
    position: absolute;
    left: var(--nav-gutter);
    right: var(--nav-gutter);
    bottom: 0;
    z-index: 2;
    height: 1px;
    background: linear-gradient(90deg, rgba(8, 190, 212, 0.82), rgba(255, 255, 255, 0.12));
}

.subpage-hero__content {
    position: relative;
    z-index: 3;
    width: min(1120px, 100%);
}

.subpage-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 clamp(26px, 3.1vw, 38px);
    color: rgba(222, 243, 246, 0.86);
    font-size: clamp(0.98rem, 1.2vw, 1.16rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
    text-transform: none;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.48);
}

.subpage-hero__eyebrow::before {
    content: "";
    width: clamp(30px, 3.1vw, 42px);
    height: 1px;
    background: rgba(235, 244, 246, 0.68);
}

.subpage-hero h1 {
    display: flex;
    flex-direction: column;
    max-width: min(1180px, 100%);
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.55rem, 5.55vw, 5.75rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 20px 48px rgba(0, 0, 0, 0.58), 0 2px 8px rgba(0, 0, 0, 0.32);
}

.subpage-hero h1.subpage-title--inline-accent {
    display: block;
}

.subpage-title-line {
    display: block;
    max-width: 100%;
    overflow-wrap: normal;
}

.subpage-title-line--inline {
    display: inline;
}

.subpage-title-line--accent {
    color: #12aabc;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 68, 78, 0.42), 0 2px 8px rgba(0, 0, 0, 0.28);
}

.subpage-hero p {
    max-width: 690px;
    margin: clamp(26px, 3vw, 36px) 0 0;
    color: rgba(222, 243, 246, 0.84);
    font-size: clamp(1rem, 1.25vw, 1.22rem);
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.58);
}

.subpage-hero p::before {
    display: none;
}

.hero-source-text {
    display: none;
}

.parallax-news.subpage-hero {
    align-items: flex-end;
}

.parallax-products {
    background-image: url('/assets/images/display_products.png');
    background-image: image-set(
        url('/assets/images/display_products.webp') type('image/webp'),
        url('/assets/images/display_products.png') type('image/png')
    );
}

.parallax-production {
    background-image: url('/assets/images/parallax-production.png');
    background-image: image-set(
        url('/assets/images/parallax-production.webp') type('image/webp'),
        url('/assets/images/parallax-production.png') type('image/png')
    );
}

.parallax-materials {
    background-image: url('/assets/images/4.png');
}

.parallax-contact,
.parallax-legal {
    background-image: url('/assets/images/HiPerMedical-0183.png');
}

.parallax-downloads {
    background-image: url('/assets/images/HiPerMedical-0150.png');
}

.parallax-news {
    position: relative;
    background-image: url('/assets/images/Messestand.png');
    background-image: image-set(
        url('/assets/images/Messestand.webp') type('image/webp'),
        url('/assets/images/Messestand.png') type('image/png')
    );
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 85vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    animation: fadeIn 1s ease-in-out;
}

.parallax-news.subpage-hero {
    min-height: clamp(380px, 54vh, 580px);
}


 
.parallax-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;              /* macht beide Kinder gleich hoch (Höhe des höchsten Elements) */
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  column-gap: clamp(16px, 3vw, 32px); /* "Padding" zwischen den Karten */
}

.parallax-content {
  position: relative;
  z-index: 2;
    background: rgba(255, 255, 255, 0.623);
  border: 1px solid rgba(0, 133, 151, 0);
  box-shadow: 0 10px 30px rgba(190, 131, 131, 0.18), inset 0 1px 1px rgba(194, 186, 186, 0.2);
  backdrop-filter: blur(4px) saturate(300%);
  -webkit-backdrop-filter: blur(14px) saturate(100%);
  padding: 3%;
  width: clamp(200px, 30%, 400px);
  margin-left: var(--page-gutter);
  flex: 0 0 auto;                    /* nicht schrumpfen */
  display: flex;                     /* optional: für konsistentes Innenlayout */
  flex-direction: column;
  
}

.parallax-content.is-hidden {
  display: none;
}

.hero-product-copy {
  position: absolute;
  left: 50%;
  top: clamp(172px, 31vh, 238px);
  transform: translate3d(-50%, calc(-50% + var(--hero-copy-parallax)), 0);
  z-index: 3;
  width: min(88vw, 1040px);
  max-width: none;
  color: #ffffff;
  text-align: center;
  will-change: transform;
}

.hero-product-title {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 0.92;
}

/* Wordmark = static dark teal ELEC®plus letters with recessed depth */
.hero-product-name {
  position: relative;
  display: block;
  width: min(90vw, 820px);
  aspect-ratio: 820 / 176;   /* tall enough for a big wordmark; JS fills it so the subtitle still hugs */
  margin: 0 auto;
}

.hero-name-fill,
.hero-name-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.hero-name-fill {
  filter: drop-shadow(0 14px 26px rgba(0, 19, 24, 0.28));
}

.hero-name-overlay {
  mix-blend-mode: multiply;
}

#elecClipText {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-product-material {
  position: relative;
  display: block;
  width: fit-content;
  max-width: min(760px, 100%);
  margin: clamp(7px, 1vw, 12px) auto 0;
  padding-top: 9px;
  color: rgba(223, 250, 253, 0.84);
  font-size: clamp(0.82rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.46);
}

.hero-product-material::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(92px, 22vw);
  height: 1px;
  background: rgba(238, 244, 245, 0.68);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .hero-product-copy {
    top: clamp(152px, 28vh, 224px);
    width: min(90vw, 520px);
  }

  .hero-product-name {
    font-size: clamp(2.55rem, 13.5vw, 4.4rem);
  }

  .hero-product-material {
    margin-top: 8px;
    padding-top: 8px;
    font-size: clamp(0.72rem, 3.25vw, 0.98rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero-loader,
  .hero-loader-bar::after {
    animation: none;
  }

  .hero-product-copy {
    transform: translate3d(-50%, -50%, 0);
  }

  .hero-product-material::before {
    animation: none;
  }
}
.glass-panel {
    display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;

  margin-right: var(--page-gutter);
  width: clamp(280px, 30%, 520px);   /* symmetrische Breite zur Company Card */
  padding:2%;
  

  /* Glassmorph */
  background: hsla(0, 0%, 41%, 0.288); /* leicht getöntes Glas */
  border: 1px solid rgba(0, 133, 151, 0);
  box-shadow: 0 10px 30px rgba(190, 131, 131, 0.18), inset 0 1px 1px rgba(194, 186, 186, 0.2);
  backdrop-filter: blur(4px) saturate(300%);
  -webkit-backdrop-filter: blur(14px) saturate(100%);

  /* Höhe automatisch an linke Karte angepasst via align-items:stretch am Parent */
  flex: 0 0 auto;
  display: flex;                     /* Innenlayout */
  flex-direction: column;
  justify-content: space-between;    /* Header/Body/Footer sauber verteilen */
}

/* Optionale Typo im Panel */
.glass-panel h3 {
  margin-bottom: 3px;
  font-size: 1.7rem;
  color: #ffffff;   
  font-weight: 400;                    /* besserer Kontrast auf Glas */
}

.glass-panel p {
  font-size: 0.9rem;
  color: #f3f7f9;
  line-height: 1.6;
  margin-bottom: 8px;
    margin: 0;
  line-height: 1.6;
}

.glass-media {
  min-height: 0;                 /* wichtig, damit die 1fr-Zeile schrumpfen darf */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;              /* saubere Ränder */
  
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.12);
  margin-bottom: 8px;
}
.glass-panel-footer {
  display: flex;
  justify-content: flex-start;
}

.glass-panel-footer a {
    background-color: rgba(58, 175, 204, 0);
    border-color: #ffffff;
    color: white;
}

/* Bild bleibt strikt 16:9 und skaliert in Breite/Höhe, je nach verfügbarem Platz */
.glass-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;                   /* 16:9 wird durch das Bild selbst gewahrt */
  height: auto;
  display: block;
  opacity: 0.7;
}

/* Ghost-Button-Variante fürs Glas */
.button-ghost {
  background-color: rgba(255,255,255,0.18);
  color: #000;
  border: 1px solid rgba(0,0,0,0.5);
}

/* Responsives Verhalten: auf Mobil übereinander stapeln */
@media (max-width: 992px) {
  .parallax-inner {
    flex-direction: column;
    row-gap: 16px;
  }
  .parallax-content,
  .glass-panel {
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
    width: calc(100% - (var(--page-gutter) * 2));
  }
}

/* Extra-Feinschliff: falls sehr kleine Höhen/Bildschirme, nicht zu groß wirken */
@media (max-height: 680px) and (min-width: 993px) {
  .parallax-content,
  .glass-panel {
    padding: 4%;
  }
}
  

.parallax-content.centered {
    margin-left: auto;
    margin-right: auto;
}

.parallax-logo {
    width: 150px;
    margin-bottom: 5%;
}

.parallax-content h1,
.parallax-content h2 {
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 7%;
    color: var(--main-color);
    text-align: left;
    line-height: 1.25;
}

.parallax-content p {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7%;
    text-align: left;
    line-height: 2;
}

.button {
    background-color: #ffffffdc;
    color: rgb(0, 0, 0);
    padding: 12px 7%;
    text-decoration: none;
    font-weight: 500;
    font-size: 70%;
    transition: background-color 0.3s;
    border: 2px solid #000;
}

.button:hover {
    background-color: #e4e4e4;
}

.contact-page {
    background: linear-gradient(180deg, #ffffff 0%, #f6fafb 58%, #ffffff 100%);
    padding: clamp(70px, 8vw, 120px) var(--nav-gutter) clamp(82px, 9vw, 132px);
    text-align: left;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(44px, 7vw, 112px);
    align-items: start;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.contact-copy,
.contact-form {
    min-width: 0;
    max-width: 100%;
}

.contact-side-visual {
    width: min(100%, 420px);
    margin: 0 0 clamp(26px, 3vw, 38px);
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-top: 2px solid rgba(8, 116, 132, 0.7);
    background: #edf4f6;
}

.contact-side-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    image-rendering: auto;
}

.contact-kicker {
    max-width: 520px;
    margin: 0;
    color: #11181b;
    font-size: clamp(2rem, 3.15vw, 3.25rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.contact-data-eyebrow {
    margin: clamp(28px, 3.2vw, 44px) 0 0;
    color: var(--main-color);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-data-list {
    margin: 18px 0 0;
    border-top: 1px solid rgba(8, 116, 132, 0.18);
}

.contact-details-toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid rgba(8, 116, 132, 0.22);
    border-bottom: 1px solid rgba(8, 116, 132, 0.22);
    background: transparent;
    color: var(--main-color);
    cursor: pointer;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

.contact-details-toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.contact-details-toggle-icon::before,
.contact-details-toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.contact-details-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.contact-copy.is-contact-details-open .contact-details-toggle-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.contact-data-row {
    display: grid;
    grid-template-columns: minmax(120px, 156px) 1fr;
    gap: 18px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(8, 116, 132, 0.14);
    color: #152126;
}

.contact-data-row dt {
    color: var(--main-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact-data-row dd {
    margin: 0;
    color: #1c2528;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.55;
}

.contact-data-row a {
    color: inherit;
    text-decoration: none;
    transition: color 0.22s ease;
}

.contact-data-row a:hover,
.contact-data-row a:focus {
    color: var(--main-color);
}

.contact-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.contact-form-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 clamp(28px, 3vw, 38px);
    color: #006f80;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.1;
    text-transform: uppercase;
}

.contact-form-kicker::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--main-color);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: #9db3ba;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(8, 116, 132, 0.18);
    border-radius: 0;
    outline: none;
    background: #f5fafb;
    color: #121a1d;
    font: inherit;
    font-size: 0.98rem;
    line-height: 1.4;
    min-height: 48px;
    padding: 13px 16px;
    transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9eb7be;
}

.contact-field textarea {
    min-height: 140px;
    line-height: 1.6;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(8, 116, 132, 0.5);
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(8, 116, 132, 0.12);
}

.contact-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    margin: 26px 0 0;
    color: #54666b;
    font-size: 0.82rem;
    line-height: 1.55;
}

.contact-consent input {
    margin-top: 3px;
    accent-color: var(--main-color);
}

.contact-consent a {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none;
}

.contact-consent a:hover,
.contact-consent a:focus {
    text-decoration: underline;
}

.contact-honeypot {
    display: none;
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-actions {
    display: grid;
    gap: 14px;
    align-items: stretch;
    margin-top: 28px;
}

.contact-submit {
    appearance: none;
    border: 1px solid var(--main-color);
    border-radius: 0;
    background: var(--main-color);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    width: 100%;
    min-height: 50px;
    padding: 16px 22px;
    text-transform: uppercase;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.contact-submit:hover,
.contact-submit:focus {
    border-color: #055e6c;
    background: #055e6c;
    transform: translateY(-1px);
}

.contact-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.contact-form-note {
    max-width: none;
    margin: 0;
    color: #7a898d;
    font-size: 0.76rem;
    line-height: 1.5;
}

.contact-form-status {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--main-color);
    background: rgba(8, 116, 132, 0.08);
    color: #16454d;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.55;
}

.contact-form-status.is-success {
    border-left-color: var(--main-color);
    background: rgba(8, 116, 132, 0.09);
    color: #16454d;
}

.contact-form-status.is-error {
    border-left-color: #b65045;
    background: rgba(182, 80, 69, 0.1);
    color: #7b2f27;
}

.contact-form-status[hidden] {
    display: none;
}

@media (max-width: 900px) {
    .contact-page {
        padding-left: clamp(20px, 6vw, 34px);
        padding-right: clamp(20px, 6vw, 34px);
    }

    .contact-shell {
        grid-template-columns: 1fr;
        gap: 40px;
        width: auto;
        max-width: 100%;
    }

    .contact-data-list {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .contact-side-visual {
        margin-bottom: 22px;
    }

    .contact-copy.contact-details-enhanced .contact-details-toggle {
        display: flex;
    }

    .contact-copy.contact-details-enhanced .contact-data-list {
        margin-top: 0;
    }

    .contact-copy.contact-details-enhanced:not(.is-contact-details-open) .contact-data-list {
        display: none;
    }

    .contact-copy.contact-details-enhanced.is-contact-details-open .contact-data-list {
        display: block;
        animation: contactDetailsReveal 0.24s ease both;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-data-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .contact-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }

    .contact-form-note {
        max-width: none;
    }
}

@keyframes contactDetailsReveal {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.downloads-page {
    text-align: left;
}

.download-intro .container,
.download-section .container {
    width: 100%;
}

.download-intro h1,
.download-section h2 {
    color: var(--main-color);
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
}

.download-intro p {
    color: #333;
    max-width: 760px;
    text-align: left;
}

.download-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.download-card {
    border: 1px solid rgba(8, 116, 132, 0.24);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
    min-width: 0;
    min-height: 250px;
    padding: 22px;
}

.download-card h3 {
    color: #1c1c1c;
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 12px;
    hyphens: auto;
    overflow-wrap: anywhere;
    text-align: left;
}

.download-card p {
    hyphens: auto;
    overflow-wrap: anywhere;
    text-align: left;
}

.download-kicker {
    color: var(--main-color);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.download-meta {
    color: #5f6f73;
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 16px;
}

.download-button {
    align-self: flex-start;
    display: inline-block;
    padding: 10px 18px;
}

.managed-download-section[hidden],
.managed-news-section[hidden] {
    display: none;
}

.download-managed-copy {
    color: #555;
    margin: 0 0 28px;
    max-width: 760px;
    text-align: left;
}

.managed-card {
    border-left: 3px solid var(--main-color);
}

.managed-news-section {
    padding-top: 120px;
}

.managed-news-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 26px auto 0;
    width: min(1100px, 100%);
}

.managed-news-card {
    background: #fff;
    border: 1px solid rgba(8, 116, 132, 0.18);
    padding: 22px;
}

.managed-news-card h3 {
    color: #111;
    font-size: 1.2rem;
    line-height: 1.25;
    margin: 0 0 10px;
    text-align: left;
}

.managed-news-card p,
.managed-news-body {
    color: #333;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.managed-news-body {
    color: #555;
    margin-top: 14px;
}

.expo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.expo-actions .button {
    margin: 0;
}

@media (max-width: 720px) {
    .expo-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .expo-actions .button {
        width: 100%;
        text-align: center;
    }
}

.sponsors {
  --gap: 12px;
  --speed: 60s;          /* größere Zahl = langsamer */
  overflow: hidden;
  contain: layout paint;

}

.sponsors h1,
.sponsors h2 {
    margin-top: 1%;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 400;
    color: rgba(70, 70, 70, 0.678);
}
.sponsors .track {
    margin-top: 2%;
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: max-content;
  animation: scroll var(--speed) linear infinite;
}
.sponsors img {
  height: 72px;          /* passe an */
  width: auto;
  opacity: .85;

  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}
.sponsors img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}

/* der eigentliche Endlos-Scroll */
@keyframes scroll {
  to { transform: translateX(-50%); } /* da wir die Liste dupliziert haben */
}

/* pause only while the pointer is over the actual logo strip */
.sponsors .track:hover,
.sponsors .track:focus-within {
  animation-play-state: paused;
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .sponsors .track { animation: none; }
}



.partners-section {
    --speed: 132s;
    --partner-border: #dbe7ea;
    --partner-surface: #ffffff;
    --partner-muted: #5d6d72;
    --partner-rail: #f4f8f9;
    padding: clamp(72px, 9vw, 126px) 0 clamp(86px, 9vw, 128px);
    background: linear-gradient(180deg, #ffffff 0%, #f7fafb 56%, #ffffff 100%);
    border-top: 1px solid rgba(8, 116, 132, 0.12);
    overflow: hidden;
    contain: layout paint;
}

.partners-section h1,
.partners-section h2 {
    max-width: 860px;
    margin: 0 auto;
    color: #161d20;
    font-size: clamp(1.55rem, 2.45vw, 2.35rem);
    font-weight: 700;
    line-height: 1.12;
    text-align: center;
}

.partners-section h1::after,
.partners-section h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 24px auto 0;
    background: var(--main-color);
}

.partners-section p {
    max-width: 560px;
    margin: 18px auto 0;
    color: var(--partner-muted);
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.partner-rail {
    position: relative;
    overflow: hidden;
    contain: layout paint;
    margin: clamp(34px, 4.8vw, 58px) 0 0;
    padding: 42px var(--page-gutter);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(241, 247, 248, 0.92)),
        var(--partner-rail);
    border-top: 1px solid rgba(8, 116, 132, 0.14);
    border-bottom: 1px solid rgba(8, 116, 132, 0.11);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.partner-rail::before,
.partner-rail::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: clamp(72px, 12vw, 176px);
    pointer-events: none;
}

.partner-rail::before {
    left: 0;
    background: linear-gradient(90deg, var(--partner-rail) 0%, rgba(244, 248, 249, 0.86) 34%, rgba(244, 248, 249, 0) 100%);
}

.partner-rail::after {
    right: 0;
    background: linear-gradient(270deg, var(--partner-rail) 0%, rgba(244, 248, 249, 0.86) 34%, rgba(244, 248, 249, 0) 100%);
}

.partners-section .track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--gap);
    width: max-content;
    max-width: none;
    margin: 0;
    animation: scroll var(--speed) linear infinite;
}

.partners-section .track a {
    position: relative;
    flex: 0 0 142px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--partner-surface) 42%, #f8fbfc 100%);
    border: 1px solid var(--partner-border);
    border-radius: 2px;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 18px rgba(25, 56, 64, 0.035);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.partners-section .track a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: var(--main-color);
    opacity: 0.28;
    transform: scaleX(0.28);
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.partners-section .track a:hover,
.partners-section .track a:focus-visible {
    border-color: rgba(8, 116, 132, 0.44);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 13px 24px rgba(25, 56, 64, 0.09);
    transform: translateY(-2px);
    outline: none;
}

.partners-section .track a:hover::before,
.partners-section .track a:focus-visible::before {
    opacity: 1;
    transform: scaleX(1);
}

.partners-section img {
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1;
    filter: none;
}

.partners-section img:hover {
    opacity: 1;
    filter: none;
    transform: none;
}

@media (max-width: 768px) {
    .subpage-hero {
        min-height: 420px;
        align-items: center;
        padding: 122px clamp(20px, 6vw, 34px) 52px;
        background-attachment: scroll;
    }

    .subpage-hero::after {
        left: clamp(20px, 6vw, 34px);
        right: clamp(20px, 6vw, 34px);
    }

    .subpage-hero__eyebrow {
        gap: 11px;
        margin-bottom: 24px;
        font-size: 0.96rem;
    }

    .subpage-hero h1 {
        max-width: 100%;
        font-size: clamp(1.8rem, 8.9vw, 3rem);
        line-height: 0.96;
    }

    .subpage-hero p {
        max-width: 100%;
        font-size: clamp(0.92rem, 4vw, 1.08rem);
        line-height: 1.55;
        text-align: left;
    }

    .partners-section {
        padding: 56px 0 82px;
    }

    .sponsors:not(.partners-section) h1,
    .sponsors:not(.partners-section) h2,
    .partners-section h1,
    .partners-section h2,
    .partners-section p {
        width: calc(100% - (var(--page-gutter) * 2));
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .partners-section h1::after,
    .partners-section h2::after {
        margin-left: 0;
        margin-right: 0;
    }

    .partner-rail {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .partner-rail::before,
    .partner-rail::after {
        width: 52px;
    }

    .partners-section .track {
        gap: 8px;
        animation-duration: 105s;
    }

    .partners-section .track a {
        flex-basis: 124px;
        min-height: 68px;
        padding: 12px 14px;
    }

    .partners-section img {
        max-height: 47px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partners-section .track {
        animation: none;
        transform: none;
    }
}

/* DKOU 2026 announcement below the partner rail */
.home-expo-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(380px, 1.2fr) minmax(320px, 0.95fr);
    min-height: 520px;
    padding-left: var(--nav-gutter);
    padding-right: var(--footer-right-gutter);
    overflow: hidden;
    scroll-margin-top: 82px;
    background: #102b35;
    color: #ffffff;
}

.home-expo-banner__lead,
.home-expo-banner__details,
.home-expo-banner__media {
    min-width: 0;
}

.home-expo-banner__lead {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 52px 42px 46px;
    background: transparent;
}

.home-expo-banner__lead::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    left: calc(-1 * var(--nav-gutter));
    background: #0a7d8a;
    content: "";
}

.home-expo-banner__label,
.home-expo-banner__date {
    margin: 0;
    color: #42d0df;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-expo-banner__lead .home-expo-banner__label {
    color: rgba(255, 255, 255, 0.78);
}

.home-expo-banner h2 {
    margin: 22px 0 0;
    color: #ffffff;
    font-size: clamp(2.55rem, 3.05vw, 3.18rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.94;
    text-align: left;
    text-transform: uppercase;
}

.home-expo-banner h2 span {
    display: block;
}

.home-expo-banner__intro {
    max-width: 390px;
    margin: auto 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 450;
    line-height: 1.65;
    text-align: left;
}

.home-expo-banner__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 48px;
    background: #102b35;
}

.home-expo-banner__details h3 {
    margin: 16px 0 0;
    color: #ffffff;
    font-size: 1.62rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.12;
    text-align: left;
}

.home-expo-banner__details > p:not(.home-expo-banner__date):not(.home-expo-banner__venue) {
    max-width: 610px;
    margin: 20px 0 0;
    color: #a9bec5;
    font-size: 0.92rem;
    font-weight: 450;
    line-height: 1.65;
    text-align: left;
}

.home-expo-banner__venue {
    margin: 20px 0 0;
    color: #a9bec5;
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: left;
}

.home-expo-banner__venue strong {
    color: #ffffff;
    font-weight: 750;
}

.home-expo-banner__link {
    align-self: flex-start;
    margin-top: 28px;
    color: #2cc4d5;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.home-expo-banner__link span {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.22s ease;
}

.home-expo-banner__link:hover span,
.home-expo-banner__link:focus-visible span {
    transform: translateX(5px);
}

.home-expo-banner__link:focus-visible {
    outline: 1px solid #42d0df;
    outline-offset: 7px;
}

.home-expo-banner__media {
    display: grid;
    grid-template-rows: minmax(112px, 0.62fr) minmax(200px, 1.38fr);
    gap: 12px;
    padding: 42px 0;
    background: #102b35;
}

.home-expo-banner__event-mark {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    column-gap: 14px;
    min-height: 112px;
    padding: 18px 24px;
    overflow: hidden;
    background: #ffffff;
    color: #102b35;
}

.home-expo-banner__event-mark::after {
    position: absolute;
    right: -32px;
    bottom: -58px;
    width: 170px;
    height: 120px;
    background: #0a9db1;
    content: "";
    transform: skewX(-34deg);
}

.home-expo-banner__event-mark span,
.home-expo-banner__event-mark strong,
.home-expo-banner__event-mark small {
    position: relative;
    z-index: 1;
    letter-spacing: 0;
}

.home-expo-banner__event-mark span {
    color: #087f96;
    font-size: 1.58rem;
    font-weight: 800;
    line-height: 1;
}

.home-expo-banner__event-mark strong {
    color: #102b35;
    font-size: 2.78rem;
    font-weight: 350;
    line-height: 0.9;
}

.home-expo-banner__event-mark small {
    grid-column: 1 / -1;
    color: #087f96;
    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1.2;
}

.home-expo-banner__photo {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #0c232c;
}

.home-expo-banner__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.78) saturate(0.88);
    transition: filter 0.35s ease, transform 0.55s ease;
}

.home-expo-banner__photo:hover img {
    filter: brightness(0.9) saturate(0.96);
    transform: scale(1.015);
}

@media (max-width: 1200px) {
    .home-expo-banner {
        grid-template-columns: minmax(260px, 0.82fr) minmax(380px, 1.18fr);
    }

    .home-expo-banner__lead {
        padding: 54px 42px 48px;
    }

    .home-expo-banner h2 {
        font-size: 2.8rem;
    }

    .home-expo-banner__details {
        padding: 54px 46px;
    }

    .home-expo-banner__media {
        grid-column: 1 / -1;
        grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
        grid-template-rows: minmax(220px, 300px);
        padding: 0;
    }
}

@media (max-width: 720px) {
    .home-expo-banner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-expo-banner__lead::before {
        left: 0;
    }

    .home-expo-banner__lead,
    .home-expo-banner__details {
        padding: 42px 24px;
    }

    .home-expo-banner h2 {
        margin-top: 18px;
        font-size: 2.2rem;
    }

    .home-expo-banner__intro {
        margin-top: 38px;
    }

    .home-expo-banner__details h3 {
        font-size: 1.35rem;
    }

    .home-expo-banner__media {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(138px, auto) 250px;
        gap: 0;
    }

    .home-expo-banner__event-mark {
        min-height: 138px;
        padding: 22px 24px;
    }

    .home-expo-banner__event-mark span {
        font-size: 1.45rem;
    }

    .home-expo-banner__event-mark strong {
        font-size: 2.7rem;
    }

    .home-expo-banner__photo:hover img {
        transform: none;
    }
}

/* Hauptinhalt */
main {
    padding: 40px 0;
    text-align: justify;
}

.product-portfolio {
    width: 100%;
    margin: clamp(28px, 5vw, 78px) 0 clamp(36px, 6vw, 92px);
    padding: clamp(42px, 6vw, 78px) 0;
    background: linear-gradient(180deg, #f7fafb 0%, #ffffff 100%);
    border-top: 1px solid rgba(8, 116, 132, 0.12);
    border-bottom: 1px solid rgba(8, 116, 132, 0.12);
    text-align: left;
}

.product-portfolio__inner {
    width: calc(100% - var(--nav-gutter) - var(--footer-right-gutter));
    max-width: 1320px;
    margin-left: var(--nav-gutter);
    margin-right: var(--footer-right-gutter);
}

.product-portfolio__header {
    display: grid;
    grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 82px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.product-portfolio__header p {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    color: var(--main-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-portfolio__header p::before {
    content: "";
    width: 32px;
    height: 2px;
    background: currentColor;
}

.product-portfolio__header h2 {
    max-width: 820px;
    margin: 0;
    color: #11191d;
    font-size: clamp(2rem, 3.7vw, 4.2rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.98;
    text-transform: uppercase;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
    align-items: stretch;
}

.product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: clamp(24px, 2.4vw, 34px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(8, 116, 132, 0.18);
    border-top: 3px solid rgba(8, 116, 132, 0.82);
    box-shadow: 0 18px 46px rgba(16, 38, 43, 0.06);
    color: #162226;
}

.product-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.product-card__number {
    color: rgba(8, 116, 132, 0.18);
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.82;
}

.product-card__family {
    max-width: 48%;
    color: var(--main-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: right;
    text-transform: uppercase;
}

.product-card h3 {
    margin: clamp(24px, 2.8vw, 36px) 0 14px;
    color: #11191d;
    font-size: clamp(1.45rem, 1.8vw, 2.15rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    text-align: left;
}

.product-card p {
    margin: 0;
    color: #41565d;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
}

.product-card__specs {
    margin: auto 0 0;
    padding-top: clamp(22px, 3vw, 34px);
    border-top: 1px solid rgba(8, 116, 132, 0.14);
}

.product-card__specs div {
    display: grid;
    grid-template-columns: minmax(88px, 0.76fr) minmax(0, 1.24fr);
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(8, 116, 132, 0.11);
}

.product-card__specs div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-card__specs dt,
.product-card__specs dd {
    margin: 0;
    line-height: 1.42;
    text-align: left;
}

.product-card__specs dt {
    color: #6b858c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-card__specs dd {
    color: #162226;
    font-size: 0.84rem;
    font-weight: 650;
}

@media (max-width: 1100px) {
    .product-portfolio__inner {
        width: auto;
        margin-left: clamp(20px, 6vw, 48px);
        margin-right: clamp(20px, 6vw, 48px);
    }

    .product-card-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    .product-portfolio {
        margin: 26px 0 48px;
        padding: 38px 0 44px;
    }

    .product-portfolio__header {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-portfolio__header h2 {
        font-size: clamp(2rem, 12vw, 3.4rem);
        line-height: 1;
    }

    .product-card {
        padding: 22px;
    }

    .product-card__meta {
        align-items: flex-start;
    }

    .product-card__family {
        max-width: 56%;
        font-size: 0.72rem;
    }

    .product-card__specs div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.product-portfolio {
    width: 60%;
    max-width: 1000px;
    min-width: 200px;
    margin: clamp(28px, 5vw, 64px) auto clamp(34px, 5vw, 70px);
    padding: 20px 0;
    scroll-margin-top: 120px;
    background: #ffffff;
    border: 0;
}

.product-portfolio__inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

.product-portfolio__header {
    display: block;
    margin-bottom: clamp(26px, 4vw, 42px);
}

.product-portfolio__header h2 {
    max-width: 860px;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.03;
}

.product-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 3.2vw, 34px);
}

.product-entry {
    min-width: 0;
}

.product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    aspect-ratio: 2 / 1;
    min-height: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(8, 116, 132, 0.16);
    border-top: 2px solid rgba(8, 116, 132, 0.82);
    box-shadow: 0 20px 52px rgba(16, 38, 43, 0.08);
}

.product-card--reverse .product-card__visual {
    grid-column: 2;
    grid-row: 1;
}

.product-card--reverse .product-card__body {
    grid-column: 1;
    grid-row: 1;
}

.product-card__visual {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #edf2f4;
}

.product-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.74) contrast(0.94) brightness(1.08);
}

.product-card__visual::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(102, 118, 123, 0.1);
    content: "";
    pointer-events: none;
}

.product-card__body {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(22px, 2.4vw, 34px) clamp(24px, 2.9vw, 42px);
    overflow: visible;
    background: linear-gradient(180deg, #fbfdfe 0%, #f3f8fa 100%);
}

.product-card__meta {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 43px;
}

.product-card__number {
    position: absolute;
    top: -5px;
    left: -2px;
    color: rgba(8, 116, 132, 0.09);
    font-size: clamp(3.25rem, 5vw, 4.6rem);
    line-height: 0.82;
}

.product-card__family {
    position: relative;
    z-index: 1;
    display: block;
    max-width: none;
    padding-top: 20px;
    color: var(--main-color);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-align: left;
}

.product-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: clamp(1.36rem, 2vw, 2.02rem);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.product-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #435a61;
    font-size: clamp(0.78rem, 0.84vw, 0.9rem);
    line-height: 1.45;
}

.product-card__specs {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: clamp(13px, 1.6vw, 22px);
}

.product-card__specs div {
    grid-template-columns: minmax(105px, 0.75fr) minmax(0, 1.25fr);
    gap: 14px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(8, 116, 132, 0.14);
}

.product-card__specs dt {
    color: #71888f;
    font-size: 0.66rem;
}

.product-card__specs dd {
    color: #132328;
    font-size: 0.76rem;
    font-weight: 650;
    text-align: right;
}

.product-card__details {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border: 1px solid rgba(8, 116, 132, 0.16);
    background: #f4f8f9;
}

.product-card__details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    padding: 14px clamp(20px, 2.9vw, 42px);
    color: var(--main-color);
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
}

.product-card__details[open] summary {
    border-bottom: 1px solid rgba(8, 116, 132, 0.16);
}

.product-card__details summary::-webkit-details-marker {
    display: none;
}

.product-card__details summary:focus {
    outline: none;
}

.product-card__details summary:focus-visible {
    outline: 1px solid rgba(8, 116, 132, 0.55);
    outline-offset: 3px;
}

.product-card__details-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(8, 116, 132, 0.42);
}

.product-card__details-icon::before,
.product-card__details-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    background: var(--main-color);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease;
}

.product-card__details-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-card__details[open] .product-card__details-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.product-card__details-panel {
    position: static;
    overflow-x: auto;
    background: #fbfdfe;
    scrollbar-color: rgba(8, 116, 132, 0.34) transparent;
    scrollbar-width: thin;
}

.product-card__details-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.product-card__details-table th,
.product-card__details-table td {
    padding: 12px clamp(14px, 2vw, 24px);
    border-bottom: 1px solid rgba(8, 116, 132, 0.1);
    font-size: 0.76rem;
    line-height: 1.5;
    vertical-align: top;
}

.product-card__details-table th {
    color: #71888f;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.product-card__details-table td {
    color: #132328;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-align: left;
}

.product-card__details-table thead th {
    background: rgba(8, 116, 132, 0.045);
    color: #506b72;
    white-space: nowrap;
}

.product-card__details-table tbody th {
    width: 18%;
    color: #132328;
    white-space: nowrap;
}

.product-card__details-table--inserts tbody td {
    letter-spacing: 0.01em;
}

.product-card__details-table tr:last-child th,
.product-card__details-table tr:last-child td {
    border-bottom: 0;
}

.product-portfolio .hidden,
.product-portfolio .appear {
    opacity: 1;
    transform: none;
    transition: none;
}

.customer-info-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(32px, 7vw, 96px);
    align-items: center;
    width: 100%;
    max-width: none;
    min-width: 200px;
    margin: clamp(52px, 7vw, 96px) 0 clamp(48px, 7vw, 88px);
    padding: clamp(58px, 7.5vw, 94px) var(--footer-right-gutter) clamp(58px, 7.5vw, 94px) var(--nav-gutter);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 251, 0.98) 54%, rgba(255, 255, 255, 0.94) 100%),
        #f4f8f9;
}

.customer-info-section__copy {
    min-width: 0;
}

.customer-info-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 24px;
    color: var(--main-color);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.customer-info-section__eyebrow::before {
    width: 32px;
    height: 2px;
    background: currentColor;
    content: "";
}

.customer-info-section h2 {
    margin: 0 0 14px;
    color: #0e1a1f;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 780;
    letter-spacing: 0.08em;
    line-height: 1.04;
    text-transform: uppercase;
}

.customer-info-section__copy > p:last-child {
    max-width: 560px;
    margin: 0;
    color: #48656d;
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.55;
    text-align: left;
}

.customer-info-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.customer-info-section__bottom-action {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: clamp(4px, 1vw, 12px);
}

.production-downloads-link {
    display: flex;
    justify-content: center;
    margin-top: clamp(30px, 4vw, 52px);
}

.page-next-link-section .container {
    display: flex;
    justify-content: center;
}

.page-next-link-section .text-column {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    text-align: center;
}

.page-next-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 44px;
    padding: 0 30px;
    border: 1px solid var(--main-color);
    background: #ffffff;
    color: var(--main-color);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.page-next-link:hover {
    background: #0a5f6c;
    color: #ffffff;
}

.customer-info-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 44px;
    padding: 0 30px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.customer-info-section__button span {
    margin-left: 9px;
}

.customer-info-section__button--primary {
    background: var(--main-color);
    color: #ffffff;
}

.customer-info-section__button--secondary {
    background: #ffffff;
}

.customer-info-section__button:hover {
    background: #0a5f6c;
    color: #ffffff;
}

@media (max-width: 1600px) {
    .customer-info-section {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        align-items: start;
    }

    .customer-info-section__actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1200px) {
    .product-portfolio {
        width: 90%;
    }

    .customer-info-section {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (max-width: 860px) {
    .product-card {
        aspect-ratio: auto;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .product-card--reverse .product-card__visual,
    .product-card--reverse .product-card__body {
        grid-column: auto;
        grid-row: auto;
    }

    .product-card__visual {
        aspect-ratio: 16 / 10;
    }

    .product-card__body {
        overflow: visible;
        padding: 30px 24px 28px;
    }

    .customer-info-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .customer-info-section__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .product-portfolio {
        width: 90%;
        margin: 22px auto 46px;
        padding: 16px 0;
    }

    .product-portfolio__header h2 {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
    }

    .product-card__family {
        font-size: 0.68rem;
    }

    .product-card__specs div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .product-card__specs dd {
        text-align: left;
    }

    .product-card__details summary {
        min-height: 50px;
        padding: 13px 18px;
    }

    .product-card__details-table {
        min-width: 680px;
    }

    .product-card__details-table--heads {
        min-width: 820px;
    }

    .product-card__details-table--inserts {
        min-width: 620px;
    }

    .customer-info-section {
        margin: 36px 0 54px;
        padding: 42px 18px;
    }

    .customer-info-section__actions {
        flex-direction: column;
    }

    .customer-info-section__copy,
    .customer-info-section__actions {
        min-width: 0;
    }

    .customer-info-section h2 {
        hyphens: manual;
        overflow-wrap: normal;
        word-break: normal;
    }

    .customer-info-section__button,
    .page-next-link {
        min-width: 0;
        width: 100%;
    }
}



/* Templates */
.template {
    margin: 0 auto;
    padding: 20px 0;
    width: 60%; /* Standardbreite für größere Viewports */
    max-width: 1000px; /* Begrenzung für sehr breite Bildschirme */
    min-width: 200px; /* Mindestbreite für schmale Bildschirme */
    background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .template {
        width: 90%; /* Bei kleineren Viewports mehr Platz nutzen */
    }
}

@media screen and (max-width: 768px) {
    .template {
        width: 90%; /* Für Mobilgeräte fast die gesamte Breite verwenden */
    }
}

.banners {
    max-width: 100%;
    display: inline-block; /* Optional, damit der Hover-Bereich genau um das Bild passt */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Für sanfte Animation */
}

.banners:hover {
    transform: scale(1.05); /* Leichte Vergrößerung */
    opacity: 0.9; /* Leichte Transparenz */
}

.banners img {
    min-height: 50px;
    max-width: 150px;
    transition: transform 0.3s ease; /* Für sanfte Animation des Bildes */
}

.banners:hover img {
    transform: scale(1.0001); /* Zusätzliches Wachstum nur beim Bild */
}

/* Allgemeiner Untertitel-Stil für Überschriften */
h6 {
    font-size: 1.2rem;   /* Kleinere Schriftgröße als h1/h2 */
    font-weight: 300;      /* Leichtere Schriftart für den Untertitel */
    color: #087484;        /* Verwendung der Hauptfarbe */
    margin-top: -10px;     /* Optional: Verringerter Abstand zum oberen Element */
    margin-bottom: 1rem;   /* Angemessener Abstand zum folgenden Element */
        /* Kursiv als optisches Merkmal */
    text-align: left; 
    line-height: 110%;     /* Standardausrichtung (kann je nach Template überschrieben werden) */
  }
  
  /* Spezifische Anpassungen in den Überschriften-Templates */
  
  /* Falls der Untertitel in einem zentrierten Template genutzt wird */
  .template.heading-only h6 {
    text-align: center;
  }
  
  /* Bei linksbündigen Überschriften */
  .template.heading-left h6 {
    text-align: left;
  }
  
  /* Bei rechtsbündigen Überschriften */
  .template.heading-right h6 {
    text-align: right;
  }
  

/* Linke Spalte Template */
.template.left-column .container {
    display: flex;
    justify-content: flex-start;
}

.template.left-column .column {
    width: 50%;
}

.template.left-column .column h1 {
    text-align: left;
    color: var(--main-color);
    margin-bottom: 20px;
}

.template.left-column .column p {
    text-align: justify;
}

/* Rechte Spalte Template */
.template.right-column .container {
    display: flex;
    justify-content: flex-end;
}

.template.right-column .column {
    width: 50%;
}

.template.right-column .column h2 {
    text-align: left;
    color: var(--main-color);
    margin-bottom: 20px;
}

.template.right-column .column p {
    text-align: justify;
}

/* Volle Breite Template */
.template.full-width .container {
    width: 100%;
}

.template.full-width .sr-only {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.template.full-width h2,
.template.full-width h1 {
    text-align: left;
    color: var(--main-color);
    margin-bottom: 20px;
    line-height: 110%;
}

.template.full-width p {
    text-align: justify;
}

.template.template.full-width img,
.responsive-img {
  display: block;       /* vermeidet Inline-Gaps */
  max-width: 100%;      /* nie breiter als der Container */
  width: 100%;          /* füllt die verfügbare Breite */
  height: auto;         /* hält Seitenverhältnis */
  object-fit: contain;  /* zeigt alles vom Bild */
}

/* In deinem full-width-Template soll die Textspalte die volle Breite nutzen */
.template.full-width .text-column {
  width: 100%;
}


/* Bild links, Text rechts Template */
.template.image-left-text-right .container {
    display: flex;
    justify-content: space-between;
}

.template.image-left-text-right .image-column {
    width: 48%;
}

.template.image-left-text-right .text-column {
    width: 48%;
}

.template.image-left-text-right img {
    width: 100%;
    height: auto;
}

.template.image-left-text-right h2 {
    text-align: left;
    color: var(--main-color);
    line-height: 110%;
    margin-bottom: 20px;
    font-size: 2rem;
}

.template.image-left-text-right p {
    text-align: justify;
}

/* Bild rechts, Text links Template */
.template.image-right-text-left .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.template.image-right-text-left .image-column,
.template.image-right-text-left .text-column {
    width: 48%;
}

.template.image-right-text-left img {
    width: 100%;
    height: auto;
}

.template.image-right-text-left h2 {
    text-align: justify;
    color: var(--main-color);
    margin-bottom: 2px;
    font-size: 2rem;
}

.template.image-right-text-left p {
    text-align: justify;
}

/* Nur Überschrift Template */
.template.heading-only {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.template.heading-only h1,
.template.heading-only h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
}

.template.heading-only p {
    display: none;
}

/* Überschrift links Template */
.template.heading-left {
    width: 100%;
    padding: 20px 0;
    
}

.template.heading-left h1,
.template.heading-left h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    text-align: left;
    margin-left: 0; /* Gleicher Abstand wie die Absätze */
}

.template.heading-left p {
    display: none;
}

/* Überschrift rechts Template */
.template.heading-right {
    width: 100%;
    padding: 20px 0;
}

.template.heading-right h1,
.template.heading-right h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    text-align: right;
    margin-right: 0; /* Gleicher Abstand wie die Absätze */
}

.template.heading-right p {
    display: none;
}

/* Zwei Texte nebeneinander Template */
.template.two-text-blocks .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}

.template.two-text-blocks .text-block {
    width: 48%;
}

.template.two-text-blocks .text-block h2 {
    text-align: justify;
    color: var(--main-color);
}

.template.two-text-blocks .text-block p {
    text-align: justify;
    color: #333;
}

/* Zwei Bilder nebeneinander Template */
.template.two-images .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
}

.template.two-images .image-block {
    width: 48%;
}

.template.two-images .image-block img {
    width: 100%;
    height: auto;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .template.left-column .container,
    .template.right-column .container,
    .template.image-left-text-right .container,
    .template.image-right-text-left .container,
    .template.two-text-blocks .container,
    .template.two-images .container {
        flex-direction: column;
        align-items: center;
    }

    .template.left-column .column,
    .template.right-column .column,
    .template.image-left-text-right .image-column,
    .template.image-left-text-right .text-column,
    .template.image-right-text-left .image-column,
    .template.image-right-text-left .text-column,
    .template.two-text-blocks .text-block,
    .template.two-images .image-block {
        width: 100%;
    }

    /* Reihenfolge für Bild rechts, Text links Template anpassen */
    .template.image-right-text-left .container {
        flex-direction: column;
    }

    .template.image-right-text-left .image-column {
        order: 2;
    }

    .template.image-right-text-left .text-column {
        order: 1;
    }

    /* Überschrift Templates Anpassung */
    .template.heading-left h1,
    .template.heading-left h2,
    .template.heading-right h1,
    .template.heading-right h2 {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .template h1,
    .template h2,
    .template h3,
    .template h4,
    .template h5,
    .template h6,
    .template p,
    .template li,
    .template.left-column .column p,
    .template.right-column .column p,
    .template.full-width p,
    .template.image-left-text-right p,
    .template.image-right-text-left p,
    .template.text-right p,
    .template.two-text-blocks .text-block p,
    .download-card h3,
    .download-card p,
    .managed-news-card h3,
    .managed-news-card p,
    .managed-news-body {
        text-align: left;
    }

    .parallax-content {
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
        max-width: 90%;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 20px;
        background-color: #333;
        padding: 10px;
        border-radius: 8px;
    }

    .nav-links.open {
        display: flex;
    }

    .menu-icon {
        display: flex;
    }

    .nav-links a {
        color: #fff;
        font-size: 16px;
    }

    .nav-links a:hover {
        color: #ddd;
    }
}

.footer {
    background: #071d24;
    color: #ffffff;
    text-align: left;
}

.footer-cta {
    background: #0d7f8c;
    color: #ffffff;
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px, 6vw, 96px);
    width: 100%;
    padding: clamp(62px, 7.4vw, 94px) var(--footer-right-gutter) clamp(62px, 7.4vw, 94px) var(--nav-gutter);
}

.footer-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.05rem, 3.05vw, 3rem);
    font-weight: 780;
    letter-spacing: 0;
    line-height: 0.98;
    text-transform: uppercase;
}

.footer-cta h2 span {
    display: block;
}

.footer-cta h2 span:last-child {
    color: rgba(190, 229, 236, 0.82);
    font-style: normal;
    font-weight: 780;
}

.footer-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 204px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.02);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.footer-cta__button:hover,
.footer-cta__button:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.footer-main {
    background: #071d24;
}

.footer-container {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(120px, 0.7fr) minmax(190px, 0.8fr) minmax(120px, 0.7fr);
    gap: clamp(40px, 8vw, 118px);
    align-items: start;
    width: 100%;
    padding: clamp(70px, 8vw, 90px) var(--footer-right-gutter) clamp(58px, 7vw, 76px) var(--nav-gutter);
}

.footer-brand {
    max-width: 420px;
}

.footer-logo {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.footer-brand h5 {
    margin: 0 0 18px;
    color: #00a4b8;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.footer-brand p {
    max-width: 420px;
    margin: 0;
    color: rgba(182, 207, 213, 0.62);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75;
}

.footer-column h3 {
    margin: 0 0 20px;
    color: rgba(145, 172, 181, 0.74);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-column p {
    margin: 0;
    color: rgba(185, 210, 216, 0.7);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.55;
}

.footer-column ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column a {
    color: rgba(196, 221, 227, 0.72);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    transition: color 0.22s ease, transform 0.22s ease;
}

.footer-column a:hover,
.footer-column a:focus {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    padding: 22px var(--footer-right-gutter) 18px var(--nav-gutter);
    color: rgba(147, 171, 178, 0.45);
    font-size: 0.78rem;
    line-height: 1.45;
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 900px) {
    .footer-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta__button {
        min-width: 0;
    }

    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 34px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .footer-cta__inner {
        padding-left: clamp(22px, 6vw, 34px);
        padding-right: clamp(22px, 6vw, 34px);
    }

    .footer-container {
        grid-template-columns: 1fr;
        padding-left: clamp(22px, 6vw, 34px);
        padding-right: clamp(22px, 6vw, 34px);
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-left: clamp(22px, 6vw, 34px);
        padding-right: clamp(22px, 6vw, 34px);
    }
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Initialer Zustand: Elemente sind unsichtbar und leicht nach unten versetzt */
.hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 1s ease-out;
  }
  
  /* Sobald die Klasse 'appear' hinzugefügt wird, fahren die Werte hoch */
  .appear {
    opacity: 1;
    transform: translateY(0);
  }
  
@media (max-width: 1100px) {
    .navbar {
        padding: 18px clamp(20px, 5vw, 42px);
    }

    .menu-icon {
        display: flex;
        width: 54px;
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 6px;
        z-index: 1002;
    }

    .menu-icon .bar {
        width: 38px;
        height: 4px;
        margin: 0;
        background-color: #1d1d1d;
    }

    .hero-navbar:not(.is-scrolled) .menu-icon .bar {
        background-color: #ffffff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
    }

    .nav-links {
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 84px);
        overflow-y: auto;
        padding: clamp(24px, 6vw, 46px) clamp(24px, 8vw, 72px);
        border-radius: 0;
        background: rgba(7, 32, 37, 0.96);
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .nav-links.open {
        display: flex;
        width: 100%;
    }

    .nav-primary,
    .nav-secondary {
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .nav-primary {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .nav-secondary {
        margin-left: 0;
        padding-top: 18px;
    }

    .nav-links a {
        width: 100%;
        min-height: 58px;
        justify-content: flex-start;
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        color: #ffffff;
        font-size: clamp(1.42rem, 5.4vw, 2.35rem);
        font-weight: 700;
        line-height: 1.05;
        text-shadow: none;
    }

    .nav-links a::after {
        display: none;
    }

    .nav-links a.active,
    .nav-links a:hover,
    .hero-navbar:not(.is-scrolled) .nav-links a:hover {
        color: #d8f6fa;
    }

    .nav-links a#nav-contact {
        justify-content: center;
        min-height: 64px;
        margin-top: 2px;
        padding: 16px 18px;
        font-size: clamp(1.12rem, 4.2vw, 1.55rem);
    }

    .language-dropdown {
        width: 100%;
        margin-top: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-toggle {
        width: 52px;
        height: 52px;
        font-size: 1rem;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 10px;
        border: 0;
        box-shadow: none;
    }

    .dropdown-menu button {
        min-height: 50px;
        padding: 13px 16px;
        font-size: 17px;
        font-weight: 500;
    }
}


/* ===================== Messe / DKOU (news.html) ===================== */
.expo-page {
    padding: 0;
    text-align: left;
}

.expo-overview {
    padding: clamp(64px, 8vw, 112px) 0 clamp(58px, 7vw, 100px);
    background: linear-gradient(180deg, #ffffff 0%, #f7fafb 62%, #ffffff 100%);
    text-align: left;
}

.expo-overview__inner {
    display: grid;
    grid-template-columns: minmax(300px, 1.02fr) minmax(340px, 1fr);
    align-items: stretch;
    gap: clamp(34px, 4.6vw, 66px);
    width: calc(100% - var(--nav-gutter) - var(--footer-right-gutter));
    max-width: 1320px;
    margin: 0 auto;
}

.expo-overview__media {
    margin: 0;
    overflow: hidden;
    background: #0c232c;
    border: 1px solid rgba(8, 116, 132, 0.14);
}

.expo-overview__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
}

.expo-overview__media:hover img {
    transform: scale(1.015);
}

.expo-overview__label {
    margin: 0;
    color: var(--main-color);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

.expo-overview h1,
.expo-overview h2 {
    margin: 16px 0 0;
    color: #161d20;
    font-size: clamp(1.75rem, 2.7vw, 2.5rem);
    font-weight: 700;
    line-height: 1.12;
    text-align: left;
}

.expo-overview h1::after,
.expo-overview h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 22px 0 0;
    background: var(--main-color);
}

.expo-overview__lead {
    margin: 24px 0 0;
    max-width: 620px;
    color: #4c5c62;
    font-size: clamp(0.94rem, 1.12vw, 1.02rem);
    font-weight: 450;
    line-height: 1.75;
    text-align: left;
}

.expo-overview__lead strong {
    color: #161d20;
    font-weight: 650;
}

.expo-facts {
    display: grid;
    gap: 0;
    margin: 30px 0 0;
    border-top: 1px solid rgba(8, 116, 132, 0.16);
}

.expo-facts__item {
    display: grid;
    grid-template-columns: minmax(120px, 0.42fr) 1fr;
    align-items: baseline;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(8, 116, 132, 0.16);
}

.expo-facts dt {
    margin: 0;
    color: #5d6d72;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.expo-facts dd {
    margin: 0;
    color: #161d20;
    font-size: 0.98rem;
    font-weight: 550;
    line-height: 1.5;
}

.expo-overview .expo-actions {
    margin-top: 32px;
}

.expo-overview .expo-actions .button {
    padding: 13px 22px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid rgba(8, 116, 132, 0.32);
    color: #161d20;
    transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.expo-overview .expo-actions .button:hover,
.expo-overview .expo-actions .button:focus-visible {
    background-color: #f4f8f9;
    border-color: var(--main-color);
    transform: translateY(-2px);
}

/* Messefilm */
.expo-film {
    padding: clamp(58px, 7vw, 96px) 0 clamp(62px, 7.5vw, 104px);
    background: #102b35;
    color: #ffffff;
}

.expo-film__inner {
    width: calc(100% - var(--nav-gutter) - var(--footer-right-gutter));
    max-width: 1320px;
    margin: 0 auto;
}

.expo-film__label {
    margin: 0;
    color: #42d0df;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

.expo-film h2 {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.12;
    text-align: left;
}

.expo-film__frame {
    margin: clamp(28px, 3.6vw, 44px) 0 0;
    overflow: hidden;
    background: #0c232c;
    border: 1px solid rgba(66, 208, 223, 0.18);
}

@media (max-width: 1000px) {
    .expo-overview__inner {
        grid-template-columns: 1fr;
    }

    .expo-overview__media img {
        min-height: 0;
        max-height: 380px;
    }
}

@media (max-width: 768px) {
    .expo-overview {
        padding: 48px 0 44px;
    }

    .expo-overview__inner,
    .expo-film__inner {
        width: calc(100% - (var(--page-gutter) * 2));
    }

    .expo-facts__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .expo-film {
        padding: 46px 0 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .expo-overview__media img,
    .expo-overview__media:hover img {
        transition: none;
        transform: none;
    }
}
