/* ==========================================================================
   ACCESSABILITY SETTINGS
========================================================================== */
*,
::after,
::before {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body,
html {
    height: 100%;
}

body {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
}

.nav-is-fixed {
    position: relative !important;
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

:focus:not(:focus-visible) {
    outline: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0;
}

:focus-visible {
    outline: 0.1rem solid var(--blau-akzent);
    outline-offset: 0;
}

.js-focus-visible .focus-visible {
    outline: 0.1rem solid var(--blau-akzent);
    outline-offset: 0;
}

[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
button:focus {
    outline: 0.1rem solid var(--blau-akzent);
}
/* ==========================================================================
   PAGE VARIABLES
========================================================================== */
:root {
    --blau: #707070;
    --primary: #353630;
    --secondary-rgb: 20, 65, 112;
    --secondary: #707070;
    --blau-akzent: #3bb3ee;
    --blau-hell: #d7ebff;
    --link-hover: #3bb3ee;
    --search: #19d6e5;
    --software: #f4b200;
    --pc-systems: #c1bcbc;
    --hybrid-systems: #987be5;
    --awg: #a2db65;
    --digital: #ff6a6a;
    --digitizer: #0690ef;
    --accessories: #afc4c7;
    --knowbase: #19d6e5;
    --support: #3bb3ee;
    --applications: #2e97a3;
    --downloads: #46b2c0;
    --downloads: #426bd0;
    --search: #ff6600;
    --company: #426bd0;
    --sales: #bb39d9;
    --grau: rgb(97, 96, 104);
    --hellgrau: #e7ebf0;
    --lightgrey: #f8f8f8;
    --success: #00b57d;
    --warning: #e54e4e;
    --gc: 1.618;
}

/* ==========================================================================
   FONTS EMBED
========================================================================== */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''), url('fonts/inter-v7-latin-300.woff2') format('woff2'), url('fonts/inter-v7-latin-300.woff') format('woff');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('fonts/inter-v7-latin-regular.woff2') format('woff2'), url('fonts/inter-v7-latin-regular.woff') format('woff');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(''), url('fonts/inter-v7-latin-500.woff2') format('woff2'), url('fonts/inter-v7-latin-500.woff') format('woff');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url('fonts/inter-v7-latin-700.woff2') format('woff2'), url('fonts/inter-v7-latin-700.woff') format('woff');
}
/* ==========================================================================
   ALLGEMEINE STILE
========================================================================== */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 95%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    font-family: Inter, sans-serif;
    color: #2b2b2b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* RF */
    overflow-x: hidden;
}

.container {
    /*     max-width: 1380px; 
     margin: 0 auto;*/
}

.custom-container {
    max-width: 1380px;
    margin: 0 auto;
}

@media screen and (min-width: 481px) and (max-width: 1400px) {
    .container {
        /* padding: 0 1.5rem; */
    }

    .custom-container {
        padding: 0 1.5rem;
    }
}

.content-news .container,
.content-slim .container {
    max-width: 80ch;
    clear: both;
}

    .content-news .container.container--super,
    .content-slim .container.container--super {
        max-width: 90ch;
        background: url('../img/bg_small.png');
        background-size: 16px;
    }

section {
    margin: 100px 0;
}

    section:first-of-type {
        margin-top: 0;
    }

ol,
ul {
    list-style: none;
}

    a,
    ol li,
    p,
    ul li {
        font-size: 1rem;
        line-height: 1.618;
    }

p {
    margin-bottom: 0.75rem;
    color: #707070;
}

.intro p {
    color: var(--secondary);
    line-height: 1.5;
}

h1 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
}

    h1 span {
        display: block;
        font-weight: 300;
    }

.content-news h1,
.content-slim h1 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

    .content-news h1 span,
    .content-slim h1 span {
        font-weight: 400;
    }

h2,
section.content h1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

section.content h1 {
    text-align: left;
}

#intro .title__centered h1,
section.content .title__centered h1 {
    text-align: center;
    max-width: fit-content;
}

h2 span {
    font-weight: 400;
}

h3 {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

    h3.title__striped {
        color: var(--secondary);
        background: var(--hellgrau);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 1.5rem;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.35rem;
    }

        h3.title__striped .title__striped-link {
            color: #fff;
            border-left: 12px solid #fff;
            padding: 0 1.5rem;
        }

            h3.title__striped .title__striped-link i {
                font-size: 1rem;
            }

h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
}

h5 {
    font-size: 1rem;
}

a {
    color: #ffffff; /*产品中心菜单也是用这里，不要改动*/
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a[href*='http'] {
        background: var(--hellgrau);
        padding: 1px 12px 2px;
        border-radius: 25px;
        text-decoration: none;
        white-space: nowrap;
    }

        a[href*='http']::before {
            content: '\f08e';
            font-family: 'Font Awesome 6 Pro';
            display: inline-block;
            margin-right: 4px;
            color: var(--digital);
            font-weight: 100;
        }

.title__striped-link a {
    color: #fff;
    text-decoration: none;
}

    .title__striped-link a:hover {
        text-decoration: underline;
    }

.title__centered {
    text-align: center;
    max-width: max-content;
    min-width: 50%;
    margin: 0 auto 45px;
}

    .title__centered h1 + p,
    .title__centered h2 + p {
        font-weight: 500;
        color: var(--secondary);
        line-height: 1.5;
    }

@media (min-width: 1024px) {
    .title__centered p {
        max-width: 80ch;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
}

.h-square {
    display: flex;
    align-items: center;
}

    .h-square i {
        background: var(--knowbase);
        padding: 5px;
        aspect-ratio: 1/1;
        width: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-right: 8px;
        font-size: 2.5rem;
    }

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

    img::after {
        content: attr(data-placeholder) '';
        color: #fff;
        font-size: 20px;
    }

section img {
    max-width: 100%;
}

section[class*='bg-'] {
    padding: 100px 0;
}

section.subpage-header + section[class*='bg-'] {
    padding: 30px 0 100px;
}

figcaption {
    border-left: 14px solid var(--knowbase);
    padding-left: 3px;
    margin-top: 8px;
    font-size: 0.8rem;
    font-style: italic;
}

blockquote {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

code {
    background: #e7ebf0;
    display: block;
    padding: 1.5rem;
    font-size: 0.9rem;
}

small {
    color: var(--hellgrau);
}

.subpage-header {
    margin-top: 40px;
    background: url(../img/bg_small.png);
    background-size: 16px;
}

.related-links {
    margin-top: 25px;
    border-top: 1px dashed var(--blau);
    border-bottom: 1px dashed var(--blau);
}

.warning {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

    .warning i,
    .warning p,
    .warning ul li {
        color: #e54e4e !important;
        font-weight: 700;
        margin-bottom: 0;
    }

    .warning i {
        font-size: 30px;
        display: inline-block;
        margin-right: 5px;
    }

.success {
    color: #00b57d;
}
/* ==========================================================================
   UTILITY STYLES
========================================================================== */
.bg-blau,
.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.bg-akzent {
    background: var(--blau-akzent) !important;
}

.bg-pc-systems {
    background: var(--pc-systems) !important;
}

.bg-software {
    background: var(--software) !important;
}

.bg-hybrid-systems {
    background: var(--hybrid-systems) !important;
}

.bg-awg {
    background: var(--awg) !important;
}

.bg-digital {
    background: var(--digital) !important;
}

.bg-digitizer {
    background: var(--digitizer) !important;
}

.bg-accessories {
    background: var(--accessories) !important;
}

.bg-search {
    background: var(--search) !important;
}

.bg-support {
    background: var(--support) !important;
}

.bg-contact {
    background: var(--contact) !important;
}

.bg-sales {
    background: var(--sales) !important;
}

.bg-knowbase {
    background: var(--knowbase) !important;
}

.bg-downloads {
    background: var(--downloads) !important;
}

.bg-black {
    background: #262626;
}

.bg-hellblau {
    background: var(--blau-akzent) !important;
}

.bg-hellgrau {
    background: var(--hellgrau) !important;
}

.bg-lightgrey {
    background: var(--lightgrey) !important;
}

.bg-company {
    background: var(--company) !important;
}

.bg-black h1,
.bg-black p,
.bg-black ul li {
    color: #fff;
}

.relative {
    position: relative;
}

.highlight {
    color: #01b14c;
    color: var(--c-wald);
}

.button {
    padding: 8px 20px;
    margin: 10px 0 10px;
    text-align: center;
    background: var(--blau);
    color: #fff;
    text-transform: uppercase;
    border-radius: 60px 0 0 60px;
    text-decoration: none;
    min-width: 160px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
    border: 0;
}

    .button:not(.button__small)::before {
        content: '\f324';
        font-family: 'Font Awesome 6 Pro';
        background: var(--blau);
        color: #fff;
        border-radius: 0 60px 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        position: absolute;
        right: -42px;
        font-weight: 100;
    }

    .button:not(.button__small):hover {
        background: #426bd0;
        transform: scale(1.05);
    }

        .button:not(.button__small):hover::before {
            background: var(--secondary);
        }

.button__small {
    font-size: 0.8rem;
    text-transform: none;
    display: block;
    color: #426bd0;
    border: 2px solid #426bd0;
    margin: 10px 0 10px;
    padding: 4px 20px 3px;
    min-width: inherit;
    display: inline-block;
    background: #fff;
    border-radius: 60px;
    line-height: 1.5;
    letter-spacing: 0;
    transition: 0.3s ease all;
}

    .button__small:hover {
        background: #426bd0;
        color: #fff;
        transform: scale(1.2);
    }

.button:is(.button__full) {
    background: #426bd0;
    min-width: auto;
    color: #fff;
    font-size: 1rem;
}

.button + .button {
    margin-left: 50px;
}

.introtext {
    width: 75%;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: 500;
}

.title .introtext {
    text-align: left;
    width: 100%;
    font-weight: 700;
}

.justify-center {
    text-align: center;
    justify-content: center;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: block;
}

.mt100 {
    margin-top: 100px;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.tm100 {
    margin-top: 100px;
}

.tm50 {
    margin-top: 50px;
}

.grid-v-centered {
    align-items: center;
}

section[class*='bg-'] a,
section[class*='bg-'] h2,
section[class*='bg-'] h3,
section[class*='bg-'] p,
section[class*='bg-'] ul li {
    color: #fff;
}

section[class*='bg-hellgrau'] a,
section[class*='bg-hellgrau'] h2,
section[class*='bg-hellgrau'] h3,
section[class*='bg-hellgrau'] p,
section[class*='bg-hellgrau'] ul li,
section[class*='bg-lightgrey'] a,
section[class*='bg-lightgrey'] h2,
section[class*='bg-lightgrey'] h3,
section[class*='bg-lightgrey'] p,
section[class*='bg-lightgrey'] ul li {
    color: var(--secondary);
}

main section[class*='bg-']:is(.bg-with_icon) {
    padding: 100px 0;
    position: relative;
}

    main section[class*='bg-']:is(.bg-with_icon)::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -36px;
        width: 80px;
        height: 80px;
        background: url(../img/logo-icon.png) no-repeat bottom center !important;
        background-size: 100% !important;
        margin-left: -40px;
    }
/* ==========================================================================
   MAIN GRIDs
========================================================================== */
header {
    background: url(../img/bg_small.png);
    background-size: 16px;
    background-color: #ffffff;
    border-bottom: 1px solid var(--hellgrau);
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

header .container {
    display: grid;
    grid-template: 60px 80px / auto 1fr;
    grid-gap: 0 1.5rem;
}

    header .container .logo {
        grid-column: 1;
        grid-row: span 2;
        display: flex;
        align-items: flex-end;
        padding: 0 15px 0.5cm;
    }
    header .container .logo img {
        height: 84px;
        width: auto;
        display: block;
    }
    header .container .logo .text1 .first img {
        transform: translateY(0);
    }
    header .container .logo .text1 {
        margin-bottom: 0;
    }

    header .container .top-nav {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header .container .menu {
        grid-column: 2;
        grid-row: 2;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-bottom: 0;
        background-color: #ffffff;
    }

.wrapper {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    gap: 5px;
}

    .wrapper .left {
        grid-column: 1;
        justify-self: end;
    }

    .wrapper .right {
        grid-column: 2;
    }

/*.metro-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 12px;
    margin: 0 auto;
}

.hero .metro-grid {
    grid-template-columns: 100% repeat(6, 1fr);
     height: 680px;
    height: 995px;
}


@media screen and (max-width: 1024px) {
    .hero .metro-grid {
        height: 380px;
        height: 430px;
    }
}


@media screen and (max-width: 800px) {
    .hero .metro-grid {
         height: 178px;
        height: 228px;
    }
}
*/

.metro-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 0.75vw;
    margin: 0;
    padding: 0;
    width: 100%; /* 确保宽度100%铺满 */
    max-width: none; /* 移除任何可能的最大宽度限制 */
}

    /* 确保所有直接子元素（图片/内容块）也撑满网格单元格 */
    .metro-grid > * {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 图片填充方式（可根据需要调整） */
    }

.hero .metro-grid {
    grid-template-columns: 100% repeat(6, 1fr);
    height: 45vh;
    min-height: 320px;
}

/* 中等尺寸显示器调整 */
@media screen and (min-width: 1440px) and (max-width: 2560px) {
    .hero .metro-grid {
        height: 72vh;
    }
}

/* 大尺寸显示器调整 */
@media screen and (min-width: 2561px) {
    .hero .metro-grid {
        height: 80vh;
        gap: 1vw;
    }
}

/* 平板设备调整 */
/*@media screen and (max-width: 1024px) {
    .hero .metro-grid {
        height: 28vh;
        min-height: 330px;
    }
}*/

/* 中小手机（600px-700px） */
@media screen and (min-width: 601px) and (max-width: 700px) {
    .hero .metro-grid {
        height: max(40vh, 280px);
        min-height: 240px;
    }
}

/* 小手机（<=600px） */
@media screen and (max-width: 600px) {
    .hero .metro-grid {
        height: max(22vh, 220px);
        min-height: 180px;
        grid-template-columns: repeat(4, 1fr); /* 进一步减少列数 */
    }
}


.metro-grid.fluid-grid {
    grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
    grid-auto-flow: dense;
    justify-items: center;
}

.grid {
    display: grid;
}

.autogrid {
    grid-template-columns: repeat(auto-fit, minmax(414px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1.5rem;
}

.auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 1.5rem;
}

.autogrid-v2 {
    --grid-layout-gap: 15px;
    --grid-column-count: 4;
    --grid-item--min-width: 280px;
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc( (100% - var(--total-gap-width)) / var(--grid-column-count) );
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr) );
    grid-gap: var(--grid-layout-gap);
}

    .autogrid-v2.col-10 {
        --grid-column-count: 10;
        --grid-item--min-width: 100px;
    }

.col-1-1,
.col-1-1 .container > .grid,
.container.col-1-1 > .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}

.col-1-2,
.col-1-2 .container > .grid,
.container.col-1-2 > .grid {
    grid-template-columns: 38.2% 1fr;
    grid-gap: 12px;
}

.col-2-1,
.col-2-1 .container > .grid,
.container.col-2-1 > .grid {
    grid-template-columns: 1fr 38.2%;
    grid-gap: 12px;
}

.cards .grid {
    margin-top: 30px;
    background: url(../img/bg_small.png);
    background-size: 16px;
}

.cards .container > .container {
    margin-bottom: 100px;
}
/*
header .container{display:grid;grid-template:60px 80px/auto 1fr;grid-gap:0 1.5rem}header .container .logo{grid-column:1;grid-row:span 2;display:flex;align-items:center;padding:0 15px}header .container .top-nav{grid-column:2;grid-row:1;display:flex;justify-content:flex-end;align-items:center}header .container .menu{grid-column:2;grid-row:2;position:relative;display:flex;justify-content:flex-end;align-items:flex-end;padding-bottom:0}.wrapper{display:grid;grid-template:1fr/1fr 1fr;gap:5px}.wrapper .left{grid-column:1;justify-self:end}.wrapper .right{grid-column:2}.metro-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:1fr;grid-auto-columns:1fr;gap:12px;margin:0 auto}.hero .metro-grid{grid-template-columns:50% repeat(6,1fr)}.metro-grid.fluid-grid{grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));grid-auto-flow:dense;justify-items:center}.grid{display:grid}.autogrid{grid-template-columns:repeat(auto-fit,minmax(414px,1fr));grid-gap:1.5rem}.auto-fill{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem}.autogrid-v2{--grid-layout-gap:15px;--grid-column-count:4;--grid-item--min-width:280px;--gap-count:calc(var(--grid-column-count) - 1);--total-gap-width:calc(var(--gap-count) * var(--grid-layout-gap));--grid-item--max-width:calc((100% - var(--total-gap-width)) / var(--grid-column-count));display:grid;grid-template-columns:repeat(auto-fill,minmax(max(var(--grid-item--min-width),var(--grid-item--max-width)),1fr));grid-gap:var(--grid-layout-gap)}.autogrid-v2.col-10{--grid-column-count:10;--grid-item--min-width:100px;}.col-1-1,.col-1-1 .container>.grid,.container.col-1-1>.grid{grid-template-columns:1fr 1fr;grid-gap:12px}.col-1-2,.col-1-2 .container>.grid,.container.col-1-2>.grid{grid-template-columns:38.2% 1fr;grid-gap:12px}.col-2-1,.col-2-1 .container>.grid,.container.col-2-1>.grid{grid-template-columns:1fr 38.2%;grid-gap:12px}.cards .grid{margin-top:30px;background:url(../img/bg_small.png);background-size:16px}.cards .container>.container{margin-bottom:100px}
*/
/* ==========================================================================
   METRO GRID
========================================================================== */
.wrapper > .full {
    grid-column: full;
}

.item {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    min-width: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1rem;
}

    .item.has-picture {
        padding: 0;
    }

    .item.x2 {
        grid-column: span 2;
        background: #f25022;
    }

    .item.y2 {
        grid-row: span 2;
        background: #ffb900;
    }

    .item.xy2 {
        grid-row: span 2;
        grid-column: span 2;
    }

    .item.xy3 {
        grid-row: span 3;
        grid-column: span 3;
        background: #3bb3ee;
    }

    .item.xy4 {
        grid-row: span 4;
        grid-column: span 4;
        background: #000;
    }

    .item.xy6 {
        grid-row: span 6;
        grid-column: span 1;
        background: #000;
    }

.metro-grid .item a {
    text-decoration: none;
}
/* RF start */
.metro-grid > a.item[href^='http'] {
    border-radius: unset;
}

    .metro-grid > a.item[href^='http']::before {
        content: none;
    }
/* RF stop */
.item__content,
.item__content a {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.item__news .item__content {
    width: auto;
    height: auto;
}

.metro__news:hover {
    background: var(--blau) !important;
}

.metro__news.item a {
    color: #fff;
}

    .metro__news.item a:hover {
        text-decoration: none;
    }

.item .item__background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

    .item .item__background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        filter: brightness(0.7);
        transition: filter 0.3s ease;
    }

.item:hover .item__background img {
    filter: brightness(0.5);
}

.item div:not(.item__background) {
    z-index: 1;
}

.item .item__content .icon {
    color: #fff;
    font-size: 80px;
}

.item .item__content h3,
.item .item__content p {
    margin: 0;
    padding-bottom: 12px;
}

.item .item__content .item__content-top {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
}

    .item .item__content .item__content-top .date {
        font-size: 1.5rem;
        order: 2;
    }

        .item .item__content .item__content-top .date span {
            font-weight: 500;
            letter-spacing: -4px;
            font-size: 3rem;
        }

    .item .item__content .item__content-top .category {
        font-size: 2rem;
        order: 1;
        text-transform: uppercase;
    }

    .item .item__content .item__content-top .badge {
        display: inline-flex;
        border-radius: 6px;
        background: #f76900;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 0 7px;
        line-height: 1;
        height: 25px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -1px;
    }

.item .item__content .item__content-bottom {
    text-align: left;
    padding: 5px 15px;
}

.item .item__content p {
    padding: 0 0 12px;
    line-height: 1.3;
    color: #fff;
}

.item .item-title {
    text-decoration: none;
    color: #fff;
}

.item .item__content .item-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 1.5rem;
}

a.item {
    text-decoration: none;
}

.item__medium,
.item__small {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
}

.item .item-icon {
    transition: 0.5s ease all;
}

.item:focus .item-icon,
.item:hover .item-icon {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.metro-grid .picture {
    background: #ddd;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    grid-column: span 2;
    grid-row: span 2;
    max-width: 100%;
}

.metro-grid .has-important {
    order: -1;
}

.product-menu .metro-grid {
    grid-template: repeat(6, minmax(50px, auto)) / repeat(12, 1fr);
    grid-auto-rows: 1fr;
    grid-auto-flow: dense;
}

    .product-menu .metro-grid .item.xy2 {
        grid-column: span 3;
        grid-row: span 3;
    }

    .product-menu .metro-grid .item__small:nth-child(odd) {
        grid-row: 1;
    }

    .product-menu .metro-grid .item__small:nth-child(even) {
        grid-row: 2;
    }

    .product-menu .metro-grid .item.item__news {
        color: #fff;
        grid-row: auto;
    }

    .product-menu .metro-grid .item__large {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

.product__intro {
    grid-column: span 2;
    grid-row: span 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .product__intro span {
        margin: 0;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.1;
        text-align: center;
        font-weight: 300;
        display: block;
    }

.product__intro-text p {
    margin-bottom: 0;
}

.product__intro-text {
    grid-column: span 7;
    /* grid-column: span 6; */
    grid-row: span 2;
    padding: 1.5rem 1.5rem;
}

.news-header .product__intro-text {
    grid-column: span 6;
}

.subpage-header .metro-grid .product__intro {
    grid-row: span 1;
}

.subpage-header .metro-grid .product__intro-text {
    grid-row: span 1;
    padding: 0.5em 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .subpage-header .metro-grid .product__intro-text .product__title {
        font-weight: 700;
        margin-right: 30%;
        color:#426bd0;
    }

.header--news .metro-grid .product__intro-text .product__title {
    font-weight: 300;
    line-height: 1.3;
    margin-right: 0;
}

.subpage-header .metro-grid .product__intro-text .product__icon {
    flex: 0 0 auto;
}

    .subpage-header .metro-grid .product__intro-text .product__icon img {
        max-height: 60px;
        width: 100%;
        max-width: 100px;
        filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(160deg) saturate(380%) contrast(0.8);
    }

.square {
    aspect-ratio: 1/1;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-inline-end: 15px;
    background: var(--blau);
}

    .square svg {
        fill: #fff;
        width: 26px;
    }

.masonry-list {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    gap: 12px;
}

    .masonry-list li {
        height: 320px;
        overflow: hidden;
        padding: 0 1px 1px 0;
        flex: 1 1 calc(25% - 12px);
    }

        .masonry-list li:focus a::after,
        .masonry-list li:hover a::after {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }

        .masonry-list li:focus .tile-primary-content img,
        .masonry-list li:hover .tile-primary-content img {
            transform: scale3d(1.2, 1.2, 0);
            transform-origin: 50% 50%;
            transition: transform 15s cubic-bezier(0, 0, 0.8, 0.9);
        }

        .masonry-list li:focus .tile-secondary-content,
        .masonry-list li:focus h2,
        .masonry-list li:focus p,
        .masonry-list li:hover .tile-secondary-content,
        .masonry-list li:hover h2,
        .masonry-list li:hover p {
            opacity: 1;
        }

        .masonry-list li a::after {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY1ODk4MTY1MDNBQTExRTNBN0U2RjUyQkFDMTgxQjI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY1ODk4MTY2MDNBQTExRTNBN0U2RjUyQkFDMTgxQjI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjU4OTgxNjMwM0FBMTFFM0E3RTZGNTJCQUMxODFCMjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjU4OTgxNjQwM0FBMTFFM0E3RTZGNTJCQUMxODFCMjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6XrhZfAAAAiUlEQVR42qzT0QmAIBQFUJP8aYh2ah0XaYZogtzGJfrsdQUpi6z3tAtXUfHgjw0RqRiNbqogOs4GnVBbgii8xKAznbHhdZKGoUMdXWOlSDWULgK0lED3DS7UJ+f+SeZAnwgHYiFfEBt5g0RIDhqlSA46EM38HSs6oO7psM1c6lEv/cVV+QXZBRgAnat44PE4W1oAAAAASUVORK5CYII=');
            bottom: 40px;
            content: '';
            display: block;
            height: 17px;
            opacity: 0;
            position: absolute;
            right: 40px;
            width: 17px;
            transform: translate3d(-10px, -10px, 0);
            transition: all 150ms ease-out;
        }

        .masonry-list li.tile-facebook:focus .tile-primary-content p,
        .masonry-list li.tile-facebook:hover .tile-primary-content p,
        .masonry-list li.tile-job:focus .tile-primary-content p,
        .masonry-list li.tile-job:hover .tile-primary-content p,
        .masonry-list li.tile-twitter:focus .tile-primary-content p,
        .masonry-list li.tile-twitter:hover .tile-primary-content p {
            transform: translate3d(150%, 0, 0);
            transition: transform 0.3s cubic-bezier(0, 0, 0.4, 1);
        }

        .masonry-list li.tile-facebook:focus .tile-secondary-content p,
        .masonry-list li.tile-facebook:hover .tile-secondary-content p,
        .masonry-list li.tile-job:focus .tile-secondary-content p,
        .masonry-list li.tile-job:hover .tile-secondary-content p,
        .masonry-list li.tile-twitter:focus .tile-secondary-content p,
        .masonry-list li.tile-twitter:hover .tile-secondary-content p {
            transform: translate3d(0, 0, 0);
            transition: transform 0.3s cubic-bezier(0, 0, 0.4, 1) 150ms;
        }

        .masonry-list li.tile-facebook .tile-primary-content p,
        .masonry-list li.tile-job .tile-primary-content p,
        .masonry-list li.tile-twitter .tile-primary-content p {
            transform: translate3d(0, 0, 0);
            transition: transform 0.3s cubic-bezier(0, 0, 0.4, 1) 150ms;
        }

        .masonry-list li.tile-facebook .tile-secondary-content p,
        .masonry-list li.tile-job .tile-secondary-content p,
        .masonry-list li.tile-twitter .tile-secondary-content p {
            opacity: 1;
            transform: translate3d(-150%, 0, 0);
            transition: transform 0.3s cubic-bezier(0, 0, 0.4, 1);
        }

        .masonry-list li.tile-job .tile-primary-content {
            background-color: var(--hybrid-systems);
        }

        .masonry-list li.tile-facebook a::after {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAtCAYAAACqCZtVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzcwNjIyOTMwM0FFMTFFM0E3RTZGNTJCQUMxODFCMjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzcwNjIyOTIwM0FFMTFFM0E3RTZGNTJCQUMxODFCMjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjU4OTgxNjkwM0FBMTFFM0E3RTZGNTJCQUMxODFCMjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjU4OTgxNkEwM0FBMTFFM0E3RTZGNTJCQUMxODFCMjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz61fp6rAAAA6klEQVR42uyUvQrCMBRGk1rcHHQQ3XVyESdx1CdwcPLxnH0H8QGcVKiDIOJkFezqT/wiXVp6k1bJIveDAy1ND7e5uZVKKVEwFVAGr/g+As/0Ij+HqAQmYAoGoJax5gHOIAR7sBC6YgNtsFLFMzdV3AJL0BDFs/aIBxLMvpTqbCnxCPTF99lQ4vEP0jsIqD3u5ZTcwDE+bnXQBLuPnDgNB0vXAzAEXuq9Kujqa0kMSBQPApWObpDpUyixbRylbY884SgsTohVBrYoAydXFYeuxBdX4iuLE83zibnnfwWLWcxiFrOYxX8rfgswAKPozlRQdflcAAAAAElFTkSuQmCC');
            background-repeat: no-repeat;
            height: 45px;
            opacity: 1;
            width: 22px;
            transform: translate3d(0, 0, 0);
        }

        .masonry-list li.tile-facebook .tile-primary-content {
            background-color: var(--secondary);
        }

        .masonry-list li.tile-twitter a::after {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAlCAYAAADWSWD3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM2NjFBNUYzMDM2QjExRTM4MUJDQzRENjgzQjYxOEVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM2NjFBNUY0MDM2QjExRTM4MUJDQzRENjgzQjYxOEVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzY2MUE1RjEwMzZCMTFFMzgxQkNDNEQ2ODNCNjE4RUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzY2MUE1RjIwMzZCMTFFMzgxQkNDNEQ2ODNCNjE4RUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64QIJqAAADBklEQVR42syYS0hVURSG773aQxOxIsiyJOiBZTXsgZoURDRoEvQgokESTYygoCAQGtWkBlHWoFkFSUIFOimpKKyghF4SlBphpL0oeyikefpWLGEn55x7zr373nt++PB4Xvxn3bX3XnvFHceJZVF5UA2roBQmwltog8cQzIyYzgIT4AD0O97qhu0Qd3m+GI5A+b8gGxcKoRHyLBueAXed4GqGAvVRDWdgAG6OvdN8+W59qNGi4Wnw0gmvHvhu/D8IC9xMXzduOmUp4s1O+hqBrfo+8TQzYaT3UuO4Hi7D5DQGXQ1sTnPgfoQ6GILT8BBGzKh8c/nKZ1CRYpSbLER52Dj+BSvGp0efx4Ny837ID2E44RGEVCUe1rvl9O0kD3bCxoCmyywalmlytfl+M6fbkuTXYmiFJ7ArSb5PtbggVcF980TcWBFnwRtdpYLoB7TAVWiH98a12fDOkukSGPAyLToGh1N8eS88VbP90AAJC6YLdfbwNC1RvqO1QRQ0qvXKf0oYhUyTFjOb4FZETPe6nRwz/QdqdTDKjWWBK67MqsvPtOiR/pVZYaGkTgRMv0hmuiUWPbW7nTQHYqH+HKURGoSSpn1+kR6EPRHJZdEDN8Mxl3lUUuRgRExf8boQ99gj7tRSsDhHhmUxmQufg0R6TBdgEZyATzkwfcnLsF+kD0G5ftQ8WAv5WTI8rMVZl9cNXkZ64HiOUuO8n2G/SMe1BqnJsmHZXi3xSw2/nJYv2WGxvAyqfckMx5KUjmJ4DXRmyfBFLdqsdJgmQQN8dTKnDm0WBdqDxkP08go0x1fCFh3hNvRKf9H+oA+E2VkMaQEjC06FJcOvYV0Yw2EakJIie6HXYkrc0z5f6J6K30Xpc1TBSfhg0ewonNVApNRuk8WlErbBby1PpTSdD8thSga2T9LmupHWW9R9JVzTKGRC0m06CkU2urHjTyyDc9oPtqHnUA8lNnveXlOe7BM3KLUh9ow/oUN38616bF1B5+kinZfnwHSj7SUV2Redsrq10BrN9NL5V4ABAAD4zZE8N0pmAAAAAElFTkSuQmCC');
            background-repeat: no-repeat;
            height: 37px;
            opacity: 1;
            width: 45px;
            transform: translate3d(0, 0, 0);
        }

        .masonry-list li.tile-twitter .tile-primary-content {
            background-color: var(--digitizer);
        }

        .masonry-list li.tile-case .tile-primary-content,
        .masonry-list li.tile-client .tile-primary-content,
        .masonry-list li.tile-person .tile-primary-content {
            padding: 0;
        }

        .masonry-list li.tile-case .tile-secondary-content,
        .masonry-list li.tile-client .tile-secondary-content,
        .masonry-list li.tile-person .tile-secondary-content {
            background-color: rgba(0, 0, 0, 0.7);
            transition: opacity 0.1s ease-out;
        }

        .masonry-list li.tile-client a::after {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFQzVFRUY1MDdEOTExRTM5OTE1QjgyMDNBNDBFQkE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFQzVFRUY2MDdEOTExRTM5OTE1QjgyMDNBNDBFQkE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODFBODJDMDAwN0Q2MTFFMzk5MTVCODIwM0E0MEVCQTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEVDNUVFRjQwN0Q5MTFFMzk5MTVCODIwM0E0MEVCQTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz48Qmb2AAAAuklEQVR42uyTMQ7CMAxF7QTlpJygZ2DNyAILA4ip3I8Bgi3Z1A20IVRIDPnSX9Lk/Z8mwZQSiBz5DsuEwrkpkOXJJ3JcCN6Rj8IDoOaefE6DIu+m0kjeGwbzvJOUYBp0lTvQxmszdtXm7EDu01jxi8asg/wNsBNrA2bBObwmoAh+B58K2GRztiXwFFwDLhnAfi+C2WgeUa7wPPXhVqjsopU+mpdrNAPPIfjB+EgOfqgGb/AG/2f4Q4ABALW94ZuwtKIxAAAAAElFTkSuQmCC');
            height: 22px;
            width: 23px;
            transform: translate3d(0, 0, 0);
        }

        .masonry-list li.tile-client a:focus .tile-primary-content,
        .masonry-list li.tile-client a:hover .tile-primary-content {
            background-color: transparent;
        }

            .masonry-list li.tile-client a:focus .tile-primary-content img,
            .masonry-list li.tile-client a:hover .tile-primary-content img {
                transform: scale3d(1, 1, 1);
            }

        .masonry-list li.tile-client .tile-primary-content {
            background-color: #604951;
            transition: background-color 250ms ease-out;
        }

        .masonry-list li.tile-person {
            text-align: center;
        }

            .masonry-list li.tile-person .tile-secondary-content {
                display: table;
                height: 100%;
                padding: 0;
                width: 100%;
            }

            .masonry-list li.tile-person .tile-secondary-container {
                display: table-cell;
                vertical-align: middle;
                padding: 20px;
            }

            .masonry-list li.tile-person h2 {
                font-size: 24px;
                position: static;
            }

            .masonry-list li.tile-person p {
                color: #a18e5c;
                font-family: Georgia, serif;
                font-size: 16px;
                margin: 0.2em;
                text-transform: none;
            }

    .masonry-list a,
    .masonry-list button {
        color: #fff;
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
    }

    .masonry-list .tile-primary-content,
    .masonry-list .tile-secondary-content {
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 40px;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
    }

    .masonry-list .tile-primary-content {
        background-color: #438ec6;
    }

        .masonry-list .tile-primary-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale3d(1, 1, 1);
            transition: transform 0.2s ease-out;
        }

    .masonry-list .tile-secondary-content {
        opacity: 0;
        transition: opacity 250ms ease-out;
    }

        .masonry-list .tile-secondary-content h2,
        .masonry-list .tile-secondary-content p {
            opacity: 0;
            transition: opacity 0.2s ease-in 0.1s;
        }

    .masonry-list h2,
    .masonry-list p {
        text-transform: uppercase;
        color: #fff;
    }

    .masonry-list h2 {
        font-size: 12px;
        margin: 0;
        position: absolute;
    }

    .masonry-list p {
        font-size: 28px;
        font-weight: 300;
        line-height: 1.1em;
        margin: 1em 0 0;
    }

#company-facts .grid {
    display: flex;
    justify-content: space-between;
    padding: 0 0 1.5rem;
}

.facts {
    color: var(--blau);
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
}

.facts--number {
    flex: 0 1 50%;
    text-align: right;
    font-size: 5.5rem;
    letter-spacing: -8px;
}

.facts--text {
    flex: 0 1 80px;
    text-align: left;
    font-size: 1.25rem;
    display: inline-block;
    align-self: center;
}

    .facts--text:last-child {
        flex: 1 1 100%;
        text-align: center;
        font-size: 1.25rem;
        display: inline-block;
        align-self: center;
        margin-block-start: 0.5rem;
    }

.text-rotated {
    writing-mode: vertical-lr;
    align-self: flex-end;
    font-size: 1.5rem;
    padding-inline: 0.9rem;
    padding-block: 0.5rem;
    aspect-ratio: 1/1;
    color: #fff;
    background: var(--blau);
    margin-block-start: 10px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animatedDelay-0 {
    animation-delay: 0s;
}

.animatedDelay-1 {
    animation-delay: 0.25s;
}

.animatedDelay-2 {
    animation-delay: 0.5s;
}

.animatedDelay-3 {
    animation-delay: 0.75s;
}

.animatedDelay-4 {
    animation-delay: 1s;
}

.animatedDelay-5 {
    animation-delay: 1.25s;
}

.animatedDelay-6 {
    animation-delay: 1.5s;
}

.animatedDelay-7 {
    animation-delay: 1.75s;
}

.animatedDelay-8 {
    animation-delay: 2s;
}

.animatedDelay-9 {
    animation-delay: 2.25s;
}

.animatedDelay-10 {
    animation-delay: 2.5s;
}

.animatedDelay-11 {
    animation-delay: 2.75s;
}

.animatedDelay-12 {
    animation-delay: 3s;
}

.animatedDelay-13 {
    animation-delay: 3.25s;
}

.animatedDelay-14 {
    animation-delay: 3.5s;
}

.animatedDelay-15 {
    animation-delay: 3.75s;
}

.animatedDelay-16 {
    animation-delay: 4s;
}

.animatedDelay-17 {
    animation-delay: 4.25s;
}

.animatedDelay-18 {
    animation-delay: 4.5s;
}

.animatedDelay-19 {
    animation-delay: 4.75s;
}

.animatedDelay-20 {
    animation-delay: 5s;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* ==========================================================================
   GENERAL PAGE ELEMENTS
========================================================================== */
/* article ul li::marker /f04d */
section.hero {
    color: #fff;
    background: url(../img/bg_small.png);
    background-size: 16px;
    margin-top: 10px;
}

h2.section--title {
    padding: 0 0 15px;
    text-align: center;
    display: block;
    margin-top: 0;
    color: var(--blau);
    font-size: 30px;
}

#back-top {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 5px;
    bottom: 1.5rem;
    background: var(--blau);
    font-size: 36px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
    transform: translateY(200%);
}

    #back-top.show {
        bottom: 1.5rem;
        transform: translateY(0);
    }

.text-content {
    padding: 1.5rem;
}

.video-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.content .image-content {
    padding: 1.5rem 1.5rem 0 0;
    display: flex;
}

.logo-animation {
    position: relative;
    width: 360px;
}

    .logo-animation .box {
        width: 90px;
        height: 90px;
        background: url(../img/logo-icon.png) no-repeat;
        background-size: 84px;
        position: absolute;
        left: -15px;
        z-index: 2;
        animation: anim-logo 2s;
        top: -7px;
    }

    .logo-animation .text:after {
        content: '';
        display: block;
        height: 0;
        background: url(../img/logo-text-instrumentation.png) no-repeat bottom left;
        background-size: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        margin: auto;
        opacity: 0;
        animation: 1s expand 1.25s forwards;
        right: 44px;
        left: 60px;
    }

    .logo-animation .text {
        height: 80px;
        opacity: 0;
        padding-left: 90px;
        animation: 2.25s fade 0.15s forwards;
        display: flex;
        align-items: center;
        position: relative;
    }

@keyframes expand {
    0% {
        height: 20px;
        opacity: 0;
    }

    40% {
        height: 20px;
    }

    100% {
        height: 20px;
        opacity: 1;
    }
}

@keyframes anim-logo {
    0% {
        transform: scale(0);
        left: 25%;
    }

    40% {
        transform: scale(1);
        left: 25%;
    }

    60% {
        transform: scale(1);
        left: 25%;
    }

    100% {
        left: -15px;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
        padding-left: 90px;
        left: -10px;
    }

    100% {
        opacity: 1;
        padding-left: 90px;
        left: 0;
    }
}

.callout {
    padding: 1.5rem;
}

.content-slim .callout {
    background: var(--hellgrau);
    background: var(--lightgrey);
    margin: 1.5em 0;
    font-weight: 500;
    font-weight: 400;
    color: var(--secondary);
    font-style: italic;
    font-family: serif;
}

.sm-container {
    display: flex;
    position: relative;
    width: auto;
    flex-flow: column;
    margin-right: 20px;
    align-items: center;
    border: 2px solid var(--blau);
}

.smmenu {
    height: 26px;
    width: 110px;
    display: block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    z-index: 10;
}

    .smmenu ul {
        padding: 0;
        width: 100%;
        display: none;
        position: relative;
        text-align: center;
        margin: 0;
        height: 100%;
    }

        .smmenu ul li {
            display: inline-block;
            position: relative;
            font-size: 35px;
            margin: 0 7px;
            box-sizing: border-box;
            display: inline-flex;
            align-items: center;
            height: 100%;
        }

            .smmenu ul li:active {
                text-transform: uppercase;
            }

            .smmenu ul li a[href*='http'] {
                background: 0 0;
                padding: inherit;
            }

                .smmenu ul li a[href*='http']::before {
                    display: none;
                }

            .smmenu ul li a {
                font-size: 10px;
                color: var(--blau);
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                display: flex;
                align-items: center;
                text-decoration: none;
            }

                .smmenu ul li a svg {
                    fill: var(--blau);
                    width: 18px;
                    height: auto;
                    margin-right: 3px;
                    position: relative;
                    top: -1px;
                }

                .smmenu ul li a:hover {
                    text-decoration: none;
                    color: var(--secondary);
                }

                .smmenu ul li a .fab {
                    margin-right: 2px;
                    color: var(--blau);
                    font-size: 20px;
                    width: 20px;
                    height: 20px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                }

            .smmenu ul li.close {
                border-radius: 20px;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #fff;
                color: var(--blau);
                position: absolute;
                right: -18px;
                top: 3px;
            }

                .smmenu ul li.close i {
                    font-size: 22px;
                }

.menuTitle {
    line-height: 28px;
    width: auto;
    color: var(--blau);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index: 11;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    justify-content: space-between;
}

    .menuTitle i.fa {
        background: var(--blau);
        width: 28px;
        height: 28px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.switch {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 60;
}

    .switch .current {
        text-transform: uppercase;
        height: 30px;
        position: relative;
        z-index: 1;
        font-size: 1rem;
        text-align: center;
        display: flex;
        align-items: center;
        background-color: rgb(0 73 151);
        color: #fff;
        transition: all 0.2s ease-out;
        padding: 0 0.7em 0 0.7em;
    }

        .switch .current > i {
            display: inline-block;
            padding: 0 0.5em 0 0;
        }

        .switch .current span {
            display: inline-block;
            line-height: 1;
            padding: 0 0.2em 0 0;
        }

        .switch .current .arrow {
            display: none;
            width: 20px;
            height: 20px;
        }

        .switch .current:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

    .switch .options {
        position: absolute;
        right: 0;
        top: 1.6em;
        z-index: 0;
        opacity: 0;
        transition: all 0.36s ease-out;
        display: none;
        overflow: hidden;
        box-shadow: 0 0 0 0 transparent;
    }

    .switch.show-options .options {
        display: block;
        z-index: 5;
    }

    .switch.anim-options .options {
        opacity: 1;
    }

    .switch.show-shadow .options {
        box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
    }

.options-list {
    color: #313436;
    margin: 0;
    padding: 0.4rem 0.8em;
    position: relative;
    z-index: 5;
}

    .options-list li {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 0.75em;
        border-bottom: 1px solid #e1e4e6;
        transform: translateX(10px);
        transition: all 0.24s ease-out;
        transition-delay: 0.1s;
        opacity: 0;
        font-size: 1rem;
        line-height: 1.3;
        white-space: nowrap;
    }

        .options-list li:last-child {
            border-bottom: none;
        }

        .options-list li:nth-child(1) {
            transition-delay: 0.1s;
        }

        .options-list li:nth-child(2) {
            transition-delay: 0.15s;
        }

        .options-list li:nth-child(3) {
            transition-delay: 0.2s;
        }

        .options-list li:nth-child(4) {
            transition-delay: 0.25s;
        }

        .options-list li:nth-child(5) {
            transition-delay: 0.3s;
        }

        .options-list li.selected {
            color: #3498db;
        }

.switch.anim-options .options-list li {
    transform: translateX(0);
    opacity: 1;
}

#trans-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -80px;
    right: -80px;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-out;
    transform: scale(0.5);
    overflow: hidden;
}

    #trans-circle svg {
        max-width: 100%;
        max-height: 100%;
    }

.switch.anim-options #trans-circle {
    transform: scale(9);
}

.banderole {
    height: 50vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 690px 690px 1fr;
    grid-auto-rows: auto;
}

    .banderole img {
        width: 100vw;
        height: 100%;
        grid-column: 1/4;
        grid-row: 1;
        max-width: unset;
        object-fit: cover;
        object-position: left;
    }

    .banderole .container-left,
    .banderole .container-right {
        grid-column: 2/3;
        grid-row: 1;
        color: #fff;
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
    }

    .banderole .container-right {
        grid-column: 3/4;
    }

        .banderole .container-left::before,
        .banderole .container-right::before {
            content: '';
            position: absolute;
            left: 0;
            width: 50%;
            height: 50vh;
            background: linear-gradient(90deg, #000, transparent);
            z-index: 0;
        }

        .banderole .container-right::before {
            left: auto;
            right: 0;
            background: linear-gradient(90deg, transparent, #000);
        }

.banderole--content {
    z-index: 1;
    position: relative;
    width: 80%;
}

    .banderole--content .button__small {
        color: #fff;
        border-color: #fff;
        margin-top: 20px;
        background: 0 0;
        transition: 0.3s ease all;
    }

        .banderole--content .button__small:hover {
            background: var(--blau-akzent);
            transform: scale(1.2);
        }

    .banderole--content p {
        color: #fff;
    }

.large-text {
    column-count: 2;
    column-gap: 1.5rem;
}

    .large-text p {
        orphans: 3;
        widows: 2;
    }

.crop-cover {
    object-fit: cover;
}

.crop-contain {
    object-fit: contain;
}

.crop-scale {
    object-fit: scale-down;
}

.crop-none {
    object-fit: none;
}

.anchor-top-left {
    object-position: top left;
}

.anchor-top-center {
    object-position: top center;
}

.anchor-top-right {
    object-position: top right;
}

.anchor-center-left {
    object-position: center left;
}

.anchor-center-center {
    object-position: center;
}

.anchor-center-right {
    object-position: center right;
}

.anchor-bottom-left {
    object-position: bottom left;
}

.anchor-bottom-center {
    object-position: bottom center;
}

.anchor-bottom-right {
    object-position: bottom right;
}

img[data-action='zoom'] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

    img[data-action='zoom']::before {
        content: '\f067';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

.zoom-img-wrap::before {
    transform: translate(0, 0);
    transition: 0.5s ease all;
}

.zoom-overlay-open .zoom-img-wrap::before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--blau);
    z-index: 999;
    border: 2px solid var(--blau);
    border-radius: 50px;
    transform: translate(15vw, -10vw);
    background: #fff;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 20;
    background: rgb(255 255 255 / 95%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

    .zoom-overlay-open .zoom-overlay {
        opacity: 1;
    }

.brief-hint {
    padding: 0;
    display: inline-flex;
    align-items: center;
    color: var(--blau);
    margin-bottom: 1rem;
    background: #f5f8f9;
}

    .brief-hint::before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f30f';
        color: #fff;
        display: inline-block;
        margin-right: 7px;
        padding: 3px 8px 1px;
        background: var(--downloads);
        border-right: 5px solid #fff;
    }

    .brief-hint p {
        margin-bottom: 0;
        color: var(--blau);
        font-weight: 300;
        padding: 0 15px 0 5px;
        font-size: 1rem;
    }

article a {
    text-decoration: underline;
    color: #3bb3ee;
    font-weight: 500;
}

    article a:hover {
        color: var(--blau);
        text-decoration: none;
        background-position: 3% 100%;
    }

article h3 a {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: var(--secondary);
    text-decoration: none;
}

    article h3 a:hover {
        text-decoration: underline;
    }

article p {
    color: #707070;
}

article ul {
    padding-left: 1.5rem;
}

    article ul li {
        padding-left: 0.75rem;
        margin-bottom: 0.75rem;
        color: #707070;
    }

        article ul li::marker {
            font-family: 'Font Awesome 6 Pro';
            content: '\f04d';
            color: var(--blau-akzent);
        }

.product--name,
.colored--title {
    display: flex;
    align-items: center;
    background: var(--secondary);
    color: #fff;
    font-weight: 500;
    line-height: initial;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-slim .colored--title {
    background: var(--applications);
}

.product--name span,
.colored--title span {
    background: var(--secondary);
    padding: 1px 12px;
    margin-right: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: flex;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    width: 38px;
    position: relative;
}

.content-slim .colored--title span {
    background: var(--secondary);
}

.product--name span::after,
.colored--title span::after {
    content: '';
    height: 100%;
    background: #fff;
    display: block;
    border-right: 2px solid #fff;
    position: absolute;
    right: -1px;
}

.colored--title {
    margin-top: 1.5em;
}

    .colored--title span {
        background: var(--blau-akzent);
    }

.product__series {
    font-size: 2rem;
}

.carousel-container {
    display: flex;
    flex-direction: row; /* 默认横向排列（PC端） */
    justify-content: space-around; /* 横向间距均匀分布 */
    align-items: center; /* 垂直居中 */
}

@media (max-width: 800px) {
    .carousel-container {
        flex-direction: column; /* 移动端改为竖排 */
        gap: 20px; /* 可选：添加垂直间距 */
        justify-content: flex-start; /* 重置对齐方式（可选） */
    }
}

.product__content-block {
    /*margin-bottom: 4.5rem;*/
}

    .product__content-block p {
        color: #707070;
    }

.product--links {
    background: var(--blau-akzent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product--links i {
        border-right: 4px solid #fff;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 9px 6px;
        font-weight: 900;
    }

    .product--links a {
        color: #fff;
        text-decoration: none;
        padding-right: 15px;
    }

    .product--links:hover {
        background: var(--primary);
    }

.support {
    line-height: 1;
    display: block;
}

    .support a {
        padding: 3px 20px 2px;
        color: var(--blau);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        text-transform: uppercase;
        font-weight: 500;
        background: 0 0;
        font-size: 13px;
        height: 30px;
        text-decoration: none;
    }

        .support a:hover {
            color: #426bd0;
        }

.breadcrumbs {
    background: #f4f7fa;
    margin: 0;
}

.breadcrumbs__outer {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 1rem 0;
    font-size: 1rem;
    color: var(--secondary);
    height: 41px;
}

.breadcrumbs span {
    display: inline-block;
    margin-inline: 0.5rem;
    font-weight: 400;
    color: #a0bada;
    text-transform: uppercase;
    font-size: 0.85rem;
}

    .breadcrumbs span:last-child {
        color: var(--secondary);
        font-weight: 700;
    }

    .breadcrumbs span:last-of-type > a {
        pointer-events: none;
        text-decoration: none;
    }

.breadcrumbs .dropdown span {
    color: #fff;
    font-weight: 500;
}

.breadcrumbs a {
    color: var(--blau);
    text-decoration: underline;
    font-size: 0.85rem;
}

    .breadcrumbs a:hover {
        text-decoration: none;
        color: var(--secondary);
    }

.breadcrumbs .dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    z-index: 2;
    margin-left: 10px;
    height: 100%;
}

.breadcrumbs .dropdown-text {
    cursor: pointer;
    position: absolute;
    text-indent: 10px;
    line-height: 32px;
    background-color: var(--blau);
    color: #fff;
    width: 100%;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 15px 0 5px;
}

    .breadcrumbs .dropdown-text:after {
        content: '\f078';
        color: #fff;
        font-family: 'Font Awesome 6 Pro';
        transition: 0.3s ease all;
    }

.breadcrumbs .dropdown-content a {
    color: var(--blau);
    text-decoration: none;
}

.breadcrumbs .dropdown-content li a::before {
    content: '\f45c';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    font-weight: 100;
    margin-right: 10px;
    color: #fff;
}

.breadcrumbs .dropdown-content li.bc-digitizer a::before {
    background-color: var(--digitizer);
}

.breadcrumbs .dropdown-content li.bc-awg a::before {
    background-color: var(--awg);
}

.breadcrumbs .dropdown-content li.bc-hybrid-systems a::before {
    background-color: var(--hybrid-systems);
}

.breadcrumbs .dropdown-content li.bc-digital a::before {
    background-color: var(--digital);
}

.breadcrumbs .dropdown-content li.bc-software a::before {
    background-color: var(--software);
}

.breadcrumbs .dropdown-content li.bc-pc-systems a::before {
    background-color: var(--pc-systems);
}

.breadcrumbs .dropdown-content li.bc-search a::before {
    background-color: var(--search);
}

.breadcrumbs .dropdown-text.bc-digitizer {
    background: var(--digitizer);
}

.breadcrumbs .dropdown-text.bc-awg {
    background: var(--awg);
}

.breadcrumbs .dropdown-text.bc-hybrid-systems {
    background: var(--hybrid-systems);
}

.breadcrumbs .dropdown-text.bc-digital {
    background: var(--digital);
}

.breadcrumbs .dropdown-text.bc-software {
    background: var(--software);
}

.breadcrumbs .dropdown-text.bc-pc-systems {
    background: var(--pc-systems);
}

.breadcrumbs .dropdown-text.bc-search {
    background: var(--search);
}

.breadcrumbs .dropdown-toggle {
    z-index: 1;
    cursor: pointer;
    border: none;
    padding: 0;
    background: 0 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    min-width: 200px;
}

    .breadcrumbs .dropdown-toggle:focus {
        outline: 0;
    }

.breadcrumbs .dropdown-content {
    transition: all 0.25s ease;
    list-style-type: none;
    position: absolute;
    top: 41px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 32px;
    width: 100%;
    background: var(--hellgrau);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

    .breadcrumbs .dropdown-content a {
        display: block;
        padding: 8px 15px 8px 15px;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        white-space: nowrap;
    }

        .breadcrumbs .dropdown-content a:hover {
            background: var(--secondary);
            color: #fff;
        }

    .breadcrumbs .dropdown-content li:last-child a {
        border-bottom: 0;
    }

.dropdown-toggle:focus ~ .dropdown-text,
.dropdown-toggle:hover ~ .dropdown-text {
    background-color: var(--secondary);
}

.dropdown-toggle:focus ~ .dropdown-text {
    z-index: 2;
}

    .dropdown-toggle:focus ~ .dropdown-text:after {
        transform: rotate(180deg);
    }

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 41px;
}

.icon-list {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    margin-top: 30px;
}

    .icon-list .icon-list--item {
        flex: 0 1 calc(50% - 6px);
        display: flex;
        flex-flow: column;
        padding: 0 70px;
        position: relative;
    }

        .icon-list .icon-list--item .icon {
            display: inline-flex;
            position: absolute;
            font-size: 50px;
            color: var(--blau-akzent);
            left: 0;
            width: 50px;
            justify-content: center;
        }

        .icon-list .icon-list--item h4 {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            color: #fff;
        }

        .icon-list .icon-list--item p {
            margin-top: 0.5rem;
            font-weight: 300;
        }

    .icon-list.horizontal {
        display: flex;
        justify-content: space-around;
        margin-top: 0;
    }

        .icon-list.horizontal .icon-list__item {
            display: flex;
            flex-flow: column;
            align-items: center;
        }

            .icon-list.horizontal .icon-list__item img {
                margin-bottom: 2rem;
                height: 60px;
                width: auto;
            }

            .icon-list.horizontal .icon-list__item .icon-list__title {
                text-transform: uppercase;
                width: min-content;
                text-align: center;
            }

section.content ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(500px - 6px), 1fr));
    grid-gap: 15px;
}

.wrap section.content ul {
    grid-template-columns: repeat(auto-fit, minmax(calc(100% - 6px), 1fr));
}

section.content ul li {
    padding-left: 1.4rem;
}

    section.content .product__content-block ul li::before,
    section.content ul li::before {
        content: '\f058';
        font-family: 'Font Awesome 6 Pro';
        width: 12px;
        height: 12px;
        color: var(--blau-akzent);
        background: 0 0;
        display: inline-block;
        position: relative;
        left: -12px;
        margin-left: -9px;
        font-size: 1.25rem;
        top: 2px;
    }

section#obsolete ul li::before {
    content: '';
    background: var(--blau-akzent);
    top: 2px;
}

section.content .product__content-block ul {
    margin-bottom: 1.5rem;
}

.techn-draw {
    filter: grayscale(0);
    padding: 30px;
}

    .techn-draw:hover {
        filter: grayscale(0);
    }

    .techn-draw img {
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

    .modal-window:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-window > div {
        width: 90vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2.8em;
        background: #000;
        max-width: 1280px;
    }

    .modal-window header {
        font-weight: 700;
    }

    .modal-window h1 {
        font-size: 150%;
        margin: 0 0 15px;
    }

.modal-close {
    color: var(--blau-hell);
    line-height: 50px;
    font-size: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    width: auto;
    text-decoration: none;
}

    .modal-close:hover {
        color: #fff;
    }

.modal-window > div {
    border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.item-3d {
    width: 100%;
    height: auto;
    margin-bottom: 20%;
    padding-top: 20px;
    padding-bottom: 1%;
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
    width: 75%;
    margin-bottom: 60px;
}

.product-details .item-3d {
    width: 75%;
    margin-bottom: 10%;
}

.product-details .content .image-content {
    padding: 0;
    position: relative;
    z-index: 21;
}

.ground:after,
.ground:before {
    content: '';
    position: absolute;
    width: 100%;
}

.ground {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 200%;
    margin: 0 auto;
    transform-origin: 50% 100%;
    transform: rotateX(30deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 50px;
}

    .ground:before {
        content: '';
        position: absolute;
        width: 100%;
    }

    .ground:before {
        top: 0;
        left: 35%;
        height: 100%;
        max-width: 50rem;
        background-image: radial-gradient(#ccc, rgba(204, 204, 204, 0) 60%);
        background-size: 50% 80%;
        background-repeat: no-repeat;
        transform: translateX(-50%);
    }

.item-3d .ground:before {
    background-position: 0 50%;
    -webkit-animation: floating-shadow-l 7s -1s infinite;
    animation: floating-shadow-l 7s -1s infinite;
}

@-webkit-keyframes floating-shadow-l {
    0%, 100% {
        background-size: 35% 80%;
        background-position: 10% 80%;
    }

    50% {
        background-size: 50% 80%;
        background-position: 0 80%;
    }
}

@keyframes floating-shadow-l {
    0%, 100% {
        background-size: 35% 80%;
        background-position: 10% 80%;
    }

    50% {
        background-size: 50% 80%;
        background-position: 0 80%;
    }
}

.item-img {
    position: relative;
    float: left;
    display: block;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    -webkit-animation: floating 7s -1s infinite;
    animation: floating 7s -1s infinite;
}

    .item-img img {
        display: block;
        width: 80%;
        height: auto;
        transform-origin: 50% 50%;
        /*  transform: translateZ(-5rem); */
    }

@-webkit-keyframes floating {
    0%, 100% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(0);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(0);
    }
}

.compact-knowbase {
    scroll-behavior: smooth;
}

    .compact-knowbase nav {
        position: sticky;
        top: 5rem;
        align-self: start;
        margin-top: 10rem;
    }

        .compact-knowbase nav ol {
            list-style: revert;
        }

        .compact-knowbase nav ul {
            list-style: square;
        }

    .compact-knowbase article {
        margin-top: 10px;
    }

        .compact-knowbase article h3 {
            margin-bottom: 0;
        }

.section-nav li.active > a {
    color: var(--blau);
    font-weight: 500;
}

.section-nav li.active ul li.active > a {
    color: var(--blau-akzent);
}

.section-nav {
    padding-left: 0;
    border-left: 10px solid #f5f8f9;
}

    .section-nav p {
        margin-left: 1.25rem;
    }

    .section-nav a {
        text-decoration: none;
        display: block;
        padding: 0.125rem 0;
        color: #ccc;
        transition: all 50ms ease-in-out;
    }

        .section-nav a:focus,
        .section-nav a:hover {
            color: #707070;
        }

.compact-knowbase .container {
    display: grid;
    grid-template-columns: 1fr max-content;
}

.compact-knowbase article {
    min-height: 40vh;
    padding-top: 5rem;
    padding-right: 2rem;
}

.team--management {
    display: flex;
    gap: 12px;
    margin: 0 auto;
    margin-top: 80px;
    width: calc(100% - 10ch);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

    .team--management .picture {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    }

.team--member {
    background: #fff;
    color: var(--company);
    position: relative;
    top: -5%;
    padding: 1.5rem;
    text-align: center;
    width: 80%;
    font-size: 0.9rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100px;
    line-height: 1.4;
}

    .team--member .name {
        display: block;
        font-weight: 700;
    }

.icon-grid {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

    .icon-grid .icon-grid--item {
        text-align: left;
    }

        .icon-grid .icon-grid--item .icon {
            font-size: 40px;
        }

.video-content:not(.product-details .video-content) {
    width: 68%;
    margin: 0 auto;
    margin-top: 8px;
}

address {
    font-style: normal;
}

#intro .container {
    max-width: 920px;
    padding: 2.5rem;
    box-shadow: 0 0 50px rgb(0 0 0 / 6%);
}

    #intro .container .title__centered {
        max-width: 640px;
    }

    #intro .container h1,
    #intro .container h3,
    #intro .container p {
        color: var(--blau);
    }

    #intro .container h3 {
        margin-top: 2.5rem;
    }

.button-list {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.button-list__item {
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
}

.button-list .item-fa-icon {
    flex: 0 0 auto;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: var(--support);
}

.button-list .item-button {
    flex: 0 0 auto;
    width: 240px;
    text-align: center;
}

    .button-list .item-button .button__small {
        border: 2px solid var(--support);
        color: var(--support);
    }

        .button-list .item-button .button__small:hover {
            color: #fff;
            border: 2px solid var(--support);
            background-color: var(--support);
        }

.button-list .item-text {
    flex: 1 1 auto;
}

    .button-list .item-text h3 {
        color: var(--support);
    }

.switch {
    cursor: default;
}

    .switch .current:hover {
        background-color: var(--blau);
    }

    .switch .options {
        display: none !important;
    }

.content-404 {
    padding-left: 3rem;
}

    .content-404 h1 {
        text-align: left;
    }

#navigation {
    margin-top: 2%;
    display: flex;
    align-items: center;
}

    #navigation a.navigation {
        background-color: rgb(20 65 112);
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        height: 41px;
        line-height: 41px;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.5s ease;
        margin-right: 3%;
        border-bottom: none;
        flex: 0 0 auto;
        border-radius: 40px;
    }

        #navigation a.navigation i {
            line-height: 41px;
        }

        #navigation a.navigation:hover {
            background-color: var(--blau-akzent);
            border-bottom: none;
        }

#wordsearch ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 1px;
}

    #wordsearch ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--hellgrau);
        list-style: none;
        padding: 0;
        text-align: center;
        color: var(--company);
        text-transform: uppercase;
        overflow: hidden;
        font-size: 24px;
        font-size: 1rem;
        font-weight: 300;
        transition: background-color 0.75s ease;
        width: 100% !important;
        height: 100% !important;
    }

        #wordsearch ul li.selected {
            background-color: var(--blau);
            color: #fff;
            font-weight: 400;
            font-size: 1.5rem;
        }

#search-404 {
    flex: 1 1 auto;
}

    #search-404 input[type='text'] {
        width: 100%;
        height: 41px;
        padding-left: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-color: var(--lightgrey);
        border: none;
        outline: 0;
        -webkit-appearance: none;
        font-size: 14px;
        font-weight: 400;
        color: var(--blau);
        transition: all 0.5s ease;
        border-radius: 40px;
        border: 1px solid var(--company);
    }

    #search-404 .input-search {
        width: 10%;
        float: right;
        height: 41px;
        background-color: rgba(0, 0, 0, 0.2);
        outline: 0;
        border: none;
        -webkit-appearance: none;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.5s ease;
        text-align: center;
    }

        #search-404 .input-search:hover {
            background-color: var(--blau-akzent);
        }

@media all and (max-width: 799px) {
    #wordsearch {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

        #wordsearch ul li {
            font-size: 4vw;
        }

    #main-content {
        float: none;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        text-align: justify;
    }

        #main-content h1 {
            text-align: left;
        }

    #search-404 input[type='text'] {
        width: 84%;
    }

    #search-404 .input-search {
        width: 15%;
    }
}

@media all and (max-width: 499px) {
    #main-content h1 {
        font-size: 28px;
    }
}

.breadcrumbs .dropdown span {
    position: relative;
    height: 100%;
}
/* Update New Templates*/
.colored--title {
    display: flex;
    align-items: center;
    background: #426bd0;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .colored--title span {
        background: var(--secondary);
        padding: 1px 12px;
        margin-right: 12px;
        line-height: 1.3;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.2rem;
        display: flex;
        aspect-ratio: 1/1;
        align-items: center;
        justify-content: center;
        width: 38px;
        position: relative;
    }

        .colored--title span::after {
            content: '';
            height: 100%;
            background: #fff;
            display: block;
            border-right: 2px solid #fff;
            position: absolute;
            right: -1px;
        }

.colored--title {
    margin: 1.5rem 0 0rem;
}

    .colored--title span {
        background: #3bb3ee;
    }

        .colored--title span i {
            line-height: 0;
        }

.image__left,
.image__right,
.image {
    position: relative;
}

.image__left {
    float: left;
    /* width: 38.2%;*/
    width: 100%;
    margin: 5px 1.5em 0.75em 0;
}

.content-slim ol {
    list-style: auto;
    padding-left: 18px;
}

    .content-slim ol li {
        padding-left: 0.35em;
        color: #707070;
    }

        .content-slim ol li::marker {
            color: var(--blau-akzent);
        }

.content-slim h3 {
    font-size: 1.25rem;
    margin-top: 1.5em;
}

.image__caption {
    background: var(--hellgrau);
    font-size: 0.9rem;
    padding: 0.5em 1em;
    line-height: 1.3;
    font-weight: 500;
}

.image__right {
    float: right;
    width: 38.2%;
    margin: 5px 0 0.75em 1.5em;
}

section.content-slim ul li::before {
    content: '\f45c';
    font-family: 'Font Awesome 6 Pro';
    width: 12px;
    height: 12px;
    color: var(--blau-akzent);
    background: 0 0;
    display: inline-block;
    position: relative;
    left: -12px;
    left: -8px;
    margin-left: -9px;
    margin-left: -12px;
    font-size: 12px;
    top: -1px;
    font-weight: 700;
}

section.content-slim ul {
    padding-left: 1.35rem;
    color: #707070;
}

.content-slim .image {
    margin-bottom: 0.75em;
}

.image__left span.icon,
.image__right span.icon,
.image span.icon {
    position: absolute;
    position: relative;
    /*
    right: 10px;
    bottom: 60px;
*/
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid var(--blau-akzent);
    color: var(--blau-akzent);
    background: rgba(255, 255, 255, 0.85);
    background: var(--blau-hell);
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-top: -50px;
    top: -10px !important;
    left: calc(100% - 60px);
}

.image__left img,
.image__right img {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
}

.video-grid.autogrid {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    width: 100%;
    grid-gap: 3.5rem;
}

.video-grid .video-container .video-content {
    width: 100%;
}

.video-container .text-content {
    padding: 0.5rem 0;
    border-left: 5px solid var(--hellgrau);
    padding-left: 0.75rem;
}

.video-tabs .tabs-container {
    margin-top: 0;
}

.video-tabs .tabs article {
    padding: 0 1em 0 0;
}

.video-tabs .tabs > ul li a > span.tab-icon {
    display: block;
    flex: 0;
    font-size: 1.5rem;
    padding: 0 5px;
}

.video-tabs .tabs > ul li a {
    padding: 12px 15px 12px 40px;
    flex-flow: row-reverse;
    align-items: center;
}

.video-tabs iframe {
    width: 100%;
    aspect-ratio: 16/9;
    padding: 0;
    background: var(--lightgrey);
}

.video-tabs .alt-video-link {
    padding: 5px 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .video-tabs .alt-video-link i {
        margin-right: 10px;
        flex: 0 0 auto;
    }

    .video-tabs .alt-video-link a {
        flex: 0 0 auto;
    }

    .video-tabs .alt-video-link img {
        max-width: 240px;
        flex: 0 0 auto;
    }

.sticky {
    position: sticky;
    top: 10px;
    display: block;
}

.video-grid .nav--search {
    grid-column: 1 / 3;
    text-align: center;
}

.video-tabs .tabs {
    flex-direction: row-reverse;
}

.tab-head {
    counter-reset: ordered-counter;
    list-style: none;
}

    .tab-head li {
        counter-increment: ordered-counter;
        line-height: 1.75 !important;
        position: relative;
        margin-left: 30px;
    }

        .tab-head li:before {
            content: counter(ordered-counter) '.';
            color: #000;
            line-height: 1.45;
            position: absolute;
            left: -10px;
            top: 0;
            text-align: right;
            width: 40px;
            height: 100%;
            display: flex;
            align-items: center;
            background: var(--secondary);
            color: #fff;
            justify-content: center;
            border-right: 1px solid #fff;
        }

        .tab-head li:nth-child(-n + 9):before {
            content: '0' counter(ordered-counter) '.';
        }

/* ==========================================================================
   LANDING PAGEs
========================================================================== */
.zitat blockquote {
    max-width: 80%;
    margin-left: auto;
    /*
    background: url(../img/bg_small.png);
    background-size: 16px;
*/
    padding: 0 5%;
    position: relative;
    display: flex;
}

.zitat .content {
    /*
    position: absolute;
    right: auto;
    top: 10%;
    width: 74%;
    left: -10%;
*/
    background: #fff;
    padding: 1.5em 2em;
    text-align: center;
    box-shadow: 0 20px 30px var(--hellgrau);
}

.zitat .photo {
    max-width: 38%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: translateY(-40%);
    transform: translateY(-20%);
    margin-left: auto;
    margin-right: -20px;
}

blockquote .content .text {
    font-weight: 300;
    font-style: italic;
    font-family: ui-serif;
    font-size: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #707070;
}

blockquote .content .author {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    color: var(--blau-akzent);
}

.lp-zitat {
    margin: 50px 0 30px;
}

.lp-intro .video-content {
    text-align: center;
}

.lp-intro .js-lazyYT {
    display: inline-block;
}

.lp-products .autogrid-v2 {
    --grid-layout-gap: 30px;
}

.lp-products .title__striped {
    flex-flow: row-reverse;
    padding-right: 0.75rem;
    line-height: 2.4;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 1.15rem;
}

.lp-products .card__content {
    min-height: auto;
}

.lp-products h3.title__striped {
    padding-left: 0;
}

    .lp-products h3.title__striped .title__striped-link {
        border-left: 0;
        min-width: 160px;
    }

        .lp-products h3.title__striped .title__striped-link a {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .lp-products h3.title__striped .title__striped-link i {
            display: none;
        }

.lp-products .card__header {
    justify-content: center;
    padding: 2.5rem 1rem 0;
}

    .lp-products .card__header img {
        height: 130px;
    }

.lp-testimonials blockquote {
    font-size: 1.5rem;
    color: #707070;
    font-style: normal;
    font-weight: 300;
}

.lp-testimonials .author {
    font-weight: 700;
    color: var(--blau);
    font-size: 1rem;
    margin-top: 3rem;
}

.lp-testimonials .position {
    font-weight: 300;
    font-size: 1rem;
}

.lp-testimonials .slick-dots {
    bottom: -50px;
}

    .lp-testimonials .slick-dots li button::before {
        color: #fff;
    }

    .lp-testimonials .slick-dots li.slick-active button:before {
        color: var(--blau);
    }

section.lp-products,
section .lp-intro {
    margin: 70px 0;
    margin: 40px 0;
}

.lp-testimonials .card-has-picture .card__header-image {
    aspect-ratio: auto;
    padding: 0;
    overflow: hidden;
}

.lp-testimonials .card-has-picture .card__content-product,
.lp-testimonials .card-has-picture .card__content-text {
    align-self: flex-start;
    text-align: left;
}

    .lp-testimonials .card-has-picture .card__content-text p {
        color: var(--blau);
    }

    .lp-testimonials .card-has-picture .card__content-product .title {
        color: var(--blau-akzent);
        text-align: left;
    }

        .lp-testimonials .card-has-picture .card__content-product .title span {
            color: #707070;
            font-weight: 300;
            display: block;
            text-transform: none;
        }

.lp-content .title__centered,
.lp-content .title__centered p {
    margin: 0 auto;
}
/*Changes 08-2022*/

.lp-main {
    display: grid;
    grid-template-columns: minmax(160px, 690px) minmax(160px, 690px);
    justify-content: center;
}

    .lp-main .breadcrumbs {
        grid-column: span 2;
    }

    .lp-main section  {
        margin: 100px 0 0;
        grid-column: span 2;
    }

.lp-intro {
    margin: 40px 0 0px;
    grid-column: 1 / 2;
}

    .lp-intro .content {
        max-width: 90ch;
    }

.lp-zitat {
    margin: 100px 0 0;
    grid-column: 2 / 3;
}

.lp-testimonials {
    margin: 0;
}

.lp-video {
    margin: 30px 0;
}

section.lp-products,
section.lp-testimonials,
section.lp-content,
section.lp-video {
    grid-column: span 2;
}

.zitat blockquote {
    max-width: 820px;
    margin: 0 auto;
}

.lp-zitat .container {
    max-width: 100%;
    background: url(../img/bg_small.png);
    background-size: 16px;
}

@media screen and (max-width: 480px) {
    .lp-intro {
        margin-bottom: 140px;
    }

    .lp-zitat {
        margin: 170px 0 0;
        margin: 60px 0 0;
    }

        .lp-zitat blockquote {
            max-width: 100%;
            flex-flow: column;
        }

        .lp-zitat .photo {
            max-width: 90%;
            max-width: 100%;
            aspect-ratio: auto;
            transform: translateY(0%);
            margin-left: auto;
            margin-right: auto;
        }

        .lp-zitat .content {
            /*
        position: absolute;
        top: 40%;
        margin-left: auto;
        width: 90%;
*/
            position: relative;
            background: rgba(255, 255, 255, 90%);
        }

    .lp-products .title__striped {
        line-height: 1.3;
        padding-right: 0;
    }

    .lp-products h3.title__striped .title__striped-link {
        margin-right: 20px;
        margin-right: 0;
        min-width: 100px;
    }

    h3.title__striped .title__striped-link {
        padding: 20px 10px;
    }

    .lp-testimonials .slick-dots {
        bottom: -40px;
    }

    .lp-products .autogrid-v2 {
        --grid-item--min-width: 120px;
        --grid-layout-gap: 20px;
    }

    .lp-products .button {
        margin-left: 0;
    }

    .lp-products .card__header {
        justify-content: center;
    }

    .lp-products .autogrid-v2 {
        --grid-item--min-width: 200px;
    }

    section.lp-content .title__centered {
        padding: 0;
    }

    section.lp-intro {
        order: 0;
        grid-column: span 2;
    }

    section.lp-products {
        order: 1;
    }

    section.lp-zitat {
        order: 2;
        grid-column: span 2;
    }

    section.lp-testimonials {
        order: 3;
        margin-top: 40px;
    }

    section.lp-content {
        order: 4;
    }

    section.lp-video {
        order: 5;
    }
}

/* ==========================================================================
   SELECT FORMs
========================================================================== */
fieldset {
    padding: 0.35em 1.625em 0.75em;
    border: 1px solid #d1d7dc;
    padding-top: 30px;
}

    fieldset + fieldset {
        margin-top: 1rem;
    }

    fieldset h2 {
        color: var(--secondary);
        font-weight: 500;
        font-size: 1rem;
        text-transform: uppercase;
        padding-right: 10px;
        margin-bottom: 0;
    }

        fieldset h2 span {
            color: #fff;
            display: inline-flex;
            width: 60px;
            aspect-ratio: 1/1;
            align-items: center;
            justify-content: center;
            background: var(--blau);
            margin-right: 10px;
        }

.inputGroup {
    background-color: #f5f8f9;
    display: block;
    margin: 10px 0;
    position: relative;
    flex: 1 1 auto;
}

    .inputGroup:hover {
        background-color: var(--blau-hell);
    }

    .inputGroup label {
        padding: 18px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 0.2s ease-in;
        overflow: hidden;
        font-size: 1rem;
        color: var(--secondary);
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: var(--secondary);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            font-size: 34px;
            content: '\f0a9';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 100;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 0.2s ease-in;
            color: var(--blau-akzent);
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: var(--blau-akzent);
            border-color: var(--blau-akzent);
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.form__horizontal {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.button-holder {
    display: flex;
    justify-content: flex-end;
    border-bottom: 2px dotted var(--search);
    padding-bottom: 30px;
    margin-bottom: 10px;
}

    .button-holder #reset,
    .button-holder .reset {
        border: 0;
        font-size: 1rem;
        color: var(--search);
        margin-top: 20px;
        text-align: center;
        height: 50px;
        background: 0 0;
        padding: 0 20px;
        margin-right: 20px;
        cursor: pointer;
    }

        .button-holder #reset:hover,
        .button-holder .reset:hover {
            color: var(--blau);
        }

.ajax-button {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 20px;
    text-align: center;
    height: 50px;
}

.select-area .ajax-button {
    margin-top: 0;
    display: block;
    width: 100%;
}

.ajax-button .submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    background-color: var(--search);
    border: 2px solid #fff;
    color: #fff;
    caret-color: transparent;
    font-size: 16px;
    cursor: pointer !important;
    outline: 0;
    padding: 0 28px;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s ease all;
}

    .ajax-button .submit:hover {
        background-color: var(--blau);
    }

    .ajax-button .submit:focus {
        background: var(--hellgrau);
        color: var(--company);
    }

.ajax-button .loading {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    border-radius: 15px;
    padding: 0;
    border: 3px solid var(--search);
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    border-left: 3px solid rgba(255, 255, 255, 0);
    background-color: transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: wk-rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.ajax-button .submit:focus.loading {
    color: transparent;
    font-size: 0;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wk-rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.ajax-button .fa {
    color: var(--search);
    font-size: 18px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

    .ajax-button .fa.finish {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }

.hide-loading {
    opacity: 0;
    width: 30px;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}

.question-hint {
    background: var(--knowbase);
    width: 62px;
    height: 62px;
    margin: 10px 0;
    font-size: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
    cursor: pointer;
    overflow: hidden;
}

    .question-hint .fa {
        transition: 0.4s ease all;
    }

    .question-hint span {
        width: 0%;
        display: block;
        left: 50px;
        position: relative;
        font-size: 1.2rem;
        transition: 0.6s ease all;
        white-space: nowrap;
    }

    .question-hint i {
        margin-right: 0;
    }

    .question-hint:hover {
        width: 15%;
    }

        .question-hint:hover span {
            width: auto;
            opacity: 1;
            left: 5px;
        }

        .question-hint:hover i {
            margin-right: 5px;
        }
/* ==========================================================================
   CONTACT FORM
========================================================================== */
.auto-textarea,
.field-bar,
.float-label,
[type='checkbox']:checked + label:before,
[type='checkbox']:not(:checked) + label:before,
button,
div.fancy-select div.trigger,
div.fancy-select ul.options,
div.fancy-select ul.options li,
div.fancy-select ul.options.open,
div.fancy-select ul.options.overflowing,
div.fancy-select ul.options.overflowing.open,
input[type='email'],
input[type='text'],
textarea {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.field-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
}

    .field-wrapper:last-child {
        margin-right: 0;
    }

.field-wrapper-half {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
}

    .field-wrapper-half:last-child {
        margin-right: 0;
    }

    .field-wrapper-half:nth-child(2n + 1) {
        margin-right: 0;
    }

.button-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
}

    .button-wrapper:last-child {
        margin-right: 0;
    }

.field-wrapper input[type='email'],
.field-wrapper input[type='number'],
.field-wrapper input[type='tel'],
.field-wrapper input[type='text'],
.field-wrapper textarea {
    border: 0;
    border-bottom: 1px solid #929292;
    box-shadow: 0 1px 0 #fff;
    color: var(--blau);
    display: block;
    font-size: 1rem;
    font-weight: 300;
    height: 30px;
    vertical-align: middle;
    width: 100%;
}

    .field-wrapper input[type='email']::placeholder,
    .field-wrapper input[type='number']::placeholder,
    .field-wrapper input[type='tel']::placeholder,
    .field-wrapper input[type='text']::placeholder,
    .field-wrapper textarea::placeholder {
        opacity: 0;
    }

    .field-wrapper input[type='email']::-webkit-input-placeholder,
    .field-wrapper input[type='number']::-webkit-input-placeholder,
    .field-wrapper input[type='tel']::-webkit-input-placeholder,
    .field-wrapper input[type='text']::-webkit-input-placeholder,
    .field-wrapper textarea::-webkit-input-placeholder {
        color: #ddd;
        font-size: 1rem;
        letter-spacing: -1px;
        opacity: 0;
    }

    .field-wrapper input[type='email']:focus,
    .field-wrapper input[type='email']:valid,
    .field-wrapper input[type='number']:focus,
    .field-wrapper input[type='number']:valid,
    .field-wrapper input[type='tel']:focus,
    .field-wrapper input[type='tel']:valid,
    .field-wrapper input[type='text']:focus,
    .field-wrapper input[type='text']:valid,
    .field-wrapper textarea:focus,
    .field-wrapper textarea:valid {
        outline: 0;
    }

        .field-wrapper input[type='email']:focus::placeholder,
        .field-wrapper input[type='email']:valid::placeholder,
        .field-wrapper input[type='number']:focus::placeholder,
        .field-wrapper input[type='number']:valid::placeholder,
        .field-wrapper input[type='tel']:focus::placeholder,
        .field-wrapper input[type='tel']:valid::placeholder,
        .field-wrapper input[type='text']:focus::placeholder,
        .field-wrapper input[type='text']:valid::placeholder,
        .field-wrapper textarea:focus::placeholder,
        .field-wrapper textarea:valid::placeholder {
            opacity: 1;
        }

        .field-wrapper input[type='email']:focus::-webkit-input-placeholder,
        .field-wrapper input[type='email']:valid::-webkit-input-placeholder,
        .field-wrapper input[type='number']:focus::-webkit-input-placeholder,
        .field-wrapper input[type='number']:valid::-webkit-input-placeholder,
        .field-wrapper input[type='tel']:focus::-webkit-input-placeholder,
        .field-wrapper input[type='tel']:valid::-webkit-input-placeholder,
        .field-wrapper input[type='text']:focus::-webkit-input-placeholder,
        .field-wrapper input[type='text']:valid::-webkit-input-placeholder,
        .field-wrapper textarea:focus::-webkit-input-placeholder,
        .field-wrapper textarea:valid::-webkit-input-placeholder {
            opacity: 1;
        }

.field-wrapper input[required] + label::before {
    content: '\f069';
    font-family: 'Font Awesome 6 Pro';
    left: -10px;
    font-size: 7px;
    color: var(--warning);
    display: inline-block;
    margin-right: 3px;
    top: 0;
    position: absolute;
}

.field-wrapper select[required] + .trigger::before {
    content: '\f069';
    font-family: 'Font Awesome 6 Pro';
    left: -10px;
    font-size: 7px;
    color: var(--warning);
    display: inline-block;
    margin-right: 3px;
    top: 8px;
    position: absolute;
}

.float-label {
    color: var(--support);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    position: absolute;
    pointer-events: none;
    top: 8px;
}

.field-bar {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    height: 2px;
    width: 0%;
    display: block;
    background: var(--support);
    top: -1px;
    z-index: 1;
}

.fancy-select.open ~ label,
.fancy-select.selected ~ label,
.float-field:focus ~ label,
.float-field:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -20px;
    font-size: 0.75rem;
    color: #009688;
}

.trigger ~ label {
    color: red;
}

.fancy-select.open ~ .field-bar,
.fancy-select.selected ~ .field-bar,
input[type='email']:focus ~ .field-bar,
input[type='email']:valid ~ .field-bar,
input[type='number']:focus ~ .field-bar,
input[type='number']:valid ~ .field-bar,
input[type='tel']:focus ~ .field-bar,
input[type='tel']:valid ~ .field-bar,
input[type='text']:focus ~ .field-bar,
input[type='text']:valid ~ .field-bar,
textarea:focus ~ .field-bar,
textarea:valid ~ .field-bar {
    width: 100%;
}

.field-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #929292;
    border-radius: 0;
    color: var(--support);
    font-size: 0.75rem;
    font-weight: 700;
    height: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

    .field-wrapper select ~ label {
        opacity: 1;
    }

    .field-wrapper select:focus {
        outline: 0;
    }

        .field-wrapper select:focus ~ .field-bar {
            width: 100%;
        }

        .field-wrapper select:focus ~ label {
            opacity: 1;
        }

.auto-textarea {
    resize: none;
    overflow: hidden;
    line-height: 1.6;
    height: 60px;
    padding-bottom: 0.5rem;
}

.checkbox-title {
    color: var(--support);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    pointer-events: none;
    display: inline-block;
    margin-right: 1rem;
}

.checkbox-wrapper {
    display: inline-block;
    margin: 0 0.5rem;
}

    .checkbox-wrapper [type='checkbox'] + label {
        color: #929292;
        font-size: 0.75rem;
    }

    .checkbox-wrapper [type='checkbox']:checked,
    .checkbox-wrapper [type='checkbox']:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .checkbox-wrapper [type='checkbox']:checked + label,
        .checkbox-wrapper [type='checkbox']:not(:checked) + label {
            position: relative;
            padding-left: 1.95em;
            cursor: pointer;
        }

            .checkbox-wrapper [type='checkbox']:checked + label:before,
            .checkbox-wrapper [type='checkbox']:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 2px;
                top: 0;
                width: 1rem;
                height: 1rem;
                border: 2px solid var(--support);
                background: #fff;
                border-radius: 2px;
            }

            .checkbox-wrapper [type='checkbox']:checked + label:before {
                background: var(--support);
            }

div.fancy-select {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #46565d;
    border-bottom: 1px solid #929292;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        background: rgba(146, 146, 146, 0.1);
    }

        div.fancy-select select:focus + div.trigger.open {
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        border-radius: 0;
        cursor: pointer;
        padding: 8px 24px 8px 0;
        position: relative;
        background: #fff;
        color: var(--support);
        height: 30px;
        width: 100%;
    }

        div.fancy-select div.trigger:after {
            content: '\f103';
            font-family: 'Font Awesome 6 Pro';
            display: block;
            position: absolute;
            top: 8px;
            right: 9px;
        }

        div.fancy-select div.trigger.open {
            background: #fff;
            color: var(--support);
            box-shadow: none;
        }

            div.fancy-select div.trigger.open:after {
                border-top-color: #7a8498;
            }

    div.fancy-select ul.options {
        list-style: none;
        border: 1px solid #eee;
        margin: 0;
        position: absolute;
        top: 32px;
        left: 0;
        padding-left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 300px;
        overflow: auto;
        background: #fff;
        min-width: 100%;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 32px;
            opacity: 1;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
            }

        div.fancy-select ul.options li {
            padding: 8px 12px;
            color: #929292;
            cursor: pointer;
            white-space: nowrap;
            font-weight: 400;
            text-transform: none;
            transition: all 150ms ease-out;
        }

            div.fancy-select ul.options li.selected {
                background: var(--support);
                color: #fff;
            }

            div.fancy-select ul.options li.hover {
                background: var(--support);
                color: #fff;
            }

.support-form fieldset h2 span {
    background: var(--support);
}

.contact-form .float-field:valid ~ label,
.contact-form .float-label,
.float-field:focus ~ label {
    color: var(--company);
}

.contact-form .field-bar,
.contact-form fieldset h2 span {
    background: var(--company);
}

.contact-form .checkbox-strip input:checked::before {
    background-color: var(--company);
}

.support-form {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .support-form *,
    .support-form :after,
    .support-form :before {
        box-sizing: border-box;
    }

    .support-form fieldset {
        margin-top: 30px;
    }

    .support-form .field-grid {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

        .support-form .field-grid .material-input:last-child {
            flex: 1 1 auto;
        }

        .support-form .field-grid .field-zip {
            max-width: 25%;
            min-width: 120px;
        }

.form-row {
    margin-bottom: 10px;
}

    .form-row .listview {
        display: flex;
        flex-flow: wrap;
        margin: 15px 0;
    }

        .form-row .listview li {
            flex: 1 1 50%;
        }

        .form-row .listview .checkbox-strip input:hover + span {
            color: var(--search);
        }

    .form-row .tooltip-hint {
        display: inline-block;
        font-size: 12px;
        background: var(--hellgrau);
        position: absolute;
        left: 64px;
        bottom: -10px;
        padding: 1px 5px;
        border-radius: 4px;
        display: none;
    }

    .form-row .submit-form {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 10px;
    }

        .form-row .submit-form button {
            margin-left: 20px;
            font-size: 1rem;
        }

            .form-row .submit-form button:disabled {
                pointer-events: none;
                color: #868e96;
                border-color: #868e96;
            }

.grid-form-product {
    grid-template-columns: 200px 1fr 1fr;
    grid-gap: 1.5rem;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 30px;
            height: 30px;
            background: var(--hellgrau);
            position: relative;
            top: -4px;
            border: 1px solid #ccc;
        }

    .styled-checkbox:hover + label:before {
        background: var(--blau-akzent);
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: var(--blau-akzent);
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 9px;
        top: 9px;
        background: #fff;
        width: 3px;
        height: 3px;
        box-shadow: 3px 0 0 #fff, 5px 0 0 #fff, 5px -3px 0 #fff, 5px -5px 0 #fff, 5px -7px 0 #fff, 5px -9px 0 #fff;
        transform: rotate(45deg);
    }

.other {
    display: none;
}
/* ==========================================================================
   CARD STYLES
========================================================================== */
.card {
    background: #fff;
    box-shadow: 0 0 20px var(--hellgrau);
    height: 100%;
}

    .card.card-alternate {
        aspect-ratio: inherit;
    }

.card__header {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__header-text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.card__header-picto {
    max-width: 25%;
    margin: 10px 5px;
}

    .card__header-picto img {
        filter: brightness(10);
    }

.card__content {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 1.5rem;
    min-height: calc(100% - 80px);
}

.card__content-series {
    color: var(--secondary);
    font-size: 40px;
    text-align: center;
}

    .card__content-series .series {
        display: block;
    }

    .card__content-series span {
        color: var(--hellgrau);
        position: relative;
        top: -20px;
        display: block;
        font-size: 20px;
    }

.card__content-series,
.card__content-text {
    text-align: center;
}

    .card__content-text p {
        font-size: 0.9rem;
        text-align:left;
    }

.card__content-button {
    margin: 0.5rem 0 0;
}

    .card__content-button a {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
        border-radius: 60px;
    }

        .card__content-button a:hover {
            background: #426bd0;
        }

    .card__content-button .button:not(.button__small)::before {
        display: none;
    }

.card-alternate .card__header-text {
    font-size: 38px;
    text-transform: inherit;
    font-weight: 300;
}

.card-alternate .card__content-family,
.card-alternate .card__content-resolution,
.card-alternate .card__content-samplerate {
    width: 100%;
}

    .card-alternate .card__content-family .title,
    .card-alternate .card__content-resolution .title,
    .card-alternate .card__content-samplerate .title {
        color: #426bd0;
        font-weight: 700;
        font-size: 0.9rem;
        text-align: center;
        display: block;
        margin-top: 1.5rem;
    }

    .card-alternate .card__content-family .text,
    .card-alternate .card__content-resolution .text,
    .card-alternate .card__content-samplerate .text {
        color: var(--secondary);
        font-size: 1.1rem;
        border-bottom: 1px solid #c7d2e1;
        width: 100%;
        text-align: center;
    }

.card-alternate .card__content-button {
    margin: 2.5rem 0.5rem 1rem;
    font-size: 0.9rem;
}

.card-has-picture {
    height: auto;
    aspect-ratio: auto;
    display: flex;
    flex-flow: column;
}

    .card-has-picture .card__header {
        padding: 0;
    }

    .card-has-picture .card__header-image {
        aspect-ratio: 4/3;
        width: 100%;
        background: var(--hellgrau);
        padding: 1rem;
    }

        .card-has-picture .card__header-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: ease transform 0.25s;
        }

            .card-has-picture .card__header-image img:hover {
                transform: scale(1.1);
            }

.card-has-icon .card__header {
    justify-content: center;
}

.card__header-icon {
    text-align: center;
    color: var(--blau-akzent);
    font-size: 3rem;
    margin-top: 2rem;
    line-height: 1;
}

.card-has-icon .card__content {
    justify-content: flex-start;
}

.card-has-icon .card__content-text p {
    color: var(--blau);
    font-weight: 300;
}

.card-has-picture .card__content {
    min-height: auto;
    height: 100%;
    justify-content: inherit;
}

.card-has-picture .card__content-product .title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
}

    .card-has-picture .card__content-product .title a {
        font-size: inherit;
        color: #426bd0;
        text-decoration: none;
    }

        .card-has-picture .card__content-product .title a:hover {
            text-decoration: underline;
        }

.card-has-picture .card__content-button {
    margin-top: auto;
}

.card.read-more-link {
    height: fit-content;
}

    .card.read-more-link .button {
        height: 100%;
        border-radius: 0;
        font-size: 1.8rem;
        margin: 0;
    }
/* ==========================================================================
   RELATED DOCUMENTS
========================================================================== */
.item__documents {
    display: flex;
    gap: 40px;
    padding: 1rem 1.5rem;
    border: 1px solid var(--hellgrau);
    border-left: 0px solid var(--blau-akzent);
    margin-bottom: 25px;
}

    .item__documents .item__documents-image {
        flex: 0 0 auto;
        max-width: 200px;
    }

    .item__documents .item__documents-text {
        flex: 1 1 auto;
    }

    .item__documents .item__documents-button {
        flex: 0 0 auto;
        align-self: end;
    }
/* ==========================================================================
   FLOATING PANEL
========================================================================== */
.flyout {
    position: fixed;
    max-width: 350px;
    width: 100%;
    height: auto;
    background-color: rgba(var(--secondary-rgb), 0.97);
    margin-right: -425px;
    transition: all 1s ease;
    top: 140px;
    z-index: 21;
    right: 0;
    padding: 1rem;
}

    .flyout p {
        color: #fff;
    }

#flyout_search {
    top: 185px;
    background: var(--search);
}

#flyout_support {
    top: 230px;
    background: rgb(47 151 163 / 97%);
}

.flyout_title span {
    color: #fff;
    font-size: 26px;
    margin-top: -2px;
}

.flyout .close {
    color: #fff;
    right: 12px;
    top: 0;
    position: absolute;
    font-size: 44px;
    cursor: pointer;
}

.flyout h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
}

.flyout a.button {
    padding: 5px 12px;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    margin: 5px 0 5px;
    align-items: center;
}

#float_contact,
#float_search,
#float_support {
    position: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 140px;
    font-size: 26px;
    margin-right: -425px;
    transition: all 1.25s ease;
    cursor: pointer;
    letter-spacing: 1px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: var(--secondary);
    z-index: 20;
}

    #float_contact svg,
    #float_search svg,
    #float_support svg {
        fill: #fff;
        width: 24px;
    }

#float_search {
    background: var(--search);
    top: 185px;
}

#float_support {
    background: var(--support);
    top: 230px;
}

#float_contact span {
    position: absolute;
    margin-top: 70px;
    right: 4px;
}

#float_contact {
    margin-right: 0;
}

    #float_contact svg,
    #float_search svg,
    #float_support svg {
        font-size: 25px;
        transition: 0.5s ease all;
    }

#float_search svg {
    width: 28px;
}

#float_contact:hover svg,
#float_search:hover svg,
#float_support:hover svg {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

@media all and (max-width: 900px) {
    #flyout_contact {
        margin-right: -425px;
    }

    #float_contact {
        margin-right: 0;
    }
}

.region--filter {
    font-size: 1rem;
}

    .region--filter .hide {
        animation: hide 0.25s ease 0s 1 normal forwards;
        transform-origin: center;
    }

    .region--filter .show {
        animation: show 0.25s ease 0s 1 normal forwards;
        transform-origin: center;
    }

@keyframes hide {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }
}

@keyframes show {
    0% {
        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }

    100% {
        transform: scale(1);
    }
}

.region--filter .projects {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    z-index: 1;
}

.region--filter .project {
    width: 100%;
    height: auto;
    margin: 5px 0;
    text-align: center;
}

footer .region--filter .projects {
    margin-top: 12px;
}

.region--filter .filters {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.region--filter .filter {
    margin: 3px 0;
    color: #fff;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #fff;
}

    .region--filter .filter:hover {
        cursor: pointer;
        background: var(--blau);
        color: #fff;
    }
/* ==========================================================================
   ICONS
========================================================================== */
.icon_sales-contact {
    background: var(--sales);
}

.icon_know-base {
    background: var(--knowbase);
}

.icon_para-search {
    background: var(--search);
}

.icon_industries {
    background: var(--company);
}

.icon_support {
    background: var(--support);
}

.icon_downloads {
    background: var(--downloads);
}

.item__small {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--secondary);
    padding: 5px;
}

.hero .item__small {
    padding: 0;
}

.fluid-grid .item__small span {
    text-transform: uppercase;
    font-weight: 600;
}

.item__small.item__small-long {
    grid-column: span 2;
    aspect-ratio: auto;
}

.item__small img {
    max-height: 50px;
    margin-bottom: 0;
    width: 100px;
}
    /* RF start */
    .item__small img[src$='newsletter.svg'] {
        filter: invert(1);
    }
/* RF stop */
.item__small span {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.item__small .item-icon {
    font-size: 44px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

    .item__small .item-icon svg {
        width: 44px;
        fill: #fff;
    }

.item__medium {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.2rem;
    position: relative;
}

    .item__medium .item-title {
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.3;
    }

    .item__medium .item-icon img {
        max-height: 100px;
        margin-bottom: 8px;
        width: 100px;
    }

    .item__medium .item-icon svg {
        width: 90px;
        fill: #fff;
    }

    .item__medium .item-icon {
        font-size: 80px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 10px;
        color: #fff;
    }

.item__large {
    background: var(--blau-hell);
}

    .item__large .item-title {
        font-size: 1.5rem;
        text-transform: uppercase;
        color: var(--primary);
        display: block;
        text-align: left;
        width: 100%;
        padding: 1.5rem;
    }

    .item__large .item-link {
        display: block;
        width: 100%;
        color: #fff;
        padding: 0.5rem;
    }

        .item__large .item-link span {
            transition: 0.3s ease all;
            transform: translateX(0);
            opacity: 0;
            display: inline-block;
            position: absolute;
        }

        .item__large .item-link i.fa {
            transition: 0.3s ease all;
            transform: translateX(0);
        }

        .item__large .item-link:hover span {
            opacity: 1;
            transform: translateX(-100%);
            display: inline-block;
        }

        .item__large .item-link:hover i.fa {
            transform: translateX(100%);
        }
/* ==========================================================================
   FLYOUT Contact Table
========================================================================== */
.flyout table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 1rem;
}

.flyout table {
    background: 0 0;
}

    .flyout table td,
    .flyout table th {
        color: #fff;
    }

    .flyout table * {
        position: relative;
    }

    .flyout table td,
    .flyout table th {
        padding-left: 12px;
    }

    .flyout table thead tr {
        height: 40px;
        background: 0 0;
        font-size: 1.1rem;
        color: #fff;
        border: 1px solid #fff;
    }

    .flyout table thead tr {
        border: 0;
    }

    .flyout table tbody tr {
        height: 48px;
        border-bottom: 1px solid #fff;
    }

        .flyout table tbody tr:last-child {
            border: 0;
        }

    .flyout table td,
    .flyout table th {
        text-align: left;
    }

        .flyout table td.l,
        .flyout table th.l {
            text-align: right;
        }

        .flyout table td.c,
        .flyout table th.c {
            text-align: center;
        }

        .flyout table td.r,
        .flyout table th.r {
            text-align: center;
        }
/* ==========================================================================
   CAROUSELS & SLIDER
========================================================================== */
.carousel-item {
    position: relative;
}

.carousel-item__caption {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 110px;
    text-transform: uppercase;
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
    font-weight: 300;
    background: #49474000;
    padding: 0.5em 20% 0.5em 10%;
    height: 220px;
    display: flex;
    align-items: center;
}

.carousel-item__caption2 {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    font-weight: 300;
    background: #49474000;
    padding: 0.5em 5% 0.5em 5%;
    height: 120px;
    display: flex;
    align-items: center;
}

.news__item {
    background: #fff;
    display: flex;
    flex-flow: column;
    position: relative;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

    .news__item picture {
        display: block;
        aspect-ratio: auto 1/1;
        text-align: center;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
    }

.news__slider .news__item picture::before {
    content: '';
    position: absolute;
    background: #426bd033;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    transition: 0.2s ease-in-out width;
}

.news__slider .news__item:hover picture::before {
    width: 100%;
}

.news__item.slick-slide picture.product img {
    display: inline-block;
    width: 50%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform: scale(1) translateY(-25%);
    transition: 0.3s ease-in-out transform;
}

.news__item.slick-slide picture.reference img {
    max-width: 100%;
    height: auto;
}

.logo__slider .slick-list {
    padding: 10px 0;
}

.multiple-items .slick-list {
    padding: 35px 0;
}

.logo__slider .slick-list,
.multiple-items .slick-list {
    overflow: hidden;
}

.logo__slider .news__item picture {
    /* filter: grayscale(1); */
    transition: 0.5s ease all;
}

#partner:hover .logo__slider .news__item picture {
    filter: grayscale(0);
}

.news__slider .news__item.slick-slide:hover picture.product img {
    transform: scale(1.2) translateY(-20%);
}

.news__item.slick-slide {
    margin: 0 6px;
}

.news__item .news__content {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    width: 100%;
}

.news__item .news__badge,
.news__item .news__logo {
    position: absolute;
}

.news__item .news__logo {
    position: absolute;
    top: 15px;
    right: 0;
    width: 130px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    background: #e7ebf0e0;
    padding: 10px;
}

.news__item .news__badge {
    background: var(--company);
    width: 80px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.news__item .product-name {
    display: inline-block;
    color: var(--secondary);
    font-weight: 600;
    padding: 8px 1rem;
}

.news__item .news-text {
    color: var(--company);
    padding: 0 1rem 8px;
    line-height: var(--gc);
    font-size: 0.95rem;
}

.cat--digital .news__content {
    border-left: 10px solid var(--digital);
}

.cat--software .news__content {
    border-left: 10px solid var(--software);
}

.cat--hybrid .news__content {
    border-left: 10px solid var(--hybrid-systems);
}

.cat--awg .news__content {
    border-left: 10px solid var(--awg);
}

.cat--pc-systems .news__content {
    border-left: 10px solid var(--pc-systems);
}

.cat--digitizer .news__content {
    border-left: 10px solid var(--digitizer);
}

.cat--industrie .news__content {
    border-left: 10px solid var(--company);
}

#aktuelles {
    padding-bottom: 50px;
}

    #aktuelles .slick-dots {
        bottom: -40px;
    }

.single-slider .slick-list,
.single-slider.image-content {
    padding-top: 0;
}

.slider-menu {
    margin-top: -30px;
    height: auto;
}

    .slider-menu .slick-list {
        display: flex;
        justify-content: center;
    }

        .slider-menu .slick-list .slick-track {
            transform: none !important;
        }

    .slider-menu button {
        border: 0;
        background: var(--blau-hell);
        color: var(--secondary);
        border-radius: 50px;
        padding: 5px 20px;
        cursor: pointer;
    }

        .slider-menu button.slick-arrow {
            background: linear-gradient(270deg, #fff, transparent);
            border-radius: 0;
            padding: 0;
        }

        .slider-menu button.slick-prev {
            background: linear-gradient(90deg, #fff, transparent);
        }

        .slider-menu button:hover {
            background: var(--blau-akzent);
        }

    .slider-menu .slick-current button {
        background: var(--secondary);
        color: #fff;
    }

    .slider-menu .slick-slide {
        height: auto;
    }

    .slider-menu .slick-track {
        display: flex;
        justify-content: center;
    }

        .slider-menu .slick-track .slick-slide {
            width: auto !important;
            margin: 0 3px;
        }

    .slider-menu .slick-next:before,
    .slider-menu .slick-prev:before {
        position: relative;
        top: 3px;
    }
/*Update New Templates*/
.product__slider .card.slick-slide {
    margin: 0 50px;
}

.product__slider .slick-track {
    display: flex;
}

section.content .product__slider ul.slick-dots {
    bottom: -15px;
}

.product__slider .card__header {
    background: var(--primary);
}

/* ==========================================================================
   SEARCH
========================================================================== */
#searchres .search_pagenav {
    background: var(--lightgrey);
    display: flex;
    justify-content: space-around;
    width: 200px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

    #searchres .search_pagenav a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        background: var(--blau-akzent);
        color: #fff;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 40px;
    }

#searchres ul {
    padding-left: 0;
}

    #searchres ul li {
        margin-bottom: 0.75rem;
        background: var(--lightgrey);
        display: flex;
        gap: 20px;
        align-items: center;
    }

        #searchres ul li p {
            margin: 0.5rem 0;
            flex: 1 1 auto;
        }

        #searchres ul li span {
            flex: 0 0 auto;
            width: 70px;
            aspect-ratio: 1/1;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background: var(--company);
            color: #fff;
            font-size: 1.5rem;
            font-weight: 500;
        }

        #searchres ul li .search_path {
            width: 30%;
            flex: 0 0 auto;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 1.5rem;
        }

#searchres .search_term {
    color: var(--search);
    font-weight: 500;
}

#search_form {
    margin: 40px 0 20px;
}

    #search_form .button__small {
        position: relative;
        left: -105px;
        color: #fff;
        background: #426bd0;
    }

#search_query {
    border: 2px solid var(--blau);
    padding: 2px 12px 4px;
    border-radius: 30px;
    width: 50%;
}

.search-wrapper {
    margin-right: 10px;
    position: relative;
    transition: 0.2s ease margin-right;
}

    .search-wrapper.active {
        margin-right: 60px;
    }

    .search-wrapper .input-holder {
        height: 40px;
        width: 40px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 300px;
        border-radius: 4px;
        border: 2px solid var(--blau);
        transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding: 0 30px 0 12px;
        opacity: 0;
        position: absolute;
        top: -9px;
        left: 0;
        background: 0 0;
        box-sizing: border-box;
        border: none;
        outline: 0;
        font-size: 14px;
        font-weight: 400;
        color: var(--blau);
        transform: translate(0, 60px);
        transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 40px;
        height: 36px;
        border: none;
        border-radius: 6px;
        background: #fff;
        padding: 0;
        outline: 0;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper .input-holder input::placeholder {
        color: var(--blau-akzent);
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 40px;
        height: 40px;
        margin: 0;
        top: -4px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-wrapper .input-holder .search-icon:hover span::before {
        background: var(--blau-akzent);
    }

    .search-wrapper .input-holder .search-icon:hover span::after {
        border-color: var(--blau-akzent);
    }

    .search-wrapper .input-holder .search-icon span {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
        transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(-45deg);
    }

    .search-wrapper .input-holder .search-icon span::after,
    .search-wrapper .input-holder .search-icon span::before {
        position: absolute;
        content: '';
    }

    .search-wrapper .input-holder .search-icon span::before {
        width: 3px;
        height: 11px;
        left: 9px;
        top: 18px;
        border-radius: 2px;
        background: var(--blau);
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 18px;
        height: 18px;
        left: 1px;
        top: 2px;
        border-radius: 16px;
        border: 3px solid var(--blau);
    }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 8px;
        right: 10px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
        transition-delay: 0.2s;
        background: var(--blau);
        border-radius: 30px;
    }

    .search-wrapper.active .close {
        right: -40px;
        transform: rotate(45deg);
        transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
        transition-delay: 0.5s;
    }

    .search-wrapper .close::after,
    .search-wrapper .close::before {
        position: absolute;
        content: '';
        background: #fff;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 3px;
        height: 14px;
        left: 11px;
        top: 5px;
    }

    .search-wrapper .close::after {
        width: 14px;
        height: 3px;
        left: 5px;
        top: 11px;
    }
/* ==========================================================================
   TABULATOR WIDGETS
========================================================================== */
.tabs-menu nav {
    margin: 0 auto;
    background: #fff;
}

    .tabs-menu nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        padding: 0 10px;
    }

        .tabs-menu nav ul li {
            padding: 1rem;
            cursor: pointer;
            color: #a7a7a7;
            border-top: 1px solid #eee;
            margin-left: -10px;
            margin-right: -10px;
        }

            .tabs-menu nav ul li:hover {
                color: #3e4b58;
            }

            .tabs-menu nav ul li.active {
                color: #fff;
                border-top: none;
            }

.tabs-menu {
    position: relative;
    margin-bottom: 12px;
}

    .tabs-menu nav {
        width: 100%;
    }

        .tabs-menu nav ul {
            display: flex;
            flex-direction: column;
        }

            .tabs-menu nav ul li {
                order: 1;
            }

                .tabs-menu nav ul li.active {
                    order: 0;
                }

                    .tabs-menu nav ul li.active:after {
                        width: 1px;
                        height: 1px;
                        border: 10px solid transparent;
                        border-top: 10px solid #555;
                        content: '';
                        position: absolute;
                        right: 1.5em;
                        top: 1.6em;
                        z-index: 9999;
                    }

                .tabs-menu nav ul li:not(.active) {
                    position: absolute;
                    top: -999em;
                }

            .tabs-menu nav ul.expanded li.active:after {
                border-top-color: transparent;
                border-bottom-color: #555;
                top: 1em;
            }

            .tabs-menu nav ul.expanded li:not(.active) {
                position: relative;
                top: auto;
            }

@media all and (min-width: 42em) {
    nav {
        background: 0 0;
    }

    .tabs-menu nav ul li.active {
        box-shadow: inset 0 -3px 0 var(--digitizer);
    }

    .tabs-menu nav ul {
        display: flex;
        flex-direction: row;
        border: none;
        padding: 0;
        gap: 12px;
        flex-flow: wrap;
    }

        .tabs-menu nav ul li {
            display: inline-block;
            margin: 0;
            border: none;
        }

            .tabs-menu nav ul li:not(.active) {
                position: relative;
                top: auto;
            }

            .tabs-menu nav ul li.active {
                order: 1;
                background-color: var(--secondary);
            }

                .tabs-menu nav ul li.active:after {
                    display: none;
                }
}

.tab-content {
    display: none;
    padding: 15px;
    background: #f5f8f9;
}

    .tab-content.current {
        display: inherit;
    }

.product-details #tabs .tab__item,
.product-details #tabs .tab__item p {
    font-size: 1rem;
    color: var(--secondary);
}

    .product-details #tabs .tab__item p strong {
        font-size: 1rem;
    }

.tab-content .tab__item .icon {
    float: right;
    margin: 45px 12px 4px 10px;
    max-width: 120px;
}

    .tab-content .tab__item .icon img {
        width: 100%;
    }

@media (min-width: 40em) {
    .tabs-outer {
        width: 100%;
    }

        .tabs-outer .tabulators {
            width: max-content;
            max-width: 100%;
            margin: 0;
        }

        .tabs-outer .tab-content table.table td:first-child {
            width: 30%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tabs-outer .tab-content table.table td:nth-child(2) {
            width: 45%;
        }
}

@media (max-width: 1220px) {
    .tabs-outer .tab-content table.table td:first-child {
        width: 25%;
    }

    .tabs-outer .tab-content table.table td:nth-child(2) {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .tabs-outer .tab-content table.table td:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .tabs-outer .tab-content table.table td:first-child {
        width: auto;
    }

    .tabs-outer .tab-content table.table td:nth-child(2) {
        width: auto;
    }

    table.table td {
        font-size: 1rem;
        text-align: left;
    }
}

.tabs-outer .tabulators li {
    background-color: #d7ebff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blau);
    aspect-ratio: 1/1;
    width: min-content;
    text-align: center;
    flex: 1 1 auto;
    min-width: 120px;
    max-height: 120px;
}

    .tabs-outer .tabulators li.open,
    .tabs-outer .tabulators li.open:hover,
    .tabs-outer.tabs-processed .tab-panel.open {
        background: var(--digitizer);
        color: #fff;
        border-bottom: 0;
    }

.tabs-outer.tabs-processed .tab-panel {
    border: 0;
}

.tabs-outer .tabulators li:hover {
    background-color: var(--primary);
    color: #fff;
}

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs {
    display: flex;
}

    .tabs > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 15%;
    }

        .tabs > ul li {
            display: block;
        }

            .tabs > ul li:not(:last-child) {
                border-bottom: 1px solid #fff;
            }

            .tabs > ul li a,
            .tabs > ul li a:visited {
                display: flex;
                border-bottom: none;
                text-decoration: none;
                background-color: var(--secondary);
                color: #fff;
                padding: 5px 10px;
                transition: all 0.2s ease-in-out;
                word-wrap: break-word;
                padding: 5px 40px;
            }

                .tabs > ul li a:active,
                .tabs > ul li a:focus,
                .tabs > ul li a:hover {
                    border-bottom: none;
                    outline: 0;
                }

                .tabs > ul li a.active {
                    background-color: #e7ebf0;
                    color: var(--secondary);
                }

                .tabs > ul li a:hover:not(.active) {
                    color: #fff;
                    background: var(--blau);
                }

                .tabs > ul li a > span {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .tabs > ul li a > span.tab-label {
                        display: none;
                    }

    .tabs article {
        width: 85%;
        background-color: #fff;
        padding: 1rem;
        display: none;
        word-wrap: break-word;
    }

        .tabs article > * {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.2s, transform 0.2s;
        }

        .tabs article > :nth-child(1) {
            transition-delay: 0.2s;
        }

        .tabs article > :nth-child(2) {
            transition-delay: 0.3s;
        }

        .tabs article > :nth-child(3) {
            transition-delay: 0.4s;
        }

        .tabs article > :nth-child(4) {
            transition-delay: 0.5s;
        }

        .tabs article > :nth-child(5) {
            transition-delay: 0.6s;
        }

        .tabs article > :nth-child(6) {
            transition-delay: 0.7s;
        }

        .tabs article > :nth-child(7) {
            transition-delay: 0.8s;
        }

        .tabs article > :nth-child(8) {
            transition-delay: 0.9s;
        }

        .tabs article > :nth-child(9) {
            transition-delay: 1s;
        }

        .tabs article > :nth-child(10) {
            transition-delay: 1.1s;
        }

        .tabs article > :nth-child(11) {
            transition-delay: 1.2s;
        }

        .tabs article > :nth-child(12) {
            transition-delay: 1.3s;
        }

        .tabs article > :nth-child(13) {
            transition-delay: 1.4s;
        }

        .tabs article > :nth-child(14) {
            transition-delay: 1.5s;
        }

        .tabs article > :nth-child(15) {
            transition-delay: 1.6s;
        }

        .tabs article > :nth-child(16) {
            transition-delay: 1.7s;
        }

        .tabs article > :nth-child(17) {
            transition-delay: 1.8s;
        }

        .tabs article > :nth-child(18) {
            transition-delay: 1.9s;
        }

        .tabs article > :nth-child(19) {
            transition-delay: 2s;
        }

        .tabs article > :nth-child(20) {
            transition-delay: 2.1s;
        }

        .tabs article.active {
            display: block;
        }

        .tabs article.active-content > * {
            opacity: 1;
            transform: translateY(0);
        }

        .tabs article.active-content h3 {
            margin-bottom: 0.5rem;
        }

        .tabs article.active-content p {
            margin-bottom: 0.75rem;
        }

@media (min-width: 576px) {
    .tabs > ul {
        width: auto;
        min-width: 300px;
    }

        .tabs > ul li a {
            flex-wrap: wrap;
        }

            .tabs > ul li a > span {
                width: 100%;
            }

                .tabs > ul li a > span.tab-label {
                    width: 100%;
                    display: block;
                    margin-top: 0.2rem;
                    font-size: 0.85rem;
                }

    .tabs article {
        width: calc(100% - 150px);
        padding: 0 2rem;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }

    .tabs-container {
        padding: 0;
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .tabs {
        width: 100%;
    }

        .tabs > ul li a > span.tab-icon {
            display: none;
        }
}

.vertical-tabs .nav {
    grid-column: span 5;
    padding-left: 0;
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    font-size: 0.8125em;
    align-content: flex-start;
}

    .vertical-tabs .nav li {
        flex: 0 0 auto;
        text-align: center;
    }

        .vertical-tabs .nav li a {
            display: block;
            padding: 5px 10px;
            background: var(--blau);
            color: #fff;
            font-size: 0.875em;
            border: 0;
            text-decoration: none;
        }

            .vertical-tabs .nav li a:hover {
                background-color: var(--secondary);
            }

.vertical-tabs ul {
    list-style: none;
}

    .vertical-tabs ul li a {
        display: block;
        border-bottom: 1px solid #959290;
        padding: 4px;
        color: #444;
        text-shadow: none;
        font-weight: 400;
        position: relative;
    }

        .vertical-tabs ul li a::after {
            content: attr(data-country);
            position: absolute;
            right: 0;
            padding-right: 0.5em;
        }

        .vertical-tabs .active,
        .vertical-tabs ul li a:hover {
            background: #c00;
            color: #fff;
        }

        .vertical-tabs ul li a.current,
        .vertical-tabs ul.core li a:hover {
            background-color: var(--secondary);
            color: #fff;
        }

.list-wrap {
    grid-column: span 7;
    font-size: 0.875em;
    min-height: 0;
    -webkit-transition: min-height 1s;
    transition: min-height 1s;
}

@media (max-width: 640px) {
    .list-wrap {
        float: left;
        width: 100%;
        padding-top: 1em;
    }

    .vertical-tabs ul li a {
        padding: 18px 4px 0;
    }

        .vertical-tabs ul li a::after {
            right: auto;
            left: 0;
            top: 0;
            padding-left: 0.25em;
        }
}

.min-height {
    min-height: 240px;
}

.list-wrap .list-content {
    padding: 1.5rem;
    margin-top: 0;
}

.hide-shift {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.filter-container {
    width: 50%;
    min-width: 8em;
    margin: 0 0.5em 1em 50%;
}

.filter-wrapper {
    display: block;
    margin-top: 2em;
    font-size: 0.9em;
    color: #777;
}

.filter-dropdown {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
}

    .filter-dropdown .select-filter {
        width: 100%;
        margin: 0;
        background: 0 0;
        border: 1px solid transparent;
        outline: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        font-size: 16px;
        font-family: 'Maven Pro', AvenirNext-Regular, Corbel, 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        color: #444;
        padding: 0.6em 1.9em 0.5em 0.8em;
        line-height: 1.3;
    }

    .filter-dropdown::after {
        content: '';
        position: absolute;
        width: 9px;
        height: 8px;
        top: 50%;
        right: 1em;
        margin-top: -4px;
        background-image: url(https://filamentgroup.com/files/select-arrow.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        z-index: 2;
        pointer-events: none;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .filter-dropdown select::-ms-expand {
        display: none;
    }

    .select-filter:focus::-ms-value {
        background: 0 0;
        color: #222;
    }
}

body:last-child .filter-dropdown::after,
x:-moz-any-link {
    display: none;
}

body:last-child .filter-dropdown .select-filter,
x:-moz-any-link {
    padding-right: 0.8em;
}

_::-moz-progress-bar,
body:last-child .filter-dropdown {
    overflow: hidden;
}

    _::-moz-progress-bar,
    body:last-child .filter-dropdown:after {
        display: block;
    }

    _::-moz-progress-bar,
    body:last-child .filter-dropdown .select-filter {
        padding-right: 1.9em;
        -moz-appearance: window;
        text-indent: 0.01px;
        text-overflow: '';
        width: 110%;
    }

        _::-moz-progress-bar,
        body:last-child .filter-dropdown .select-filter:focus {
            outline: 2px solid rgba(180, 222, 250, 0.7);
        }

.filter-dropdown::after,
x:-o-prefocus {
    display: none;
}

.filter-dropdown:hover {
    border: 1px solid #888;
}

.select-filter:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 1px 3px #b4defa;
    box-shadow: 0 0 1px 3px #b4defa;
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa;
}

.select-filter:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.filter-button {
    border: 1px solid #bbb;
    border-radius: 0.3em;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    background: #f3f3f3;
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#e5e5e5) );
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
}
/* ==========================================================================
  KNOWLEDGE BASE
========================================================================== */
.knowbase {
    display: flex;
    margin: 30px 0 30px;
}

.knowbase--main {
    padding: 2rem;
    background: var(--hellgrau);
    width: 100%;
}

.knowbase--item {
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #707070;
}

    .knowbase--item .applications-outer:not(:first-child) h2,
    .knowbase--item .applications-outer:not(:first-child) h3 {
        color: var(--secondary);
        background: var(--hellgrau);
        display: flex;
        align-items: stretch;
        padding: 0;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.35rem;
        margin-top: 2.5rem;
    }

    .knowbase--item > .applications-outer:first-of-type h2,
    .knowbase--item .applications-outer:first-child h3 {
        font-size: 1.5rem;
        color: var(--primary);
    }

        .knowbase--item > .applications-outer:first-of-type h2 span,
        .knowbase--item .applications-outer:first-child h3 span {
            display: none;
        }

    .knowbase--item .applications-outer .applications--icon {
        margin-right: 8px;
        padding: 3px 8px;
        border-right: 1px solid #fff;
        background: var(--blau);
        color: #fff;
        font-size: 1.2rem;
        height: auto;
        display: inline-flex;
        align-items: center;
    }

    .knowbase--item .applications-outer a[href*='.jpg'],
    .knowbase--item .applications-outer a[href*='.png'],
    .knowbase--item .applications-outer p > img {
        float: left;
        margin: 5px 20px 10px 0px;
    }

        .knowbase--item .applications-outer a[href*='.jpg']:nth-child(odd),
        .knowbase--item .applications-outer a[href*='.png']:nth-child(odd) {
            float: right;
            margin: 5px 0 10px 20px;
        }

    .knowbase--item table,
    .tWrap table {
        width: 100%;
        text-align: left;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .knowbase--item tbody tr:nth-child(odd),
    .tWrap tbody tr:nth-child(odd) {
        background-color: var(--lightgrey);
    }

    .knowbase--item tbody tr td,
    .knowbase--item tbody th td,
    .tWrap tbody tr td,
    .tWrap tbody th td {
        padding: 8px 15px;
    }

    .knowbase--item .applications-outer table caption,
    .tWrap .applications-outer table caption {
        font-size: 1rem;
        background: var(--hellgrau);
        padding: 5px 15px;
        font-style: italic;
    }

    .knowbase--item .applications-outer table th:after,
    .tWrap .applications-outer table th:after {
        background: none;
    }

.tWrap table {
    border-collapse: collapse;
    position: relative;
    table-layout: auto;
    width: 100%;
    background: white;
    font-size: 0.9rem;
}

.tWrap th,
.tWrap td {
    border: 1px solid lightgray;
    padding: 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .tWrap th:first-child,
    .tWrap td:first-child {
        font-weight: 700;
    }

    .tWrap th:last-child,
    .tWrap td:last-child {
        text-align: right;
    }

.tWrap th {
    background: var(--primary);
    color: white;
    position: sticky;
}

.tWrap table tr:first-child td {
    border-top: none;
}

.tWrap {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.tWrap__head {
    flex: 0 0 37px;
}

.tWrap__body {
    overflow-y: scroll;
}

.knowbase--item .applications-outer ol {
    list-style: auto;
}

.knowbase--item .applications-outer a[href*='http'] {
    max-width: 100%;
    white-space: normal;
}

table h2 {
    font-size: 1rem;
    margin: 0;
}

.knowbase--item h3 {
    font-size: 1.25rem;
}

.knowbase--item p {
    font-size: 1rem;
    color: #707070;
}

.knowbase--item h2 a {
    color: #1a589b;
    font-weight: 500;
}

#menu {
    width: max-content;
    margin: 0;
    padding: 2rem;
    list-style-type: none;
    background: var(--blau);
    height: 100%;
}

    #menu > li > a {
        display: block;
        padding: 0 0 0;
        outline: 0;
        text-decoration: none;
        color: var(--knowbase);
        font-weight: 700;
    }

    #menu ul a {
        color: rgb(255 255 255 / 80%);
        text-decoration: none;
    }

    #menu ul .leaf a:hover {
        text-decoration: underline;
        color: #fff;
    }

    #menu ul a strong {
        color: #fff;
    }

    #menu li {
        line-height: 2;
        display: block;
        margin-left: 0;
    }

    #menu > li {
        margin-bottom: 15px;
    }

    #menu a.selected {
        background-image: url(https://spectrum-instrumentation.com/css/images/icon-minus.png);
        background-image: url(https://placehold.it/10x10/f00);
    }

    #menu a.leaf {
        background-image: none;
    }

    #menu ul {
        padding: 0 0 0;
        list-style-type: none;
        margin-left: 10px;
    }

    #menu a span {
        display: inline-flex;
        color: var(--blau);
        background: #fff;
        border-radius: 4px;
        font-size: 11px;
        padding: 0 0 0;
        font-weight: 500;
        min-width: 24px;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
    }

.breadcrumb {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.breadcrumb li:hover:before {
    border-left: 10px solid var(--hellgrau);
}

ul.breadcrumb li:hover a {
    background: var(--hellgrau);
}

ul.breadcrumb li:before {
    content: none;
    position: absolute;
    right: -9px;
    top: -1px;
    z-index: 11;
    border-left: 10px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: 0.3s ease;
}

ul.breadcrumb li:after {
    content: none;
    position: absolute;
    right: -10px;
    top: -1px;
    z-index: 10;
    border-left: 10px solid var(--hellgrau);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

ul.breadcrumb li.active a {
    background: var(--knowbase);
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li.first {
    border-left: none;
}

    ul.breadcrumb li.first a {
        font-size: 18px;
    }

        ul.breadcrumb li.first a i {
            font-weight: 700;
        }

ul.breadcrumb li.last {
    padding-right: 0;
}

    ul.breadcrumb li.last:before {
        display: none;
    }

    ul.breadcrumb li.last:after {
        display: none;
    }

.breadcrumb li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 10px 0;
    margin-right: 1px;
}

    .breadcrumb li:last-child {
        overflow: visible;
    }

        .breadcrumb li:last-child a {
            text-decoration: none;
            pointer-events: none;
            color: var(--knowbase);
        }

    .breadcrumb li:first-child {
        overflow: visible;
    }

    .breadcrumb li a {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #eee;
        display: block;
        font-size: 12px;
        line-height: 40px;
        color: #757575;
        padding: 0 15px 0 15px;
        text-decoration: none;
        background: #fff;
        border: 1px solid #fff;
        text-transform: uppercase;
    }

@media only screen and (max-width: 640px) {
    .breadcrumb li {
        display: none;
    }

        .breadcrumb li:first-child {
            display: flex;
        }

        .breadcrumb li:last-child {
            display: block;
        }
}

.kb_main {
    color: var(--knowbase);
    font-size: 1.1rem;
    font-weight: 700;
}

.legal ol,
.legal ul {
    list-style: auto;
}

.breadcrumb li span.a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eee;
    display: block;
    font-size: 12px;
    line-height: 40px;
    color: #757575;
    padding: 0 15px 0 15px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}
/* ==========================================================================
  ACCORDION
========================================================================== */
.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

    .st-accordion .nav--search {
        margin-bottom: 1.5rem;
        text-align: center;
    }

        .st-accordion .nav--search span {
            font-size: 0.8rem;
            text-transform: uppercase;
            font-weight: 500;
        }

section .st-accordion ul li {
    height: 0;
    min-height: 50px;
    padding-left: 60px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    position: relative;
}

section .st-accordion ul {
    padding-right: 1rem;
}

.st-accordion ul li > a {
    color: var(--secondary);
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .st-accordion ul li:before {
    content: '\f8f2';
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background: var(--secondary);
    display: inline-flex;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.st-accordion ul li > a span {
    background: transparent url(../img/angle-double-down-duotone.svg) no-repeat center center;
    text-indent: -9000px;
    width: 26px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-size: 16px;
}

.st-accordion ul li > a:hover {
    color: var(--secondary);
}

    .st-accordion ul li > a:hover span {
        opacity: 1;
        right: 10px;
    }

.st-accordion ul li.st-open > a {
    color: var(--blau);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

    .st-accordion ul li.st-open > a span {
        transform: rotate(180deg);
        right: 10px;
        top: 25px;
        opacity: 1;
    }

.st-content {
    padding: 0 0 30px 0;
}

    .st-content p {
        padding: 0;
        font-size: 0.9rem;
    }

    .st-content img {
        width: 125px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

@media screen and (max-width: 320px) {
    .st-accordion ul li > a {
        font-size: 36px;
    }
}

#job-accordion {
    padding-top: 10px;
}

    #job-accordion ul li {
        padding-left: 2.5rem;
        border-left: 5px solid var(--blau-akzent);
        min-height: 90px;
        margin-bottom: 20px;
    }

        #job-accordion ul li > a {
            line-height: 90px;
        }

            #job-accordion ul li > a:hover {
                text-decoration: underline;
            }

        #job-accordion ul li:before {
            display: none;
        }

    #job-accordion ul ul {
        list-style: square;
        margin-bottom: 20px;
    }

        #job-accordion ul ul li {
            border-left: 0;
            padding-left: 0;
            line-height: 1.6;
            min-height: auto;
            margin-bottom: 7px;
            height: auto;
            box-shadow: none;
            overflow: visible;
            color: #707070;
        }

    #job-accordion .st-content p {
        font-size: 1rem;
    }

.st-content address {
    font-weight: 700;
}
/* ==========================================================================
   TIMELINE
========================================================================== */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
        }

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        background: var(--hellgrau);
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: var(--blau-akzent);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        width: 100px;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.1rem;
        text-decoration: none;
        padding-bottom: 15px;
        color: #383838;
        transform: translateZ(0);
        color: var(--secondary);
        padding: 5px;
        margin-bottom: 20px;
    }

        .cd-horizontal-timeline .events a[data-date='01/07/2019'] {
            margin-left: 20px;
        }

        .cd-horizontal-timeline .events a::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 20px;
            background: #fff;
            bottom: -20px;
            left: 50%;
        }

        .cd-horizontal-timeline .events a::after {
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            bottom: -25px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid var(--hellgrau);
            background-color: #fff;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: var(--blau-akzent);
    border-color: #fff;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: var(--blau-akzent);
        border-color: var(--blau-akzent);
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: var(--blau-akzent);
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

        .cd-horizontal-timeline::before {
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--blau-akzent);
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        font-weight: 300;
        height: 36px;
        width: 36px;
        left: 0;
        top: 0;
        color: var(--blau-akzent);
        bottom: 0;
        right: auto;
        transform: translateX(-25%);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
        color: #000;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: var(--blau-akzent);
}

.cd-timeline-navigation a.inactive {
    /*cursor: not-allowed;*/
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: var(--blau-akzent);
}

.cd-horizontal-timeline .events-content {
    position: relative;
    transition: height 0.4s;
    margin-top: 40px;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        animation-duration: 0.4s;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right,
        .cd-horizontal-timeline .events-content li.leave-right {
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left,
        .cd-horizontal-timeline .events-content li.leave-left {
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-left,
        .cd-horizontal-timeline .events-content li.leave-right {
            animation-direction: reverse;
        }

    .cd-horizontal-timeline .events-content img {
        max-height: 300px;
    }

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* ==========================================================================
   ABOUT US MAP
========================================================================== */
.map-container {
    padding: 3.2rem 0.8rem;
    position: relative;
    display: inline-block;
}

    .map-container img {
        width: 100%;
    }

    .map-container .point {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--blau-akzent);
        border-radius: 50%;
        transition: all 0.3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgba(59, 179, 238, 0.4);
        animation: pulse 3s infinite;
    }

    .map-container .india {
        top: 56%;
        left: 70%;
    }

    .map-container .india2 {
        top: 56%;
        left: 70%;
    }

    .map-container .israel {
        top: 44%;
        left: 57%;
    }

    .map-container .italy {
        top: 37%;
        left: 50%;
    }

    .map-container .netherlands {
        top: 32%;
        left: 49%;
    }

    .map-container .japan {
        top: 42%;
        left: 87%;
    }

    .map-container .taiwan {
        top: 50%;
        left: 82%;
    }

    .map-container .usa {
        top: 36%;
        left: 29%;
    }

    .map-container .south-korea {
        top: 42%;
        left: 84%;
    }

    .map-container .france {
        top: 38%;
        left: 48%;
    }

    .map-container .germany {
        top: 31%;
        left: 50%;
    }

    .map-container .rusia {
        top: 31%;
        left: 50%;
    }

    .map-container .china {
        top: 41%;
        left: 81%;
    }

    .map-container .china2 {
        top: 45%;
        left: 82%;
    }

    .map-container .china3 {
        top: 40%;
        left: 82%;
    }

    .map-container .gus {
        top: 30%;
        left: 57%;
    }

    .map-container .australia {
        top: 82%;
        left: 88%;
    }

    .map-container .singapore {
        top: 60%;
        left: 78%;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 179, 238, 0.5);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(59, 179, 238, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 179, 238, 0);
    }
}

.map address {
    margin-bottom: 30px;
    font-style: normal;
}

.map-line {
    position: absolute;
    height: 20vh;
    border-left: 1px dotted var(--blau);
    transform: translateY(-105%);
    left: 4px;
}

    .map-line span {
        color: var(--blau);
        position: relative;
        font-size: 1rem;
        line-height: 1.3;
        display: inline-block;
        margin-left: 10px;
    }

.rusia .map-line {
    height: 17vh;
}
/* ==========================================================================
   ABOUT CHOOSE COUNTRY
========================================================================== */
.display-countries fieldset {
    border: none;
}

.display-countries legend {
    display: block;
    font-weight: 400;
    padding: 0.5rem 0;
}

.display-countries__header {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .display-countries__header {
        flex-direction: row;
        width: 100%;
        background: #f1f2f4;
        align-items: center;
    }
}

.display-countries__summary {
    background: #f1f2f4;
    border-bottom: 5px solid #a5dbdb;
    padding: 1rem;
    margin-bottom: 0.2rem;
}

@media screen and (min-width: 768px) {
    .display-countries__summary {
        border: none;
        margin-bottom: 0;
    }
}

.display-countries__summary h2,
.display-countries__summary h3 {
    font-size: 1.1rem;
}

.display-countries__summary h2 {
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.display-countries__filter {
    background: #e0e4e7;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .display-countries__filter {
        width: 50%;
    }
}

.display-countries__filter select {
    appearance: none;
    border: 0 !important;
    background-image: none;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: 0;
    padding-right: 35px;
    padding-left: 15px;
    border: 1px solid var(--blau);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

    .display-countries__filter select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    .display-countries__filter select::-ms-expand {
        display: none;
    }

    .display-countries__filter select:focus {
        border-color: var(--blau);
    }

    .display-countries__filter select::-ms-expand {
        display: none;
    }

.display-countries__filter .select {
    position: relative;
    height: 47.5px;
    background: #fff;
    transition: all 0.2s;
}

    .display-countries__filter .select:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        pointer-events: none;
    }

    .display-countries__filter .select:before {
        width: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: var(--blau-akzent);
        content: '';
        pointer-events: none;
    }

    .display-countries__filter .select:hover:before {
        background: var(--blau);
    }

    .display-countries__filter .select:hover:after {
        transform: scale(1.3);
    }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .display-countries__filter .select select {
        padding-right: 0;
    }

    .display-countries__filter .select:after,
    .display-countries__filter .select:before {
        display: none;
    }
}

.display-countries__filter input[type='radio'] {
    position: absolute;
    left: -9999px;
}

.spe-countries {
    display: none;
}

    .spe-countries.visible {
        display: block;
    }

.spe-countries__filter-year {
    background: #f1f2f4;
    padding: 1rem;
    margin-bottom: 1rem;
}

.spe-countries .year-cur,
.spe-countries .year-last {
    display: none;
    padding: 2rem 0 0;
}

.spe-countries input[value='year-cur']:checked ~ .year-cur,
.spe-countries input[value='year-last']:checked ~ .year-last {
    display: block;
}

.custom-radios {
    position: relative;
    padding-top: 5px;
    z-index: 0;
}

    .custom-radios span.legend {
        display: inline-block;
        margin: 0 0.5rem 0 1rem;
    }

    .custom-radios input[type='radio'] {
        display: none;
    }

        .custom-radios input[type='radio'] + label {
            margin-right: 6px;
            line-height: 36px;
            display: inline-block;
            font-size: 0.875rem;
        }

            .custom-radios input[type='radio'] + label span {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: 36px;
                height: 36px;
                margin: -1px 4px 0 0;
                vertical-align: middle;
                cursor: pointer;
                border-radius: 50%;
                border: 2px solid #fff;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
                background-repeat: no-repeat;
                background-position: center;
                text-align: center;
                line-height: 36px;
                background-color: #a5dbdb;
                transition: all 0.2s;
            }

                .custom-radios input[type='radio'] + label span:focus,
                .custom-radios input[type='radio'] + label span:hover {
                    background-color: #79d1d1;
                    transform: scale(1.1);
                }

                .custom-radios input[type='radio'] + label span .fa-check {
                    opacity: 0;
                    transition: all 0.3s ease;
                }

        .custom-radios input[type='radio']:checked + label span {
            color: #000;
        }

            .custom-radios input[type='radio']:checked + label span:focus,
            .custom-radios input[type='radio']:checked + label span:hover {
                transform: none;
            }

            .custom-radios input[type='radio']:checked + label span .fa-check {
                opacity: 1;
            }

.flags {
    display: flex;
    align-items: center;
    background: #f1f2f4;
    padding: 10px 28px;
}

    .flags img {
        margin-left: 15px;
        width: 36px;
    }

.addresses {
    margin-top: 40px;
}

.logo_country {
    padding-left: 48px;
    padding-right: 48px;
}

.memberships {
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 30px;
    background: #ffffff;
}

    .memberships .icon-grid {
        grid-gap: 50px;
    }

        .memberships .icon-grid img {
            max-height: 70px;
            width: auto;
            display: inline-block;
            margin-bottom: 30px;
        }

        .memberships .icon-grid strong {
            color: #fff;
        }

.direktiven .callout {
    margin-bottom: 1.5rem;
    padding: 2.5rem;
}

    .direktiven .callout p {
        color: #fff;
    }
/* ==========================================================================
   SBENCH 6
========================================================================== */
.sbench6 {
    display: flex;
}

    .sbench6 .menu--side {
        margin-right: 3.5rem;
    }

    .sbench6 .more-link {
        background: var(--hellgrau);
        color: var(--blau-akzent);
        padding: 3px 8px;
        border-radius: 5px;
    }

        .sbench6 .more-link::before {
            content: '\f324';
            font-family: 'Font Awesome 6 Pro';
            color: var(--blau-akzent);
            font-size: 14px;
            display: inline-block;
            margin-right: 5px;
        }

        .sbench6 .more-link:hover {
            color: #fff;
            background: var(--software);
        }

            .sbench6 .more-link:hover::before {
                color: #fff;
            }

        .sbench6 .more-link[href*='.pdf'] {
            display: inline-block;
            background: var(--hellgrau);
            color: var(--secondary);
            padding: 0 25px;
            padding-left: 60px;
            height: 42px;
            position: relative;
            line-height: 42px;
        }

            .sbench6 .more-link[href*='.pdf']::before {
                content: '\f33d';
                font-family: 'Font Awesome 6 Pro';
                color: var(--downloads);
                font-size: 12px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 5px;
                width: 45px;
                height: 42px;
                background: var(--software);
                border-right: 5px solid #fff;
                color: #fff;
                font-size: 24px;
                position: absolute;
                font-weight: 100;
                left: 0;
                top: 0;
            }

    .sbench6 .applications-outer:not(:first-child) h2 {
        margin-top: 50px;
    }

    .sbench6 .applications-outer h2 {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .sbench6 article ul li::marker {
        font-family: 'Font Awesome 6 Pro';
        content: '\f45c';
        font-weight: 100;
        font-weight: 800;
        font-size: 12px;
        background-color: var(--software);
        color: var(--secondary);
    }

    .sbench6 article ul li a {
        font-weight: 400;
        letter-spacing: 0;
    }

    .sbench6 article .detail.information ul li::marker {
        font-family: 'Font Awesome 6 Pro';
        content: '\f324';
        font-size: 16px;
        font-weight: 100;
        background-color: var(--software);
        color: var(--secondary);
    }

    .sbench6 a[href*='.png'] {
        pointer-events: none;
    }

    .sbench6 .content-slim .colored--title {
        background-color: var(--software);
    }
/* ==========================================================================
   MASONRY
========================================================================== */
.masonry {
    column-count: 3;
    column-gap: 12px;
}

    .masonry .masonry__item {
        display: grid;
        break-inside: avoid;
        grid-template-rows: 1fr auto;
        margin-bottom: 10px;
        background: #f4f7fa;
        padding: 1.5rem;
        overflow: hidden;
    }

        .masonry .masonry__item h4 {
            line-height: 1.4;
            margin-bottom: 5px;
        }

        .masonry .masonry__item p {
            font-weight: 300;
        }
/* ==========================================================================
   COMPACT KNOWBASE MASONRY
========================================================================== */
.ckb .container {
    column-count: 3;
    column-gap: 12px;
    border-top: 1px solid #e7ebf0;
    margin-top: 30px;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .ckb .container {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .ckb .container {
        column-count: 1;
    }
}

.ckb .title {
    column-span: all;
    margin-bottom: 50px;
}

.ckb .applications-outer {
    display: grid;
    break-inside: avoid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    background: var(--hellgrau);
    padding: 1.5rem;
}

    .ckb .applications-outer h2 {
        color: var(--secondary);
        background: var(--hellgrau);
        display: flex;
        align-items: center;
        padding: 0;
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 1.2rem;
        border-top: 1px solid var(--blau);
        border-bottom: 1px solid var(--blau);
    }

    .ckb .applications-outer .applications--icon {
        margin-right: 8px;
        padding: 3px 8px;
        border-right: 1px solid #fff;
        background: var(--blau);
        color: #fff;
    }

.applications-outer ul,
.ckb ul {
    padding-left: 0.75rem;
    margin: 5px 0 10px;
}

    .applications-outer ul li,
    .ckb ul li {
        padding-left: 0.5rem;
        margin-bottom: 7px;
    }

        .applications-outer ul li::marker,
        .ckb ul li::marker {
            font-family: 'Font Awesome 6 Pro';
            content: '\f45c';
            font-weight: 900;
            font-size: 12px;
            background-color: var(--blau);
            color: var(--blau);
        }
/* ==========================================================================
   APPLICATION AREAS
========================================================================== */
.applications-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

    .applications-content > div:first-child {
        column-count: 2;
        column-gap: 1.5em;
        grid-column: span 2;
    }

        .applications-content .related.documents h2,
        .applications-content > div:first-child h2 {
            column-span: all;
        }

    .applications-content .applications-outer:not(:first-child) {
        margin-top: 30px;
    }

        .applications-content .applications-outer:not(:first-child) h2,
        .applications-content .applications-outer:not(:first-child) h3 {
            color: var(--secondary);
            background: var(--hellgrau);
            display: flex;
            align-items: center;
            padding: 0;
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 1.35rem;
        }

    .applications-content .related.documents p {
        break-before: avoid;
        break-inside: avoid;
        break-after: avoid;
    }

        .applications-content .related.documents p a {
            display: flex;
            align-items: center;
            gap: 20px;
            background: var(--lightgrey);
        }

    .applications-content .applications-outer .applications--icon {
        margin-right: 8px;
        padding: 3px 8px;
        border-right: 1px solid #fff;
        background: var(--blau);
        color: #fff;
    }

    .applications-content .applications-outer.card {
        background: 0 0;
        box-shadow: none;
    }

    .applications-content .applications-outer img {
        width: 38.2%;
        max-width: fit-content;
        height: 100%;
        float: right;
        margin: 10px 0 10px 10px;
        padding: 5px;
        background: #e7ebf0;
    }

.case-studies p img {
    float: left;
    margin: 10px 10px 10px 0;
}

.case-studies em {
    border-left: 5px solid var(--blau-akzent);
    padding-left: 1.5rem;
    display: block;
}

.case-studies .knowbase--navigation ul#menu {
    background: var(--hellgrau);
}

    .case-studies .knowbase--navigation ul#menu > li {
        margin-left: 0;
    }

        .case-studies .knowbase--navigation ul#menu > li > a {
            color: var(--secondary);
        }

            .case-studies .knowbase--navigation ul#menu > li > a:hover {
                text-decoration: underline;
                color: var(--blau-akzent);
            }

.icon-headline {
    border-top: 1px solid var(--company);
    border-bottom: 1px solid var(--company);
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 20px;
}

    .icon-headline .icon {
        border-right: 1px solid var(--company);
        padding: 0 20px 0 0;
        max-width: 100px;
    }

    .icon-headline h3 {
        margin-left: 1.5rem;
        margin-bottom: 0;
    }

/* ==========================================================================
   DRIVERS & EXAMPLES
========================================================================== */
.applications-outer img {
    background: var(--lightgrey);
}

.driverex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

    .driverex .related.documents,
    .driverex > div:first-child {
        column-count: 2;
        column-gap: 1.5em;
        grid-column: span 2;
    }

        .driverex .related.documents h2,
        .driverex > div:first-child h2 {
            column-span: all;
        }

    .driverex .applications-outer:not(:first-child) {
        margin-top: 30px;
    }

        .driverex .applications-outer:not(:first-child) h2,
        .driverex .applications-outer:not(:first-child) h3 {
            color: var(--secondary);
            background: var(--hellgrau);
            display: flex;
            align-items: center;
            padding: 0;
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 1.35rem;
        }

    .driverex .related.documents p {
        widows: 1;
        orphans: 1;
    }

        .driverex .related.documents p a {
            display: flex;
            align-items: center;
            gap: 20px;
            background: var(--lightgrey);
        }

    .driverex .applications-outer .applications--icon {
        margin-right: 8px;
        padding: 3px 8px;
        border-right: 1px solid #fff;
        background: var(--blau);
        color: #fff;
    }

    .driverex .applications-outer.card {
        background: 0 0;
        box-shadow: none;
    }

    .driverex .applications-outer img {
        width: 38.2%;
        max-width: fit-content;
        height: 100%;
        float: right;
        margin: 5px 0 10px 10px;
        padding: 5px;
        background: #e7ebf0;
    }

    .driverex > p {
        grid-column: span 2;
        color: var(--secondary);
        font-weight: 700;
        max-width: 70vw;
    }

    .driverex a[href*='.jpg'],
    .driverex a[href*='.png'] {
        float: left;
        margin: 5px 20px 10px 0;
    }
/* ==========================================================================
   DOWNLOADS
========================================================================== */
.pane-spcm-downloads {
    margin: 0 auto;
    max-width: 1380px;
}

.spcm-downloads {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
}

.spcm-download-form {
    display: none;
}

.familie.wrapper,
.series.wrapper {
    display: flex;
    flex-flow: column;
}

    .familie.wrapper select,
    .series.wrapper select {
        border: 0;
        height: 100%;
        background: #e7ebef;
        padding: 5px 10px;
    }

        .familie.wrapper select:focus,
        .series.wrapper select:focus {
            outline: 0;
        }

    .familie.wrapper option,
    .series.wrapper option {
        padding: 5px 10px;
        display: block;
        font-size: 1rem;
        color: #e54e4e;
    }

        .familie.wrapper option[value]:checked,
        .series.wrapper option[value]:checked {
            background: var(--downloads);
            color: #fff;
            border-radius: 4px;
        }

        .familie.wrapper option[value],
        .series.wrapper option[value] {
            color: var(--blau);
        }

    .familie.wrapper label,
    .overview.wrapper label,
    .series.wrapper label {
        border-bottom: 1px solid var(--hellgrau);
        margin-bottom: 10px;
        padding-left: 5px;
        font-weight: 500;
    }

.overview.wrapper {
    display: flex;
    flex-flow: column;
}

.prod_results {
    display: flex;
    flex-flow: wrap;
    font-size: 1rem;
}

    .prod_results div {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
    }

        .prod_results div::before {
            content: '\f45c';
            font-family: 'Font Awesome 6 Pro';
            color: var(--downloads);
            font-size: 12px;
            display: inline-block;
            margin-right: 10px;
            font-weight: 900;
        }

.spcm-downloads #tabs {
    grid-column: span 3;
}

.panel-radios {
    display: none;
}

.view-headline::after {
    content: ':';
    display: inline-block;
    margin-left: 3px;
}

#product-overview .ui-tabs-nav {
    margin-left: 0;
    padding: 0;
}

#product-overview > p {
    padding: 3px 0;
    display: block;
    font-size: 1rem;
    color: #e54e4e;
}

#product-overview table,
.case-studies table {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.case-studies table {
    margin-bottom: 20px;
}

#product-overview table,
.case-studies table {
    background-color: #fff;
    font-size: 16px;
    border-collapse: collapse;
}

    #product-overview table tr:last-child td,
    .case-studies table tr:last-child td {
        border-bottom: 0;
    }

    #product-overview table tr td,
    #product-overview table tr th,
    .case-studies table tr td,
    .case-studies table tr th {
        text-align: left;
        padding: 15px;
        box-sizing: border-box;
    }

    #product-overview table tr th,
    .case-studies table tr th {
        color: #fff;
        font-weight: 400;
        background-color: var(--hellgrau);
        border-bottom: solid 2px #d8d8d8;
        position: sticky;
        top: 0;
    }

    .case-studies table tr th {
        color: var(--secondary);
    }

    #product-overview table tr td,
    .case-studies table tr td {
        border: solid 1px #d8d8d8;
        border-left: 0;
        border-right: 0;
        white-space: nowrap;
    }

        #product-overview table tr td:last-child,
        .case-studies table tr td:last-child {
            background: #eee;
            border-left: 1px solid #ddd;
        }

        #product-overview table tr td:nth-last-child(2),
        .case-studies table tr td:nth-last-child(2) {
            font-family: serif;
            color: var(--search);
        }

    #product-overview table tbody tr {
        transition: background-color 150ms ease-out;
    }

        #product-overview table tbody tr:nth-child(2n),
        .case-studies table tbody tr:nth-child(2n) {
            background-color: #f5f5f5;
        }

        #product-overview table tbody tr:hover,
        .case-studies table tbody tr:hover {
            background-color: #ebebeb;
        }

    #product-overview table p,
    .case-studies table p {
        margin: 0;
        padding: 0;
        color: var(--secondary);
    }
/* ==========================================================================
   PARAMETER SEARCH TABS & FILTER
========================================================================== */
.slides {
    position: relative;
    margin-bottom: 90px;
}

    .slides .slide {
        position: absolute;
        top: 0;
        width: calc(25% - 1em);
        max-height: 3.5em;
        margin: 0;
        padding: 1em;
        background: #f6f8fb;
        color: var(--blau);
        float: left;
        overflow: hidden;
        transition: max-height 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, left 0.2s 0.4s ease-in-out, top 0.2s 0.6s ease-in-out;
    }

        .slides .slide:not(.active):hover {
            background: var(--hellgrau);
        }

            .slides .slide:not(.active):hover > a {
                color: var(--search);
            }

        .slides .slide:nth-child(1) {
            left: 0;
        }

        .slides .slide:nth-child(2) {
            left: 25%;
        }

        .slides .slide:nth-child(3) {
            left: 50%;
        }

        .slides .slide:nth-child(4) {
            left: 75%;
            width: calc(25% + 0em);
        }

        .slides .slide > a {
            display: block;
            padding-bottom: 1em;
            text-transform: uppercase;
            text-decoration: none;
            color: var(--secondary);
        }

        .slides .slide.active {
            position: relative;
            top: 4.5em;
            left: 0;
            width: 100%;
            max-height: 3000vh;
            float: none;
            transition: top 0.2s 1s ease-in-out, left 0.2s 1.2s ease-in-out, width 0.2s 1.4s ease-in-out, max-height 0.2s 1.6s ease-in-out;
        }

            .slides .slide.active > a {
                color: var(--search);
            }

        .slides .slide > a::before {
            content: 'Selected:';
            width: 0%;
            transition: 0.5s ease 2s;
            display: inline-block;
            margin-right: 0;
            opacity: 0;
        }

        .slides .slide.active > a::before {
            content: 'Selected:';
            width: 80px;
            transition: 0.5s ease 2s;
            display: inline-block;
            margin-right: 10px;
            opacity: 1;
            color: var(--secondary);
            font-weight: 500;
            font-size: 14px;
        }

    .cf:after,
    .cf:before,
    .slides:after,
    .slides:before {
        content: ' ';
        display: table;
    }

    .cf:after,
    .slides:after {
        clear: both;
    }

.icon-check {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"18.134"%20height%3D"15.066"><polygon%20fill%3D"%23fff"%20points%3D"18.134%2C3.119%2015.013%2C0%206.187%2C8.827%203.12%2C5.76%200%2C8.878%206.185%2C15.066%206.187%2C15.064%206.187%2C15.066"%2F><%2Fsvg>');
    background-repeat: no-repeat;
}

.listview > div,
.listview > fieldset,
.listview > label,
.listview > li {
    border-bottom: 1px solid #ddd;
    border-left: 0.4em dotted transparent;
    padding: 12px 10px;
}

.listview > li {
    border: 0;
    padding: 2px 0;
}

    .listview > li .label-text {
        margin-left: 15px;
        position: relative;
        top: -14px;
    }

    .listview > div:after,
    .listview > div:before,
    .listview > fieldset:after,
    .listview > fieldset:before,
    .listview > label:after,
    .listview > label:before,
    .listview > li:after,
    .listview > li:before {
        content: ' ';
        display: table;
    }

@keyframes click-wave {
    0% {
        height: 36px;
        width: 36px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 72px;
        width: 72px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0;
    }
}

.checkbox-strip input {
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 36px;
    width: 36px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: 0;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-appearance: none;
}

    .checkbox-strip input + span {
        color: #999;
    }

    .checkbox-strip input:hover {
        background: var(--hellgrau);
    }

        .checkbox-strip input:hover + span {
            color: var(--search);
        }

    .checkbox-strip input:checked {
        background: #fff;
        -webkit-appearance: none;
    }

        .checkbox-strip input:checked + span {
            color: var(--secondary);
        }

        .checkbox-strip input:checked::before {
            height: 35px;
            width: 35px;
            position: absolute;
            content: '\f00c';
            font-weight: 100;
            font-family: 'Font Awesome 6 Pro';
            color: #fff;
            background-color: var(--search);
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            text-align: center;
            border-radius: 5px;
        }

        .checkbox-strip input:checked::after {
            -webkit-animation: click-wave 0.25s;
            -moz-animation: click-wave 0.25s;
            animation: click-wave 0.25s;
            background: var(--search);
            content: '';
            border-radius: 0;
            display: block;
            position: relative;
            z-index: 100;
        }

    .checkbox-strip input.radio {
        border-radius: 50%;
    }

        .checkbox-strip input.radio::after {
            border-radius: 50%;
        }

.product-selection .autogrid {
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
}

.product-selection ul {
    padding: 0;
}

.product-selection button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

    .product-selection button.learn-more {
        width: 100%;
        height: auto;
        margin: 40px 0;
        z-index: 1;
    }

        .product-selection button.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            display: block;
            margin: 0;
            width: 3rem;
            height: 3rem;
            background: var(--secondary);
            border-radius: 1.625rem;
        }

            .product-selection button.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                background: #fff;
            }

                .product-selection button.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.625rem;
                    width: 1.125rem;
                    height: 0.125rem;
                    background: 0 0;
                }

                    .product-selection button.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: '';
                        top: -0.25rem;
                        right: 0.0625rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #fff;
                        border-right: 0.125rem solid #fff;
                        transform: rotate(45deg);
                    }

        .product-selection button.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.75rem 0;
            margin: 0 0 0 1.85rem;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .product-selection button.learn-more .button-text::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: var(--blau-akzent);
                z-index: -1;
                border-radius: 0 50px 50px 0;
            }

    .product-selection button:hover .circle {
        width: 100%;
    }

        .product-selection button:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(1rem, 0);
        }

    .product-selection button:hover .button-text {
        color: #fff;
    }

#submit {
    text-align: center;
}

.input__horizontal {
    display: flex;
}
/* ==========================================================================
   TABLES
========================================================================== */
.driverex table,
.content-slim table,
article table {
    border-collapse: separate;
    font-size: 13px;
    line-height: 1.4;
    margin: 30px auto;
    text-align: left;
    width: 100%;
}

.driverex th,
.content-slim th,
article th {
    background: var(--blau);
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
    border: 0;
}

    .driverex table th:after,
    .content-slim table th:after,
    article th:after {
        background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08) );
        content: '';
        display: block;
        height: 25%;
        left: 0;
        margin: 1px 0 0 0;
        position: absolute;
        top: 25%;
        width: 100%;
    }

.driverex table td,
.content-slim table td,
article td {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s;
}

    .driverex table td a,
    .content-slim table td a,
    article td a {
        font-size: 13px;
    }

    .driverex table td:first-child,
    .content-slim table td:first-child,
    article td:first-child {
    }

    .driverex table td:last-child,
    .content-slim table td:last-child,
    article td:last-child {
        border-right: 1px solid #e8e8e8;
    }

.driverex table tr:nth-child(odd) td,
.content-slim table tr:nth-child(odd) td,
article tr:nth-child(odd) td {
    background: #f8f8f8;
}

.driverex table tr:last-of-type td,
.content-slim table tr:last-of-type td,
article tr:last-of-type td {
}

    .driverex table tr:last-of-type td:first-child,
    .content-slim table tr:last-of-type td:first-child,
    article tr:last-of-type td:first-child {
        box-shadow: inset 1px -1px 0 #fff;
    }

    .driverex table tr:last-of-type td:last-child,
    .content-slim table tr:last-of-type td:last-child,
    article tr:last-of-type td:last-child {
    }

table.table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    #tab-9 h3,
    h3.table-heading,
    table.table + h3 {
        margin-top: 30px;
        display: inline-block;
        color: #fff;
        background: var(--blau);
        padding: 7px 20px 5px;
        margin-bottom: 0;
        font-size: 1rem;
        text-transform: uppercase;
    }

    table.table caption {
        font-size: 1.5em;
        margin: 0.5em 0 0.75em;
    }

    table.table tr {
        border: 1px solid #ddd;
        padding: 0.35em;
    }

    table.table td,
    table.table th {
        padding: 0.625em;
        text-align: left;
        font-size: 1rem;
    }

    table.table th {
        font-size: 0.85rem;
        letter-spacing: 0.1rem;
        background: var(--hellgrau);
        color: var(--secondary);
    }

    table.table td {
        font-weight: 300;
    }

        table.table td:first-child {
            font-weight: 500;
        }

    table.table tr td p {
        font-size: 1rem;
        margin-bottom: 0;
    }

    table.table td a[href$='pdf']::before {
        content: '\f1c1';
        font-family: 'Font Awesome 6 Pro';
        display: inline-block;
        margin-right: 8px;
        color: var(--digital);
        font-weight: 100;
    }

#panels table.table td a[href$='pdf']::before {
    display: none;
}

#panels table.table td:first-child img {
    max-height: 50px;
    margin-right: 6px;
}

.spcm-downloads table.table td a[href$='pdf']::before {
    display: none;
}

@media screen and (max-width: 600px) {
    table.table {
        border: 0;
    }

        table.table caption {
            font-size: 1.3em;
        }

        table.table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: 0.625em;
        }

        table.table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 0.8em;
            text-align: right;
        }

            table.table td::before {
                content: attr(data-label);
                float: left;
                font-weight: 700;
                text-transform: uppercase;
            }

            table.table td:last-child {
                border-bottom: 0;
            }
}

.applications-outer table td p,
.applications-outer table th p {
    color: inherit;
    margin: 0;
    font-size: inherit;
}

@media screen and (max-width: 480px) {
    .knowbase--item table,
    .driverex table,
    .content-slim table,
    article table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

        .knowbase--item tbody tr td,
        .knowbase--item tbody th td,
        .driverex table td,
        .content-slim table td,
        article td {
            white-space: normal;
        }

            .knowbase--item tbody tr td a,
            .knowbase--item tbody th td a,
            .driverex table td a,
            .content-slim table td a,
            article td a {
                white-space: nowrap;
            }

    .knowbase--item .applications-outer a[href*='.jpg']:nth-child(odd),
    .knowbase--item .applications-outer a[href*='.png']:nth-child(odd) {
        width: 100%;
        float: none;
        display: block;
    }

    .knowbase--item .applications-outer a[href*='.jpg'],
    .knowbase--item .applications-outer a[href*='.png'],
    .knowbase--item .applications-outer p > img {
        width: 100%;
    }

    .file-300-width,
    .file-default {
        width: 100% !important;
        height: auto !important;
    }

    .knowbase--item .applications-outer a[href*='http'] {
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 12px;
    }
}
/* ==========================================================================
   PARAMETER SEARCH TABLE
========================================================================== */
.para-search__grid {
    display: grid;
}

.dataTables_wrapper {
    width: 100vw;
    max-width: calc(1380px - 40px);
}

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px;
    }

@media screen and (min-width: 481px) and (max-width: 1400px) {
    .dataTables_wrapper .dataTables_filter {
        float: none;
        margin-left: 37%;
    }

    .dataTables_wrapper {
        width: 93vw;
    }
}

@media screen and (max-width: 1280px) {
    .dataTables_wrapper {
        width: 92vw;
    }
}

@media screen and (max-width: 1150px) {
    .dataTables_wrapper {
        width: 91vw;
    }
}

@media screen and (max-width: 920px) {
    .dataTables_wrapper {
        width: 89vw;
    }
}

@media screen and (max-width: 768px) {
    .dataTables_wrapper {
        width: 87vw;
    }
}

@media screen and (max-width: 540px) {
    .dataTables_wrapper {
        width: 84vw;
    }

        .dataTables_wrapper .dataTables_filter {
            float: none;
            margin-left: 0;
        }
}

@media screen and (max-width: 480px) {
    .dataTables_wrapper {
        width: 100%;
    }
}

.para-search__table {
    padding-top: 1.5rem;
    font-size: 1rem;
}

    .para-search__table .dataTable td img {
        max-height: 80px;
        max-width: 200px;
    }

    .para-search__table .dataTable td.sorting_1 {
        background-color: transparent;
    }

    .para-search__table .dataTable td a {
        font-size: 0.9rem;
        text-transform: none;
        color: var(--blau-akzent);
        border: 2px solid var(--blau-akzent);
        margin: 10px 0 10px;
        padding: 4px 20px 3px;
        min-width: inherit;
        display: inline-block;
        text-decoration: none;
        background: #fff;
        border-radius: 60px;
        line-height: 1.5;
        letter-spacing: 0;
        transition: 0.3s ease all;
        width: 100%;
        text-align: center;
    }

table.dataTable {
    margin-bottom: 15px;
}

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.display tbody tr.odd > .sorting_1 {
        display: table-cell;
        position: relative;
        background-color: transparent;
    }

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--search);
    font-weight: 500;
    position: relative;
}

    .dataTables_wrapper .dataTables_filter label input {
        margin-left: 8px;
    }

    .dataTables_wrapper .dataTables_filter label::before {
        content: 'Search table data by...';
        background: #f6f8fb;
        position: absolute;
        left: 0;
        transform: translateX(-11ch);
    }

    .dataTables_wrapper .dataTables_length label select {
        margin: 0 8px;
        background: var(--search);
        border: 0;
        color: #fff;
        font-weight: 500;
    }

.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #8619a1;
    border-radius: 4px;
    background: #fff;
}

table.dataTable thead th {
    color: var(--search);
    font-weight: 500;
    padding: 10px 18px 10px 10px;
    background: #fff;
    text-align: left;
}

table.dataTable tfoot th {
    padding: 10px 18px 10px 10px;
    background: #fff;
    text-align: left;
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 15px 20px;
    border-right: 1px solid #eee;
}

td.details-control {
    vertical-align: middle;
    text-align: center;
    border-left: 10px solid var(--hellgrau);
}

.bg-hellgrau td.details-control {
    border-left: 10px solid var(--lightgrey);
}

section.content .dataTable ul li::before {
    display: none;
}

tr td.details-control::before {
    content: '\f055';
    font-family: 'Font Awesome 6 Pro';
    color: #ccc;
    font-weight: 100;
    font-size: 24px;
    transition: 0.3s ease all;
    display: inline-block;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    content: '\f055';
    font-family: 'Font Awesome 6 Pro';
    color: var(--search);
    font-size: 24px;
    border: 0;
    left: 10px;
    transition: 0.3s ease all;
    display: inline-block;
    box-shadow: none;
    background: 0 0;
    margin-top: -12px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background: #fff;
    color: var(--digital);
    content: '\f056';
    font-family: 'Font Awesome 6 Pro';
}

tr.shown td.details-control::before {
    transform: rotate(45deg);
    color: var(--digital);
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    background: var(--search);
    color: #fff;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid var(--blau-akzent);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    color: #fff !important;
    background: var(--search);
    font-weight: 500;
}

table.dataTable tbody tr.shown td.details-control,
table.dataTable tbody tr.shown + tr > td,
table.dataTable.display tbody tr:hover td.details-control,
table.dataTable.hover tbody tr:hover td.details-control {
    border-left: 10px solid #8619a1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #bbbcbd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--blau-akzent);
}

.para-search__table .dataTable td a:hover {
    color: #fff;
    border: 2px solid var(--search);
    background: var(--search);
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flex;
}

table.dataTable > tbody > tr.child span.dtr-title {
    width: 14.5em;
    flex: 0 0 auto;
    color: var(--search);
    font-weight: 500;
}

table.dataTable > tbody > tr.child span.dtr-data {
    display: block;
    white-space: normal;
    flex: 1 1 auto;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 15px;
}

.slides table.dataTable.nowrap th:nth-child(2) {
    cursor: default;
    background-image: url(../img/icons/svg/digitizer-digital-thin.svg) !important;
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 40px;
}

.para-search__table .dataTable .product-label img {
    position: absolute;
    max-width: 60px;
    height: auto;
    display: block;
    right: 10px;
    margin-top: -50px;
}

.image-content .product-label img {
    max-width: 160px;
}

.recom-product .product--name,
.recom-product .product--name span {
    background: var(--success);
}

.important-msg {
    background: var(--warning);
    color: #fff;
    display: flex;
    align-items: center;
    height: 90px;
    margin-bottom: 40px;
}

.important--icon {
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 5px solid #fff;
    font-size: 50px;
}

.important--cnt {
    padding: 1.5rem;
}

    .important--cnt p {
        margin-bottom: 0;
        color: #fff;
        font-weight: 500;
    }

        .important--cnt p a {
            color: #fff;
            display: block;
        }

.product-label {
    position: absolute;
    right: 10%;
    bottom: 10%;
}
/* ==========================================================================
   ANIMATED DOWNLOAD BUTTON
========================================================================== */
@-webkit-keyframes status-animation {
    1% {
        content: '1%';
    }

    2% {
        content: '2%';
    }

    3% {
        content: '3%';
    }

    4% {
        content: '4%';
    }

    5% {
        content: '5%';
    }

    6% {
        content: '6%';
    }

    7% {
        content: '7%';
    }

    8% {
        content: '8%';
    }

    9% {
        content: '9%';
    }

    10% {
        content: '10%';
    }

    11% {
        content: '11%';
    }

    12% {
        content: '12%';
    }

    13% {
        content: '13%';
    }

    14% {
        content: '14%';
    }

    15% {
        content: '15%';
    }

    16% {
        content: '16%';
    }

    17% {
        content: '17%';
    }

    18% {
        content: '18%';
    }

    19% {
        content: '19%';
    }

    20% {
        content: '20%';
    }

    21% {
        content: '21%';
    }

    22% {
        content: '22%';
    }

    23% {
        content: '23%';
    }

    24% {
        content: '24%';
    }

    25% {
        content: '25%';
    }

    26% {
        content: '26%';
    }

    27% {
        content: '27%';
    }

    28% {
        content: '28%';
    }

    29% {
        content: '29%';
    }

    30% {
        content: '30%';
    }

    31% {
        content: '31%';
    }

    32% {
        content: '32%';
    }

    33% {
        content: '33%';
    }

    34% {
        content: '34%';
    }

    35% {
        content: '35%';
    }

    36% {
        content: '36%';
    }

    37% {
        content: '37%';
    }

    38% {
        content: '38%';
    }

    39% {
        content: '39%';
    }

    40% {
        content: '40%';
    }

    41% {
        content: '41%';
    }

    42% {
        content: '42%';
    }

    43% {
        content: '43%';
    }

    44% {
        content: '44%';
    }

    45% {
        content: '45%';
    }

    46% {
        content: '46%';
    }

    47% {
        content: '47%';
    }

    48% {
        content: '48%';
    }

    49% {
        content: '49%';
    }

    50% {
        content: '50%';
    }

    51% {
        content: '51%';
    }

    52% {
        content: '52%';
    }

    53% {
        content: '53%';
    }

    54% {
        content: '54%';
    }

    55% {
        content: '55%';
    }

    56% {
        content: '56%';
    }

    57% {
        content: '57%';
    }

    58% {
        content: '58%';
    }

    59% {
        content: '59%';
    }

    60% {
        content: '60%';
    }

    61% {
        content: '61%';
    }

    62% {
        content: '62%';
    }

    63% {
        content: '63%';
    }

    64% {
        content: '64%';
    }

    65% {
        content: '65%';
    }

    66% {
        content: '66%';
    }

    67% {
        content: '67%';
    }

    68% {
        content: '68%';
    }

    69% {
        content: '69%';
    }

    70% {
        content: '70%';
    }

    71% {
        content: '71%';
    }

    72% {
        content: '72%';
    }

    73% {
        content: '73%';
    }

    74% {
        content: '74%';
    }

    75% {
        content: '75%';
    }

    76% {
        content: '76%';
    }

    77% {
        content: '77%';
    }

    78% {
        content: '78%';
    }

    79% {
        content: '79%';
    }

    80% {
        content: '80%';
    }

    81% {
        content: '81%';
    }

    82% {
        content: '82%';
    }

    83% {
        content: '83%';
    }

    84% {
        content: '84%';
    }

    85% {
        content: '85%';
    }

    86% {
        content: '86%';
    }

    87% {
        content: '87%';
    }

    88% {
        content: '88%';
    }

    89% {
        content: '89%';
    }

    90% {
        content: '90%';
    }

    91% {
        content: '91%';
    }

    92% {
        content: '92%';
    }

    93% {
        content: '93%';
    }

    94% {
        content: '94%';
    }

    95% {
        content: '95%';
    }

    96% {
        content: '96%';
    }

    97% {
        content: '97%';
    }

    98% {
        content: '98%';
    }

    99% {
        content: '99%';
    }

    100% {
        content: '100%';
    }
}

@keyframes status-animation {
    1% {
        content: '1%';
    }

    2% {
        content: '2%';
    }

    3% {
        content: '3%';
    }

    4% {
        content: '4%';
    }

    5% {
        content: '5%';
    }

    6% {
        content: '6%';
    }

    7% {
        content: '7%';
    }

    8% {
        content: '8%';
    }

    9% {
        content: '9%';
    }

    10% {
        content: '10%';
    }

    11% {
        content: '11%';
    }

    12% {
        content: '12%';
    }

    13% {
        content: '13%';
    }

    14% {
        content: '14%';
    }

    15% {
        content: '15%';
    }

    16% {
        content: '16%';
    }

    17% {
        content: '17%';
    }

    18% {
        content: '18%';
    }

    19% {
        content: '19%';
    }

    20% {
        content: '20%';
    }

    21% {
        content: '21%';
    }

    22% {
        content: '22%';
    }

    23% {
        content: '23%';
    }

    24% {
        content: '24%';
    }

    25% {
        content: '25%';
    }

    26% {
        content: '26%';
    }

    27% {
        content: '27%';
    }

    28% {
        content: '28%';
    }

    29% {
        content: '29%';
    }

    30% {
        content: '30%';
    }

    31% {
        content: '31%';
    }

    32% {
        content: '32%';
    }

    33% {
        content: '33%';
    }

    34% {
        content: '34%';
    }

    35% {
        content: '35%';
    }

    36% {
        content: '36%';
    }

    37% {
        content: '37%';
    }

    38% {
        content: '38%';
    }

    39% {
        content: '39%';
    }

    40% {
        content: '40%';
    }

    41% {
        content: '41%';
    }

    42% {
        content: '42%';
    }

    43% {
        content: '43%';
    }

    44% {
        content: '44%';
    }

    45% {
        content: '45%';
    }

    46% {
        content: '46%';
    }

    47% {
        content: '47%';
    }

    48% {
        content: '48%';
    }

    49% {
        content: '49%';
    }

    50% {
        content: '50%';
    }

    51% {
        content: '51%';
    }

    52% {
        content: '52%';
    }

    53% {
        content: '53%';
    }

    54% {
        content: '54%';
    }

    55% {
        content: '55%';
    }

    56% {
        content: '56%';
    }

    57% {
        content: '57%';
    }

    58% {
        content: '58%';
    }

    59% {
        content: '59%';
    }

    60% {
        content: '60%';
    }

    61% {
        content: '61%';
    }

    62% {
        content: '62%';
    }

    63% {
        content: '63%';
    }

    64% {
        content: '64%';
    }

    65% {
        content: '65%';
    }

    66% {
        content: '66%';
    }

    67% {
        content: '67%';
    }

    68% {
        content: '68%';
    }

    69% {
        content: '69%';
    }

    70% {
        content: '70%';
    }

    71% {
        content: '71%';
    }

    72% {
        content: '72%';
    }

    73% {
        content: '73%';
    }

    74% {
        content: '74%';
    }

    75% {
        content: '75%';
    }

    76% {
        content: '76%';
    }

    77% {
        content: '77%';
    }

    78% {
        content: '78%';
    }

    79% {
        content: '79%';
    }

    80% {
        content: '80%';
    }

    81% {
        content: '81%';
    }

    82% {
        content: '82%';
    }

    83% {
        content: '83%';
    }

    84% {
        content: '84%';
    }

    85% {
        content: '85%';
    }

    86% {
        content: '86%';
    }

    87% {
        content: '87%';
    }

    88% {
        content: '88%';
    }

    89% {
        content: '89%';
    }

    90% {
        content: '90%';
    }

    91% {
        content: '91%';
    }

    92% {
        content: '92%';
    }

    93% {
        content: '93%';
    }

    94% {
        content: '94%';
    }

    95% {
        content: '95%';
    }

    96% {
        content: '96%';
    }

    97% {
        content: '97%';
    }

    98% {
        content: '98%';
    }

    99% {
        content: '99%';
    }

    100% {
        content: '100%';
    }
}

.dl {
    --background: #ffffff;
    --primary: #1f242d;
    --border-radius: 0;
    --square-size: 70px;
    --progress-color: linear-gradient(to right top, #00a7fc, #0070ed);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dl .dl-box {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: var(--border-radius);
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

        .dl .dl-box .dl-button {
            width: 55px;
            height: 55px;
            position: relative;
            display: flex;
            justify-content: center;
            background: var(--primary);
            cursor: pointer;
            transition: width 0.2s ease-in 0.4s, height 0.2s ease-in 0.4s, background 0.2s ease-in 0.4s;
        }

            .dl .dl-box .dl-button .arrow {
                position: absolute;
                top: 20px;
                width: 2px;
                height: 15px;
                background: var(--background);
                border-radius: var(--border-radius);
                transition: background 0.2s ease-in 0.4s;
            }

                .dl .dl-box .dl-button .arrow:after,
                .dl .dl-box .dl-button .arrow:before {
                    content: '';
                    display: block;
                    width: 2px;
                    height: 8px;
                    background: var(--background);
                    position: absolute;
                    bottom: 0;
                    transform-origin: 50% 100%;
                    border-radius: var(--border-radius);
                    transition: background 0.2s ease-in 0.4s;
                }

                .dl .dl-box .dl-button .arrow:before {
                    transform: rotate(-45deg) translateX(25%);
                }

                .dl .dl-box .dl-button .arrow:after {
                    transform: rotate(45deg) translateX(-25%);
                }

            .dl .dl-box .dl-button .basket {
                position: absolute;
                width: 40px;
                height: 20px;
                bottom: 20px;
                border-radius: var(--border-radius);
            }

                .dl .dl-box .dl-button .basket:after,
                .dl .dl-box .dl-button .basket:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    height: 0;
                    width: 0;
                    display: block;
                    opacity: var(--opacity, 0);
                    transition: opacity 0.15s linear;
                    border-bottom: solid 2px var(--primary);
                    box-sizing: border-box;
                }

                .dl .dl-box .dl-button .basket:before {
                    left: calc(40px / 2);
                    border-right: solid 2px var(--primary);
                    border-radius: 0 var(--border-radius) var(--border-radius) 0;
                }

                .dl .dl-box .dl-button .basket:after {
                    right: calc(40px / 2);
                    border-left: solid 2px var(--primary);
                    border-radius: var(--border-radius) 0 0 var(--border-radius);
                }

                .dl .dl-box .dl-button .basket .basket-top:after,
                .dl .dl-box .dl-button .basket .basket-top:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    height: 0;
                    width: 0;
                    display: block;
                    border-top: solid 2px var(--primary);
                }

                .dl .dl-box .dl-button .basket .basket-top:before {
                    left: 2px;
                    border-radius: 0 var(--border-radius) var(--border-radius) 0;
                }

                .dl .dl-box .dl-button .basket .basket-top:after {
                    right: 2px;
                    border-radius: var(--border-radius) 0 0 var(--border-radius);
                }

        .dl .dl-box .dl-progress {
            width: 0;
            height: 100%;
            position: relative;
            transition: width 0.2s ease-in, height 0s linear 0.2s;
        }

            .dl .dl-box .dl-progress::after {
                content: '';
                position: absolute;
                top: 100%;
                bottom: 0;
                left: 0;
                width: 100%;
                background: var(--progress-color);
                transition: top 0s ease 0.4s;
            }

            .dl .dl-box .dl-progress .check {
                position: relative;
                z-index: 1;
                pointer-events: none;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .dl .dl-box .dl-progress .check svg {
                    height: 45px;
                    width: 45px;
                    fill: none;
                    stroke: var(--background);
                    stroke-width: 6;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 100 100;
                    stroke-dashoffset: 100;
                }

    .dl .dl-status {
        margin-left: 10px;
        flex-basis: 0;
        width: 0;
        transition: all 0.2s ease-out 0.2s;
        -webkit-clip-path: inset(0 var(--square-size) 0 0);
        clip-path: inset(0 var(--square-size) 0 0);
    }

        .dl .dl-status .text {
            text-align: left;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.3);
            font-weight: 500;
            letter-spacing: 0.5px;
            line-height: 23px;
        }

            .dl .dl-status .text.text-number {
                font-weight: 600;
                color: rgba(0, 0, 0, 0.6);
            }

                .dl .dl-status .text.text-number::after {
                    content: '0%';
                }

    .dl.run .dl-box {
        height: 100%;
    }

        .dl.run .dl-box .dl-button {
            width: var(--square-size);
            height: var(--square-size);
            background: var(--background);
            transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, background 0.2s ease-out 0.3s;
        }

            .dl.run .dl-box .dl-button .arrow {
                background: var(--primary);
                transition: background 0.3s ease-in;
                -webkit-animation: arrow-main 0.75s ease-in forwards infinite;
                animation: arrow-main 0.75s ease-in forwards infinite;
            }

                .dl.run .dl-box .dl-button .arrow:after,
                .dl.run .dl-box .dl-button .arrow:before {
                    transition: background 0.3s ease-in;
                    background: var(--primary);
                }

                .dl.run .dl-box .dl-button .arrow:before {
                    -webkit-animation: arrow-left 0.75s ease-in forwards infinite;
                    animation: arrow-left 0.75s ease-in forwards infinite;
                }

                .dl.run .dl-box .dl-button .arrow:after {
                    -webkit-animation: arrow-right 0.75s ease-in forwards infinite;
                    animation: arrow-right 0.75s ease-in forwards infinite;
                }

            .dl.run .dl-box .dl-button .basket:after,
            .dl.run .dl-box .dl-button .basket:before {
                --opacity: 1;
                transition: opacity 0s linear 0.3s;
                -webkit-animation: btn-border 0.3s forwards ease-in normal 0.5s;
                animation: btn-border 0.3s forwards ease-in normal 0.5s;
            }

            .dl.run .dl-box .dl-button .basket .basket-top:after,
            .dl.run .dl-box .dl-button .basket .basket-top:before {
                -webkit-animation: btn-border-top 0.3s forwards ease-in normal 0.8s;
                animation: btn-border-top 0.3s forwards ease-in normal 0.8s;
            }

        .dl.run .dl-box .dl-progress {
            width: var(--square-size);
            height: var(--square-size);
            transition: width 0.3s ease-in 0.7s, height 0.3s ease-in 0.7s;
            background: var(--background);
        }

            .dl.run .dl-box .dl-progress::after {
                top: 0;
                transition: top 2.5s ease 1.5s;
            }

    .dl.run .dl-status {
        width: var(--square-size);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: all 0.3s ease-in 0.7s;
    }

        .dl.run .dl-status .text.text-number::after {
            -webkit-animation: status-animation 2.5s ease 1.5s forwards;
            animation: status-animation 2.5s ease 1.5s forwards;
        }

    .dl.done .dl-box .dl-button .arrow {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .dl.done .dl-box .dl-button .arrow:before {
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
        }

        .dl.done .dl-box .dl-button .arrow:after {
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
        }

    .dl.done .dl-box .dl-progress .check svg {
        -webkit-animation: check 0.3s ease-in-out forwards;
        animation: check 0.3s ease-in-out forwards;
    }

@-webkit-keyframes arrow-main {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes arrow-main {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes arrow-left {
    0% {
        transform: rotate(-45deg) translateX(25%);
    }

    30% {
        transform: rotate(-55deg) translateX(25%);
    }

    80% {
        transform: rotate(-35deg) translateX(25%);
    }

    100% {
        transform: rotate(-45deg) translateX(25%);
    }
}

@keyframes arrow-left {
    0% {
        transform: rotate(-45deg) translateX(25%);
    }

    30% {
        transform: rotate(-55deg) translateX(25%);
    }

    80% {
        transform: rotate(-35deg) translateX(25%);
    }

    100% {
        transform: rotate(-45deg) translateX(25%);
    }
}

@-webkit-keyframes arrow-right {
    0% {
        transform: rotate(45deg) translateX(-25%);
    }

    30% {
        transform: rotate(55deg) translateX(-25%);
    }

    80% {
        transform: rotate(35deg) translateX(-25%);
    }

    100% {
        transform: rotate(45deg) translateX(-25%);
    }
}

@keyframes arrow-right {
    0% {
        transform: rotate(45deg) translateX(-25%);
    }

    30% {
        transform: rotate(55deg) translateX(-25%);
    }

    80% {
        transform: rotate(35deg) translateX(-25%);
    }

    100% {
        transform: rotate(45deg) translateX(-25%);
    }
}

@-webkit-keyframes btn-border {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: calc(40px / 2);
        height: 0;
    }

    100% {
        width: calc(40px / 2);
        height: 20px;
    }
}

@keyframes btn-border {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: calc(40px / 2);
        height: 0;
    }

    100% {
        width: calc(40px / 2);
        height: 20px;
    }
}

@-webkit-keyframes btn-border-top {
    0% {
        width: 0;
    }

    100% {
        width: 10px;
    }
}

@keyframes btn-border-top {
    0% {
        width: 0;
    }

    100% {
        width: 10px;
    }
}

@-webkit-keyframes check {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 200;
    }
}

@keyframes check {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 200;
    }
}

.download-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--hellgrau);
}

.product-details .download-button {
    margin-bottom: 1.5rem;
}

.download-button .pdf-icon {
    background: var(--blau-akzent);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    aspect-ratio: 1/1;
    width: 55px;
    margin-left: 12px;
}

.download-button .download-button__text {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    line-height: 1.2;
    justify-content: space-between;
    font-size: 16px;
    color: #426bd0;
}

    .download-button .download-button__text small {
        color: #81a2c2;
        display: block;
        margin-top: 2px;
    }

.download-button .dl {
    flex: 0 0 auto;
    margin-right: 12px;
}

.dl-button__small {
    width: 200px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.5s;
    cursor: pointer;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid var(--blau-akzent);
}

    .dl-button__small span {
        width: 100%;
        height: 100%;
        padding: 5px;
        color: var(--blau-akzent);
        background: 0 0;
    }

    .dl-button__small .away {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .dl-button__small .away i {
            margin-left: 10px;
        }

    .dl-button__small .over {
        display: none;
    }

    .dl-button__small:hover span.away {
        display: none;
    }

    .dl-button__small:hover span.over {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        box-shadow: none;
    }

    .dl-button__small:hover {
        background: var(--blau-akzent);
    }
/* ==========================================================================
   FILTER REASEARCH PAPERS
========================================================================== */
.rp--filter {
    display: flex;
    gap: 30px;
}

    .rp--filter .simplefilter {
        display: flex;
        flex-flow: wrap;
        gap: 8px;
        font-size: 0.8125em;
        align-content: flex-start;
    }

    .rp--filter .rp--filter__areas {
        flex: 1 1 auto;
    }

        .rp--filter .rp--filter__areas .area {
            color: #fff;
            flex: 0 0 auto;
            text-align: center;
            background: var(--blau);
            padding: 3px 12px;
        }

            .rp--filter .rp--filter__areas .area.active {
                background: var(--blau-akzent);
            }

            .rp--filter .rp--filter__areas .area span {
                padding: 6px 0;
                font-weight: 500;
            }

    .rp--filter .rp--filter__sort,
    .rp--filter .rp--filter__search {
        flex: 0 0 auto;
    }

    .rp--filter .sortandshuffle button {
        background: var(--hellgrau);
        text-align: center;
        padding: 3px 12px;
        border: 0;
        color: var(--blau);
        margin-bottom: 12px;
        width: 100%;
    }

        .rp--filter .sortandshuffle button i {
            font-size: 0.9rem;
        }

.rp--filter__search .search-wrapper.active {
    margin-right: 0;
}

    .rp--filter__search .search-wrapper.active .input-holder {
        width: 336px;
        border: 0;
        border-radius: 0;
        background: var(--lightgrey);
        height: 34px;
    }

.rp--filter__search input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 30px 0 16px;
    position: absolute;
    top: -2px;
    left: 0;
    background: 0 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--blau);
    transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.3s;
}

.rp--filter .rp--filter__title {
    font-weight: 500;
    border-bottom: 1px solid var(--blau);
    margin-bottom: 1.5em;
    text-transform: uppercase;
    flex: 1 1 100%;
}

section.content .rp--filter ul {
    display: flex;
}

.filtr-header {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

    .filtr-header .header-icon,
    .filtr-header .header-link {
        flex: 0 0 auto;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        padding: 3px;
        font-size: 1.5rem;
    }

    .filtr-header .header-area {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        background: var(--hellgrau);
        padding: 0 0.75rem;
    }

    .filtr-header .header-icon {
        background: var(--hellgrau);
    }

        .filtr-header .header-icon img {
            width: 26px;
            height: auto;
        }

    .filtr-header .header-link {
        background: var(--blau-akzent);
        color: #fff;
        text-decoration: none;
    }

        .filtr-header .header-link:hover {
            background: var(--company);
        }

.filtr-main {
    background: var(--lightgrey);
    padding: 0.75rem;
}

.filtr-footer {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    flex-flow: wrap;
}

    .filtr-footer a {
        display: flex;
        text-decoration: none;
        gap: 2px;
        flex-flow: wrap;
        flex: 1 1 auto;
    }

    .filtr-footer .footer-link {
        flex: 0 0 auto;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        padding: 3px;
        font-size: 1rem;
    }

    .filtr-footer .footer-area {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        background: var(--lightgrey);
        color: var(--blau);
        padding: 0 0.75rem;
    }

        .filtr-footer .footer-area:hover {
            text-decoration: underline;
        }

    .filtr-footer .footer-link {
        background: var(--lightgrey);
        color: var(--blau);
        text-decoration: none;
    }

        .filtr-footer .footer-link:hover {
            background: var(--lightgrey);
        }

.filtr-item.item-headline {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hellgrau);
    padding: 1.5rem 3rem;
}

    .filtr-item.item-headline h2 {
        margin: 0;
    }

    .filtr-item.item-headline img {
        max-width: 130px;
        margin-bottom: 0;
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #fff;
    }

.filtr-item {
    width: 100%;
}

@media screen and (min-width: 767px) {
    .filtr-item {
        width: 33.3%;
    }
}

@media screen and (min-width: 991px) {
    .filtr-item {
        width: 50%;
    }
}

.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

/* Filter controls */

/* Helpers */
.push-down {
    margin-bottom: 50px;
}

.filtr-container {
    margin-top: 35px;
    padding: 0 !important;
}

.filtr-container,
.color-container-1,
.color-container-2,
.color-container-3,
.color-container-4 {
    display: none;
    transition: height 500ms ease-out;
}

.multifilter {
    margin-top: 35px;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

    .multifilter input[type='checkbox'] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .multifilter label {
        cursor: pointer;
        text-indent: -9999px;
        width: 50px;
        height: 25px;
        background: var(--grau);
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin: 0px 10px 0 0;
    }

        .multifilter label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 4px;
            width: 19px;
            height: 19px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
        }

    .multifilter input:checked + label {
        background: #bada55;
    }

        .multifilter input:checked + label:after {
            left: calc(100% - 5px);
            transform: translateX(-100%);
        }

    .multifilter label:active:after {
        width: 30px;
    }

.filter--switch {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex: 1 1 50%;
    font-size: 1rem;
}
/* ==========================================================================
   NEWS
========================================================================== */
.news--overview .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.news--card {
    display: flex;
    flex-flow: column;
    position: relative;
}

    .news--card:first-child {
        grid-column: 1/-1;
    }

        .news--card:first-child .news--card_content {
            display: grid;
            gap: 20px;
            grid-template-areas: 'image date' 'image headline' 'image text' 'image button';
            grid-template-columns: 68.2% 1fr;
        }

    .news--card .news--card_content h2 {
        font-weight: 600;
    }

    .news--card .news--card_content img {
        display: inline-block;
        aspect-ratio: 16/9;
        object-fit: cover;
        background: var(--lightgrey);
    }

    .news--card .news--card_content .news--card_date {
        color: var(--pc-systems);
        margin: 5px 0 10px;
    }

    .news--card:first-child .news--card_content img {
        grid-area: image;
        width: 100%;
    }

    .news--card:first-child .news--card_content .news--card_date {
        grid-area: date;
    }

    .news--card:first-child .news--card_link {
        position: relative;
        bottom: 20px;
    }

    .news--card .news--card_link {
        margin-top: auto;
        align-self: flex-end;
    }

.content-news article picture {
    margin: 30px 0;
}

.content-news h3 {
    margin-top: 30px;
}

.content-news .related {
    display: flex;
    margin-top: 30px;
    overflow: hidden;
}

    .content-news .related .related-links {
        border: 0;
        margin-top: 0;
        border-right: 10px solid #fff;
        overflow: hidden;
        background: var(--lightgrey);
    }

    .content-news .related > div {
        flex: 1 1 calc(100% / 3);
        border-right: 2px solid var(--blau);
    }

article .related-links ul li {
    list-style: none;
    padding-left: 0;
    color: var(--blau);
}

    article .related-links ul li::marker {
        content: '';
    }

article .related .related-links a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    letter-spacing: 0;
    background-image: none;
    text-decoration: underline;
    background: 0 0;
    padding: 1px;
}

.content-news .related .related-downloads {
    border: 0;
}

.content-news .related > div ul {
    margin: 1rem;
    padding: 0;
}

.news_date {
    color: #3bb3ee;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid var(--blau-akzent);
}

.presskit {
    display: flex;
    justify-content: flex-end;
    padding-right: 3em;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid var(--company);
}

.button.button__media {
    padding: 4px 25px;
    min-width: auto;
}

    .button.button__media + .button.button__media {
        margin-left: 65px;
    }

    .button.button__media::before {
        content: '\e053';
        font-family: 'Font Awesome 6 Pro';
        font-size: 19px;
        width: 50px;
        right: -52px;
        font-weight: 100;
    }

    .button.button__media:hover {
        color: #fff;
    }

.article-infos {
    display: flex;
    justify-content: space-between;
    padding-right: 3em;
    align-items: center;
}

    .article-infos .button__media {
        margin-bottom: 1.5rem;
        margin-top: 0;
        background: var(--blau-akzent);
    }

        .article-infos .button__media::before {
            background: var(--blau-akzent);
            color: #fff;
        }
/* ==========================================================================
   COOKIE BANNER
========================================================================== */
.js-show-cookie-banner.cookie-compliance {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cookie-compliance {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary);
    z-index: 10000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-compliance__container {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    padding: 24px 16px 24px 48px;
}

.cookie-compliance__title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0 0 3px;
    line-height: 1.7;
    position: relative;
}

.cookie-compliance__copy {
    font-weight: 500;
    font-size: 13px;
    color: #eee;
    line-height: 1.3;
    padding-right: 3rem;
}

    .cookie-compliance__copy a {
        color: #fff;
        text-decoration: underline;
        font-size: 13px;
    }

    .cookie-compliance__copy strong {
        color: #fff;
        font-weight: 700;
    }

.cookie-compliance__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cookie-compliance__form-item {
    margin-right: 24px;
    position: relative;
}

    .cookie-compliance__form-item:last-of-type {
        margin-left: auto;
        margin-right: 0;
        margin-top: auto;
    }

.cookie-compliance__label {
    font-weight: 500;
    font-size: 14px;
    color: #eee;
    line-height: 1.3;
    padding-left: 20px;
}

    .cookie-compliance__label strong {
        color: #fff;
    }

    .cookie-compliance__label a {
        color: #fff;
        text-decoration: underline;
        font-weight: 400;
        font-size: 13px;
    }

        .cookie-compliance__label a[href*='http'] {
            background: 0 0;
            color: #fff;
            font-size: 13px;
            padding: 3px 12px;
        }

.cookie-compliance__checkbox {
    display: none;
}

    .cookie-compliance__checkbox + label {
        cursor: pointer;
    }

        .cookie-compliance__checkbox + label::before {
            content: '\f00d';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 100;
            font-weight: 300;
            left: 1px;
            top: 3px;
            font-size: 20px;
            color: var(--warning);
            background: #fff;
            width: 30px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            height: 30px;
            margin-right: 5px;
            margin-left: -1.25rem;
        }

        .cookie-compliance__checkbox + label:hover {
            opacity: 0.9;
        }

    .cookie-compliance__checkbox:checked + label {
        color: #000;
    }

        .cookie-compliance__checkbox:checked + label::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Pro';
            color: var(--success);
        }

    .cookie-compliance__checkbox:checked:disabled + label {
        color: #c9ced2;
        cursor: default;
    }

    .cookie-compliance__checkbox:checked:disabled::before + label {
        content: '\f096 ';
        font-family: FontAwesome;
    }

    .cookie-compliance__checkbox:checked + label strong,
    .cookie-compliance__checkbox:checked:disabled + label strong {
        color: var(--success);
    }

.cookie-compliance__submit {
    min-width: 180px;
    color: var(--secondary);
    text-align: center;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    cursor: pointer;
}

    .cookie-compliance__submit:focus {
        outline: 0;
        box-shadow: none;
    }

    .cookie-compliance__submit:hover {
        background: var(--blau-akzent);
    }

.cookie-compliance__close {
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
}

    .cookie-compliance__close:hover {
        opacity: 0.9;
    }

@media (max-width: 480px) {
    .cookie-compliance__container {
        padding: 18px 12px 0;
    }

    .cookie-compliance__form-item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .cookie-compliance__form {
        flex-wrap: wrap;
    }
}
/* ==========================================================================
   FOOTER & NEWSLETTER
========================================================================== */

footer {
    color: #fff;
    overflow: auto;
    /*min-height: calc(100vh - 690px);*/
    display: flex;
    flex-direction: column;
}

    footer p,
    footer ul {
        color: rgba(255, 255, 255, 0.8);
    }

    footer h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

    footer .footer__top {
        background: var(--secondary);
        border-bottom: 10px solid #fff;
    }

        footer .footer__top .container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            padding: 2.5rem 2.5rem;
            /* RF */
            display: flex;
            justify-content: space-between;
            gap: 3rem;
            flex-wrap: wrap;
            justify-content:center;
            align-items:center;
            width:100%;
        }

        footer .footer__top .footer--title {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1rem;
        }

        footer .footer__top ul {
            list-style: square;
            padding: 0 0 0 1.15rem;
        }

            footer .footer__top ul li {
                font-size: 0.9rem;
            }

                footer .footer__top ul li a {
                    text-decoration: none;
                    color: rgba(255, 255, 255, 0.8);
                    font-size: 0.9rem;
                }

                    footer .footer__top ul li a:hover {
                        text-decoration: underline;
                    }

        footer .footer__top .container > div:last-child {
            padding-left: 1.5rem;
            border-left: 1px dashed rgba(255, 255, 255, 0.5);
        }

        footer .footer__top .container div:last-child h4 {
            margin-bottom: 1.5rem;
        }

    footer .footer__bottom {
        /* position: fixed !important;
   bottom: 0;*/
        background: var(--primary);
        margin-top: auto;
    }

        footer .footer__bottom .container {
            display: grid;
            grid-template-columns: 40% 40% 20%;
            padding: 2.5rem 2.5rem;
            min-height: 0px;
        }

        footer .footer__bottom .address {
            padding-right: 5rem;
        }

        footer .footer__bottom address {
            font-size: 0.9rem;
            font-style: normal;
            margin-bottom: 10px;
            line-height: 1.5;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
            padding-bottom: 1.5em;
            margin-bottom: 1.5em;
        }

    footer .region--filter .filters {
        margin: 0;
    }

    footer .region--filter .project {
        width: 100%;
        margin: 0;
    }

    footer table {
        background: 0 0;
        border: 2px solid #fff;
        width: 100%;
    }

        footer table tbody tr,
        footer table thead tr {
            height: 36px;
        }

        footer table td,
        footer table th {
            padding-left: 12px;
            text-align-last: left;
        }

    footer p {
        margin: 0;
    }

    footer .logo {
        transform: translateY(50px);
        opacity: 0;
        background: 0 0;
        padding-left: 0;
        transition: transform, opacity;
        transition-duration: 0.8s;
        transition-timing-function: ease;
        padding-right: 5rem;
    }

    footer .logo {
        align-items: flex-start;
    }

        footer .logo img {
            max-width: 340px;
            filter: none;
            margin-top: 0 !important;
            filter: brightness(100);
        }

        footer .logo h3 {
            margin-top: 2.5rem;
            font-size: 1rem;
            text-transform: uppercase;
            line-height: 1.4;
            margin-bottom: 0.75rem;
        }

        footer .logo p {
            font-size: 0.9rem;
        }

        footer .logo.show {
            transform: translateY(0);
            opacity: 1;
        }

    footer .footer--links {
        display: flex;
        flex-flow: column;
    }

        footer .footer--links a {
            font-size: 0.9rem;
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
        }

.newsletter-form {
    --primary: #3bb3ee;
    --primary-dark: #1a589b;
    --primary-darkest: #133fc0;
    --input-placeholder: #a6accd;
    --input-text: #646b8c;
    --border-default: #eee;
    --border-active: transparent;
    --background: #fff;
    --button-text: #ffffff;
    --success: #1a589b;
    --trails: rgba(39, 94, 254, 0.15);
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--background);
    box-shadow: inset 0 0 0 var(--border-width, 1px) var(--border, var(--border-default));
    padding-right: 2px;
    transition: box-shadow 0.25s;
    margin-bottom: 2.15rem;
}

    .newsletter-form:focus-within {
        --border-width: 1.5px;
        --border: var(--border-active);
    }

    .newsletter-form button,
    .newsletter-form input {
        -webkit-appearance: none;
        background: 0 0;
        outline: 0;
        display: block;
        border: none;
        font-family: inherit;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .newsletter-form input {
        width: 100%;
        flex-grow: 1;
        padding: 6px 12px 6px 16px;
        color: var(--input-text);
        font-weight: 400;
    }

        .newsletter-form input::-moz-placeholder {
            color: var(--input-placeholder);
        }

        .newsletter-form input:-ms-input-placeholder {
            color: var(--input-placeholder);
        }

        .newsletter-form input::placeholder {
            color: var(--input-placeholder);
        }

    .newsletter-form button {
        --text-opacity: 1;
        --success-x: -12px;
        --success-stroke: 14px;
        --success-opacity: 0;
        --border-radius: 0;
        --overflow: hidden;
        --x: 0px;
        --y: 0px;
        --rotate: 0deg;
        --plane-x: 0px;
        --plane-y: 0px;
        --plane-opacity: 1;
        --trails-stroke: 57px;
        --left-wing-background: var(--blau-akzent);
        --left-wing-first-x: 0%;
        --left-wing-first-y: 0%;
        --left-wing-second-x: 50%;
        --left-wing-second-y: 0%;
        --left-wing-third-x: 0%;
        --left-wing-third-y: 100%;
        --left-body-background: var(--blau-akzent);
        --left-body-first-x: 50%;
        --left-body-first-y: 0%;
        --left-body-second-x: 50%;
        --left-body-second-y: 100%;
        --left-body-third-x: 0%;
        --left-body-third-y: 100%;
        --right-wing-background: var(--blau-akzent);
        --right-wing-first-x: 50%;
        --right-wing-first-y: 0%;
        --right-wing-second-x: 100%;
        --right-wing-second-y: 0%;
        --right-wing-third-x: 100%;
        --right-wing-third-y: 100%;
        --right-body-background: var(--blau-akzent);
        --right-body-first-x: 50%;
        --right-body-first-y: 0%;
        --right-body-second-x: 50%;
        --right-body-second-y: 100%;
        --right-body-third-x: 100%;
        --right-body-third-y: 100%;
        position: relative;
        padding: 4px 0;
        min-width: 100px;
        text-align: center;
        font-weight: 600;
        opacity: var(--button-opacity, 0.5);
        cursor: var(--button-cursor, not-allowed);
        filter: var(--button-filter, grayscale(65%));
        color: var(--button-text);
        border-radius: var(--border-radius);
        transform: translateZ(0);
        transition: opacity 0.25s, filter 0.25s;
        -webkit-tap-highlight-color: transparent;
    }

        .newsletter-form button:not(.active) {
            background: var(--blau-akzent);
        }

        .newsletter-form button .plane,
        .newsletter-form button .trails {
            pointer-events: none;
            position: absolute;
            border-left: 0 !important;
        }

        .newsletter-form button .plane {
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            transform: translate(var(--x), var(--y)) rotate(var(--rotate)) translateZ(0);
        }

            .newsletter-form button .plane .left,
            .newsletter-form button .plane .right {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                opacity: var(--plane-opacity);
                transform: translate(var(--plane-x), var(--plane-y)) translateZ(0);
                border-left: 0 !important;
            }

                .newsletter-form button .plane .left:after,
                .newsletter-form button .plane .left:before,
                .newsletter-form button .plane .right:after,
                .newsletter-form button .plane .right:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border-radius: var(--border-radius);
                    transform: translate(var(--part-x, 0.25%), var(--part-y, 0)) translateZ(0);
                    z-index: var(--z-index, 2);
                    background: var(--b, var(--left-wing-background));
                    -webkit-clip-path: polygon( var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)) );
                    clip-path: polygon( var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)) );
                }

                .newsletter-form button .plane .left:after {
                    --part-x: 0;
                    --z-index: 1;
                    --b: var(--left-body-background);
                    --first-x: var(--left-body-first-x);
                    --first-y: var(--left-body-first-y);
                    --second-x: var(--left-body-second-x);
                    --second-y: var(--left-body-second-y);
                    --third-x: var(--left-body-third-x);
                    --third-y: var(--left-body-third-y);
                }

                .newsletter-form button .plane .right:before {
                    --part-x: -0.25%;
                    --z-index: 2;
                    --b: var(--right-wing-background);
                    --first-x: var(--right-wing-first-x);
                    --first-y: var(--right-wing-first-y);
                    --second-x: var(--right-wing-second-x);
                    --second-y: var(--right-wing-second-y);
                    --third-x: var(--right-wing-third-x);
                    --third-y: var(--right-wing-third-y);
                }

                .newsletter-form button .plane .right:after {
                    --part-x: 0;
                    --z-index: 1;
                    --b: var(--right-body-background);
                    --first-x: var(--right-body-first-x);
                    --first-y: var(--right-body-first-y);
                    --second-x: var(--right-body-second-x);
                    --second-y: var(--right-body-second-y);
                    --third-x: var(--right-body-third-x);
                    --third-y: var(--right-body-third-y);
                }

        .newsletter-form button .trails {
            display: block;
            width: 33px;
            height: 64px;
            top: -4px;
            left: 16px;
            fill: none;
            stroke: var(--trails);
            stroke-linecap: round;
            stroke-width: 2;
            stroke-dasharray: 57px;
            stroke-dashoffset: var(--trails-stroke);
            transform: rotate(68deg) translateZ(0);
        }

        .newsletter-form button span {
            display: block;
            position: relative;
            z-index: 4;
            opacity: var(--text-opacity);
        }

            .newsletter-form button span.success {
                z-index: 0;
                position: absolute;
                left: 0;
                right: 0;
                top: 4px;
                transform: translateX(var(--success-x)) translateZ(0);
                opacity: var(--success-opacity);
                color: var(--success);
            }

                .newsletter-form button span.success svg {
                    display: inline-block;
                    vertical-align: top;
                    width: 16px;
                    height: 16px;
                    margin: 4px 8px 0 0;
                    fill: none;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 14px;
                    stroke: var(--success);
                    stroke-dashoffset: var(--success-stroke);
                }

    .newsletter-form.valid {
        --button-opacity: 1;
        --button-cursor: pointer;
        --button-filter: grayscale(0%);
    }

.social-links {
    display: flex;
    margin-top: 6px;
}

.social-btn {
    cursor: pointer;
    height: 40px;
    width: 40px;
    color: #333;
    background: #f6f8f9;
    margin: 0 10px 0 0;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links a[href*='http'] {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    white-space: wrap;
}

    .social-links a[href*='http']::before {
        content: '';
        display: none;
    }

.social-btn span {
    width: 0;
    overflow: hidden;
    transition: 1s;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin-left: 3px;
}

.social-btn:hover {
    width: 120px;
}

    .social-btn:hover span {
        padding: 2px;
        width: max-content;
    }

#twitter svg {
    fill: #1da1f2;
}

#linkedin svg {
    fill: #0e76a8;
}

#facebook {
    fill: #3a5794;
}

/* 平板横屏（900px-1024px） */

/* ==========================================================================
   MEDIA QUERIES
========================================================================== */
@media screen and (min-width: 1024px) and (max-width: 1280px) and (orientation: portrait) {
    .hero .metro-grid,
    .metro-grid {
        height: 26vh; /* 比原40vh更高，避免拉伸 */
        min-height: 300px; /* 保证最小高度 */
        grid-template-columns: repeat(4, 1fr); /* 适当减少列数 */
    }

        .hero .metro-grid .item {
            aspect-ratio: 1/1;
            width: 100%;
            height: 100%;
        }

            .hero .metro-grid .item:nth-child(1) {
                grid-row: 1/6;
                grid-column: 1/6;
            }

            .hero .metro-grid .item:nth-child(2) {
                grid-row: 1/6;
                grid-column: 6/9;
            }

            .hero .metro-grid .item:nth-child(3) {
                grid-row: 3/5;
                grid-column: 11/13;
            }

            .hero .metro-grid .item:nth-child(4) {
                grid-row: 1/3;
                grid-column: 9/11;
            }

            .hero .metro-grid .item:nth-child(5) {
                grid-row: 3/5;
                grid-column: 9/11;
            }

            .hero .metro-grid .item:nth-child(6) {
                grid-row: 1/3;
                grid-column: 11/13;
            }

    .item.xy6 {
        grid-row: span 6;
        aspect-ratio: auto;
    }

    .item.xy2 {
        width: 180px;
        aspect-ratio: 1/1;
        padding: 10px;
    }

    .carousel-item__caption {
        font-size: 1.4rem;
        line-height: 1.3;
        height: 160px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    section .container {
        padding: 0 1.5rem;
    }

        section .container > .container {
            padding: 0;
        }

    .item__small img {
        max-height: 32px;
    }

    .banderole {
        grid-template-columns: 1fr 50% 50% 1fr;
    }

    .video-content:not(.product-details .video-content) {
        width: 100%;
    }

    .carousel-item__caption {
        padding-right: 10%;
    }

    .subpage-header .metro-grid .item {
        height: 100%;
    }

    .product-selection h3 {
        font-size: 1.25rem;
    }

    .product-selection .autogrid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .listview > li {
        padding: 10px 0;
    }

        .listview > li .checkbox {
            display: flex;
            align-items: center;
        }

    .checkbox-strip input {
        flex: 0 0 auto;
    }

    .listview > li .label-text {
        margin-left: 0;
        font-size: 0.9rem;
        position: relative;
        top: auto;
        letter-spacing: -1px;
    }

    .auto-fill {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .fluid-grid .item__small {
        width: 100%;
        height: 100%;
    }

    footer .footer__bottom .container,
    footer .footer__top .container {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 1.5rem;
    }

    .carousel-item__caption {
        font-size: 1.4rem;
        line-height: 1.3;
        height: 160px;
    }
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation: landscape) {
    section .container {
        padding: 0 1.5rem;
    }

        section .container > .container {
            padding: 0;
        }

    .hero .metro-grid,
    .metro-grid {
        height: 44vh;
        min-height: 260px;
        grid-template-columns: repeat(1，1fr);
    }

    .item.xy6 {
        grid-row: span 6;
        aspect-ratio: auto;
    }

    .item.xy2 {
        width: 180px;
        aspect-ratio: 1/1;
        padding: 10px;
    }

    .item__small img {
        max-height: 32px;
    }

    .banderole {
        grid-template-columns: 1fr 50% 50% 1fr;
    }

    .video-content:not(.product-details .video-content) {
        width: 100%;
    }

    .carousel-item__caption {
        padding-right: 10%;
    }

    .subpage-header .metro-grid .item {
        height: 100%;
        width: 100%;
    }

    .product-selection h3 {
        font-size: 1.25rem;
    }

    .product-selection .autogrid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .listview > li {
        padding: 10px 0;
    }

        .listview > li .checkbox {
            display: flex;
            align-items: center;
        }

    .checkbox-strip input {
        flex: 0 0 auto;
    }

    .listview > li .label-text {
        margin-left: 0;
        font-size: 0.9rem;
        position: relative;
        top: auto;
        letter-spacing: -1px;
    }

    .fluid-grid .item__small {
        width: 100%;
        height: 100%;
    }

    footer .footer__bottom .container,
    footer .footer__top .container {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 1.5rem;
    }

    .carousel-item__caption {
        font-size: 1.4rem;
        line-height: 1.3;
        height: 160px;
    }
}
/* RF */
@media only screen and (min-device-width: 540px) and (max-device-width: 1023px) {
    .logo-animation {
        width: 280px;
    }

        .logo-animation .box {
            width: 70px;
            height: 70px;
            background-size: 68px;
            top: -12px;
            left: 7px;
        }

        .logo-animation .text {
            height: 60px;
        }

            .logo-animation .text:after {
                right: 34px;
                left: 70px;
            }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    section .container {
        padding: 0 1.5rem;
    }

        section .container > .container {
            padding: 0;
        }

    .support a {
        line-height: 1;
        text-align: center;
        font-size: 12px;
    }

    .cd-nav-trigger,
    .cd-search-trigger {
        width: 50px;
        height: 50px;
    }

        .cd-nav-trigger span,
        .cd-nav-trigger span::after,
        .cd-nav-trigger span::before {
            width: 28px;
        }

            .cd-nav-trigger span::before {
                top: -8px;
            }

            .cd-nav-trigger span::after {
                top: 8px;
            }

    .hero .metro-grid {
        height: max(25vh,300px);
        min-height: 280px;
        grid-template-columns: repeat(6,1fr);
        gap: 8px;
    }

    .subpage-header .metro-grid {
        grid-auto-rows: auto;
        grid-template-columns: repeat(12, auto);
    }

        .subpage-header .metro-grid .item {
            height: 100%;
            width: 100%;
            grid-column: span 3;
        }

    .product__intro-text {
        grid-column: span 1;
    }

    .subpage-header .metro-grid .product__intro-text .product__title {
        margin-right: 10px;
    }

    .subpage-header .metro-grid .product__intro-text .product__icon {
        width: 30%;
    }

        .subpage-header .metro-grid .product__intro-text .product__icon img {
            max-height: 50px;
            width: auto;
            max-width: 100px;
            margin-right: 20px;
        }

    .hero .metro-grid .item {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
    }

        .hero .metro-grid .item:nth-child(1) {
            grid-row: 1/5;
            grid-column: 1/7;
        }

        .hero .metro-grid .item:nth-child(2) {
            grid-row: 1/5;
            grid-column: 7/13;
        }

        .hero .metro-grid .item:nth-child(3) {
            grid-row: 5/8;
            grid-column: 7/10;
        }

        .hero .metro-grid .item:nth-child(4) {
            grid-row: 5/8;
            grid-column: 4/7;
        }

        .hero .metro-grid .item:nth-child(5) {
            grid-row: 5/8;
            grid-column: 1/4;
        }

        .hero .metro-grid .item:nth-child(6) {
            grid-row: 5/8;
            grid-column: 10/13;
        }

        .hero .metro-grid .item:nth-child(7) {
            grid-row: 8/10;
            grid-column: 1/3;
        }

        .hero .metro-grid .item:nth-child(8) {
            grid-row: 8/10;
            grid-column: 3/5;
        }

        .hero .metro-grid .item:nth-child(9) {
            grid-row: 8/10;
            grid-column: 5/7;
        }
        /* RF start */
        .hero .metro-grid .item:nth-child(10) {
            grid-row: 8/10;
            grid-column: 7/9;
        }
    /* RF stop */
    .item.xy6 {
        grid-row: span 6;
        aspect-ratio: auto;
    }

    .item.xy2 {
        width: 180px;
        aspect-ratio: 1/1;
        padding: 10px;
    }

    .item__small img {
        max-height: 32px;
    }

    .item__medium .item-icon img {
        max-height: 60px;
    }

    .banderole {
        grid-template-columns: 1fr 50% 50% 1fr;
    }

    .video-content:not(.product-details .video-content) {
        width: 100%;
    }

    .carousel-item__caption {
        padding: 0.5em 10% 2.5em 10%;
        bottom: 0;
        font-size: 1.2rem;
        font-weight: 400;
    }

    .subpage-header .metro-grid .item {
        height: 100%;
    }

    .product-selection h3 {
        font-size: 1.25rem;
    }

    .product-selection .autogrid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .listview > li {
        padding: 10px 0;
    }

        .listview > li .checkbox {
            display: flex;
            align-items: center;
        }

    .checkbox-strip input {
        flex: 0 0 auto;
    }

    .listview > li .label-text {
        margin-left: 0;
        font-size: 0.9rem;
        position: relative;
        top: auto;
        letter-spacing: -1px;
    }

    .slides .slide {
        padding: 1em 10px;
    }

    .item__medium .item-icon {
        margin-bottom: 0;
    }

    #company-facts .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    #vertical-tabs + .metro-grid {
        grid-auto-rows: auto;
    }

    .para-search h3 {
        font-size: 1.25rem;
    }

    .fluid-grid .item__small {
        width: 100%;
        height: 100%;
    }

    .facts--text:last-child {
        font-size: 1rem;
    }

    .facts--text {
        flex: 0 1 70px;
    }

    .text-rotated {
        font-size: 1.25rem;
    }

    .facts--number {
        font-size: 4.5rem;
    }

    footer .footer__bottom .container,
    footer .footer__top .container {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 1.5rem;
    }

    .inputGroup label {
        padding: 18px 15px;
    }

    .inputGroup input {
        right: 15px;
    }

    .inputGroup label:after {
        right: 15px;
    }

    .sbench6 article ul li a {
        letter-spacing: -1px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    iframe {
        width: 100%;
    }

    .sbench6 {
        display: grid;
        grid-template-columns: 310px 1fr;
    }

    .carousel-item__caption {
        font-size: 1.4rem;
        line-height: 1.3;
        height: 160px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 768px) {
    .content .image-content {
        display: flex;
        justify-content: center;
        width: 95%;
    }

        .content .image-content .ground {
            width: 100%;
            height: 40px;
        }

            .content .image-content .ground::before {
                transform: translateX(-25%);
            }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 919px) and (orientation: landscape) {
    blockquote {
        font-size: 1rem;
    }

    .autogrid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .product-selection .autogrid {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }

    .logo-animation {
        width: 280px;
    }

        .logo-animation .box {
            width: 70px;
            height: 70px;
            background-size: 68px;
            top: -12px;
            left: 7px;
        }

        .logo-animation .text {
            height: 60px;
        }

            .logo-animation .text:after {
                right: 34px;
                left: 70px;
            }

    section .container {
        padding: 0 1.5rem;
    }

        section .container > .container {
            padding: 0;
        }

    .support a {
        line-height: 1;
        text-align: center;
        font-size: 12px;
    }

    .cd-nav-trigger,
    .cd-search-trigger {
        width: 50px;
        height: 50px;
    }

        .cd-nav-trigger span,
        .cd-nav-trigger span::after,
        .cd-nav-trigger span::before {
            width: 28px;
        }

            .cd-nav-trigger span::before {
                top: -8px;
            }

            .cd-nav-trigger span::after {
                top: 8px;
            }

    .hero .metro-grid {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 110px;
    }

    .item .item__content .item-title {
        font-size: 1rem;
    }

    .hero .item.xy6 {
        grid-row: span 2;
        grid-column: span 6;
    }

    .hero .item.xy2,
    .hero .item__small,
    .item.xy3 {
        grid-row: span 1;
        grid-column: span 2;
    }

    .hero .item.metro__news {
        grid-row: span 2;
        grid-column: span 6;
    }

    .hero .animatedDelay-4 {
        display: none;
    }

    .item__medium .item-icon {
        font-size: 1rem;
    }

        .item__medium .item-icon img {
            margin-bottom: 0;
            max-height: 50px;
        }

    .item__medium .item-title {
        font-size: 0.9rem;
        line-height: 1.1;
        text-transform: inherit;
    }

    .metro__news .item__content p {
        font-size: 0.9rem;
    }

    .subpage-header .metro-grid .product__intro {
        grid-column: span 2;
    }

    .subpage-header .product__intro h1 {
        font-size: 0.9rem;
        line-height: 1.1;
        font-weight: 500;
    }

    .subpage-header .metro-grid .product__intro-text {
        grid-column: span 4;
    }

        .subpage-header .metro-grid .product__intro-text .product__title {
            margin-right: 5px;
            font-size: 1rem;
        }

        .subpage-header .metro-grid .product__intro-text .product__icon img {
            max-height: 60px;
        }

    .subpage-header .metro-grid .item__small {
        grid-column: span 2;
    }

    .content-news .container {
        max-width: 100ch;
    }

        .content-news .container.container--super {
            max-width: 120ch;
        }

    .carousel-item__caption {
        bottom: 0;
        padding-bottom: 2.2em;
        padding-top: 1em;
        font-size: 1.2rem;
        line-height: 1.3;
        padding-right: 10%;
        height: auto;
    }

    .cd-horizontal-timeline .events-content li {
        padding: 0;
    }

    .video-content:not(.product-details .video-content) {
        width: 100%;
    }

    .js-lazyYT {
        max-width: 100%;
        height: auto !important;
    }

    .banderole--content {
        width: 100%;
    }

    .listview > li .checkbox {
        white-space: inherit;
        display: flex;
        align-items: center;
    }

    .checkbox-strip input {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .listview > li {
        padding: 5px;
    }

        .listview > li .label-text {
            top: 0;
        }

    .product-selection .checkbox-strip input {
        margin-bottom: 0;
    }

    .product-selection .listview > li .checkbox {
        white-space: normal;
    }

    .styled-checkbox + label {
        font-size: 0.9rem;
    }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-2,
    #tabs-list #li-for-panel-3,
    #tabs-list #li-for-panel-4,
    #tabs-list #li-for-panel-5 {
        max-height: 50px !important;
        flex: 1 1 auto;
    }

    #open-nav-label {
        display: none;
    }

    ul#tabs-list {
        display: flex;
        flex-flow: wrap;
        gap: 5px;
    }

    #tabs-list label.panel-label {
        padding: 1rem 1.5rem;
        text-decoration: underline;
    }

    .banderole {
        height: 80vh;
        grid-template-columns: 1fr 50% 50% 1fr;
    }

        .banderole .container-left,
        .banderole .container-left::before,
        .banderole .container-right,
        .banderole .container-right::before {
            height: 80vh;
        }

    footer .logo img {
        max-width: 100%;
    }
}

@media (max-width: 540px) and (orientation: portrait) {
    header {
        overflow: hidden;
    }

        header .container {
            grid-gap: 0;
        }

            header .container .top-nav {
                grid-column: 1;
                padding: 0 8px;
            }

    .logo-animation {
        width: 240px;
    }

        .logo-animation .box {
            width: 60px;
            height: 60px;
            background-size: 60px;
            left: 0;
            top: 0;
        }

        .logo-animation .text {
            height: 60px;
            padding-left: 70px;
        }

            .logo-animation .text:after {
                left: 54px;
                top: 34px;
                right: 20px;
                height: auto;
            }

    @keyframes anim-logo {
        0% {
            transform: scale(0);
            left: 39%;
        }

        40% {
            transform: scale(1);
            left: 39%;
        }

        60% {
            transform: scale(1);
            left: 39%;
        }

        100% {
            left: 0;
        }
    }

    @keyframes fade {
        0% {
            opacity: 0;
        }

        45% {
            opacity: 0;
            padding-left: 50px;
        }

        100% {
            opacity: 1;
            padding-left: 70px;
        }
    }

    /*    .menuTitle,
    .support {
        flex: 0 0 min-content;
    }*/

    .menuTitle,
    .support a {
        font-size: 11px;
    }

    .support a {
        line-height: 1;
    }

    .search-wrapper.active .input-holder .search-icon {
        top: -1px;
        background: 0 0;
    }

    /*    .sm-container,
    .support a {
        border: 2px solid var(--hellgrau);
    }*/

    .switch .current {
        background: var(--hellgrau);
        color: var(--secondary);
    }

    .switch .options {
        top: 3em;
    }

        .switch .options .options-list {
            width: 280px;
            padding-top: 0.2em;
        }

            .switch .options .options-list li {
                float: left;
            }

    .smmenu {
        max-width: 260px;
    }

        .smmenu a[href*='http']::before {
            display: none;
        }

        .smmenu ul li {
            margin: 0 3px;
        }

            .smmenu ul li a {
                letter-spacing: 0;
                padding: 1px 0 2px;
                background: 0 0;
            }

    .cd-header-buttons {
        padding: 0;
    }

    .cd-nav-trigger,
    .cd-search-trigger {
        width: 54px;
        height: 54px;
    }

    .cd-header-buttons {
        top: 14px;
        right: 10px;
    }

    .cd-nav-trigger {
        transition: 0.5s ease margin-right;
        margin-right: 0;
        position: relative;
        background: #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cd-nav-trigger span {
            right: auto;
            margin-top: -4px;
        }

            .cd-nav-trigger span,
            .cd-nav-trigger span::after,
            .cd-nav-trigger span::before {
                height: 4px;
                width: 26px;
            }

                .cd-nav-trigger span::before {
                    top: -8px;
                }

        .cd-nav-trigger.nav-is-visible span::before {
            top: -5px;
        }

        .cd-nav-trigger span::after {
            top: 9px;
        }

        .cd-nav-trigger.nav-is-visible {
            margin-right: 300px;
            background: 0 0;
            border: 5px solid #fff;
        }

    .breadcrumbs__outer {
        padding: 5px;
        height: auto;
    }

    .link-with-text {
        position: relative;
    }

    .cd-primary-nav .menu--support .cd-secondary-nav .has-children li::before {
        bottom: 15px;
    }

    #float_contact,
    #float_search,
    #float_support {
        top: auto;
        bottom: 70px;
    }

    #float_search {
        top: auto;
        bottom: 115px;
    }

    #float_support {
        top: auto;
        bottom: 160px;
    }

    section[class*='bg-'] {
        padding: 50px 1.5rem;
    }

    .icon-list .icon-list--item {
        flex: 1 1 auto;
    }

    .cd-primary-nav .cd-secondary-nav > .see-all a {
        padding-left: 15px;
    }

    .nav--ps > div {
        margin: 4px 0;
    }

    .square {
        width: 40px;
    }

    footer .footer__bottom .container,
    footer .footer__top .container {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 1.5rem;
    }

        footer .footer__top .container h4 {
            margin-top: 20px;
        }

        footer .footer__top .container > div:last-child {
            padding-left: 0;
            border-left: 0;
            grid-column: span 2;
            display: flex;
            flex-flow: wrap;
            align-items: center;
            border-top: 1px solid;
            margin-top: 20px;
        }

            footer .footer__top .container > div:last-child .social-links {
                margin-top: 0;
            }

    footer .footer__top p {
        flex: 1 1 100%;
    }

    footer .logo {
        order: 1;
        grid-column: span 2;
        padding-right: 0;
        margin-top: 30px;
    }

    footer .footer__bottom .address {
        grid-column: span 2;
        order: 0;
        padding-right: 0;
    }

    footer .footer--links {
        grid-column: span 2;
    }

    footer .logo img {
        width: 100%;
        height: auto;
    }

    footer .logo h3 {
        font-weight: 700;
    }

    #company-facts .grid {
        grid-template-columns: repeat(2, auto);
        display: grid;
    }

        #company-facts .grid .facts {
            flex: 1 1 auto;
            justify-content: center;
        }

    .company-facts__item:nth-of-type(3) .facts--number,
    .company-facts__item:nth-of-type(4) .facts--number {
        font-size: 5rem;
        font-weight: 500;
        margin-top: 20px;
    }

    .facts--number {
        flex: 0 1 auto;
        font-size: 4rem;
    }

    .text-rotated {
        font-size: 1.25rem;
    }

    .facts--text {
        flex: 0 1 70px;
    }

        .facts--text:last-child {
            font-size: 1.25rem;
            white-space: nowrap;
        }

    .company-facts__item:nth-of-type(3) .facts--number,
    .company-facts__item:nth-of-type(4) .facts--number {
        font-size: 4rem;
        font-weight: 400;
    }

    #aktuelles {
        overflow: hidden;
        width: 100vw;
    }

        #aktuelles .slick-list {
            padding: 50px 10px !important;
        }

    .carousel-item__caption {
        width: auto;
    }

    .metro-grid {
        grid-template-rows: 1fr;
        grid-auto-rows: auto;
    }

    .hero .metro-grid {
        /* grid-template-columns: repeat(12, 1fr); */
    }

        .hero .metro-grid .item__small {
            grid-column: span 4;
        }

    .metro-grid .item__small {
        aspect-ratio: 1/1;
        /* RF start */
        display: flex;
        /* RF stop */
    }

    .item.xy6 {
        grid-column: span 8;
        grid-row: span 2;
    }

    .item.xy3 {
        grid-column: span 4;
        grid-row: span 1;
    }

    .item.xy2 {
        grid-row: span 2;
        grid-column: span 4;
    }

    .item__medium {
        padding: 0.6rem;
    }

        .item__medium .item-icon {
            font-size: 20px;
        }

            .item__medium .item-icon img {
                margin-bottom: 0;
                max-height: 60px;
            }

        .item__medium .item-title {
            font-size: 0.9rem;
        }

    .item__content {
        overflow: hidden;
        justify-content: center;
    }

        .item__content .item__content-bottom {
            padding: 0 12px;
        }

    .item .item__content .item__content-bottom {
        display: none;
    }

    .item .item__content .item__content-top {
        padding: 0 12px;
        justify-content: center;
    }

        .item .item__content .item__content-top .date {
            display: none;
        }

    .item .item__content .item__content-bottom {
        height: 55%;
        overflow: hidden;
    }

    .item .item__content .item-title {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .item .item__content p {
        padding: 0 0 12px;
        line-height: 1.2;
        color: #fff;
        font-size: 0.9rem;
    }

        .item .item__content p strong {
            font-weight: 500;
        }

    .carousel-item__caption {
        left: 0;
        bottom: 0;
        height: auto;
        font-size: 1.1rem;
        line-height: 1.3;
        font-weight: 300;
        background: rgb(20 65 112 / 0.7);
        padding: 0.5em 0.75em 2.5em 0.75em;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next,
    .slick-prev {
        top: 50%;
        margin-top: -30px;
    }

    .slick-dots li button:before {
        font-size: 16px;
        line-height: 26px;
    }

    .news__item.slick-slide {
        margin: 0 10px;
    }

    .video-content:not(.product-details .video-content) {
        width: 100%;
        order: 1;
    }

    .banderole {
        grid-template-columns: auto;
    }

    .vertical-tabs .nav li {
        flex: auto;
    }

    .list-wrap {
        padding-top: 0;
        grid-column: span 8;
    }

    .vertical-tabs .nav {
        grid-column: span 4;
    }

    .title__centered {
        padding: 0 1.5rem 0.5rem;
    }

    #intro .title__centered {
        padding: 0 0 0.5rem;
    }

        #intro .title__centered h1 {
            text-align: center;
        }

    #partner .slick-next,
    #partner .slick-prev {
        display: none;
    }

    #partner .logo__slider .news__item picture {
        filter: none;
    }

    .icon-headline {
        padding: 0.5rem;
    }

        .icon-headline h3 {
            font-size: 20px;
        }

    .pane-spcm-downloads {
        width: 100%;
    }

    .spcm-downloads {
        grid-template-columns: 100%;
    }

        .spcm-downloads #tabs {
            grid-column: 1;
        }

    .familie.wrapper label,
    .overview.wrapper label,
    .series.wrapper label {
        font-size: 1.2rem;
    }

    .prod_results {
        padding: 0 1.5rem;
    }

        .prod_results div {
            font-size: 1rem;
        }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-1,
    #tabs-list #li-for-panel-2,
    #tabs-list #li-for-panel-3,
    #tabs-list #li-for-panel-4,
    #tabs-list #li-for-panel-5 {
        max-height: 50px !important;
        flex: 1 1 auto;
    }

    #open-nav-label {
        display: none;
    }

    ul#tabs-list {
        display: flex;
        flex-flow: wrap;
        gap: 5px;
    }

    #tabs-list label.panel-label {
        padding: 1rem 1.5rem;
        text-decoration: underline;
    }

    table.table td {
        text-align: left;
    }

    .brief-hint::before {
        font-size: 3rem;
        font-weight: 100;
    }

    #panels table tr td:first-child {
        background: var(--hellgrau);
    }

    .product-selection .autogrid {
        grid-template-columns: auto;
    }

    .product-selection ul {
        display: flex;
        flex-flow: wrap;
    }

    .slides .slide {
        top: -40px;
        max-height: 7.5em;
        margin: 0;
    }

        .slides .slide > a {
            letter-spacing: -1px;
            text-transform: none;
        }

        .slides .slide .content {
            opacity: 0;
            transition: 0.3s ease opacity 2s;
        }

        .slides .slide.active .content {
            opacity: 1;
        }

    .listview > li {
        flex: 1 1 50%;
        padding: 3px 10px;
    }

        .listview > li .label-text {
            margin-left: 0;
            font-size: 14px;
            letter-spacing: -1px;
            top: 0;
        }

        .listview > li .checkbox {
            white-space: nowrap;
        }

    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        text-align: center;
        padding: 0 8px 5px;
    }

    .button-holder {
        border-bottom: 0;
        padding-bottom: 0;
        justify-content: center;
    }

        .button-holder #reset,
        .button-holder .reset {
            padding: 0;
            color: var(--digital);
        }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        box-shadow: none;
        margin-top: -15px;
        left: 4;
        font-size: 30px;
    }

    table.dataTable {
        font-size: 1rem;
    }

        table.dataTable thead th {
            font-size: 14px;
        }

        table.dataTable.display tbody tr td {
            font-weight: 500;
            text-align: center;
            border-left: 0;
        }

        table.dataTable.display tbody tr:hover td.details-control {
            border-left: 0;
        }

        table.dataTable td a {
            background: var(--search);
            color: #fff;
            padding: 5px 12px;
            border-radius: 6px;
            text-decoration: none;
        }

    .dataTables_wrapper {
        margin-top: 30px;
        border-top: 5px solid #fff;
        padding-top: 30px;
    }

        .dataTables_wrapper .dataTables_filter label {
            justify-content: flex-end;
        }

            .dataTables_wrapper .dataTables_filter label input {
                width: 40%;
            }

            .dataTables_wrapper .dataTables_filter label::before {
                left: auto;
                right: 41%;
                transform: none;
            }

    .sorting_1 img {
        padding: 0;
    }

    .dataTables_wrapper .dataTables_info {
        float: none;
    }

    section[class*='bg-'] td.details-control {
        border-left: 1px solid #fff;
    }

    .para-search .dataTables_wrapper {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 5px solid #fff;
    }

    .para-search__table .dataTable td img {
        max-width: 90px;
    }

    .product-label img {
        position: absolute;
        max-width: 60px;
        height: auto;
        display: block;
        left: 0;
    }

    span.dtr-data {
        display: block;
        white-space: normal;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        display: block;
    }

    .item-img img {
        width: 100%;
    }

    .tabs-menu nav ul li.active:after {
        top: 1.1em;
    }

    .tab__item {
        font-size: 1rem;
        color: #707070;
    }

    .container .tab__item p {
        padding-left: 0;
    }

    .tab__item p strong {
        color: var(--blau);
    }

    .subpage-header {
        margin-bottom: 50px;
    }

        .subpage-header + section {
            margin-top: 50px;
        }

    .product__intro {
        grid-column: span 12;
    }

        .product__intro h1 {
            font-size: 1.1rem;
            font-weight: 500;
        }

    .subpage-header .metro-grid .product__intro-text {
        grid-column: span 3;
    }

        .subpage-header .metro-grid .product__intro-text .product__icon,
        .subpage-header .metro-grid .product__intro-text .product__title {
            display: none;
        }

    .subpage-header .item__small {
        grid-column: span 3;
        height: 100%;
        aspect-ratio: auto;
    }

    .subpage-header .metro-grid {
        gap: 8px;
    }

        .subpage-header .metro-grid .item__small {
            width: 100%;
            height: 100%;
            aspect-ratio: 1/1;
        }

    .subpage-header .item__small img {
        max-height: 40px;
    }

    .subpage-header .item__small span {
        font-size: 11px;
        font-weight: 700;
    }

    .subpage-header .item__small .item-icon {
        font-size: 44px;
    }

    .autogrid,
    .col-1-2,
    .col-1-2 .container > .grid,
    .col-1-2 .grid,
    .col-2-1,
    .col-2-1 .container > .grid,
    .container.col-1-2 > .grid,
    .container.col-2-1 > .grid {
        grid-template-columns: 100%;
    }

    .form .support-form {
        order: 1;
    }

        .form .support-form .form-row .listview {
            padding: 0;
        }

    .form .callout {
        order: 0;
        padding: 0;
    }

    .form .grid-form-product {
        grid-template-columns: 100%;
    }

    section {
        margin: 80px 0;
    }

    blockquote {
        font-size: 1.2rem;
    }

    .container .large-text,
    .container h1,
    .container h2,
    .container h3,
    .container h4,
    .container h5,
    .container p,
    .content-news h1,
    blockquote,
    section.content ul {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .container .large-text {
        column-count: 1;
    }

        .container .large-text p,
        footer .logo h3,
        footer .logo p {
            padding-left: 0;
            padding-right: 0;
        }

    .container .button {
        margin-left: 1.5rem;
    }

    .text-content,
    h2.product--name {
        padding: 0;
    }

    h2.product--name {
        margin-bottom: 35px;
    }

    .product__series {
        padding-left: 1.5rem;
    }

    .ckb .applications-outer p,
    .icon-list .icon-list--item p,
    .list-wrap .list-content h2,
    .list-wrap .list-content h3,
    .list-wrap .list-content p {
        padding-left: 0;
        padding-right: 0;
    }

    article.content img {
        width: 100%;
        float: none;
    }

    .banderole .container-left,
    .banderole .container-right {
        grid-column: 1/4;
        padding: 20px;
        justify-content: flex-end;
        text-align: right;
    }

    .product-selection fieldset {
        margin-bottom: 40px;
    }

        .product-selection fieldset h2 {
            text-transform: none;
        }

    .clean-slide {
        width: 70vw;
    }

    .case-studies .knowbase {
        flex-flow: column;
    }

    .case-studies .knowbase--navigation ul#menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .case-studies .knowbase--navigation ul#menu > li {
            margin-bottom: 0;
        }

            .case-studies .knowbase--navigation ul#menu > li > a {
                text-decoration: underline;
            }

    .case-studies .knowbase--item h2 {
        padding: 0;
    }

    .knowbase--item .applications-outer:not(:first-child) h2,
    .knowbase--item .applications-outer:not(:first-child) h3 {
        font-size: 1.15rem;
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

    .knowbase--item .applications-outer .applications--icon {
        border-right: 0;
        background: none;
        color: var(--primary);
        font-size: 1.3rem;
    }

    .case-studies p img {
        float: none !important;
        margin: 10px 10px 10px 0;
        width: 100% !important;
        height: auto !important;
    }

    .js-lazyYT {
        max-width: 100%;
    }

    .slider-menu {
        margin-top: -40px;
    }

        .slider-menu button {
            font-size: 1rem;
        }

    a[href*='http'] {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .applications-content {
        width: 100%;
        grid-template-columns: 100%;
    }

        .applications-content .related.documents,
        .applications-content > div:first-child {
            column-count: 1;
            grid-column: 1;
        }

        .applications-content .applications-outer > a {
            padding-left: 1.5rem;
            display: inline-block;
            margin-bottom: 40px;
        }

        .applications-content .related.documents p a {
            padding: 8px 12px 8px 0;
        }

        .applications-content .applications-outer:not(:first-child) h2,
        .applications-content .applications-outer:not(:first-child) h3 {
            width: 100%;
        }

        .applications-content .useful.links ul li a {
            display: block;
            background: var(--blau-akzent);
            color: #fff;
            padding: 3px 5px;
            border-radius: 16px;
            text-align: center;
            margin: 10px;
        }

    .icon-list .icon-list--item {
        padding-right: 25px;
    }

    #aktuelles {
        padding-bottom: 0;
        margin-top: 20px;
    }

    #company-facts {
        margin-bottom: 0;
    }

    .title__centered {
        margin-bottom: 30px;
    }

    .content .image-content {
        display: flex;
        justify-content: center;
        width: 95%;
    }

        .content .image-content .ground {
            width: 100%;
            height: 40px;
        }

            .content .image-content .ground::before {
                transform: translateX(-25%);
            }

    h3.title__striped {
        height: auto;
        align-items: center;
        padding-right: 0;
        font-weight: 700;
        font-size: 1rem;
    }

        h3.title__striped .title__striped-link {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 10px 5px 10px 10px;
            padding: 10px 10px 10px 10px;
        }

    h3.title__striped-link a {
        line-height: 1.3;
    }

    h3.title__striped .title__striped-link i {
        margin-right: 5px;
    }

    .card-alternate .card__header-text {
        font-size: 36px;
    }

    .fluid-grid .item__small {
        grid-column: span 1;
        width: 100%;
        height: 100%;
    }

    .ckb .title {
        column-span: all;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.3;
        padding: 0 1.5rem;
    }

    .driverex {
        display: block;
    }

        .driverex > p {
            width: 100%;
        }

    section.content ul {
        display: block;
    }

        section.content ul li strong:first-of-type + a {
            background: var(--blau-akzent);
            color: #fff;
            padding: 1px 12px 2px;
            border-radius: 25px;
            text-decoration: none;
        }

        section.content ul li {
            margin-bottom: 1.5rem;
        }

    .related.documents {
        flex-flow: wrap;
        border: 0;
    }

    #intro .container {
        padding: 11.5rem 0;
    }

    .button-list__item {
        flex-flow: column;
        margin: 10px;
    }

    .tabs-outer .tabs-menu .tabulators li {
        aspect-ratio: auto;
    }

    .tabs-outer .tabulators li {
        width: calc(100% - 44px);
        background-color: var(--blau);
        color: #fff;
    }

    .team--management {
        flex-flow: wrap;
    }

    .icon-grid {
        display: flex;
        flex-flow: wrap;
    }

        .icon-grid .icon-grid--item {
            width: 85%;
        }

    .cd-horizontal-timeline .timeline {
        width: 90%;
    }

    .cd-horizontal-timeline .events-content ol {
        padding-left: 0;
    }

    .map {
        margin-top: 30px;
    }

    .map-line,
    .rusia .map-line {
        height: 15vh;
    }

        .map-line span {
            background: #fff;
            margin-left: -40px;
        }

    .memberships {
        margin: 0 30px;
    }

    .support-form {
        margin: 0 0.5rem;
    }

    .form__horizontal {
        flex-flow: wrap;
    }

        .form__horizontal .inputGroup {
            width: 100%;
        }

    .form .warning {
        padding: 0 1.5rem;
    }

    .form-row .listview {
        padding: 1.5rem;
    }

    .form-row .submit-form {
        margin: 0 10px;
    }

        .form-row .submit-form button {
            flex: 1 1 50%;
        }

    .listview > li .checkbox {
        white-space: inherit;
        display: flex;
        align-items: center;
    }

    .checkbox-strip input {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .listview > li {
        padding: 5px;
    }

    .product-selection .checkbox-strip input {
        margin-bottom: 0;
    }

    .product-selection .listview > li .checkbox {
        white-space: normal;
    }

    .styled-checkbox + label {
        font-size: 0.9rem;
    }

    .sbench6 {
        flex-flow: wrap;
    }

        .sbench6 .menu--side {
            margin-right: 0;
            margin-bottom: 30px;
            width: 100%;
        }

    .applications-outer ul,
    .ckb ul {
        margin: 5px 20px 10px;
    }

    .video iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    #menu {
        padding: 1em;
    }

        #menu ul a,
        #menu > li > a {
            font-size: 0.9rem;
        }

    .knowbase--item p {
        font-size: 0.9rem;
    }

    .knowbase--item p,
    .knowbase--main h2,
    .knowbase--path h2 {
        padding: 0;
    }

    .knowbase--main h2,
    .knowbase--path h2 {
        font-size: 1.5rem;
    }

    .knowbase--item,
    .knowbase--main {
        padding: 1em;
    }

        .knowbase--item h2 {
            line-height: 1.3;
            font-size: 1.2rem;
            padding: 0;
            display: flex;
            align-items: center;
        }

        .knowbase--item ol,
        .knowbase--item ul {
            margin-left: 0;
            padding-left: 15px;
            list-style: auto;
        }

        .knowbase--main ul.breadcrumbs {
            height: auto;
        }

    table.table {
        font-size: 1rem;
    }

    .tabs-menu nav ul li {
        padding: 0.5rem 1rem;
    }

    #panels table p {
        padding: 0;
    }

    section .st-accordion ul {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        section .st-accordion ul li {
            padding-right: 5px;
            overflow: visible;
        }

    .st-accordion ul li.st-open > a {
        line-height: 1.3;
        white-space: normal;
        margin: 18px 0 12px;
    }

    .news--overview .container {
        grid-template-columns: 100%;
        display: block;
    }

    .news--card {
        margin-bottom: 50px;
    }

        .news--card .news--card_content img {
            border: 0;
        }

        .news--card:first-child .news--card_content {
            grid-template-columns: 100%;
            grid-template-areas: none;
            gap: 0;
        }

            .news--card:first-child .news--card_content .news--card_date,
            .news--card:first-child .news--card_content img {
                grid-area: auto;
            }

        .news--card .news--card_content .news--card_date {
            margin: 15px 1.5rem 5px;
            font-size: 1rem;
            color: var(--blau-akzent);
        }

        .news--card:first-child .news--card_link {
            position: relative;
            bottom: 0;
        }

        .news--card .news--card_link {
            align-self: auto;
        }

    .article-infos {
        justify-content: space-around;
    }

    .news_date {
        font-size: 1rem;
    }

    .item__documents {
        flex-flow: column;
        padding: 2em 1.5em;
    }

        .item__documents .item__documents-image {
            max-width: 100%;
        }

    .item__documents-text h4,
    .item__documents-text p {
        padding: 0;
    }

    .masonry {
        column-count: 1;
    }

        .masonry .masonry__item h4,
        .masonry .masonry__item p {
            padding: 0;
        }
}

@media only screen and (max-width: 360px) {
    header .container .top-nav {
        padding: 0 10px 0 0;
    }

    .sm-container,
    .support a {
        margin-right: 10px;
    }

    .support a {
        padding: 3px 15px 2px;
    }

    .search-wrapper {
        margin-right: 0;
    }

    .metro-grid {
        grid-gap: 10px;
    }

    .facts--text:last-child {
        font-size: 1rem;
    }

    .item__medium .item-icon img {
        max-height: 50px;
    }

    #aktuelles {
        padding-bottom: 10px;
    }

    .banderole {
        align-items: center;
        height: 70vh;
    }

    .title__centered {
        padding: 0 0 0.5rem;
    }

    .list-wrap .list-content {
        padding: 1rem;
    }

    section[class*='bg-'] {
        padding: 30px 1rem;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
        padding-left: 0;
    }

    table.dataTable tbody td,
    table.dataTable tbody th {
        padding: 15px 8px;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        font-size: 25px;
    }

    table.dataTable thead th {
        font-size: 13px;
        padding: 10px 0 10px 5px;
    }

    td.details-control {
        border-left: 0;
    }

    .subpage-header .metro-grid .product__intro-text {
        display: none;
    }

    .item__small {
        grid-column: span 4;
    }

    .tab__item {
        font-size: 0.9rem;
    }

        .tab__item p {
            padding-left: 0;
        }

    .knowbase--navigation .kb_main {
        letter-spacing: -1px;
        font-size: 1rem;
    }

    .knowbase--navigation #menu ul {
        margin-left: 0;
    }

    .knowbase--navigation #menu li {
        line-height: inherit;
    }

    .slides .slide > a {
        letter-spacing: -1px;
        font-size: 13px;
    }

    .listview > li {
        padding: 0 10px;
    }

    #panels table.table tr {
        border: 0;
        border-bottom: 4px solid var(--blau);
        margin-top: 20px;
    }

    #panels table td {
        border-top: 0;
    }

    #panels table p {
        padding: 0;
    }

    .breadcrumbs .dropdown-toggle {
        min-width: 100%;
    }

    .sbench6 {
        display: block;
    }
}

/* ===========
    END MEDIA QUERIES
=========== */

.drvex ul,
.ckb ul {
    padding-left: 0.75rem;
    margin: 5px 0 10px;
}

    .drvex ul li,
    .ckb ul li {
        padding-left: 0.5rem;
        margin-bottom: 7px;
    }

        .drvex ul li::marker,
        .ckb ul li::marker {
            font-family: 'Font Awesome 6 Pro';
            content: '\f45c';
            font-weight: 900;
            font-size: 12px;
            background-color: var(--blau);
            color: var(--blau);
        }
/*
.content-slim div.applications-outer p { clear:both; }  --> Führt zu Problem mit Absätzen siehe Trello Task: https://trello.com/c/1J8fKcTS/316-neues-format-applicationnotesblocktmpl-nach-absatz-neben-bildelement-f%C3%A4ngt-der-n%C3%A4chste-absatz-erst-unter-dem-bild-an; */

.content-slim .container p .anclass {
    margin-bottom: 30px;
}

.content-slim div.applications-outer p {
    clear: both;
}

.content-slim .container h2.colored--title {
    min-width: 100%;
}

.content-slim p .anclass {
    margin-bottom: 30px;
}

.content-slim h2.colored--title {
    min-width: 100%;
}

.content-slim h2 span.colored--title {
    min-width: 100%;
}

/* a.older-event:not(.selected)[data-date="01/01/2000"] {
   display:none; 
} */
a.older-event:not(.selected)[data-date="01/01/2008"] {
    display: none;
}

/* ==========================================================================
   解决轮播图闪烁问题 - 方案1：CSS预加载优化
========================================================================== */
.hero .fade {
    visibility: visible !important;
    opacity: 1 !important;
}

.hero .fade:not(.slick-initialized) {
    visibility: hidden;
}

.hero .fade.slick-initialized {
    visibility: visible;
    opacity: 1;
}

/* 确保第一张轮播图片在初始化前就显示 */
.hero .fade:not(.slick-initialized) .carousel-item:first-child {
    visibility: visible;
    opacity: 1;
}

.hero .fade:not(.slick-initialized) .carousel-item:not(:first-child) {
    display: none;
}

/* 修复 fadeInUp 动画导致的闪烁问题 */
.hero .metro-grid.animated.fadeInUp {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

/* 确保 hero section 中的所有元素立即可见 */
.hero .metro-grid {
    opacity: 1 !important;
}

/* ==========================================================================
   彻底解决轮播图闪烁问题 - 强制覆盖所有动画效果
========================================================================== */

/* 强制轮播图容器立即可见，覆盖所有动画效果 */
.hero .metro-grid {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
}

/* 确保轮播图在页面加载时立即显示，覆盖所有可能的动画类 */
.hero .metro-grid.animated,
.hero .metro-grid.fadeInUp,
.hero .metro-grid.animated.fadeInUp {
    opacity: 1 !important;
    animation: none !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* 防止SAL库影响轮播图 */
.hero [data-sal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* 强制覆盖任何可能的fadeInUp动画 */
.hero .animated.fadeInUp,
.hero .fadeInUp {
    animation-name: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* 确保轮播图容器在任何情况下都立即可见 */
section.hero {
    opacity: 1 !important;
    visibility: visible !important;
}

section.hero *:not(.carousel-slide) {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ==========================================================================
   全新的简洁轮播图样式 - 无动画冲突
========================================================================== */

/* 轮播图容器 */
.simple-carousel-container {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    background: #f5f5f5;
}

/* 轮播图主体 */
.simple-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 轮播图幻灯片 */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 第一张幻灯片初始状态 - 让JavaScript控制可见性 */
.carousel-slide:first-child {
    /* opacity由JavaScript控制 */
}

/* 激活的幻灯片 */
.carousel-slide.active {
    opacity: 1;
}

/* 轮播图图片 */
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 轮播图文字样式 - 直接显示在图片上，放大2倍并居中 */

.carousel-slide h3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 20px 0;
    font-size: 48px; /* 放大2倍：原24px -> 48px */
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 90%;
    z-index: 5;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.9),
        0 0 12px rgba(0, 0, 0, 0.8),
        2px 2px 4px rgba(0, 0, 0, 1);
}

.carousel-slide p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 32px; /* 放大2倍：原16px -> 32px */
    line-height: 1.4;
    color: #f0f0f0;
    text-align: center;
    width: 85%;
    z-index: 5;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 8px rgba(0, 0, 0, 0.8),
        1px 1px 3px rgba(0, 0, 0, 1);
}

/* 轮播图指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    border-color: white;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* ========================================
   防止SAL库影响轮播图 - 强制轮播图立即可见
   ======================================== */
.simple-carousel-container,
.simple-carousel {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* 轮播图幻灯片 - 修复版本：保持过渡效果和正确的可见性控制 */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: visible !important;
}

/* 第一张幻灯片初始状态 - 移除强制可见，让JavaScript控制 */
.carousel-slide:first-child {
    display: flex !important;
    visibility: visible !important;
}

/* 激活的幻灯片 - 确保优先级 */
.carousel-slide.active {
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
}

/* 防止任何动画库影响轮播图的初始状态 */
.simple-carousel-container .carousel-nav,
.simple-carousel-container .carousel-indicators {
    opacity: inherit !important;
    visibility: inherit !important;
    transform: inherit !important;
}

/* 轮播图容器在页面加载时立即显示 */
.hero .simple-carousel-container {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* 轮播图导航按钮 */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
    left: 20px;
}

.carousel-nav.next {
    right: 20px;
}

/* 响应式设计 - 优化移动端长方形比例 */
@media screen and (max-width: 1024px) {
    .simple-carousel-container {
        height: 450px; /* 从550px调整为450px，保持更好的比例 */
    }
}

@media (max-width: 768px) {
    .simple-carousel-container {
        height: 320px; /* 从480px调整为320px，避免正方形效果 */
        min-height: 280px;
    }
    
    .carousel-slide h3 {
        font-size: 36px; /* 平板端适当缩小 */
        width: 95%;
    }
    
    .carousel-slide p {
        font-size: 24px; /* 平板端适当缩小 */
        width: 90%;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .carousel-nav.prev {
        left: 10px;
    }
    
    .carousel-nav.next {
        right: 10px;
    }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    .simple-carousel-container {
        height: 340px; /* 中等屏幕保持合适比例 */
        min-height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .simple-carousel-container {
        height: 280px; /* 从320px调整为280px，保持16:9左右比例 */
        min-height: 240px;
    }
}

@media (max-width: 480px) {
    .simple-carousel-container {
        height: 240px; /* 从350px调整为240px，避免在小屏幕上过高 */
        min-height: 200px;
    }
    
    .carousel-slide h3 {
        font-size: 28px; /* 手机端进一步缩小 */
        width: 95%;
        top: 35%;
    }
    
    .carousel-slide p {
        font-size: 18px; /* 手机端进一步缩小 */
        width: 90%;
        top: 65%;
        line-height: 1.3;
    }
    
    .carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .simple-carousel-container {
        height: 200px; /* 超小屏幕进一步优化 */
        min-height: 180px;
    }
    
    .carousel-slide h3 {
        font-size: 22px; /* 超小屏幕最小尺寸 */
        width: 95%;
        top: 30%;
    }
    
    .carousel-slide p {
        font-size: 14px; /* 超小屏幕最小尺寸 */
        width: 90%;
        top: 70%;
        line-height: 1.2;
    }
}
