/** Version 0.0.1 **/
:root {
    --color-red: #aa0020;
    --color-toned-red: #cc132a;
    --color-darkred: #990e1f;
    --color-darkgrey: #222;
    --color-text-darkgrey: #444;
    --color-textgrey: #4a595c;
    --color-toned-textgrey: #5e7175;
    --color-shadegrey: #e6e7eb;
    --color-lightgrey: #eeeff3;
    --color-hover-lightgrey: #f5f6fa;
    --color-white: #fff;
    --color-form-lightgrey: #cccdd1;
    --color-form-darkgrey: #9b9b9e;
    --color-black: #222;
    --color-form-validation: red;
    --color-green: #77b340;
    --color-toned-green: color-mix(in srgb, var(--color-green), #fff 10%);
    --color-darkgreen: color-mix(in srgb, var(--color-green), #000 10%);
    --color-primary-700: #94001d;
    --color-primary-900: #700016;
    --color-carousel-grey: #354042;
    --color-carousel-lightgrey: #6b6b6a;
    --color-carousel-red: #ba1926;
    --color-facebook: #3b5998;
    --color-twitter: #000;
    --color-xing: #126567;
    --color-youtube: #cd201f;
    --color-vimeo: #1ab7ea;
    --color-twitch: #6441a5;
    --color-whatsapp: #25d366;
    --color-linkedin: #0077b5;
    --color-googleplus: #d34836;
    --color-baidu: #de0f17;
    --color-pinterest: #bd081c;
    --color-instagram: #e1306c;
    --color-blogger: #f57d00;
    --color-flickr: #0063dc;
    --color-kununu: #000;
    --color-tiktok: #000;
    --color-toned-red2: #ba1926;
    --color-lightgrey2: #e4e5ea;
    --font-face: "DaxlineWebPro";
    --font-face-bold: "DaxlineWebPro-Bold";
    --font-face-italic: "DaxlineWebPro-Italic";
    --font-face-medi: "DaxWebPro-Medi";
    --font-face-light: "DaxWebPro-Light";
    --color-lmh-grey-200: #dcdcdf
}

body[data-theme=staplercup],
body[data-theme=staplercup] * {
    --color-red: #ed0030;
    --color-toned-red: #cc132a;
    --color-darkred: #990e1f;
    --color-darkgrey: #222;
    --color-text-darkgrey: #444;
    --color-textgrey: #4a595c;
    --color-toned-textgrey: #5e7175;
    --color-shadegrey: #e6e7eb;
    --color-lightgrey: #eeeff3;
    --color-hover-lightgrey: #f5f6fa;
    --color-white: #fff;
    --color-form-lightgrey: #cccdd1;
    --color-form-darkgrey: #9b9b9e;
    --color-black: var(--color-darkgrey);
    --color-form-validation: red;
    --color-green: #77b340;
    --color-toned-green: color-mix(in srgb, var(--color-textgrey), #fff 10%);
    --color-darkgreen: color-mix(in srgb, var(--color-textgrey), #000 10%);
    --color-primary-700: color-mix(in srgb, var(--color-red), #000 15%);
    --color-primary-900: #700016;
    --color-carousel-grey: #354042;
    --color-carousel-lightgrey: #6b6b6a;
    --color-carousel-red: #ba1926;
    --color-facebook: #3b5998;
    --color-twitter: #000;
    --color-xing: #126567;
    --color-youtube: #cd201f;
    --color-vimeo: #1ab7ea;
    --color-linkedin: #0077b5;
    --color-googleplus: #d34836;
    --color-baidu: #de0f17;
    --color-pinterest: #bd081c;
    --color-instagram: #e1306c;
    --color-blogger: #f57d00;
    --color-flickr: #0063dc;
    --color-kununu: #000;
    --color-tiktok: #000;
    --color-toned-red2: #ba1926;
    --color-lightgrey2: #e4e5ea;
    --font-face: "Outfit-Regular";
    --font-face-italic: "Outfit-Italic";
    --font-face-bold: "Outfit-Bold";
    --font-face-medi: "Outfit-Bold";
    --font-face-light: "Outfit-Light"
}

body[data-theme=staplercup] * b,
body[data-theme=staplercup] * strong,
body[data-theme=staplercup] b,
body[data-theme=staplercup] strong {
    font-family: var(--font-face-bold), var(--font-face)
}

.color-facebook {
    color: --color-facebook
}

.color-twitter {
    color: --color-twitter
}

.color-xing {
    color: --color-xing
}

.color-youtube {
    color: --color-youtube
}

.color-vimeo {
    color: --color-vimeo
}

.color-linkedin {
    color: --color-linkedin
}

.color-googleplus {
    color: --color-googleplus
}

.color-baidu {
    color: --color-baidu
}

.color-pinterest {
    color: --color-pinterest
}

.color-instagram {
    color: --color-instagram
}

.color-blogger {
    color: --color-blogger
}

.color-flickr {
    color: --color-flickr
}

.color-kununu {
    color: --color-kununu
}

.color-twitch {
    color: --color-twitch
}

.color-whatsapp {
    color: --color-whatsapp
}

.color-red {
    background-color: --var(--color-red)
}

.color-toned-red {
    background-color: --var(--color-toned-red)
}

.color-darkred {
    background-color: --var(--color-darkred)
}

.color-darkgrey {
    background-color: --var(--color-darkgrey)
}

.color-text-darkgrey {
    background-color: --var(--color-text-darkgrey)
}

.color-textgrey {
    background-color: --color-textgrey
}

.color-toned-textgrey {
    background-color: --color-toned-textgrey
}

.color-shadegrey {
    background-color: --color-shadegrey
}

.color-hover-lightgrey,
.color-lightgrey,
.color-white {
    background-color: --color-lightgrey
}

.color-form-lightgrey {
    background-color: --color-form-lightgrey
}

.color-form-darkgrey {
    background-color: --color-form-darkgrey
}

.color-form-validation {
    background-color: --color-form-validation
}

@font-face {
    font-family: "LindeGlobalIconFont";
    src: url("../fonts/LindeGlobalIconFont/LindeGlobalIconFont.eot?v=6237937");
    src: url("../fonts/LindeGlobalIconFont/LindeGlobalIconFont.woff2?v=6237935") format("woff2"), url("../fonts/LindeGlobalIconFont/LindeGlobalIconFont.woff?v=6237934") format("woff"), url("../fonts/LindeGlobalIconFont/LindeGlobalIconFont.ttf?v=6237946") format("truetype"), url("../fonts/LindeGlobalIconFont/LindeGlobalIconFont.svg?v=6237936") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-baidu:before {
    content: ""
}

.icon-blogger:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-googleplus:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-LithiumIonenA:before {
    content: ""
}

.icon-LithiumIonenB:before {
    content: ""
}

.icon-LithiumIonenC:before {
    content: ""
}

.icon-LithiumIonenD:before {
    content: ""
}

.icon-LithiumIonenE:before {
    content: ""
}

.icon-LithiumIonenF:before {
    content: ""
}

.icon-LithiumIonenG:before {
    content: ""
}

.icon-LithiumIonenH:before {
    content: ""
}

.icon-LithiumIonenI:before {
    content: ""
}

.icon-LMHaislewidthblack:before {
    content: ""
}

.icon-LMHapplicationblack:before {
    content: ""
}

.icon-LMHBrandIconscashdollarblack:before {
    content: ""
}

.icon-LMHBrandIconscasheuroblack:before {
    content: ""
}

.icon-LMHBrandIconscashpoundblack:before {
    content: ""
}

.icon-LMHBrandIconscashrubleblack:before {
    content: ""
}

.icon-LMHBrandIconscashyuanblack:before {
    content: ""
}

.icon-LMHcontroltypeblack:before {
    content: ""
}

.icon-LMHdealerblack:before {
    content: ""
}

.icon-LMHdrivetypeblack:before {
    content: ""
}

.icon-LMHEnergyLogosIconfontcng:before {
    content: ""
}

.icon-LMHEnergyLogosIconfontdiesel:before {
    content: ""
}

.icon-LMHEnergyLogosIconfonth:before {
    content: ""
}

.icon-LMHEnergyLogosIconfontion:before {
    content: ""
}

.icon-LMHEnergyLogosIconfontlpg:before {
    content: ""
}

.icon-LMHEnergyLogosIconfontpb:before {
    content: ""
}

.icon-LMHenvironmentblack:before {
    content: ""
}

.icon-LMHextranetloginblack:before {
    content: ""
}

.icon-LMHheightblack:before {
    content: ""
}

.icon-LMHIconacademyblack:before {
    content: ""
}

.icon-LMHIconarrowdownblack:before {
    content: ""
}

.icon-LMHIconarrowleftblack:before {
    content: ""
}

.icon-LMHIconarrowrightblack:before {
    content: ""
}

.icon-LMHIconarrowupblack:before {
    content: ""
}

.icon-LMHIconcalendarblack:before {
    content: ""
}

.icon-LMHIconcartblack:before {
    content: ""
}

.icon-LMHIconchatblack:before {
    content: ""
}

.icon-LMHIconcheckmarkblack:before {
    content: ""
}

.icon-LMHIconclosecancelblack:before {
    content: ""
}

.icon-LMHIcondollarblack:before {
    content: ""
}

.icon-LMHIcondownblack:before {
    content: ""
}

.icon-LMHIcondownloadblack:before {
    content: ""
}

.icon-LMHIconendpointblack:before {
    content: ""
}

.icon-LMHIconeuroblack:before {
    content: ""
}

.icon-LMHIconfaxblack:before {
    content: ""
}

.icon-LMHIconfileblack:before {
    content: ""
}

.icon-LMHIconfilesblack:before {
    content: ""
}

.icon-LMHIconfleetblack:before {
    content: ""
}

.icon-LMHIconforkliftblack:before {
    content: ""
}

.icon-LMHIconhelpblack:before {
    content: ""
}

.icon-LMHIconhomeblack:before {
    content: ""
}

.icon-LMHIconimageblack:before {
    content: ""
}

.icon-LMHIconinfoblack:before {
    content: ""
}

.icon-LMHIconintralogisticsblack:before {
    content: ""
}

.icon-LMHIconleftblack:before {
    content: ""
}

.icon-LMHIconlogoutblack:before {
    content: ""
}

.icon-LMHIconmailblack:before {
    content: ""
}

.icon-LMHIconmaintenanceblack:before {
    content: ""
}

.icon-LMHIconmanualblack:before {
    content: ""
}

.icon-LMHIconmenublack:before {
    content: ""
}

.icon-LMHIconmessageblack:before {
    content: ""
}

.icon-LMHIconminusblack:before {
    content: ""
}

.icon-LMHIconneedleblack:before {
    content: ""
}

.icon-LMHIconnotificationblack:before {
    content: ""
}

.icon-LMHIconpauseblack:before {
    content: ""
}

.icon-LMHIconpdffileblack:before {
    content: ""
}

.icon-LMHIconpersonblack:before {
    content: ""
}

.icon-LMHIconphoneblack:before {
    content: ""
}

.icon-LMHIconpinblack:before {
    content: ""
}

.icon-LMHIconplayblack:before {
    content: ""
}

.icon-LMHIconplusblack:before {
    content: ""
}

.icon-LMHIconpoundblack:before {
    content: ""
}

.icon-LMHIconprintblack:before {
    content: ""
}

.icon-LMHIconratingblack:before {
    content: ""
}

.icon-LMHIconreloadblack:before {
    content: ""
}

.icon-LMHIconrentalblack:before {
    content: ""
}

.icon-LMHIconrightblack:before {
    content: ""
}

.icon-LMHIconsearchblack:before {
    content: ""
}

.icon-LMHIconserviceblack:before {
    content: ""
}

.icon-LMHIconsettingsblack:before {
    content: ""
}

.icon-LMHIconshareblack:before {
    content: ""
}

.icon-LMHIconstarblack:before {
    content: ""
}

.icon-LMHIconstopblack:before {
    content: ""
}

.icon-LMHIconsupportblack:before {
    content: ""
}

.icon-LMHIcontaskslistblack:before {
    content: ""
}

.icon-LMHIconupblack:before {
    content: ""
}

.icon-LMHIconuploadblack:before {
    content: ""
}

.icon-LMHIconusersblack:before {
    content: ""
}

.icon-LMHIconversionblack:before {
    content: ""
}

.icon-LMHIconvideoblack:before {
    content: ""
}

.icon-LMHIconviewblack:before {
    content: ""
}

.icon-LMHIconvnakblack:before {
    content: ""
}

.icon-LMHIconworldblack:before {
    content: ""
}

.icon-LMHIconzipfileblack:before {
    content: ""
}

.icon-LMHIconzoominblack:before {
    content: ""
}

.icon-LMHIconzoomoutblack:before {
    content: ""
}

.icon-LMHIconsaddpinblack:before {
    content: ""
}

.icon-LMHIconsAGVblack:before {
    content: ""
}

.icon-LMHIconsautomationblack:before {
    content: ""
}

.icon-LMHIconsaxisblack:before {
    content: ""
}

.icon-LMHIconsbluetoothblack:before {
    content: ""
}

.icon-LMHIconscamerablack:before {
    content: ""
}

.icon-LMHIconscellularblack:before {
    content: ""
}

.icon-LMHIconscomfortblack:before {
    content: ""
}

.icon-LMHIconsdeleteblack:before {
    content: ""
}

.icon-LMHIconsdigitizationblack:before {
    content: ""
}

.icon-LMHIconselectricityblack:before {
    content: ""
}

.icon-LMHIconsenergysystemsblack:before {
    content: ""
}

.icon-LMHIconsfilterblack:before {
    content: ""
}

.icon-LMHIconsgrowthblack:before {
    content: ""
}

.icon-LMHIconsindividualizationblack:before {
    content: ""
}

.icon-LMHIconsinquiryblack:before {
    content: ""
}

.icon-LMHIconsliftcapacityblack:before {
    content: ""
}

.icon-LMHIconsloadcenterblack:before {
    content: ""
}

.icon-LMHIconsmeasurementblack:before {
    content: ""
}

.icon-LMHIconsorderpickerblack:before {
    content: ""
}

.icon-LMHIconspalletstackerblack:before {
    content: ""
}

.icon-LMHIconspallettruckblack:before {
    content: ""
}

.icon-LMHIconspickingheightblack:before {
    content: ""
}

.icon-LMHIconsprintblack:before {
    content: ""
}

.icon-LMHIconsreachtruckblack:before {
    content: ""
}

.icon-LMHIconsremotecontrolblack:before {
    content: ""
}

.icon-LMHIconssafety:before {
    content: ""
}

.icon-LMHIconssaveblack:before {
    content: ""
}

.icon-LMHIconssmartphoneblack:before {
    content: ""
}

.icon-LMHIconstabletblack:before {
    content: ""
}

.icon-LMHIconstowcapacityblack:before {
    content: ""
}

.icon-LMHIconsunevennesscompensationblack:before {
    content: ""
}

.icon-LMHIconswareblack:before {
    content: ""
}

.icon-LMHIconswifiblack:before {
    content: ""
}

.icon-LMHloadcapacityblack:before {
    content: ""
}

.icon-LMHpriceblack:before {
    content: ""
}

.icon-LMHproducttypeblack:before {
    content: ""
}

.icon-LMHratingone:before {
    content: ""
}

.icon-LMHratingthree:before {
    content: ""
}

.icon-LMHratingtwo:before {
    content: ""
}

.icon-LMHstarfilledblack:before {
    content: ""
}

.icon-LMHstarspikesblack:before {
    content: ""
}

.icon-LMHyearofmanufacturingblack:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-xing:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-LMHIconswarrantyacademy:before {
    content: ""
}

.icon-LMHIconsenergysystems:before {
    content: ""
}

.icon-LMHIconslight:before {
    content: ""
}

.icon-LMHIconscolorfill:before {
    content: ""
}

.icon-LMHExplosionProof:before {
    content: ""
}

.icon-LMHWorkPlatform:before {
    content: ""
}

.icon-kununu:before {
    content: ""
}

.icon-tiktok:before {
    content: ""
}

.icon-LMHIconflexiblehoursblack:before {
    content: ""
}

.icon-twitch:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .icon:before {
        vertical-align: middle
    }
}

.icon {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

@media (min-width:1024px) {
    html {
        overflow: visible
    }
}

body {
    margin: 0;
    min-height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
html textarea[type=button],
input[type=reset],
input[type=submit],
textarea[type=reset],
textarea[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled],
html textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,
textarea {
    line-height: normal
}

input[type=checkbox],
input[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search],
textarea[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
textarea[type=search]::-webkit-search-cancel-button,
textarea[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

:focus {
    outline: none
}

:after,
:before {
    box-sizing: border-box
}

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html:focus {
    outline: 0
}

body {
    color: var(--color-darkgrey);
    position: relative;
    height: 100%
}

body.prevent-scrolling {
    overflow: hidden !important;
    min-height: 0 !important
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[role=button] {
    cursor: pointer
}

img {
    vertical-align: middle
}

.hidden {
    display: none !important
}

.text-center {
    text-align: center
}

.calendar-event__event-info__title,
.calendar-list__heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.hidden-mobile {
    display: inline-block
}

.visible-mobile {
    display: none
}

.body-container {
    overflow-x: hidden;
    min-height: 100%;
    margin: auto;
    max-width: 1600px
}

.body-container.prevent-scrolling {
    overflow: hidden !important
}

@media print {
    .body-container {
        padding-top: 32px
    }

    .body-container .slick-track {
        opacity: 1 !important;
        width: 100% !important;
        transform: none !important;
        display: block !important
    }

    .body-container .carousel-button-wrapper,
    .body-container .slick-dots {
        display: none
    }
}
.foot-contact{text-align: right; border-bottom:1px #eeeff3 solid; padding-bottom:20px;}
.body-container .content {
    background: var(--color-white);
    padding-bottom: 2.5vh
}

body.modal_overflow {
    overflow: hidden
}

.stickystacky-wrapper {
    position: fixed;
    transform: translateY(-100%);
    width: 100%;
    z-index: 9999;
    transition: transform .5s ease-in-out
}

.stickystacky-wrapper>div:last-of-type {
    box-shadow: 0 2px 3px 0 rgba(var(--color-black), .2)
}

@media (min-width:1024px) {
    .stickystacky-wrapper .global-search.expanded {
        height: calc(100vh - 61px);
        max-height: calc(100vh - 61px)
    }

    .stickystacky-wrapper .navigation {
        border-bottom-color: transparent
    }
}

.stickystacky-initialized {
    transform: none
}

.stickystacky>* {
    width: 100%
}

.layout-article--sidebar .ld-layout-item__wrapper:nth-child(2)>*,
.layout-event--sidebar .ld-layout-item__wrapper:nth-child(2)>* {
    margin: 0 0 16px
}

.layout-article--sidebar .layout--contacts .ld-layout-item__wrapper:nth-child(2)>*,
.layout-event--sidebar .layout--contacts .ld-layout-item__wrapper:nth-child(2)>* {
    margin: 0
}

.media-browser__master:not(.slick-initialized)>.media-browser__item:not(:first-child),
.media-carousel:not(.slick-initialized)>.media-carousel-item:not(:first-child) {
    display: none
}

.layout-teasercarousel--fixed:not(.slick-initialized) {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    overflow: auto
}

.layout-teasercarousel--fixed:not(.slick-initialized) .ld-layout-item__wrapper {
    min-width: 100% !important
}

@media (min-width:640px) {
    .layout-teasercarousel--fixed:not(.slick-initialized) .ld-layout-item__wrapper {
        min-width: 50% !important
    }
}

@media (min-width:960px) {
    .layout-teasercarousel--fixed:not(.slick-initialized) .ld-layout-item__wrapper {
        min-width: 33% !important
    }
}

@media (min-width:1024px) {
    .layout-teasercarousel--fixed:not(.slick-initialized) .ld-layout-item__wrapper {
        min-width: 25% !important
    }
}

.dealer-btn-wrapper .contact-card,
.dealer-btn-wrapper .dealer-card {
    display: none
}

@media (min-width:1024px) {

    .dealer-btn-wrapper .contact-card,
    .dealer-btn-wrapper .dealer-card {
        display: none
    }

    .dealer-btn-wrapper .contact-card .dealer-card__image-wrapper,
    .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 48px;
        height: 48px;
        margin-right: 18px;
        overflow: hidden
    }

    .dealer-btn-wrapper .contact-card .dealer-card__image-wrapper .dealer-card__name,
    .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper .dealer-card__name {
        font-family: var(--font-face);
        font-size: 16px;
        display: inline-block;
        line-height: 20px
    }

    .dealer-btn-wrapper .contact-card .dealer-card__text-wrapper,
    .dealer-btn-wrapper .dealer-card .dealer-card__text-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        width: calc(100% - 71px)
    }
}

.dealer-btn-wrapper .contact-card__close,
.dealer-btn-wrapper .dealer-card__close {
    display: none;
    color: var(--color-red);
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 0;
    padding: 8px
}

.dealer-btn-wrapper .contact-card .btn,
.dealer-btn-wrapper .dealer-card .btn {
    display: none
}

.dealer-btn-wrapper .contact-card .dealer-card__data,
.dealer-btn-wrapper .dealer-card .dealer-card__data {
    overflow: hidden;
    padding: 12px 8px 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dealer-btn-wrapper .contact-card.open .dealer-find__wrapper,
.dealer-btn-wrapper .dealer-card.open .dealer-find__wrapper {
    display: block
}

.dealer-btn-wrapper .contact-card.open .contact-dealer-button,
.dealer-btn-wrapper .dealer-card.open .contact-dealer-button {
    display: none
}

.dealer-btn-wrapper {
    position: relative
}

.dealer-btn-wrapper .dealer-find__wrapper {
    background-color: var(--color-white);
    display: none;
    position: relative
}

.dealer-btn-wrapper .dealer-find__wrapper>.icon:first-child {
    position: absolute;
    right: 0;
    padding: 0 8px;
    color: var(--color-red);
    top: 6px
}

.dealer-btn-wrapper .dealer-find__wrapper .dealer-find__header {
    padding: 12px 8px
}

.dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form {
    padding: 0 8px;
    margin-bottom: 16px
}

.dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn {
    border-top: 1px solid var(--color-lightgrey)
}

.contact-dealer-button__info form {
    padding: 0 8px;
    margin-bottom: 16px
}

.contact-dealer-button__info form+.btn {
    border-top: 1px solid var(--color-lightgrey)
}

.dealer-card {
    width: 250px;
    display: none
}

.dealer-card__image-wrapper {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden
}

.is_mobile_menu body {
    position: fixed
}

.is_mobile_menu body .content {
    position: fixed;
    height: 0
}

.is_mobile_menu body .rubberband-fix {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.is_mobile_menu .body-container {
    max-height: 100vh;
    overflow: hidden
}

.is_mobile_menu .body-container .navigation {
    border-bottom: none;
    transition: transform, .25s
}

.is_mobile_menu .body-container .navigation.is_open,
.is_mobile_menu .body-container .navigation.is_open .navigation_burger button.navigation,
.navigation.is_open .navigation_burger .is_mobile_menu .body-container button.navigation {
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0
}

.is_mobile_menu .body-container .navigation.is_open+.notification,
.is_mobile_menu .body-container .navigation.is_open .navigation_burger button.navigation+.notification,
.navigation.is_open .navigation_burger .is_mobile_menu .body-container button.navigation+.notification {
    display: none
}

.is_mobile_menu .body-container .navigation.prevent-scrolling {
    overflow: hidden
}

.content>.clearfix,
.content>.infobox-link,
.content>.infobox-media {
    width: 100%
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hide-navigation .header,
.hide-navigation .navigation {
    background: var(--color-white)
}

.hide-navigation .header .navigation .menu_meta_item_search {
    display: none
}

.hide-navigation .meta-button-wrapper {
    padding: 15px
}

.hide-navigation .meta-button-wrapper .btn {
    background: var(--color-lightgrey);
    color: var(--color-red);
    box-shadow: none !important
}

@media (min-width:1024px) {
    .hide-navigation .meta-button-wrapper {
        padding: 0
    }

    .hide-navigation .meta-button-wrapper .btn {
        background: var(--color-white);
        color: var(--color-red);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2) !important
    }

    .hide-navigation .header,
    .hide-navigation .navigation {
        background: transparent;
        border: none
    }

    .hide-navigation .header {
        height: auto;
        top: 48px;
        position: absolute;
        width: 100%
    }

    .hide-navigation .header-intro:first-child,
    .hide-navigation .header-intro:nth-child(2) {
        padding-top: 100px !important
    }
}

.btn.btn--jump-to-top {
    position: fixed;
    bottom: 1.25vw;
    right: 1.25vw;
    display: none;
    z-index: 9999
}

@media (min-width:1280px) {
    .btn.btn--jump-to-top {
        right: 16px;
        bottom: 16px
    }
}

.btn.btn--jump-to-top .icon {
    position: absolute;
    bottom: calc(50% - 12px);
    right: calc(50% - 12px)
}

body>a:last-of-type img {
    display: none
}

@media (min-width:1024px) {
    .media-player-icon .image-wrapper__media-icon {
        display: block !important;
        font-family: LindeGlobalIconFont;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        color: var(--color-textgrey);
        background: rgba(var(--color-white), .7);
        padding: 6px 10px;
        top: 3px;
        left: 11px
    }

    .media-player-icon .image-wrapper__media-icon:before {
        display: block;
        margin: -.2em;
        content: "\f160"
    }
}

@media (max-width:1279px) {
    .media-player-icon .image-wrapper__media-icon {
        display: block !important;
        font-family: LindeGlobalIconFont;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        color: var(--color-textgrey);
        background: rgba(var(--color-white), .7);
        padding: 6px 10px;
        top: 3px;
        left: 7px
    }

    .media-player-icon .image-wrapper__media-icon:before {
        display: block;
        margin: -.2em;
        content: "\f160"
    }
}

.pull-left {
    float: left
}

.blog-header .date,
.filter-group .filter__header .spinner,
.notification>.btn__link,
.pull-right {
    float: right
}

.center {
    text-align: center
}

.margin-bottom-m {
    margin-bottom: 15px
}

.margin-top-m {
    margin-top: 15px
}

.extra-margin {
    margin: 16px;
    height: 100%
}

.hidden {
    display: none
}

.padding-container {
    padding-left: 10px;
    padding-right: 10px
}

.padding-top-bottom-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.clearfix:after,
.clearfix:before,
.infobox-link:after,
.infobox-link:before,
.infobox-media:after,
.infobox-media:before {
    content: "";
    display: table
}

.clearfix:after,
.infobox-link:after,
.infobox-media:after {
    clear: both
}

@media (min-width:1024px) {

    .hidden-desktop,
    .hidden-desktop:after,
    .hidden-desktop:before {
        display: none !important
    }
}

@media (max-width:1023px) {

    .desktop-only,
    .desktop-only:after,
    .desktop-only:before {
        display: none !important
    }
    .foot-contact{font-size:14px; padding:10px 8px;}
}

@media (max-width:767px) {

    .hidden-mobile,
    .hidden-mobile:after,
    .hidden-mobile:before {
        display: none !important
    }
}

@media (min-width:768px) {

    .mobile-only,
    .mobile-only:after,
    .mobile-only:before {
        display: none !important
    }
}

.autocomplete-wrapper .autocomplete+ul li,
.autocomplete-wrapper .autocomplete+ul li a,
.calendar-event__event-info__title,
.calendar-list__heading,
.checkbox,
.dropdown-item a,
.input-wrapper.error+.message,
.label,
.radio,
.radio>span,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {

    article,
    aside,
    blockquote,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    iframe,
    menu,
    nav,
    section,
    video {
        page-break-inside: avoid;
        break-inside: avoid
    }
}

.fs-button-icon img {
    width: auto;
    height: auto
}

.fs-button-label {
    font-size: 12px
}

.footer-fsbutton button {
    margin: auto
}

@font-face {
    font-family: DaxWebPro-Medi;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bold_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bold.woff) format("woff");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxWebPro-Light;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro.woff) format("woff");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxWebPro;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxlineWebPro;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxlineWebPro-Bold;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bold_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxlineWebPro-BoldItalic;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bolditalic_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_bolditalic.woff) format("woff");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: DaxlineWebPro-Italic;
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_italic_1.woff2) format("woff2");
    src: url(../fonts/FFDaxlineWebPro/daxlinewebpro_italic.woff) format("woff");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Outfit-Regular;
    src: url(../fonts/Outfit/Outfit-Regular.woff) format("woff"), url(../fonts/Outfit/Outfit-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Outfit-Italic;
    src: url(../fonts/Outfit/Outfit-Thin.woff) format("woff"), url(../fonts/Outfit/Outfit-Thin.ttf) format("truetype");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Outfit-Bold;
    src: url(../fonts/Outfit/Outfit-Bold.woff) format("woff"), url(../fonts/Outfit/Outfit-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Outfit-Medi;
    src: url(../fonts/Outfit/Outfit-Regular.woff) format("woff"), url(../fonts/Outfit/Outfit-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Outfit-Light;
    src: url(../fonts/Outfit/Outfit-Thin.woff) format("woff"), url(../fonts/Outfit/Outfit-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    text-rendering: optimizeLegibility
}

body,
html {
    font-family: var(--font-face), Arial, sans-serif;
    color: var(--color-darkgrey);
    line-height: 150%;
    font-size: 16px;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1
}

@media (min-width:640px) {

    body,
    html {
        font-size: 18px
    }
}

.accordion--icons .accordion-item-headline,
.calendar-event__event-info__title,
.calendar-list__heading,
.form-section fieldset legend,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.layout-100--fixed .teaser--icon-text .calendar-event__event-info__title,
.layout-100--fixed .teaser--icon-text .calendar-list__heading,
.layout-100--fixed .teaser--icon-text h3,
.product-stage-used .content__wrapper .btn-row .price,
.teaser--icon-text .calendar-event__event-info__title,
.teaser--icon-text .calendar-list__heading,
.teaser--icon-text h3,
.teaser--icon .calendar-event__event-info__title,
.teaser--icon .calendar-list__heading,
.teaser--icon div.h3,
.teaser--icon h3,
.text-container--large>.icon,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-face-medi), Arial, sans-serif !important;
    color: var(--color-darkgrey);
    text-transform: none
}

p {
    line-height: 1.75
}

.h1,
.product-stage-used .content__wrapper .btn-row .price,
.text-container--large>.icon,
h1 {
    line-height: 120%;
    width: 100%;
    margin: 0;
    font-size: 1rem;
    text-transform: none
}

.h1.large,
.product-stage-used .content__wrapper .btn-row .large.price,
.text-container--large>.large.icon,
h1.large {
    font-size: 11.6vw
}

@media (min-width:640px) {

    .h1.large,
    .product-stage-used .content__wrapper .btn-row .large.price,
    .text-container--large>.large.icon,
    h1.large {
        font-size: 4rem
    }
}

@media (min-width:640px) {

    .h1,
    .product-stage-used .content__wrapper .btn-row .price,
    .text-container--large>.icon,
    h1 {
        font-size: 54px;
        line-height: 125%
    }
}

.h2,
.headline-blog,
.text-container--large>.icon,
.text-container>.icon,
h2 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    text-transform: none
}

@media (min-width:768px) {

    .h2,
    .headline-blog,
    .text-container--large>.icon,
    .text-container>.icon,
    h2 {
        font-size: 3rem !important
    }
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 125%
}

.calendar-event__event-info__title,
.calendar-list__heading,
.h3,
h3 {
    font-size: 1.5rem;
    line-height: 125%;
    text-transform: none
}

.calendar-event__event-info__title,
.calendar-list__heading,
.h3.small,
.infobox-media .caption.calendar-event__event-info__title,
.infobox-media .caption.calendar-list__heading,
.infobox-media .h3.caption,
.infobox-media h3.caption,
.teaser--job-offer .calendar-event__event-info__title,
.teaser--job-offer .calendar-list__heading,
.teaser--job-offer .h3.calendar-event__event-info__title,
.teaser--job-offer .h3.calendar-list__heading,
.teaser--job-offer h3,
.teaser--job-offer h3.h3,
h3.small {
    font-size: 1.25rem
}

@media (min-width:640px) {

    .calendar-event__event-info__title,
    .calendar-list__heading,
    .h3.small,
    .infobox-media .caption.calendar-event__event-info__title,
    .infobox-media .caption.calendar-list__heading,
    .infobox-media .h3.caption,
    .infobox-media h3.caption,
    .teaser--job-offer .calendar-event__event-info__title,
    .teaser--job-offer .calendar-list__heading,
    .teaser--job-offer .h3.calendar-event__event-info__title,
    .teaser--job-offer .h3.calendar-list__heading,
    .teaser--job-offer h3,
    .teaser--job-offer h3.h3,
    h3.small {
        font-size: 1.33rem
    }
}

@media (min-width:640px) {

    .calendar-event__event-info__title,
    .calendar-list__heading,
    .h3,
    h3 {
        font-size: 1.63rem
    }
}

.h4,
.layout-100--fixed .teaser--icon-text .calendar-event__event-info__title,
.layout-100--fixed .teaser--icon-text .calendar-list__heading,
.layout-100--fixed .teaser--icon-text h3,
.teaser--icon-text .calendar-event__event-info__title,
.teaser--icon-text .calendar-list__heading,
.teaser--icon-text h3,
h4 {
    font-size: 1rem;
    line-height: 125%;
    text-transform: none;
    letter-spacing: .01em
}

@media (min-width:640px) {

    .h4,
    .layout-100--fixed .teaser--icon-text .calendar-event__event-info__title,
    .layout-100--fixed .teaser--icon-text .calendar-list__heading,
    .layout-100--fixed .teaser--icon-text h3,
    .teaser--icon-text .calendar-event__event-info__title,
    .teaser--icon-text .calendar-list__heading,
    .teaser--icon-text h3,
    h4 {
        letter-spacing: .02em
    }
}

.accordion--icons .accordion-item-headline,
.form-section fieldset legend,
.h5,
.teaser--icon .calendar-event__event-info__title,
.teaser--icon .calendar-list__heading,
.teaser--icon div.h3,
.teaser--icon h3,
h5 {
    font-size: 1rem;
    line-height: 150%;
    text-transform: none
}

@media (min-width:640px) {

    .accordion--icons .accordion-item-headline,
    .form-section fieldset legend,
    .h5,
    .teaser--icon .calendar-event__event-info__title,
    .teaser--icon .calendar-list__heading,
    .teaser--icon div.h3,
    .teaser--icon h3,
    h5 {
        font-size: 1rem
    }
}

.h6,
h6 {
    font-size: .875rem;
    text-transform: none
}

@media (min-width:640px) {

    .h6,
    h6 {
        font-size: .875em;
        text-transform: none;
        letter-spacing: 0
    }
}

.mwf-upload-dropzone .calendar-event__event-info__title,
.mwf-upload-dropzone .calendar-list__heading,
.mwf-upload-dropzone h3,
p,
table {
    font-size: .95rem;
    line-height: 1.75;
    margin: 0;
    max-width: 640px;
    font-family: var(--font-face), Arial, sans-serif
}

ol,
ul {
    font-size: .95rem;
    line-height: 150%
}

blockquote {
    color: var(--color-red);
    font-size: 1.25rem;
    text-align: center;
    line-height: 150%
}

@media (min-width:640px) {
    blockquote {
        font-size: 1.5rem;
        font-family: var(--font-face-light)
    }
}

a.textlink {
    font-family: var(--font-face-medi), Arial, sans-serif;
    font-weight: 700
}

a {
    line-height: 1
}

a,
a:active,
a:focus,
a:visited {
    color: var(--color-red);
    text-decoration: none
}

p a {
    line-height: inherit
}

.autocomplete-wrapper .autocomplete+ul li,
.autocomplete-wrapper .autocomplete+ul li a,
.checkbox,
.dropdown-item a,
.input-wrapper.error+.message,
.label,
.radio,
.radio>span,
input,
label,
textarea {
    font-family: var(--font-face), Arial, sans-serif;
    font-size: 15px
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

.contact-card__contact>div .bullets.name,
.contact-card__contact>div .name,
.header-image .text-wrapper .bullets.h2,
.header-image .text-wrapper .h2,
.header-image .text-wrapper p,
.header-image .text-wrapper p.bullets,
.intro,
.intro.bullets,
.layout-jobdescription .bullets.detail,
.layout-jobdescription .detail,
.layout-jobdescription li,
.layout-jobdescription li.bullets,
.text-container--large p,
.text-container--large p.bullets {
    font-size: 1.125rem;
    line-height: 150%;
    margin: 0 0 1em
}

.contact-card__contact>div .bullets.name+p,
.contact-card__contact>div .name+p,
.header-image .text-wrapper .bullets.h2+p,
.header-image .text-wrapper .h2+p,
.header-image .text-wrapper p+p,
.header-image .text-wrapper p.bullets+p,
.intro+p,
.intro.bullets+p,
.layout-jobdescription .bullets.detail+p,
.layout-jobdescription .detail+p,
.layout-jobdescription li+p,
.layout-jobdescription li.bullets+p,
.text-container--large p+p,
.text-container--large p.bullets+p {
    text-indent: 0
}

.blog-header .date,
.calendar-event__event-info__additional-information,
.calendar-event__event-info__meta,
.event-detail__category,
.event-detail__meta__appointments,
.event-detail__meta__attendance-note,
.event-detail__meta__registration-note,
.info,
.info--secondary,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li+li,
.product-info {
    font-size: .875rem;
    color: var(--color-textgrey)
}

.info--secondary,
.product-info {
    color: rgba(var(--color-textgrey), .5)
}

.headline-article,
.headline-blog {
    color: var(--color-red)
}

.headline-blog {
    text-transform: none
}

.infobox-media p.caption,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li,
p.small {
    font-size: .875em
}

.product-stage-used .content__wrapper .btn-row .price,
.text-red {
    color: var(--color-red)
}

.text-black {
    color: var(--color-black)
}

.dom-content .calendar-event__event-info__title,
.dom-content .calendar-list__heading,
.dom-content h2,
.dom-content h3,
.dom-content h4,
.dom-content h5,
.dom-content h6 {
    font-size: 1.5rem !important;
    line-height: 125% !important;
    text-transform: none !important
}

.running-text ol,
.running-text ul,
ul.bullets {
    font-family: var(--font-face), Arial, sans-serif;
    margin-top: .5em;
    margin-bottom: .5em
}

.running-text ol li,
.running-text ul li,
ul.bullets li {
    margin-bottom: .25em;
    position: relative;
    padding-left: 1.125em
}

.running-text ol li:before,
.running-text ul li:before,
ul.bullets li:before {
    content: "—"
}

.running-text ul,
ul.bullets {
    padding: 0
}

.running-text ul li,
ul.bullets li {
    padding-left: 1.125em
}

.running-text ul li:before,
ul.bullets li:before {
    content: "–" !important;
    color: var(--color-red);
    position: absolute;
    left: 0
}

.running-text ol,
ol.bullets {
    padding: 0;
    counter-reset: item
}

.running-text ol>li,
ol.bullets>li {
    padding: 0 0 0 1.5em;
    text-indent: -1.325em;
    list-style-type: none;
    counter-increment: item
}

.running-text ol>li:before,
ol.bullets>li:before {
    display: inline-block;
    font-family: var(--font-face-bold), Arial, sans-serif;
    width: 1.5em;
    padding-right: .5em;
    text-align: right;
    font-size: .85rem;
    content: counter(item);
    color: var(--color-red);
    font-feature-settings: "tnum", "lnum";
    font-variant-numeric: tabular-nums lining-nums
}

blockquote {
    padding: 2em 1em
}

blockquote:before {
    content: "«";
    margin-right: .175em
}

blockquote:after {
    content: "»";
    margin-left: .175em
}

blockquote.doublehigh:after,
blockquote.doublehigh:before {
    content: '"'
}

blockquote.lowandhigh:before {
    content: "„"
}

blockquote.lowandhigh:after {
    content: "“"
}

blockquote.outwardarrow:before {
    content: "«"
}

blockquote.inwardarrow:before,
blockquote.outwardarrow:after {
    content: "»"
}

blockquote.inwardarrow:after {
    content: "«"
}

@media (min-width:640px) {
    blockquote {
        padding: 2em
    }
}

.btn--social:not(.inverted),
.modal-dialog--full-width .modal-dialog-header-close-button .btn,
.no-background {
    background-color: transparent !important
}

.btn--social:hover:not(.no-background--hover):not(.inverted),
.modal-dialog--full-width .modal-dialog-header-close-button .btn:hover:not(.no-background--hover),
.no-background:hover:not(.no-background--hover) {
    background-color: var(--color-hover-lightgrey) !important
}

.btn--social:active:not(.no-background--hover):not(.inverted),
.modal-dialog--full-width .modal-dialog-header-close-button .btn:active:not(.no-background--hover),
.no-background:active:not(.no-background--hover) {
    background-color: var(--color-shadegrey) !important
}

.modal-dialog--full-width .modal-dialog-header-close-button .selected.btn,
.no-background.selected,
.selected.btn--social:not(.inverted) {
    background-color: var(--color-darkred) !important
}

.btn--download,
.stretch {
    width: 100%
}

.btn--action,
.extra-padding {
    padding: 16px 24px !important
}

.compare-box__footer>.share-btn>.btn__link>.btn,
.content-browser .content-browser__list .overflow-bottom button,
.content-browser .content-browser__list .overflow-top button,
.grey-background,
.layout--white.text-container--large .btn,
.text-container.layout--white .btn {
    background-color: var(--color-lightgrey) !important
}

.btn--action,
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2) !important
}

.btn--icon .icon,
.btn--social .icon,
.btn-share .icon,
.datepicker .ui-datepicker-trigger .icon,
.with-icon .icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    text-align: right;
    line-height: 24px;
    margin-top: 0
}

.icon-float-right .icon {
    right: 0
}

.icon-float-left .icon,
.icon-float-right .icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    position: absolute;
    top: -1px;
    text-align: center;
    margin: 0
}

.icon-float-left .icon {
    left: 0
}

.inverted.btn--social:not(.inverted) .icon,
.inverted.no-background .icon,
.modal-dialog--full-width .modal-dialog-header-close-button .inverted.btn .icon {
    color: var(--color-white) !important
}

.inverted.btn--social:hover:not(.inverted),
.inverted.no-background:hover,
.modal-dialog--full-width .modal-dialog-header-close-button .inverted.btn:hover {
    background-color: rgba(var(--color-white), .1) !important
}

.inverted.btn--social:active:not(.inverted),
.inverted.no-background:active,
.modal-dialog--full-width .modal-dialog-header-close-button .inverted.btn:active {
    background-color: rgba(var(--color-white), .2) !important
}

.inverted.no-background.selected,
.inverted.selected.btn--social:not(.inverted),
.modal-dialog--full-width .modal-dialog-header-close-button .inverted.selected.btn {
    background-color: var(--color-white) !important
}

.inverted.no-background.selected .icon,
.inverted.selected.btn--social:not(.inverted) .icon,
.modal-dialog--full-width .modal-dialog-header-close-button .inverted.selected.btn .icon {
    color: var(--color-darkred) !important
}

.notranslation {
    position: relative;
    display: inline-block
}

.notranslation:after {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background: rgba(255, 219, 112, .85);
    color: var(--color-white);
    position: absolute;
    pointer-events: none;
    font-size: 1rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.novalidlink {
    position: relative;
    display: inline-block
}

.novalidlink:after {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background: rgba(70, 140, 196, .85);
    color: var(--color-white);
    position: absolute;
    pointer-events: none;
    font-size: 1rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

img {
    width: 100%;
    height: 100%;
    display: block
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.image-wrapper__media-icon {
    display: none
}

a .image-wrapper {
    position: static
}

.ld-layout-item__wrapper>img {
    width: auto !important;
    height: auto;
    max-width: 100%
}

.subheader-wrapper {
    background: #fff
}

.header {
    width: 100%;
    top: 0;
    background: var(--color-white);
    z-index: 901;
    position: relative
}

@media (max-width:1023px) {
    .header .navigation_logo--cobranding {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header .navigation_logo--cobranding .logo_link:not(:first-child) {
        margin-left: 6px
    }
}

.header.small .navigation_meta .dealer-btn-wrapper .dealer-card,
.infobox-media .header.caption .navigation_meta .dealer-btn-wrapper .dealer-card,
.teaser--job-offer .header.calendar-event__event-info__title .navigation_meta .dealer-btn-wrapper .dealer-card,
.teaser--job-offer .header.calendar-list__heading .navigation_meta .dealer-btn-wrapper .dealer-card,
.teaser--job-offer h3.header .navigation_meta .dealer-btn-wrapper .dealer-card {
    margin-top: 0 !important
}

.header.small-state {
    height: 62px !important
}

.header.small-state .navigation_meta .dealer-btn-wrapper>.btn__link>.btn {
    top: 24px !important
}

.header.small-state .menu_nav_mainitem,
.header.small-state .menu_nav_subitem {
    height: 61px !important
}

.header.small-state .navigation_logo .logo_link {
    height: 50px !important
}

.header.small-state .submenu--wrapper {
    top: 62px !important
}

.header.small-state .navigation_meta .dealer-btn-wrapper .dealer-card {
    margin-top: -6px !important;
    top: 43px !important;
    height: 67px !important
}

.header.small-state .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__text-wrapper {
    font-size: 16px;
    line-height: 20px
}

.header.small-state .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__data:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, #fff);
    height: 13px;
    bottom: 12px
}

.header.small-state .navigation_meta .dealer-btn-wrapper .dealer-card:hover {
    height: auto !important
}

.header.small-state .navigation_meta .dealer-btn-wrapper .dealer-card:hover .dealer-card__data:after {
    height: 25px;
    bottom: 0
}

@media (min-width:1024px) {
    .header.normal-state {
        height: 100px !important
    }

    .header.normal-state .navigation_meta .contact-dealer-button,
    .header.normal-state .navigation_meta .contact-dealer-button-simple {
        top: 43px !important
    }

    .header.normal-state .menu_nav_mainitem,
    .header.normal-state .menu_nav_subitem {
        height: 100px !important
    }

    .header.normal-state .navigation_logo--cobranding.navigation_logo .logo_link:last-of-type,
    .header.normal-state .navigation_logo .logo_link {
        height: 88px !important
    }

    .header.normal-state .submenu--wrapper {
        top: 100px !important
    }
}

@media (max-width:1023px) {
    .header .dealer-card__text-wrapper {
        padding-right: 48px
    }
}

@media (min-width:1024px) {
    .header {
        height: 100px;
        width: 100%;
        top: 0
    }
}

.header.stickystacky-enabled {
    margin: auto;
    max-width: 1600px
}

.stickystacky-wrapper {
    left: 0
}

.stickystacky-wrapper.stickystacky-initialized .breadcrumb_v2_wrapper {
    margin: auto;
    max-width: calc(1600px - 2em)
}

@media (min-width:100em) {
    .stickystacky-wrapper.stickystacky-initialized .navigation_menu .menu_nav {
        padding-right: 430px;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .subheader__breadcrumb {
        height: 50px;
        overflow: hidden
    }

    .body-container {
        padding-top: 48px;
        overflow: hidden
    }

    .header.small-state {
        height: 100px;
        top: 0;
        border-bottom: 1px solid var(--color-lightgrey)
    }

    .header.small-state>.navigation {
        background: var(--color-white);
        top: 0
    }

    .header.small-state>.navigation .navigation_logo {
        border-bottom: none
    }

    .header.small-state>.navigation .navigation_logo .logo_link {
        margin-top: 5px
    }

    .header.small-state>.navigation .navigation_menu .menu_nav_mainitem,
    .header.small-state>.navigation .navigation_menu .menu_nav_subitem {
        height: 100px
    }

    .header.small-state>.navigation .navigation_meta .contact-dealer-button,
    .header.small-state>.navigation .navigation_meta .contact-dealer-button-simple {
        top: 24px
    }
}

@media print {
    .subheader {
        display: none
    }
}

.subheader__breadcrumb {
    display: none
}

@media (min-width:1024px) {
    .subheader__breadcrumb {
        display: block;
        margin: 0 auto;
        padding: 0 16px;
        background: var(--color-white);
        width: 100%;
        top: 0
    }
}

.subheader__breadcrumb .breadcrumb {
    position: relative
}

.subheader__backbtn {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.subheader--toolbar {
    width: 100%;
    background: var(--color-white)
}

.subheader .active-item h5 a {
    color: var(--color-black)
}

.calendar-list__heading {
    margin-bottom: 16px
}

.calendar-list__heading__count {
    color: var(--color-red)
}

.calendar-list__events {
    box-shadow: none
}

.browser-hint-wrapper {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: none
}

.browser-hint-wrapper.red {
    background-color: var(--color-red)
}

.browser-hint-wrapper.green {
    background-color: var(--color-green)
}

.browser-hint-wrapper.light-grey {
    background-color: var(--color-lightgrey)
}

.browser-hint-wrapper.dark-grey {
    background-color: var(--color-darkgrey)
}

.browser-hint-wrapper.dark-red {
    background-color: var(--color-darkred)
}

.browser-hint-wrapper.text-white,
.browser-hint-wrapper.text-white a {
    color: var(--color-white)
}

.browser-hint-wrapper.text-black,
.browser-hint-wrapper.text-black a {
    color: var(--color-black)
}

.browser-hint-wrapper div {
    padding: 8px 0;
    margin: 0 24px;
    text-align: center
}

.browser-hint-wrapper a {
    font-weight: 700
}

.browser-hint-wrapper .browser-hint-close-button {
    float: right
}

.footer {
    border-top: 1px solid var(--color-lightgrey);
    background: var(--color-white);
    padding: 2.5vw 0 1vw;
    margin: 72px auto 0;
    max-width: 1600px;
    position: relative
}

.footer .textlink {
    color: var(--color-lightgrey)
}

.footer .textlink:hover {
    border-color: var(--color-text-darkgrey)
}

.footer .share-btn {
    margin: 2rem 0
}

.footer .share-btn .share-btn .btn__link .btn {
    background-color: var(--color-red);
    color: var(--color-white)
}

.footer .share-btn .share-btn .btn__link .btn:hover {
    background-color: var(--color-primary-700)
}

.footer .share-btn .share-btn .btn__link .btn:active {
    background-color: var(--color-primary-900)
}

.footer .share-btn a .btn {
    outline: 8px solid var(--color-white);
    box-shadow: none;
    color: var(--color-white);
    width: 120px
}

.footer-copyright {
    font-family: var(--font-face), Arial, sans-serif;
    font-size: 14px;
    color: var(--color-form-darkgrey);
    width: 100%;
    position: absolute;
    text-align: right
}

@media (min-width:960px) {
    .footer-copyright {
        bottom: 25px;
        text-align: left
    }
}

@media (min-width:1024px) {
    .footer-copyright {
        width: 50%;
        top: 135px
    }
}

@media (min-width:1280px) {
    .footer {
        padding-top: 2rem
    }
}

.footer>ul {
    border-bottom: 1px solid var(--color-lightgrey);
    text-align: right;
    padding: 0 8px 25px 0;
    margin: 0;
    width: 100%
}

.footer>ul>li {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: inline-block
}

.footer>ul>li a.textlink {
    color: var(--color-darkgrey);
    font-size: 14px;
    font-weight: unset;
    font-family: var(--font-face), Arial, sans-serif !important
}

.footer-socialmedia {
    padding: 16px 8px 16px 0;
    border-top: none;
    border-bottom: none;
    text-align: right
}

.footer-socialmedia h6 {
    color: var(--color-darkgrey);
    width: 50%;
    display: inline;
    font-size: 14px;
    font-weight: unset;
    font-family: var(--font-face), Arial, sans-serif !important;
    margin-right: 12px;
    text-align: center
}

.footer-socialmedia>ul {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center
}

.footer-socialmedia>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: transparent
}

.footer-socialmedia>ul>li .btn:hover {
    background: transparent
}

.datepicker .footer-socialmedia .btn__link .btn.ui-datepicker-trigger,
.datepicker .footer-socialmedia .btn__link .btn.ui-datepicker-trigger:active,
.datepicker .footer-socialmedia .btn__link .btn.ui-datepicker-trigger:hover,
.footer-socialmedia .btn__link .btn.btn--icon,
.footer-socialmedia .btn__link .btn.btn--icon:active,
.footer-socialmedia .btn__link .btn.btn--icon:hover,
.footer-socialmedia .btn__link .btn.btn--social,
.footer-socialmedia .btn__link .btn.btn--social:active,
.footer-socialmedia .btn__link .btn.btn--social:hover,
.footer-socialmedia .btn__link .btn.btn-share,
.footer-socialmedia .btn__link .btn.btn-share:active,
.footer-socialmedia .btn__link .btn.btn-share:hover,
.footer-socialmedia .btn__link .datepicker .btn.ui-datepicker-trigger,
.footer-socialmedia .btn__link .datepicker .btn.ui-datepicker-trigger:active,
.footer-socialmedia .btn__link .datepicker .btn.ui-datepicker-trigger:hover {
    background-color: transparent
}

.footer-copyright {
    color: var(--color-textgrey);
    display: block;
    padding: 16px
}

.footer-a11y-note {
    padding: 16px;
    font-size: 1rem;
    text-align: center;
    display: none;
    color: var(--color-white);
    background-color: var(--color-black);
    margin: 32px auto 16px
}

@media (min-width:960px) {
    .footer-a11y-note {
        margin: 0 auto 16px
    }
}

.media-carousel {
    background: var(--color-white)
}

.media-carousel li,
.media-carousel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.media-carousel .slick-dots,
.slides-container .slick-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%
}

.media-carousel .slick-dots>li,
.slides-container .slick-dots>li {
    width: 24px;
    display: inline-block;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.media-carousel .slick-dots>li button,
.slides-container .slick-dots>li button {
    padding: 4px;
    height: 0;
    line-height: 1;
    border: none;
    margin: 8px;
    background: var(--color-white);
    text-indent: -9999px;
    position: relative
}

@media (max-width:1279px) {
    .media-carousel .slick-dots>li button {
        width: 0
    }
    .slides-container .slick-dots>li button {
        width: 0
    }
}

.media-carousel .slick-dots>li button:after,
.slides-container .slick-dots>li button:after {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px
}

@media (min-width:1024px) {
    .media-carousel .slick-dots>li.slick-active button,
    .slides-container .slick-dots>li.slick-active button {
        box-shadow: inset 0 -.15rem var(--color-red)
    }
}

.media-carousel .media-carousel-item {
    position: relative
}

.media-carousel .media-carousel-item-image>img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1024px) {
    .media-carousel {
        background: none
    }
}

.media-carousel--header .media-carousel-item-content,
.slides-container .media-carousel-item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.media-carousel--header .media-carousel-item-content.media-carousel-red
.slides-container .media-carousel-item-content.media-carousel-red {
    background: var(--color-red)
}

.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text .h2.calendar-event__event-info__title,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text .h2.calendar-list__heading,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text div.h2,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text div.h3,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text h2,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text h2.h3,
.media-carousel--header .media-carousel-item-content.media-carousel-red .media-carousel-item-text h3.h2 {
    color: var(--color-white)
}

.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text .h2.calendar-event__event-info__title,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text .h2.calendar-list__heading,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text div.h2,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text div.h3,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text h2,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text h2.h3,
.slides-container .media-carousel-item-content.media-carousel-red .media-carousel-item-text h3.h2 {
    color: var(--color-white)
}

.media-carousel--header .media-carousel-item-content .media-carousel-item-text .h2.calendar-event__event-info__title,
.media-carousel--header .media-carousel-item-content .media-carousel-item-text .h2.calendar-list__heading,
.media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h2,
.media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h3,
.media-carousel--header .media-carousel-item-content .media-carousel-item-text h2,
.media-carousel--header .media-carousel-item-content .media-carousel-item-text h3.h2 {
    color: var(--color-black);
    text-transform: none !important
}

.slides-container .media-carousel-item-content .media-carousel-item-text .h2.calendar-event__event-info__title,
.slides-container .media-carousel-item-content .media-carousel-item-text .h2.calendar-list__heading,
.slides-container .media-carousel-item-content .media-carousel-item-text div.h2,
.slides-container .media-carousel-item-content .media-carousel-item-text div.h3,
.slides-container .media-carousel-item-content .media-carousel-item-text h2,
.slides-container .media-carousel-item-content .media-carousel-item-text h3.h2 {
    color: var(--color-black);
    text-transform: none !important
}

.slides-container .media-carousel-item-content .media-carousel-item-text div.h3,
.slides-container .media-carousel-item-content .media-carousel-item-text h2.h3 {
    color: var(--color-red)
}

.slides-container .media-carousel-item-content .media-carousel-item-text div.h3,
.slides-container .media-carousel-item-content .media-carousel-item-text h2.h3 {
    color: var(--color-red)
}

.media-carousel--header .media-carousel-item-content .media-carousel-item-text .btn-wrapper,
.slides-container .media-carousel-item-content .media-carousel-item-text .btn-wrapper {
    width: 75%;
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 1rem
}

.media-carousel--header .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link,
.slides-container .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link {
    margin-bottom: .5rem;
    grid-column: 1
}

.media-carousel--header .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link .btn,
.slides-container .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

@media (min-width:1024px) {
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link .btn,
    .slides-container .media-carousel-item-content .media-carousel-item-text .btn-wrapper a.btn__link .btn  {
        max-width: 30vw
    }
}

@media (min-width:1024px) {
    .media-carousel--header,
    .slides-container .swiper-wrapper {
        margin-top: 1rem
    }

    .media-carousel--header.media-carousel--hide-on-init .innerWrap .media-carousel-item:not(:first-child) {
        display: none
    }

    .media-carousel--header.media-carousel--hide-on-init .media-carousel--controls {
        border-top: 1px solid var(--color-white)
    }

    .media-carousel--header.media-carousel--hide-on-init .media-carousel--controls .media-carousel-dots {
        background: #eeeff3 !important
    }

    .media-carousel--header.media-carousel--hide-on-init .media-carousel--controls .btn {
        background: var(--color-lightgrey) !important
    }

    .media-carousel--header ul.slick-dots,
    .slides-container ul.slick-dots {
        margin-left: 0;
        padding-left: 10%
    }

    .media-carousel--header .media-carousel-item-content,
    .slides-container .media-carousel-item-content {
        display: block;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .media-carousel--header .slick-list,
    .slides-container .swiper-wrapper {
        border-bottom: 1px solid var(--color-white)
    }

    .media-carousel--header .media-carousel-item-content,
    .slides-container .media-carousel-item-content {
        display: -ms-flexbox;
        display: flex;
        background: var(--color-lightgrey)
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text,
    .slides-container .media-carousel-item-content .media-carousel-item-text {
        padding: 0;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text .item-wrapper
    .slides-container .media-carousel-item-content .media-carousel-item-text .item-wrapper {
        position: absolute;
        overflow: visible
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text .h2.calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text .h2.calendar-list__heading,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h2,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h3,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text h2,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text h3.h2 {
        text-transform: none !important;
        white-space: nowrap
    }

    .slides-container .media-carousel-item-content .media-carousel-item-text .h2.calendar-event__event-info__title,
    .slides-container .media-carousel-item-content .media-carousel-item-text .h2.calendar-list__heading,
    .slides-container .media-carousel-item-content .media-carousel-item-text div.h2,
    .slides-container .media-carousel-item-content .media-carousel-item-text div.h3,
    .slides-container .media-carousel-item-content .media-carousel-item-text h2,
    .slides-container .media-carousel-item-content .media-carousel-item-text h3.h2 {
        text-transform: none !important;
        white-space: nowrap
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h3,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text h2.h3,
    .slides-container .media-carousel-item-content .media-carousel-item-text div.h3,
    .slides-container .media-carousel-item-content .media-carousel-item-text h2.h3  {
        color: var(--color-red);
        font-size: 1rem !important;
        font-weight: 400 !important;
        margin-bottom: 1rem
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text div.h2,
    .media-carousel--header .media-carousel-item-content .media-carousel-item-text h2,
    .slides-container .media-carousel-item-content .media-carousel-item-text div.h2,
    .slides-container .media-carousel-item-content .media-carousel-item-text h2  {
        font-size: clamp(2rem, 3.5vw, 3rem) !important;
        font-weight: 700 !important
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text a,
    .slides-container .media-carousel-item-content .media-carousel-item-text a {
        font-size: .9rem
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-text a .btn,
    .slides-container .media-carousel-item-content .media-carousel-item-text a .btn {
        margin-bottom: .5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .media-carousel--header .media-carousel-item-content .media-carousel-item-image-wrapper,
    .slides-container .media-carousel-item-content .media-carousel-item-image-wrapper {
        width: 100%;
        -ms-flex: 1 1 55%;
        flex: 1 1 55%
    }
}

@media (min-width:1024px) {
    .media-carousel--header .media-carousel--controls,
    .slides-container .media-carousel--controls  {
        display: -ms-flexbox;
        display: flex
    }

    .media-carousel--header .media-carousel--controls .media-carousel-dots,
    .slides-container .media-carousel--controls .media-carousel-dots {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        display: -ms-flexbox;
        display: flex;
        max-width: 80%
    }

    .media-carousel--header .media-carousel--controls .media-carousel-dots .slick-dots,
    .slides-container .media-carousel--controls .media-carousel-dots .slick-dots {
        display: -ms-flexbox;
        display: flex
    }

    .media-carousel--header .media-carousel--controls .media-carousel-dots .slick-dots li,
    .slides-container .media-carousel--controls .media-carousel-dots .slick-dots li {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: auto;
        border-radius: inherit;
        background: transparent;
        opacity: 1;
    }
}

.media-carousel--header .media-carousel--controls .media-carousel-arrows,
.slides-container .media-carousel--controls .media-carousel-arrows {
    display: none
}

@media (min-width:1024px) {
    .media-carousel--header .media-carousel--controls .media-carousel-arrows,
    .slides-container .media-carousel--controls .media-carousel-arrows {
        display: block;
        height: 55px;
        background: var(--color-lightgrey);
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn {
        width: 55px;
        height: 55px;
        background: var(--color-lightgrey);
        color: var(--color-darkgrey);
        border-left: 1px solid var(--color-white)
    }

    .datepicker .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.ui-datepicker-trigger,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.btn--icon.slick-arrow,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn--social,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn-share,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .datepicker .btn.slick-arrow.ui-datepicker-trigger {
        color: var(--color-black)
    }

    .datepicker .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.ui-datepicker-trigger,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.btn--icon.slick-arrow,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn--social,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn-share,
    .slides-container .media-carousel--controls .media-carousel-arrows .datepicker .btn.slick-arrow.ui-datepicker-trigger {
        color: var(--color-black)
    }

    .datepicker .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.ui-datepicker-trigger :hover,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.btn--icon.slick-arrow :hover,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn--social :hover,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn-share :hover,
    .media-carousel--header .media-carousel--controls .media-carousel-arrows .datepicker .btn.slick-arrow.ui-datepicker-trigger :hover {
        color: var(--color-white)
    }

    .datepicker .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.ui-datepicker-trigger :hover,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.btn--icon.slick-arrow :hover,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn--social :hover,
    .slides-container .media-carousel--controls .media-carousel-arrows .btn.slick-arrow.btn-share :hover,
    .slides-container .media-carousel--controls .media-carousel-arrows .datepicker .btn.slick-arrow.ui-datepicker-trigger :hover {
        color: var(--color-white)
    }
}

.media-carousel--header .media-carousel-item-image,
.slides-container .media-carousel-item-image {
    max-height: 384px;
    overflow: hidden;
    height: auto;
    padding-bottom: 0
}

.media-carousel--header .media-carousel-item-image>img,
.slides-container  .media-carousel-item-image>img {
    position: relative;
    transform: none;
    left: auto
}

@media (min-width:768px) {
    .media-carousel--header .media-carousel-item-image,
    .slides-container .media-carousel-item-image {
        position: relative;
        height: 0;
        padding-bottom: 50%
    }

    .media-carousel--header .media-carousel-item-image>img,
    .slides-container .media-carousel-item-image>img {
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:1024px) {
    .media-carousel--header .media-carousel-item-image,
    .slides-container .media-carousel-item-image {
        padding-bottom: 56.25%
    }
}

.media-carousel--header .media-carousel-item-dealer,
.media-carousel--header .media-carousel-item-text,
.slides-container .media-carousel-item-text {
    padding: 2.5vw;
    z-index: 100
}

.media-carousel--header .media-carousel-item-dealer .h2.calendar-event__event-info__title,
.media-carousel--header .media-carousel-item-dealer .h2.calendar-list__heading,
.media-carousel--header .media-carousel-item-dealer div.h2,
.media-carousel--header .media-carousel-item-dealer h2,
.media-carousel--header .media-carousel-item-dealer h3.h2,
.media-carousel--header .media-carousel-item-text .h2.calendar-event__event-info__title,
.media-carousel--header .media-carousel-item-text .h2.calendar-list__heading,
.media-carousel--header .media-carousel-item-text div.h2,
.media-carousel--header .media-carousel-item-text h2,
.media-carousel--header .media-carousel-item-text h3.h2 {
    font-size: 2.25rem
}

.media-carousel--header .media-carousel-item-dealer div.h3,
.media-carousel--header .media-carousel-item-text div.h3 {
    text-transform: uppercase
}

@media (min-width:768px) {

    .media-carousel--header .media-carousel-item-dealer .item-wrapper,
    .media-carousel--header .media-carousel-item-text .item-wrapper,
    .slides-container .media-carousel-item-dealer .item-wrapper,
    .slides-container .media-carousel-item-text .item-wrapper  {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .media-carousel--header .media-carousel-item-dealer .item-wrapper .h2.calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper .h2.calendar-list__heading,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper div.h2,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h2,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h3.h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper .h2.calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-text .item-wrapper .h2.calendar-list__heading,
    .media-carousel--header .media-carousel-item-text .item-wrapper div.h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper h3.h2 {
        font-size: 6.25vw;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    
    .slides-container .media-carousel-item-dealer .item-wrapper .h2.calendar-event__event-info__title,
    .slides-container .media-carousel-item-dealer .item-wrapper .h2.calendar-list__heading,
    .slides-container .media-carousel-item-dealer .item-wrapper div.h2,
    .slides-container .media-carousel-item-dealer .item-wrapper h2,
    .slides-container .media-carousel-item-dealer .item-wrapper h3.h2,
    .slides-container .media-carousel-item-text .item-wrapper .h2.calendar-event__event-info__title,
    .slides-container .media-carousel-item-text .item-wrapper .h2.calendar-list__heading,
    .slides-container .media-carousel-item-text .item-wrapper div.h2,
    .slides-container .media-carousel-item-text .item-wrapper h2,
    .slides-container .media-carousel-item-text .item-wrapper h3.h2 {
        font-size: 6.25vw;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .media-carousel--header .media-carousel-item-dealer .item-wrapper .calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper .calendar-list__heading,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper div.h3,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h2.h3,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper .calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-text .item-wrapper .calendar-list__heading,
    .media-carousel--header .media-carousel-item-text .item-wrapper div.h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper h2.h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper h3 {
        min-width: 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .slides-container .media-carousel-item-dealer .item-wrapper .calendar-event__event-info__title,
    .slides-container .media-carousel-item-dealer .item-wrapper .calendar-list__heading,
    .slides-container .media-carousel-item-dealer .item-wrapper div.h3,
    .slides-container .media-carousel-item-dealer .item-wrapper h2.h3,
    .slides-container .media-carousel-item-dealer .item-wrapper h3,
    .slides-container .media-carousel-item-text .item-wrapper .calendar-event__event-info__title,
    .slides-container .media-carousel-item-text .item-wrapper .calendar-list__heading,
    .slides-container .media-carousel-item-text .item-wrapper div.h3,
    .slides-container .media-carousel-item-text .item-wrapper h2.h3,
    .slides-container .media-carousel-item-text .item-wrapper h3 {
        min-width: 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width:1024px) {

    .media-carousel--header .media-carousel-item-dealer .item-wrapper,
    .media-carousel--header .media-carousel-item-text .item-wrapper,
    .slides-container .media-carousel-item-dealer .item-wrapper,
    .slides-container .media-carousel-item-text .item-wrapper {
        padding: 2.5vw;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1024px) and (min-width:1280px) {

    .media-carousel--header .media-carousel-item-dealer .item-wrapper,
    .media-carousel--header .media-carousel-item-text .item-wrapper,
    .slides-container .media-carousel-item-dealer .item-wrapper,
    .slides-container .media-carousel-item-text .item-wrapper {
        width: 100%
    }
}

@media (min-width:1024px) {

    .media-carousel--header .media-carousel-item-dealer .item-wrapper .h2.calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper .h2.calendar-list__heading,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper div.h2,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h2,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h3.h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper .h2.calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-text .item-wrapper .h2.calendar-list__heading,
    .media-carousel--header .media-carousel-item-text .item-wrapper div.h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper h2,
    .media-carousel--header .media-carousel-item-text .item-wrapper h3.h2 {
        font-size: 55px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
        white-space: normal
    }

    .media-carousel--header .media-carousel-item-dealer .item-wrapper .calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper .calendar-list__heading,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper div.h3,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h2.h3,
    .media-carousel--header .media-carousel-item-dealer .item-wrapper h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper .calendar-event__event-info__title,
    .media-carousel--header .media-carousel-item-text .item-wrapper .calendar-list__heading,
    .media-carousel--header .media-carousel-item-text .item-wrapper div.h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper h2.h3,
    .media-carousel--header .media-carousel-item-text .item-wrapper h3 {
        font-size: 30px;
        font-weight: 400
    }
    
    .slides-container .media-carousel-item-dealer .item-wrapper .h2.calendar-event__event-info__title,
    .slides-container .media-carousel-item-dealer .item-wrapper .h2.calendar-list__heading,
    .slides-container .media-carousel-item-dealer .item-wrapper div.h2,
    .slides-container .media-carousel-item-dealer .item-wrapper h2,
    .slides-container .media-carousel-item-dealer .item-wrapper h3.h2,
    .slides-container .media-carousel-item-text .item-wrapper .h2.calendar-event__event-info__title,
    .slides-container .media-carousel-item-text .item-wrapper .h2.calendar-list__heading,
    .slides-container .media-carousel-item-text .item-wrapper div.h2,
    .slides-container .media-carousel-item-text .item-wrapper h2,
    .slides-container .media-carousel-item-text .item-wrapper h3.h2 {
        font-size: 55px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
        white-space: normal
    }

    .slides-container .media-carousel-item-dealer .item-wrapper .calendar-event__event-info__title,
    .slides-container .media-carousel-item-dealer .item-wrapper .calendar-list__heading,
    .slides-container .media-carousel-item-dealer .item-wrapper div.h3,
    .slides-container .media-carousel-item-dealer .item-wrapper h2.h3,
    .slides-container .media-carousel-item-dealer .item-wrapper h3,
    .slides-container .media-carousel-item-text .item-wrapper .calendar-event__event-info__title,
    .slides-container .media-carousel-item-text .item-wrapper .calendar-list__heading,
    .slides-container .media-carousel-item-text .item-wrapper div.h3,
    .slides-container .media-carousel-item-text .item-wrapper h2.h3,
    .slides-container .media-carousel-item-text .item-wrapper h3 {
        font-size: 30px;
        font-weight: 400
    }
}

@media (min-width:1280px) {

    .media-carousel--header .media-carousel-item-dealer,
    .media-carousel--header .media-carousel-item-text,
    .slides-container .media-carousel-item-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 640px;
        padding: 24px 16px
    }

    .media-carousel--header .media-carousel-item-dealer .item-wrapper,
    .media-carousel--header .media-carousel-item-text .item-wrapper,
    .slides-container .media-carousel-item-text .item-wrapper {
        position: relative;
        margin: 0 16px
    }
}

.media-carousel--header .media-carousel-item-dealer .image-wrapper.image-wrapper-1x1 {
    padding-bottom: 0 !important
}

.media-carousel--header .media-carousel-item-dealer-logo {
    height: 53px;
    width: auto;
    margin-bottom: 15px;
    position: static
}

.media-carousel--header .media-carousel-item-dealer-contact-information {
    width: 100%;
    padding: 8px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.media-carousel--header .media-carousel-item-dealer-contact-information p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 8px
}

.media-carousel--header .media-carousel-item-dealer-contact-information p>span:first-child {
    margin-top: 2px
}

.media-carousel--header .media-carousel-item-dealer-contact-information p>span:last-child {
    white-space: normal;
    overflow-wrap: break-word
}

.media-carousel--header .media-carousel-item-dealer-contact-information>div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

@media (max-width:767px) {
    .media-carousel--header .media-carousel-item-dealer-contact-information {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.media-carousel--header .media-carousel-item-dealer h5 {
    width: 100%
}

.media-carousel--header .media-carousel-item-dealer p.no-icon {
    padding-left: 21px
}

.media-carousel--header .media-carousel-item-dealer p:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 5px
}

.media-carousel--header .slick-dots,
.slides-container .slick-dots {
    position: relative
}

.media-carousel--header .slick-dots>li,
.slides-container .slick-dots>li {
    padding: 4px
}

.media-carousel--header .slick-dots>li button,
.slides-container .slick-dots>li button {
    padding: 4px;
    margin: 0 auto;
    border: 4px solid var(--color-white);
    background: var(--color-lightgrey)
}

@media (min-width:1024px) {
    .media-carousel--header .slick-dots,
    .slides-container .slick-dots {
        display: table;
        background: var(--color-lightgrey);
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .media-carousel--header .slick-dots>li,
    .slides-container .slick-dots>li {
        display: table-cell;
        position: relative;
        max-width: 1%;
        width: 1%;
        padding: 0
    }

    .media-carousel--header .slick-dots>li button,
    .slides-container .slick-dots>li button {
        width: 100%;
        text-align: center;
        min-height: 55px;
        border: 0 solid transparent;
        border-width: 0 1px;
        font-size: .9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-indent: 0;
        background: transparent
    }
    .slides-container .media-carousel-item-content .media-carousel-item-text .item-wrapper {
        position: absolute;
        overflow: visible;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .media-carousel--header .slick-dots>li button,
    .slides-container .slick-dots>li button {
        width: 100%
    }
}

@media (min-width:1024px) {
    .media-carousel--header {
        border-bottom: 1px solid transparent
    }
}

@media (min-width:1024px) {

    .hide-navigation .media-carousel--header .media-carousel-item-dealer,
    .hide-navigation .media-carousel--header .media-carousel-item-text,
    .hide-navigation .slides-container .media-carousel-item-text {
        padding-top: calc(100px + 2.5vw)
    }
}

@media (min-width:1280px) {

    .hide-navigation .media-carousel--header .media-carousel-item-dealer,
    .hide-navigation .media-carousel--header .media-carousel-item-text
    .hide-navigation .slides-container .media-carousel-item-text {
        padding-top: 124px
    }
}

@media (min-width:1024px) {
    .layout--white .media-carousel--header {
        border-bottom: 1px solid var(--color-lightgrey)
    }

    .layout--white .media-carousel--header .slick-dots>li:first-child.slick-active button,
    .layout--white .slides-container .slick-dots>li:first-child.slick-active button {
        border-left-color: transparent
    }

    .layout--white .media-carousel--header .slick-dots>li:last-child.slick-active button,
    .layout--white .slides-container .slick-dots>li:last-child.slick-active button {
        border-right-color: transparent
    }
}

.carousel-wrapper {
    position: relative;
    overflow: hidden
}

.carousel-wrapper .btn--carousel-next,
.carousel-wrapper .btn--carousel-prev {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.carousel-wrapper .btn--carousel-next,
.carousel-wrapper .btn--carousel-prev,
.carousel-wrapper .slick-dots {
    transition-duration: .3s
}

.carousel-wrapper .btn--carousel-prev {
    left: 0
}

.carousel-wrapper .btn--carousel-next {
    right: 0
}

@media (max-width:1023px) {
    .carousel-wrapper.controls-hidden .btn--carousel-prev {
        transform: translate(-100%, -50%)
    }

    .carousel-wrapper.controls-hidden .btn--carousel-next {
        transform: translate(100%, -50%)
    }

    .carousel-wrapper.controls-hidden .btn--carousel-next,
    .carousel-wrapper.controls-hidden .btn--carousel-prev {
        opacity: 0
    }
    .slides-container .slick-dots>li.slick-active button {
        background: var(--color-red);
    }
}

.product-stage,
.product-stage-3d {
    background: var(--color-lightgrey);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--color-white)
}

@media (min-width:640px) {

    .product-stage-3d:before,
    .product-stage:before {
        content: "";
        height: 100%;
        width: 75%;
        display: block;
        position: absolute;
        z-index: 1;
        background-image: linear-gradient(90deg, rgba(var(--color-lightgrey), .5) 50%, rgba(var(--color-form-lightgrey), 0));
        background-repeat: repeat-x
    }
}

.product-stage-3d>.image-wrapper,
.product-stage>.image-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: 0;
    opacity: .5
}

@media (min-width:640px) {

    .product-stage-3d>.image-wrapper,
    .product-stage>.image-wrapper {
        top: 0;
        bottom: 0
    }
}

.product-stage-3d>.image-wrapper>img,
.product-stage>.image-wrapper>img {
    position: absolute;
    bottom: 0;
    height: auto
}

.product-stage-3d>.image-wrapper-16x9+.product-stage__container>.product-wrapper,
.product-stage>.image-wrapper-16x9+.product-stage__container>.product-wrapper {
    background: none
}

.product-stage-3d .product-stage__container,
.product-stage .product-stage__container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto)
}

.product-stage-3d .product-stage__container .product-wrapper,
.product-stage .product-stage__container .product-wrapper {
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: url(../img/products/product-background.svg) 50% no-repeat;
    background-size: 120%
}

.product-stage-3d .product-stage__container .product-wrapper .threed-viewer,
.product-stage .product-stage__container .product-wrapper .threed-viewer {
    height: unset
}

.product-stage-3d .product-stage__container .product-wrapper>.image-wrapper-1x1,
.product-stage .product-stage__container .product-wrapper>.image-wrapper-1x1 {
    max-width: 56.25%;
    margin: 0 auto;
    display: block
}

@media (min-width:640px) {

    .product-stage-3d .product-stage__container .product-wrapper>.image-wrapper-1x1,
    .product-stage .product-stage__container .product-wrapper>.image-wrapper-1x1 {
        max-width: 600px;
        margin: 0;
        width: 100%
    }
}

.product-stage-3d .product-stage__container .product-wrapper div a .btn:not(.btn--primary),
.product-stage .product-stage__container .product-wrapper div a .btn:not(.btn--primary) {
    background-color: var(--color-white)
}

.product-stage-3d .product-stage__container .product-wrapper div a .btn:not(.btn--primary):hover,
.product-stage .product-stage__container .product-wrapper div a .btn:not(.btn--primary):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

@media (min-width:640px) {

    .product-stage-3d .product-stage__container .product-wrapper,
    .product-stage .product-stage__container .product-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow: visible
    }
}

@media (min-width:1280px) {

    .product-stage-3d .product-stage__container .product-wrapper,
    .product-stage .product-stage__container .product-wrapper {
        padding: 0;
        max-width: 100%
    }
}

.product-stage-3d .product-stage__container .content-wrapper,
.product-stage .product-stage__container .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5vw;
    position: relative
}

.product-stage-3d .product-stage__container .content-wrapper h1.h3,
.product-stage .product-stage__container .content-wrapper h1.h3 {
    min-width: 100%;
    margin-bottom: .25em
}

@media (max-width:639px) {

    .product-stage-3d .product-stage__container .content-wrapper h1.h3,
    .product-stage .product-stage__container .content-wrapper h1.h3 {
        font-size: 1rem
    }
}

@media (max-width:959px) {

    .product-stage-3d .product-stage__container .content-wrapper h1.h3,
    .product-stage .product-stage__container .content-wrapper h1.h3 {
        font-size: 1.222222rem
    }
}

.product-stage-3d .product-stage__container .content-wrapper h1.h3 .seperator,
.product-stage .product-stage__container .content-wrapper h1.h3 .seperator {
    font-size: .825em;
    line-height: 1em;
    margin-bottom: .25em
}

.product-stage-3d .product-stage__container .content-wrapper h2.claim,
.product-stage .product-stage__container .content-wrapper h2.claim {
    min-width: 100%;
    margin-bottom: .25em
}

@media (max-width:639px) {

    .product-stage-3d .product-stage__container .content-wrapper h2.claim,
    .product-stage .product-stage__container .content-wrapper h2.claim {
        font-size: 1.5rem
    }
}

@media (max-width:959px) {

    .product-stage-3d .product-stage__container .content-wrapper h2.claim,
    .product-stage .product-stage__container .content-wrapper h2.claim {
        font-size: 2rem
    }
}

@media (min-width:640px) {

    .product-stage-3d .product-stage__container .content-wrapper h2.claim,
    .product-stage .product-stage__container .content-wrapper h2.claim {
        margin-bottom: .5em
    }
}

.product-stage-3d .product-stage__container .content-wrapper .btn,
.product-stage .product-stage__container .content-wrapper .btn {
    margin-bottom: 16px
}

@media (max-width:639px) {

    .product-stage-3d .product-stage__container .content-wrapper .btn:not(.btn--primary):not(:hover):not(:active):not(:focus),
    .product-stage .product-stage__container .content-wrapper .btn:not(.btn--primary):not(:hover):not(:active):not(:focus) {
        background: var(--color-lightgrey)
    }
}

@media (min-width:768px) {

    .footer .product-stage-3d .product-stage__container .content-wrapper .share-btn>.btn__link>.btn,
    .footer .product-stage .product-stage__container .content-wrapper .share-btn>.btn__link>.btn,
    .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .product-stage-3d .product-stage__container .content-wrapper .btn.mwf-upload-upload,
    .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .product-stage .product-stage__container .content-wrapper .btn.mwf-upload-upload,
    .product-stage-3d .product-stage__container .content-wrapper .btn.btn--primary,
    .product-stage-3d .product-stage__container .content-wrapper .footer .share-btn>.btn__link>.btn,
    .product-stage-3d .product-stage__container .content-wrapper .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload,
    .product-stage .product-stage__container .content-wrapper .btn.btn--primary,
    .product-stage .product-stage__container .content-wrapper .footer .share-btn>.btn__link>.btn,
    .product-stage .product-stage__container .content-wrapper .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload {
        margin-right: 16px
    }
}

@media (max-width:639px) {

    .product-stage-3d .product-stage__container .content-wrapper,
    .product-stage .product-stage__container .content-wrapper {
        background: var(--color-white)
    }

    .product-stage-3d .product-stage__container .content-wrapper .btn__link,
    .product-stage .product-stage__container .content-wrapper .btn__link {
        max-width: none
    }

    .product-stage-3d .product-stage__container .content-wrapper .btn__link .btn,
    .product-stage .product-stage__container .content-wrapper .btn__link .btn {
        display: block
    }
}

@media (min-width:640px) {

    .product-stage-3d .product-stage__container .content-wrapper,
    .product-stage .product-stage__container .content-wrapper {
        padding-right: 0 !important;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:768px) {

    .product-stage-3d .product-stage__container .content-wrapper,
    .product-stage .product-stage__container .content-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5vw;
        max-width: 40%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:1280px) {

    .product-stage-3d .product-stage__container .content-wrapper,
    .product-stage .product-stage__container .content-wrapper {
        padding: 64px
    }
}

.product-stage-3d .product-stage__container .product-details-techdata,
.product-stage .product-stage__container .product-details-techdata {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    grid-row-start: 4;
    grid-row-end: 5;
    margin-bottom: 16px
}

.product-stage-3d .product-stage__container .product-details-techdata ul,
.product-stage .product-stage__container .product-details-techdata ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.product-stage-3d .product-stage__container .product-details-techdata ul li,
.product-stage .product-stage__container .product-details-techdata ul li {
    margin-bottom: 16px;
    -ms-flex: 1;
    flex: 1
}

.product-stage-3d .product-stage__container .product-details-techdata ul li .icon,
.product-stage .product-stage__container .product-details-techdata ul li .icon {
    margin-right: .5rem
}

.product-stage-3d .product-stage__container .product-details-driveicons,
.product-stage .product-stage__container .product-details-driveicons {
    padding: 16px;
    -ms-flex-align: start;
    align-items: start;
    grid-row-start: 3;
    grid-row-end: 4
}

.product-stage-3d .product-stage__container .product-details-driveicons .icon,
.product-stage .product-stage__container .product-details-driveicons .icon {
    font-size: 40px;
    border: 1px solid var(--color-form-darkgrey);
    border-radius: 5px;
    padding: 5px
}

.product-stage-3d .product-stage__container .product-details-driveicons .icon:before,
.product-stage .product-stage__container .product-details-driveicons .icon:before {
    background-image: linear-gradient(0deg, #0078b7, #0078b7 60%, #485253 0, #485253);
    background-color: #485253;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.product-stage-3d .product-stage__container .product-details-driveicons .lmhexproof,
.product-stage .product-stage__container .product-details-driveicons .lmhexproof {
    margin-top: 8px;
    width: 52px;
    height: 52px;
    display: block
}

.product-stage-3d .product-stage__container .product-details-driveicons .lmhexproof svg,
.product-stage .product-stage__container .product-details-driveicons .lmhexproof svg {
    margin-top: 2px;
    display: block
}

.product-stage-3d .product-stage__container .product-wrapper,
.product-stage .product-stage__container .product-wrapper {
    grid-row-start: 1;
    grid-row-end: 2
}

.product-stage-3d .product-stage__container .content-headlines,
.product-stage .product-stage__container .content-headlines {
    padding: 16px;
    grid-row-start: 2;
    grid-row-end: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-stage-3d .product-stage__container .content-buttons,
.product-stage .product-stage__container .content-buttons {
    grid-row-start: 5;
    grid-row-end: 6;
    -ms-flex-pack: start;
    justify-content: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 16px 16px
}

.product-stage-3d .product-stage__container .content-buttons .btn,
.product-stage .product-stage__container .content-buttons .btn {
    margin-bottom: 16px
}

.product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row,
.product-stage .product-stage__container .content-buttons .product-head-download.btn-row {
    display: -ms-flexbox;
    display: flex
}

.product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link,
.product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link {
    -ms-flex: 1;
    flex: 1
}

.product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download,
.product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download {
    padding-left: 48px;
    padding-right: 16px;
    text-align: left
}

.product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download .icon,
.product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download .icon {
    left: 0
}

@media (min-width:1024px) {

    .product-stage-3d .product-stage__container,
    .product-stage .product-stage__container {
        -ms-flex-align: center;
        align-items: center;
        display: grid;
        grid-template-columns: 3fr 4fr 1.5fr;
        grid-template-rows: repeat(2, 1fr)
    }

    .product-stage-3d .product-stage__container .product-details-techdata,
    .product-stage .product-stage__container .product-details-techdata {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-align: end;
        align-items: end;
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 3;
        grid-column-end: 4;
        margin-bottom: 16px
    }

    .product-stage-3d .product-stage__container .product-details-techdata ul,
    .product-stage .product-stage__container .product-details-techdata ul {
        display: block
    }

    .product-stage-3d .product-stage__container .product-details-techdata ul li,
    .product-stage .product-stage__container .product-details-techdata ul li {
        margin-bottom: 16px
    }

    .product-stage-3d .product-stage__container .product-details-techdata ul li .icon,
    .product-stage .product-stage__container .product-details-techdata ul li .icon {
        margin-right: .5rem
    }

    .product-stage-3d .product-stage__container .product-details-driveicons,
    .product-stage .product-stage__container .product-details-driveicons {
        height: 100%;
        -ms-flex-align: start;
        align-items: start;
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 3;
        grid-column-end: 4
    }

    .product-stage-3d .product-stage__container .product-details-driveicons .icon,
    .product-stage .product-stage__container .product-details-driveicons .icon {
        font-size: 40px;
        border: 1px solid var(--color-form-darkgrey);
        border-radius: 5px;
        padding: 5px
    }

    .product-stage-3d .product-stage__container .product-details-driveicons .icon:before,
    .product-stage .product-stage__container .product-details-driveicons .icon:before {
        background-image: linear-gradient(0deg, #0078b7, #0078b7 60%, #485253 0, #485253);
        background-color: #485253;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .product-stage-3d .product-stage__container .product-wrapper,
    .product-stage .product-stage__container .product-wrapper {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3
    }

    .product-stage-3d .product-stage__container .content-headlines,
    .product-stage .product-stage__container .content-headlines {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .product-stage-3d .product-stage__container .content-buttons,
    .product-stage .product-stage__container .content-buttons {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
        -ms-flex-pack: start;
        justify-content: start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-top: 12px
    }

    .product-stage-3d .product-stage__container .content-buttons .btn,
    .product-stage .product-stage__container .content-buttons .btn {
        margin-bottom: 16px
    }

    .product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row,
    .product-stage .product-stage__container .content-buttons .product-head-download.btn-row {
        display: -ms-flexbox;
        display: flex
    }

    .product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link,
    .product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link {
        -ms-flex: 1;
        flex: 1
    }

    .product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download,
    .product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download {
        padding-left: 48px;
        padding-right: 16px;
        text-align: left
    }

    .product-stage-3d .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download .icon,
    .product-stage .product-stage__container .content-buttons .product-head-download.btn-row .btn__link .btn--download .icon {
        left: 0
    }
}

.product-stage-background.product-stage-3d .product-wrapper,
.product-stage.product-stage-background .product-wrapper {
    background: none !important
}

.product-stage-background.product-stage-3d>.image-clipper,
.product-stage.product-stage-background>.image-clipper {
    position: absolute;
    top: 0
}

.product-stage-3d {
    border-top: none
}

.product-stage-3d .product-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-stage-3d .product-wrapper .carousel-wrapper {
    max-width: 600px
}

.product-stage-3d .product-wrapper .carousel-wrapper .carousel-controls {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%
}

.product-stage-3d .product-wrapper .carousel-wrapper .carousel-controls .btn {
    display: inline-block
}

@media (max-width:639px) {
    .product-stage-3d {
        max-height: none
    }
}

.product-stage-used {
    min-height: 100%
}

.product-stage-used .content__wrapper,
.product-stage-used .media__wrapper {
    padding: 2.5vw;
    background: var(--color-lightgrey)
}

.product-stage-used .content__wrapper .image-wrapper,
.product-stage-used .media__wrapper .image-wrapper {
    position: relative
}

@media (min-width:1280px) {

    .product-stage-used .content__wrapper,
    .product-stage-used .media__wrapper {
        padding: 32px
    }
}

.product-stage-used .content__wrapper h2 {
    margin: .25em 0;
    text-transform: none
}

.product-stage-used .content__wrapper .btn-row {
    padding-top: 8px;
    margin-top: 16px;
    border-top: 1px solid var(--color-white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-stage-used .content__wrapper .btn-row .price {
    font-family: var(--font-face-light);
    width: auto;
    margin-right: 16px
}

.product-stage-used .content__wrapper .btn-row .price_vat {
    width: 100%;
    margin-top: 0
}

.product-stage-used .media__wrapper {
    padding: 2.5vw;
    background: var(--color-lightgrey)
}

@media (min-width:1280px) {
    .product-stage-used .media__wrapper {
        padding-left: 0
    }
}

@media (max-width:639px) {
    .product-stage-used .media__wrapper {
        padding-bottom: 0
    }
}

@media (max-width:1279px) {
    .product-stage-used {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:1280px) {
    .product-stage-used {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background: var(--color-lightgrey)
    }

    .product-stage-used .content__wrapper {
        float: left;
        -ms-flex: 3.5 1 auto;
        flex: 3.5 1 auto;
        max-width: 448px;
        margin-left: auto
    }

    .product-stage-used .media__wrapper {
        padding-left: 0;
        -ms-flex: 6.5 1 auto;
        flex: 6.5 1 auto;
        max-width: 832px;
        margin-right: auto
    }
}

.product-stage-used .media-browser .media-browser__master {
    cursor: pointer
}

.product-stage-used .media-browser .image-wrapper {
    background: var(--color-white)
}

.product-stage-used .media-browser .image-wrapper img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.datepicker .product-stage-used .btn.ui-datepicker-trigger,
.product-stage-used .btn.btn--icon,
.product-stage-used .btn.btn--social,
.product-stage-used .btn.btn-share,
.product-stage-used .datepicker .btn.ui-datepicker-trigger {
    background: var(--color-lightgrey)
}

.product-packs-used.layout-inner-100 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-packs-used__box {
    width: 225px;
    margin-bottom: 40px
}

.product-packs-used__box h5 {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-packs-used__box h5 .icon {
    color: var(--color-red);
    margin-right: 10px;
    font-size: 32px
}

table {
    max-width: none;
    width: 100%;
    text-align: left
}

table .th,
table td,
table th {
    display: table-cell;
    padding: .75em 0 .5em
}

table td {
    border-left-color: var(--color-white);
    border-bottom-color: var(--color-white);
    border-right: none;
    border-right-color: var(--color-white);
    border-top-color: var(--color-white);
    text-align: left;
    min-width: 7rem;
    background: none
}

table td:first-child {
    background: var(--color-white);
    border-right: none
}

table td:last-child {
    border-right: none
}

table td.number-cell {
    text-align: right;
    font-feature-settings: "tnum", "lnum";
    font-variant-numeric: tabular-nums lining-nums
}

table .th,
table th {
    padding-top: 12px;
    padding-bottom: 0;
    font-size: .875rem;
    text-align: left;
    border-bottom: 1px solid var(--color-lightgrey);
    border-right: none;
    background: none;
    font-weight: 700
}

table .th:first-child,
table .th:last-child,
table th:first-child,
table th:last-child {
    border-right: none
}

table .th.number-cell,
table th.number-cell {
    text-align: right
}

table tr {
    display: table-row;
    border-bottom: 1px solid var(--color-lightgrey)
}

table tr:last-child {
    border-bottom: none
}

table tr:hover td {
    background: var(--color-hover-lightgrey)
}

table.table--two-col td {
    width: 50%
}

@media (max-width:639px) {
    table.table--two-col tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 0
    }

    table.table--two-col td {
        width: 100%
    }

    table.table--two-col td:first-child {
        border-right: none
    }

    table.table--two-col td:last-child {
        margin-bottom: 8px
    }
}

.simpletable-responsive,
.table-responsive {
    overflow: auto;
    position: relative
}

.simpletable-responsive table,
.table-responsive table {
    display: table
}

.simpletable-responsive+.btn-row,
.table-responsive+.btn-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1023px) {

    .simpletable-responsive+.btn-row,
    .table-responsive+.btn-row {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0
    }
}

.simpletable-responsive+.btn-row .btn__link,
.table-responsive+.btn-row .btn__link {
    margin-top: 8px
}

@media (max-width:767px) {

    .simpletable-responsive+.btn-row .btn__link,
    .table-responsive+.btn-row .btn__link {
        width: 100%
    }
}

.simpletable-responsive+.btn-row>a:nth-child(n+1),
.table-responsive+.btn-row>a:nth-child(n+1) {
    margin-left: 1rem
}

.simpletable-responsive .overflow-bottom,
.table-responsive .overflow-bottom {
    position: absolute;
    bottom: 44px;
    /*background-image: linear-gradient(0deg, var(--color-white), hsla(0, 0%, 100%, 0));*/
    height: 48px;
    width: 100%
}

.simpletable-responsive {
    overflow: auto
}

.simpletable-responsive table {
    display: table
}

.simpletable-responsive table td {
    background: var(--color-shadegrey);
    border-right: 1px solid;
    border-color: var(--color-white);
    text-align: left;
    min-width: 7rem
}

.simpletable-responsive table td.th {
    text-align: center;
    border-bottom: 1px solid;
    border-color: var(--color-white);
    font-size: 1.63rem;
    padding-top: 10px;
    padding-bottom: 10px
}

.simpletable-responsive table tr {
    border: 0
}

.global-search {
    background: var(--color-white);
    margin: 0;
    border: none;
    display: none
}

@media (max-width:1023px) {
    .global-search {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        margin: auto
    }

    .global-search .global-search__input .global-search__back-button {
        display: inline
    }
}

@media (min-width:1024px) {
    .global-search {
        padding: 5vw 2.5vw
    }
}

@media (min-width:1280px) {
    .global-search {
        padding: 32px 16px
    }
}

.global-search.expanded {
    display: block;
    height: 100vh;
    max-height: 100vh
}

@media (min-width:1024px) {
    .global-search.expanded {
        border: 0 solid var(--color-white);
        border-width: 0 16px;
        height: calc(100vh - 148px);
        max-height: calc(100vh - 148px)
    }
}

.global-search.expanded.section-search,
.global-search.expanded.section-search .search-results__wrapper {
    padding: 0
}

.global-search__back-button {
    display: none
}

.global-search__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1220px;
    margin: auto
}

.global-search__input .input-wrapper {
    max-width: 1220px;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1023px) {
    .global-search__input .input-wrapper {
        position: static
    }

    .global-search__input .input-wrapper .dropdown-menu {
        left: 0
    }
}

.global-search__input .input-wrapper .autocomplete {
    height: 48px;
    border-right-color: var(--color-white);
    background-color: var(--color-lightgrey);
    border-color: var(--color-lightgrey) var(--color-white) var(--color-lightgrey) var(--color-lightgrey)
}

.global-search.global-search--results-page {
    display: block;
    width: 100%;
    background: none
}

.global-search.global-search--results-page .global-search__input {
    max-width: 640px
}

@media (max-width:1023px) {
    .global-search.global-search--results-page {
        position: static;
        height: auto;
        padding: 5vw 2.5vw;
        z-index: auto
    }

    .global-search.global-search--results-page .global-search__input .global-search__back-button {
        display: none
    }
}

.global-search .search-results__wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
    max-width: 1220px;
    margin: auto;
    padding: 5vw 1.25vw 0;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.global-search .search-results__wrapper .btn__link,
.global-search .search-results__wrapper .ld-layout-item__headline {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.global-search .search-results__wrapper .search-results__items {
    max-width: 640px;
    background-color: var(--color-lightgrey)
}

.global-search .search-results__wrapper .search-results__items>.calendar-event__event-info__title,
.global-search .search-results__wrapper .search-results__items>.calendar-list__heading,
.global-search .search-results__wrapper .search-results__items>h2,
.global-search .search-results__wrapper .search-results__items>h3 {
    margin-bottom: 15px
}

.global-search .search-results__wrapper .search-results__items .search-results__item {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.global-search .search-results__wrapper .search-results__items .search-results__item .contact-card .image-wrapper img,
.global-search .search-results__wrapper .search-results__items .search-results__item .teaser--card .image-wrapper img {
    -o-object-fit: contain;
    object-fit: contain
}

.global-search .search-results__wrapper .search-results__items .search-results__item__image {
    margin-bottom: 10px
}

.global-search .search-results__wrapper .search-results__items .search-results__item__image>img {
    min-width: 100%;
    max-width: 350px;
    height: auto
}

@media (min-width:640px) {
    .global-search .search-results__wrapper .search-results__items .search-results__item {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .global-search .search-results__wrapper .search-results__items .search-results__item .search-results__item__image {
        margin-right: 20px;
        margin-bottom: 0
    }

    .global-search .search-results__wrapper .search-results__items .search-results__item .search-results__item__image>img {
        max-width: 350px
    }
}

.global-search .search-results__wrapper .search-results__items .search-results__item__content {
    padding-bottom: 10px
}

.global-search .search-results__wrapper .search-results__items .search-results__item__content p {
    position: relative;
    text-align: justify;
    margin-bottom: -10px;
    max-height: 150px;
    min-height: 50px
}

.global-search .search-results__wrapper .search-results__items .search-results__item__content p:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: none
}

.global-search.expanded.section-search {
    border: none;
    height: 100%;
    padding: 16px 0
}

@media (max-width:1023px) {
    .global-search.expanded.section-search {
        position: static;
        width: 100%;
        height: 100%;
        top: auto;
        left: auto;
        z-index: auto;
        margin: 0
    }

    .global-search.expanded.section-search .global-search__input .global-search__back-button {
        display: none
    }
}

.global-search.expanded.section-search .search-results__wrapper {
    padding: 1.25vw
}

.global-search.expanded.section-search .search-results__wrapper .search-results__item__content p:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(245, 246, 250, .9) 50%, #eeeff3)
}

.section-search-results:not(:empty) {
    padding: 1.25vw
}

.related-content .layout-100-headline--fixed .calendar-event__event-info__title,
.related-content .layout-100-headline--fixed .calendar-list__heading,
.related-content .layout-100-headline--fixed h3 {
    text-transform: uppercase
}

.related-content.layout--dark .layout-100-headline--fixed {
    color: var(--color-white)
}

.related-content.layout--dark .teaser:not(.teaser--card):not(.contact-card) {
    background: color-mix(in srgb, var(--color-textgrey));
    background: color-mix(in srgb, var(--color-textgrey), #000 5%)
}

.related-content.layout--dark .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
    padding: 16px
}

.related-content.layout--dark .teaser--overflow .teaser__text-wrapper:after {
    background-image: linear-gradient(0deg, color-mix(in srgb, var(--color-textgrey), #000 5%), color-mix(in srgb, var(--color-textgrey), #000 5%) 1.5rem, transparent, 0)
}

.related-content.layout--dark .carousel-button-wrapper button {
    background: color-mix(in srgb, var(--color-textgrey), #000 10%);
    color: var(--color-white)
}

.related-content>.related-content {
    max-width: 1279px
}

.article-footer {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--color-white);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 640px;
    margin: 32px auto
}

.article-footer p {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:639px) {
    .article-footer p {
        display: none
    }
}

.article-footer .share-btn {
    margin-left: 1px
}

@keyframes fade-content-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.content-browser {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.content-browser .content-browser__list {
    max-width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 100%;
    position: relative
}

@media (min-width:640px) {
    .content-browser .content-browser__list {
        max-width: 320px;
        width: 50%;
        overflow: hidden
    }
}

.content-browser .content-browser__list ul {
    display: block;
    max-height: 100%;
    width: 100%;
    overflow-y: auto
}

@media (min-width:640px) {
    .content-browser .content-browser__list ul {
        position: absolute;
        width: auto;
        left: 0;
        right: -50px;
        padding-right: 50px
    }
}

.content-browser .content-browser__list ul li {
    border-color: var(--color-lightgrey);
    border-bottom: 1px solid var(--color-lightgrey)
}

@media (min-width:640px) {
    .content-browser .content-browser__list ul li {
        padding: 0 0 0 1.25vw
    }
}

@media (min-width:1280px) {
    .content-browser .content-browser__list ul li {
        padding: 0
    }
}

.content-browser .content-browser__list ul li.active a div {
    color: var(--color-red)
}

.content-browser .content-browser__list ul li a .btn {
    text-align: left;
    padding-left: 0;
    color: var(--color-darkgrey);
    height: auto
}

.content-browser .content-browser__list ul li a .btn:active,
.content-browser .content-browser__list ul li a .btn:focus,
.content-browser .content-browser__list ul li a .btn:hover {
    background: none !important
}

.content-browser .content-browser__list ul li a .btn .icon {
    top: 50%;
    transform: translateY(-50%)
}

.content-browser .content-browser__list ul li a:hover .btn,
.content-browser .content-browser__list ul li a:hover .btn.active {
    color: var(--color-red)
}

.content-browser .content-browser__list .overflow-bottom,
.content-browser .content-browser__list .overflow-top {
    position: absolute;
    width: 100%;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none
}

@media (max-width:767px) {

    .content-browser .content-browser__list .overflow-bottom,
    .content-browser .content-browser__list .overflow-top {
        display: none
    }
}

.content-browser .content-browser__list .overflow-bottom button,
.content-browser .content-browser__list .overflow-top button {
    pointer-events: all;
    color: var(--color-black) !important
}

.content-browser .content-browser__list .overflow-top {
    top: 0
}

.content-browser .content-browser__list .overflow-top:not(.hide-gradient) {
    background-image: linear-gradient(180deg, var(--color-white), hsla(0, 0%, 100%, 0))
}

.content-browser .content-browser__list .overflow-bottom {
    bottom: 0
}

.content-browser .content-browser__list .overflow-bottom:not(.hide-gradient) {
    background-image: linear-gradient(0deg, var(--color-white), hsla(0, 0%, 100%, 0))
}

.content-browser .content-browser__content {
    display: none
}

@media (max-width:639px) {
    .content-browser .content-browser__content {
        display: none
    }

    .content-browser .content-browser__content.is-open {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--color-lightgrey);
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 9999
    }

    .content-browser .content-browser__content.is-open .content_wrapper {
        display: block;
        padding: 2.5vw 2.5vw 48px;
        overflow: auto
    }

    .content-browser .content-browser__content .close-button {
        position: absolute;
        top: 0;
        right: 0
    }

    .content-browser .content-browser__content .button-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:640px) {

    .content-browser .content-browser__content .button-wrapper,
    .content-browser .content-browser__content .close-button {
        display: none
    }
}

.content-browser .content-browser__content.is-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:640px) {
    .content-browser .content-browser__content.is-open {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        padding: 16px
    }
}

.content-browser .content-browser__content.is-open .content_wrapper {
    opacity: 1;
    animation-name: fade-content-animation;
    animation-duration: .4s;
    width: 100%
}

.content-browser .content-browser__content .content_wrapper {
    opacity: 0;
    max-width: 640px;
    min-height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.content-browser .content-browser__content .content_wrapper .infobox--left+ol,
.content-browser .content-browser__content .content_wrapper .infobox--left+p,
.content-browser .content-browser__content .content_wrapper .infobox--left+ul,
.content-browser .content-browser__content .content_wrapper .infobox--right+ol,
.content-browser .content-browser__content .content_wrapper .infobox--right+p,
.content-browser .content-browser__content .content_wrapper .infobox--right+ul,
.content-browser .content-browser__content .content_wrapper ol+ol,
.content-browser .content-browser__content .content_wrapper ol+p,
.content-browser .content-browser__content .content_wrapper ol+ul,
.content-browser .content-browser__content .content_wrapper p+ol,
.content-browser .content-browser__content .content_wrapper p+p,
.content-browser .content-browser__content .content_wrapper p+ul,
.content-browser .content-browser__content .content_wrapper ul+ol,
.content-browser .content-browser__content .content_wrapper ul+p,
.content-browser .content-browser__content .content_wrapper ul+ul {
    margin-top: .5em
}

.content-browser .content-browser__content .content_wrapper .calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .calendar-list__heading,
.content-browser .content-browser__content .content_wrapper h1,
.content-browser .content-browser__content .content_wrapper h2,
.content-browser .content-browser__content .content_wrapper h3 {
    clear: both
}

.content-browser .content-browser__content .content_wrapper .calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .calendar-list__heading,
.content-browser .content-browser__content .content_wrapper h1,
.content-browser .content-browser__content .content_wrapper h2,
.content-browser .content-browser__content .content_wrapper h3,
.content-browser .content-browser__content .content_wrapper h4,
.content-browser .content-browser__content .content_wrapper h5,
.content-browser .content-browser__content .content_wrapper h6,
.content-browser .content-browser__content .content_wrapper ol,
.content-browser .content-browser__content .content_wrapper p,
.content-browser .content-browser__content .content_wrapper ul {
    max-width: 640px
}

.content-browser .content-browser__content .content_wrapper .btn+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .btn+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .btn+h1,
.content-browser .content-browser__content .content_wrapper .btn+h2,
.content-browser .content-browser__content .content_wrapper .btn+h3,
.content-browser .content-browser__content .content_wrapper .btn+h4,
.content-browser .content-browser__content .content_wrapper .btn+h5,
.content-browser .content-browser__content .content_wrapper .btn+h6,
.content-browser .content-browser__content .content_wrapper .icon+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .icon+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .icon+h1,
.content-browser .content-browser__content .content_wrapper .icon+h2,
.content-browser .content-browser__content .content_wrapper .icon+h3,
.content-browser .content-browser__content .content_wrapper .icon+h4,
.content-browser .content-browser__content .content_wrapper .icon+h5,
.content-browser .content-browser__content .content_wrapper .icon+h6,
.content-browser .content-browser__content .content_wrapper .infobox+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .infobox+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .infobox+h1,
.content-browser .content-browser__content .content_wrapper .infobox+h2,
.content-browser .content-browser__content .content_wrapper .infobox+h3,
.content-browser .content-browser__content .content_wrapper .infobox+h4,
.content-browser .content-browser__content .content_wrapper .infobox+h5,
.content-browser .content-browser__content .content_wrapper .infobox+h6,
.content-browser .content-browser__content .content_wrapper .infobox-button+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .infobox-button+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .infobox-button+h1,
.content-browser .content-browser__content .content_wrapper .infobox-button+h2,
.content-browser .content-browser__content .content_wrapper .infobox-button+h3,
.content-browser .content-browser__content .content_wrapper .infobox-button+h4,
.content-browser .content-browser__content .content_wrapper .infobox-button+h5,
.content-browser .content-browser__content .content_wrapper .infobox-button+h6,
.content-browser .content-browser__content .content_wrapper .infobox-link+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .infobox-link+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .infobox-link+h1,
.content-browser .content-browser__content .content_wrapper .infobox-link+h2,
.content-browser .content-browser__content .content_wrapper .infobox-link+h3,
.content-browser .content-browser__content .content_wrapper .infobox-link+h4,
.content-browser .content-browser__content .content_wrapper .infobox-link+h5,
.content-browser .content-browser__content .content_wrapper .infobox-link+h6,
.content-browser .content-browser__content .content_wrapper .infobox-media+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .infobox-media+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .infobox-media+h1,
.content-browser .content-browser__content .content_wrapper .infobox-media+h2,
.content-browser .content-browser__content .content_wrapper .infobox-media+h3,
.content-browser .content-browser__content .content_wrapper .infobox-media+h4,
.content-browser .content-browser__content .content_wrapper .infobox-media+h5,
.content-browser .content-browser__content .content_wrapper .infobox-media+h6,
.content-browser .content-browser__content .content_wrapper .infobox-text+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .infobox-text+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .infobox-text+h1,
.content-browser .content-browser__content .content_wrapper .infobox-text+h2,
.content-browser .content-browser__content .content_wrapper .infobox-text+h3,
.content-browser .content-browser__content .content_wrapper .infobox-text+h4,
.content-browser .content-browser__content .content_wrapper .infobox-text+h5,
.content-browser .content-browser__content .content_wrapper .infobox-text+h6,
.content-browser .content-browser__content .content_wrapper .inline-button-row+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .inline-button-row+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h1,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h2,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h3,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h4,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h5,
.content-browser .content-browser__content .content_wrapper .inline-button-row+h6,
.content-browser .content-browser__content .content_wrapper .inline-button-row+p,
.content-browser .content-browser__content .content_wrapper ol+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper ol+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper ol+h1,
.content-browser .content-browser__content .content_wrapper ol+h2,
.content-browser .content-browser__content .content_wrapper ol+h3,
.content-browser .content-browser__content .content_wrapper ol+h4,
.content-browser .content-browser__content .content_wrapper ol+h5,
.content-browser .content-browser__content .content_wrapper ol+h6,
.content-browser .content-browser__content .content_wrapper ol+p,
.content-browser .content-browser__content .content_wrapper p+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper p+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper p+h1,
.content-browser .content-browser__content .content_wrapper p+h2,
.content-browser .content-browser__content .content_wrapper p+h3,
.content-browser .content-browser__content .content_wrapper p+h4,
.content-browser .content-browser__content .content_wrapper p+h5,
.content-browser .content-browser__content .content_wrapper p+h6,
.content-browser .content-browser__content .content_wrapper ul+.calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper ul+.calendar-list__heading,
.content-browser .content-browser__content .content_wrapper ul+h1,
.content-browser .content-browser__content .content_wrapper ul+h2,
.content-browser .content-browser__content .content_wrapper ul+h3,
.content-browser .content-browser__content .content_wrapper ul+h4,
.content-browser .content-browser__content .content_wrapper ul+h5,
.content-browser .content-browser__content .content_wrapper ul+h6,
.content-browser .content-browser__content .content_wrapper ul+p {
    margin-top: 1em
}

.content-browser .content-browser__content .content_wrapper>.image-wrapper {
    margin-bottom: 16px;
    width: 100%
}

.content-browser .content-browser__content .content_wrapper p+a {
    margin-top: 16px;
    line-height: 1
}

.content-browser .content-browser__content .content_wrapper .calendar-event__event-info__title,
.content-browser .content-browser__content .content_wrapper .calendar-list__heading,
.content-browser .content-browser__content .content_wrapper h3 {
    width: 100%
}

@media print {
    .content-browser {
        display: block
    }

    .content-browser .content-browser__list {
        display: none
    }

    .content-browser .content-browser__content {
        display: block
    }

    .content-browser .content-browser__content .content_wrapper {
        opacity: 1
    }

    .content-browser .content-browser__content .button-wrapper,
    .content-browser .content-browser__content .close-button {
        display: none
    }
}

@media (min-width:1024px) {
    .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        overflow: hidden;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        background: var(--color-white)
    }

    .breadcrumb .active-item {
        z-index: 1;
        padding-right: 16px;
        border-right: 1px solid var(--color-lightgrey);
        line-height: 50px;
        white-space: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .breadcrumb .active-item .icon {
        transition: all .5s ease-in-out;
        transform: scale(0)
    }

    .breadcrumb .active-item>* {
        line-height: 50px;
        display: inline-block
    }

    .breadcrumb .active-item>* a {
        color: var(--color-red)
    }

    .accordion--icons .breadcrumb .active-item .accordion-item-headline,
    .breadcrumb .active-item .accordion--icons .accordion-item-headline,
    .breadcrumb .active-item .form-section fieldset legend,
    .breadcrumb .active-item .h5,
    .breadcrumb .active-item .teaser--icon .calendar-event__event-info__title,
    .breadcrumb .active-item .teaser--icon .calendar-list__heading,
    .breadcrumb .active-item .teaser--icon div.h3,
    .breadcrumb .active-item .teaser--icon h3,
    .form-section fieldset .breadcrumb .active-item legend,
    .teaser--icon .breadcrumb .active-item .calendar-event__event-info__title,
    .teaser--icon .breadcrumb .active-item .calendar-list__heading,
    .teaser--icon .breadcrumb .active-item div.h3,
    .teaser--icon .breadcrumb .active-item h3 {
        font-size: .96rem;
        text-transform: uppercase
    }

    .breadcrumb.breadcrumb__selected .breadcrumb-list:not(.open) {
        border-right: 1px solid var(--color-lightgrey);
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .breadcrumb .breadcrumb-list {
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        height: 100px
    }

    .breadcrumb .breadcrumb-list.open li.breadcrumb-list-button-next,
    .breadcrumb .breadcrumb-list.open li.breadcrumb-list-button-prev {
        display: inline-block
    }

    .breadcrumb .breadcrumb-list li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .breadcrumb .breadcrumb-list li a {
        position: relative;
        padding: 16px;
        display: block;
        color: var(--color-darkgrey);
        white-space: nowrap
    }

    .breadcrumb .breadcrumb-list li.active a,
    .breadcrumb .breadcrumb-list li a:hover {
        color: var(--color-red)
    }
}

.breadcrumb .breadcrumb-list-button-next,
.breadcrumb .breadcrumb-list-button-prev {
    position: absolute;
    top: 0;
    z-index: 1
}

.breadcrumb .breadcrumb-list-button-next>button,
.breadcrumb .breadcrumb-list-button-prev>button {
    z-index: 1
}

.breadcrumb .breadcrumb-list-button-next>button:disabled,
.breadcrumb .breadcrumb-list-button-prev>button:disabled {
    display: none !important
}

.breadcrumb .breadcrumb-list-button-prev:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    width: 60px;
    height: 100%;
    margin-left: 48px;
    top: 0
}

.breadcrumb .breadcrumb-list-button-prev+.breadcrumb-list-button-next {
    display: none
}

.breadcrumb .breadcrumb-list-button-next {
    right: 0
}

.breadcrumb .breadcrumb-list-button-next:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    width: 60px;
    height: 100%;
    margin-left: -60px;
    top: 0
}

.breadcrumb__selected a {
    padding: 16px;
    color: var(--color-darkgrey)
}

.breadcrumb__selected a:hover {
    color: var(--color-red)
}

@media (min-width:1024px) {
    .breadcrumb__selected .active-item {
        padding-right: 0
    }

    .breadcrumb__selected .active-item__selected {
        padding-right: 16px;
        border-right: 1px solid var(--color-lightgrey);
        position: relative;
        display: none
    }

    .accordion--icons .breadcrumb__selected .active-item__selected>.accordion-item-headline,
    .breadcrumb__selected .accordion--icons .active-item__selected>.accordion-item-headline,
    .breadcrumb__selected .active-item__selected>.h5,
    .breadcrumb__selected .form-section fieldset .active-item__selected>legend,
    .breadcrumb__selected .teaser--icon .active-item__selected>.calendar-event__event-info__title,
    .breadcrumb__selected .teaser--icon .active-item__selected>.calendar-list__heading,
    .breadcrumb__selected .teaser--icon .active-item__selected>div.h3,
    .breadcrumb__selected .teaser--icon .active-item__selected>h3,
    .form-section fieldset .breadcrumb__selected .active-item__selected>legend,
    .teaser--icon .breadcrumb__selected .active-item__selected>.calendar-event__event-info__title,
    .teaser--icon .breadcrumb__selected .active-item__selected>.calendar-list__heading,
    .teaser--icon .breadcrumb__selected .active-item__selected>div.h3,
    .teaser--icon .breadcrumb__selected .active-item__selected>h3 {
        padding-left: 26px
    }

    .breadcrumb__selected .active-item__selected>.icon {
        color: var(--color-red);
        height: 24px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0
    }

    .breadcrumb__selected .active-item__selected:hover {
        cursor: pointer
    }

    .breadcrumb__selected .active-item>* {
        line-height: 50px;
        display: inline-block
    }

    .breadcrumb__selected .breadcrumb-list {
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        height: 100px
    }

    .breadcrumb__selected .breadcrumb-list li {
        display: none
    }

    .breadcrumb__selected .breadcrumb-list li.selected {
        display: block
    }

    .breadcrumb__selected .breadcrumb-list li.selected a {
        padding-left: 26px;
        margin-left: 15px;
        text-transform: uppercase;
        font-weight: 600
    }

    .breadcrumb__selected .breadcrumb-list li.selected a>.icon {
        color: var(--color-red);
        bottom: 0;
        height: 24px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0
    }
}

.breadcrumb__selected .children-list {
    overflow: hidden;
    display: block;
    width: 100%
}

.breadcrumb__selected .children-list .sublevel {
    display: block;
    height: 50px;
    overflow: hidden
}

.breadcrumb__selected .children-list .sublevel>ul {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    height: 100px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: start;
    align-items: flex-start
}

.breadcrumb__selected .children-list .sublevel>ul li:not(.breadcrumb-list-button-prev):not(.breadcrumb-list-button-next) {
    display: inline-block;
    height: 50px
}

.breadcrumb__selected .children-list .sublevel>ul a {
    white-space: nowrap;
    display: block
}

@media (min-width:1024px) {
    .breadcrumb__selected.breadcrumb__selected__open .active-item:first-of-type {
        display: none
    }

    .breadcrumb__selected.breadcrumb__selected__open .active-item__selected,
    .breadcrumb__selected.breadcrumb__selected__open .breadcrumb-list li {
        display: block
    }

    .breadcrumb__selected.breadcrumb__selected__open .breadcrumb-list li.selected {
        display: none
    }
}

.breadcrumb.breadcrumb_v2_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100vw
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li a {
    padding: 8px 0 4px;
    color: var(--color-black)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li a:hover {
    color: var(--color-red)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li a .icon {
    font-size: 15px;
    padding-right: 4px
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li a .icon.icon-LMHIconrightblack {
    color: var(--color-black)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_main .breadcrumb-list_v2 li a.active {
    color: var(--color-red)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .btnbtn--icon {
    background: transparent
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .btn:hover {
    background-color: var(--color-white);
    color: var(--color-black)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .icon {
    color: var(--color-black)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .icon:active,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .icon:hover {
    color: var(--color-red)
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts ul .breadcrumb-list-contact--phone .breadcrumb-phone-details {
    display: none;
    padding-right: 8px
}

.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn--icon:active,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn--icon:hover,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn--social:active,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn--social:hover,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn-share:active,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .btn-share:hover,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .datepicker .ui-datepicker-trigger:active,
.breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .datepicker .ui-datepicker-trigger:hover,
.datepicker .breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .ui-datepicker-trigger:active,
.datepicker .breadcrumb.breadcrumb_v2_wrapper .breadcrumb_v2_contacts .breadcrumb-list-contact .btn .ui-datepicker-trigger:hover {
    color: var(--color-red);
    background-color: var(--color-primary-700)
}

.compare-box {
    padding: 8px;
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
    margin-bottom: 24px
}

@media (max-width:1023px) {
    .compare-box {
        display: none !important
    }
}

.compare-box__header {
    padding: 8px
}

.compare-box__header>.btn__link {
    position: absolute;
    top: 0;
    right: 0
}

.compare-box__header>.btn__link>.btn {
    width: 48px
}

.compare-box__header>.btn__link>.btn>.icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.compare-box__footer,
.compare-box__header {
    padding: 8px
}

.compare-box__content {
    overflow: hidden
}

.compare-box-item__wrapper {
    padding: 8px;
    width: 33.33333%;
    height: 170px;
    text-align: center;
    display: inline-block;
    float: left
}

.compare-box-item__wrapper.ui-droppable .dropzone,
.compare-box-item__wrapper .ui-droppable .dropzone {
    border: 1px dashed var(--color-form-darkgrey);
    height: 100%;
    transition-duration: .25s
}

.compare-box-item__wrapper.ui-droppable .dropzone:before,
.compare-box-item__wrapper .ui-droppable .dropzone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.blog-header .compare-box-item__wrapper.ui-droppable .dropzone>.date,
.blog-header .compare-box-item__wrapper .ui-droppable .dropzone>.date,
.compare-box-item__wrapper.ui-droppable .blog-header .dropzone>.date,
.compare-box-item__wrapper .ui-droppable .blog-header .dropzone>.date,
.compare-box-item__wrapper.ui-droppable .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper .ui-droppable .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper.ui-droppable .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper .ui-droppable .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper.ui-droppable .dropzone>.event-detail__category,
.compare-box-item__wrapper .ui-droppable .dropzone>.event-detail__category,
.compare-box-item__wrapper.ui-droppable .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper .ui-droppable .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper.ui-droppable .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper .ui-droppable .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper.ui-droppable .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper .ui-droppable .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper.ui-droppable .dropzone>.info,
.compare-box-item__wrapper .ui-droppable .dropzone>.info,
.compare-box-item__wrapper.ui-droppable .dropzone>.info--secondary,
.compare-box-item__wrapper .ui-droppable .dropzone>.info--secondary,
.compare-box-item__wrapper.ui-droppable .dropzone>.product-info,
.compare-box-item__wrapper .ui-droppable .dropzone>.product-info,
.compare-box-item__wrapper.ui-droppable .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.compare-box-item__wrapper .ui-droppable .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper.ui-droppable ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper .ui-droppable ul.dropzone>li+li {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%
}

.compare-box-item__wrapper.ui-droppable-active.dropzone,
.compare-box-item__wrapper.ui-droppable-active .dropzone,
.compare-box-item__wrapper .ui-droppable-active.dropzone,
.compare-box-item__wrapper .ui-droppable-active .dropzone {
    border-color: var(--color-red)
}

.blog-header .compare-box-item__wrapper.ui-droppable-active.dropzone>.date,
.blog-header .compare-box-item__wrapper .ui-droppable-active.dropzone>.date,
.blog-header .compare-box-item__wrapper.ui-droppable-active .dropzone>.date,
.blog-header .compare-box-item__wrapper .ui-droppable-active .dropzone>.date,
.compare-box-item__wrapper .blog-header .ui-droppable-active.dropzone>.date,
.compare-box-item__wrapper .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.ui-droppable-active.dropzone>li+li,
.compare-box-item__wrapper.ui-droppable-active .blog-header .dropzone>.date,
.compare-box-item__wrapper .ui-droppable-active .blog-header .dropzone>.date,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.event-detail__category,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.event-detail__category,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.event-detail__category,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.event-detail__category,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.info,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.info,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.info,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.info,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.info--secondary,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.info--secondary,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.info--secondary,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.info--secondary,
.compare-box-item__wrapper.ui-droppable-active.dropzone>.product-info,
.compare-box-item__wrapper .ui-droppable-active.dropzone>.product-info,
.compare-box-item__wrapper.ui-droppable-active .dropzone>.product-info,
.compare-box-item__wrapper .ui-droppable-active .dropzone>.product-info,
.compare-box-item__wrapper.ui-droppable-active .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.compare-box-item__wrapper .ui-droppable-active .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper.ui-droppable-active ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper .ui-droppable-active ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper ul.ui-droppable-active.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.compare-box-item__wrapper.ui-droppable-active.dropzone>li+li {
    color: var(--color-red)
}

.compare-box-item__wrapper.ui-droppable-hover,
.compare-box-item__wrapper .ui-droppable-hover {
    background: var(--color-red)
}

.compare-box-item__wrapper.ui-droppable-hover.dropzone,
.compare-box-item__wrapper.ui-droppable-hover .dropzone,
.compare-box-item__wrapper .ui-droppable-hover.dropzone,
.compare-box-item__wrapper .ui-droppable-hover .dropzone {
    border: 1px solid var(--color-red)
}

.blog-header .compare-box-item__wrapper.ui-droppable-hover.dropzone>.date,
.blog-header .compare-box-item__wrapper .ui-droppable-hover.dropzone>.date,
.blog-header .compare-box-item__wrapper.ui-droppable-hover .dropzone>.date,
.blog-header .compare-box-item__wrapper .ui-droppable-hover .dropzone>.date,
.compare-box-item__wrapper .blog-header .ui-droppable-hover.dropzone>.date,
.compare-box-item__wrapper .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.ui-droppable-hover.dropzone>li+li,
.compare-box-item__wrapper.ui-droppable-hover .blog-header .dropzone>.date,
.compare-box-item__wrapper .ui-droppable-hover .blog-header .dropzone>.date,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.calendar-event__event-info__additional-information,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.calendar-event__event-info__meta,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.event-detail__category,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.event-detail__category,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.event-detail__category,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.event-detail__category,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.event-detail__meta__appointments,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.event-detail__meta__attendance-note,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.event-detail__meta__registration-note,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.info,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.info,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.info,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.info,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.info--secondary,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.info--secondary,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.info--secondary,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.info--secondary,
.compare-box-item__wrapper.ui-droppable-hover.dropzone>.product-info,
.compare-box-item__wrapper .ui-droppable-hover.dropzone>.product-info,
.compare-box-item__wrapper.ui-droppable-hover .dropzone>.product-info,
.compare-box-item__wrapper .ui-droppable-hover .dropzone>.product-info,
.compare-box-item__wrapper.ui-droppable-hover .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.compare-box-item__wrapper .ui-droppable-hover .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper.ui-droppable-hover ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper .ui-droppable-hover ul.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .compare-box-item__wrapper ul.ui-droppable-hover.dropzone>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul.compare-box-item__wrapper.ui-droppable-hover.dropzone>li+li {
    color: var(--color-white)
}

.compare-box-item__wrapper.ui-droppable.ui-state-highlight .dropzone,
.compare-box-item__wrapper .ui-droppable.ui-state-highlight .dropzone {
    display: none
}

.compare-box__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.compare-box__footer>a:first-child {
    position: absolute;
    left: 20px
}

.compare-box__footer>.btn__link {
    margin-left: 8px
}

.filter-group {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--color-white);
    z-index: 800;
    height: 100%;
    width: 100%
}

.filter-group .btn[type=reset] {
    display: none
}

.filter-group .accordion {
    max-width: 100%
}

.filter-group .accordion .accordion-item-headline {
    height: 48px;
    position: absolute;
    padding: 0;
    display: block;
    width: 48px;
    right: 0;
    z-index: 100
}

@media (max-width:1023px) {
    .filter-group .accordion .accordion-item-headline {
        display: none
    }

    .filter-group .accordion .accordion-item-body-content {
        display: block
    }

    .filter-group .accordion>li:not(.has-sublevel) {
        padding: 0 16px 16px
    }
}

@media (max-width:1023px) {
    .filter-group ul li.has-sublevel>ul {
        display: none;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        z-index: 1;
        height: 100vh;
        padding: 16px
    }

    .filter-group ul li.has-sublevel.has-checked-options:not(.active)>ul {
        display: block;
        position: relative;
        height: auto;
        top: auto;
        left: auto
    }

    .filter-group ul li.has-sublevel.has-checked-options:not(.active)>ul .filter__category {
        padding-left: 0
    }

    .filter-group ul li.has-sublevel.active>ul {
        display: block
    }
}

@media (max-width:1023px) {
    .filter-group {
        transform: translate(100%);
        transition: all .25s;
        z-index: 9999
    }

    .filter-group.is-selected {
        transform: translate(0)
    }
}

.filter-group .filter__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-lightgrey);
    font-size: 18px
}

.filter-group .filter__header .filter__title {
    position: relative;
    padding: 0 40px
}

.filter-group .filter__header .spinner {
    right: 16px;
    top: -8px
}

.filter-group ul {
    background: var(--color-white)
}

.filter-group ul .filter__section-header {
    padding: 16px 16px 0
}

.filter-group ul .filter__section-header>.title {
    font-size: 18px
}

.filter-group ul .filter__section-header>.title .icon {
    color: var(--color-red);
    margin-right: 8px
}

.filter-group ul .filter__section-header>.title+p {
    margin-top: .5em
}

.filter-group ul li {
    border-bottom: 1px solid var(--color-lightgrey)
}

.filter-group ul li .filter__category {
    display: block;
    padding: 16px 40px 4px 16px;
    position: relative;
    font-size: 18px
}

.filter-group ul li .filter__category:after {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 48px;
    position: absolute;
    width: 48px;
    text-align: center;
    top: 0;
    right: 0
}

.filter-group ul li.has-sublevel>.filter__category:not(:focus) {
    border: 1px solid transparent
}

@media (max-width:1023px) {
    .filter-group ul li.has-sublevel>.filter__category {
        padding-bottom: 16px;
        color: var(--color-darkgrey)
    }

    .filter-group ul li.has-sublevel>.filter__category:hover {
        background: var(--color-hover-lightgrey);
        cursor: pointer
    }

    .filter-group ul li.has-sublevel>.filter__category:active {
        color: var(--color-red)
    }
}

.filter-group ul li.has-sublevel>.filter__category:after {
    content: "\f12f"
}

.filter-group ul li.has-sublevel:not(.has-checked-options)>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 1
}

.filter-group ul li.has-sublevel.active>ul {
    position: fixed;
    z-index: 2;
    height: calc(100vh - 48px);
    overflow: auto
}

.filter-group ul li:not(.has-sublevel)>.filter__category {
    display: none
}

@media (max-width:1023px) {
    .filter-group ul li:not(.has-sublevel)>.filter__category {
        pointer-events: none;
        color: var(--color-darkgrey)
    }
}

.filter-group ul li.filter-accordion {
    position: relative;
    border-bottom: 1px solid var(--color-lightgrey);
    border-top: 1px solid var(--color-lightgrey)
}

@media (min-width:960px) {
    .filter-group ul li.filter-accordion {
        border: none;
        margin-bottom: 16px
    }
}

.filter-group ul li.filter-accordion+.filter-accordion {
    border-top: none
}

.autocomplete-wrapper .filter-group .autocomplete+ul li.filter-accordion>a,
.autocomplete-wrapper .filter-group .autocomplete+ul li.filter-accordion>li,
.dropdown-item .filter-group ul li.filter-accordion>a,
.filter-group .autocomplete-wrapper .autocomplete+ul li.filter-accordion>a,
.filter-group .autocomplete-wrapper .autocomplete+ul li.filter-accordion>li,
.filter-group ul .dropdown-item li.filter-accordion>a,
.filter-group ul li.filter-accordion>.checkbox,
.filter-group ul li.filter-accordion>.input-wrapper.error+.message,
.filter-group ul li.filter-accordion>.label,
.filter-group ul li.filter-accordion>.radio,
.filter-group ul li.filter-accordion>input,
.filter-group ul li.filter-accordion>label,
.filter-group ul li.filter-accordion>textarea,
.filter-group ul li.radio.filter-accordion>span {
    font-weight: 700;
    margin-right: 8px
}

@media (max-width:959px) {
    .filter-group ul li.filter-accordion>.filter-accordion__toggle {
        float: right
    }
}

.filter-group ul li.filter-accordion>.filter-accordion__toggle .icon {
    transition: .25s;
    transform: rotate(0deg)
}

.filter-group ul li.filter-accordion>ul {
    display: none
}

@media (min-width:960px) {
    .filter-group ul li.filter-accordion>ul {
        padding-top: 0
    }
}

.filter-group ul li.filter-accordion.accordion-open>.filter-accordion__toggle .icon {
    transform: rotate(-180deg)
}

.filter-group ul li .checkbox {
    display: inline-block;
    padding-top: 0
}

.filter-group ul li li {
    border: none
}

@media (min-width:1024px) {
    .filter-group .btn[type=reset] {
        display: block
    }
}

@media (max-width:1023px) {
    .filter-group.top-level-active>ul {
        height: calc(100vh - 48px);
        overflow: auto
    }

    .filter-group.top-level-active .btn[type=reset] {
        display: block
    }

    .filter-group ul.filter__level-1 {
        transition: all .25s
    }

    .filter-group ul.filter__level-1.show-sublevel {
        transform: translate(-100%)
    }
}

.filter-group li li {
    padding-left: 16px
}

.filter-group li li ul {
    margin-left: -16px
}

.filter-group li li ul li {
    padding-left: 48px
}

.filter-group .filter__tags {
    display: none
}

.filter-group--events,
.filter-group--jobs {
    height: auto
}

@media (max-width:1023px) {

    .filter-group--events,
    .filter-group--jobs {
        height: 100%;
        width: 100%
    }
}

@media (min-width:1024px) {

    .filter-group--events,
    .filter-group--jobs {
        position: relative;
        background: none
    }

    .filter-group--events .filter__header,
    .filter-group--jobs .filter__header {
        display: none
    }

    .filter-group--events ul,
    .filter-group--jobs ul {
        background: none;
        padding: 24px 0 0
    }

    .filter-group--events ul li .filter__category,
    .filter-group--jobs ul li .filter__category {
        background: var(--color-white);
        border-color: transparent;
        padding: 16px 48px 16px 16px;
        line-height: 1;
        max-height: 48px
    }

    .filter-group--events ul li .filter__category:after,
    .filter-group--jobs ul li .filter__category:after {
        content: "";
        transition: .25s;
        transform: rotate(90deg)
    }

    .filter-group--events ul li ul,
    .filter-group--events ul li ul .filter__category,
    .filter-group--jobs ul li ul,
    .filter-group--jobs ul li ul .filter__category {
        display: none
    }

    .filter-group--events ul li ul li,
    .filter-group--jobs ul li ul li {
        padding-left: 0
    }

    .filter-group--events ul li ul li li,
    .filter-group--jobs ul li ul li li {
        padding-left: 48px
    }

    .filter-group--events ul li:last-child.reset-filter-mobile,
    .filter-group--jobs ul li:last-child.reset-filter-mobile {
        display: none
    }

    .filter-group--events ul.show-sublevel,
    .filter-group--jobs ul.show-sublevel {
        transform: none
    }

    .filter-group--events ul.show-sublevel .active .filter__category,
    .filter-group--events ul.show-sublevel .has-sublevel.active .filter__category,
    .filter-group--jobs ul.show-sublevel .active .filter__category,
    .filter-group--jobs ul.show-sublevel .has-sublevel.active .filter__category {
        background: var(--color-red);
        color: var(--color-white)
    }

    .filter-group--events ul.show-sublevel .active .filter__category:after,
    .filter-group--events ul.show-sublevel .has-sublevel.active .filter__category:after,
    .filter-group--jobs ul.show-sublevel .active .filter__category:after,
    .filter-group--jobs ul.show-sublevel .has-sublevel.active .filter__category:after {
        transform: rotate(270deg)
    }

    .filter-group--events ul.show-sublevel .active>ul,
    .filter-group--events ul.show-sublevel .has-sublevel.active>ul,
    .filter-group--jobs ul.show-sublevel .active>ul,
    .filter-group--jobs ul.show-sublevel .has-sublevel.active>ul {
        display: block;
        height: auto;
        top: auto;
        position: absolute;
        left: 0;
        width: 100%;
        transform: none;
        z-index: 1;
        overflow: hidden
    }

    .filter-group--events ul.columns li,
    .filter-group--jobs ul.columns li {
        display: inline-block;
        width: 33%;
        vertical-align: top
    }

    .filter-group--events>ul>li,
    .filter-group--jobs>ul>li {
        display: inline-block
    }

    .filter-group--events .filter__tags,
    .filter-group--jobs .filter__tags {
        display: block;
        border-top: 1px solid var(--color-white);
        padding-top: 16px;
        margin-top: 16px
    }

    .filter-group--events .filter__tags:empty,
    .filter-group--jobs .filter__tags:empty {
        display: none
    }

    .filter-group--events .filter__tags .filter-tag,
    .filter-group--jobs .filter__tags .filter-tag {
        margin-bottom: 4px
    }
}

@media (min-width:1024px) {
    .filter-group--events ul li ul {
        display: block;
        padding: 0
    }

    .filter-group--events ul li ul li li {
        padding-left: 16px
    }
}

@media (max-width:1023px) {
    .filter-group--products {
        height: 100%;
        width: 100%
    }
}

@media (min-width:1024px) {
    .filter-group--products {
        background: none;
        position: relative
    }

    .filter-group--products .filter__header {
        display: none
    }

    .filter-group--products ul {
        background: none
    }

    .filter-group--products ul .filter__section-header>.title {
        font-size: 1rem;
        font-weight: 600
    }

    .filter-group--products ul li.has-sublevel .filter__category {
        display: none
    }

    .filter-group--products ul li.has-sublevel>ul {
        position: relative;
        left: auto
    }
}

.filter-downloadarea {
    display: block !important
}

.filter-downloadarea>h4 {
    margin-bottom: 1em
}

.filter-downloadarea .form-item {
    display: inline-block;
    width: auto !important;
    vertical-align: top;
    margin-right: 32px;
    margin-bottom: 16px
}

.filter-downloadarea .form-item .checkbox,
.filter-downloadarea .form-item .input-wrapper {
    display: inline-block
}

.blog-header>h6 {
    display: inline;
    color: var(--color-text-darkgrey)
}

*+.blog-header {
    margin-top: 64px
}

.sidebar-articles,
.sidebar-categories,
.sidebar-module {
    margin-bottom: 32px !important
}

.sidebar-articles>h4,
.sidebar-articles>h5,
.sidebar-articles>h6,
.sidebar-categories>h4,
.sidebar-categories>h5,
.sidebar-categories>h6,
.sidebar-module>h4,
.sidebar-module>h5,
.sidebar-module>h6 {
    margin-bottom: 16px
}

.sidebar-articles>a,
.sidebar-categories>a,
.sidebar-module>a {
    display: block;
    margin-bottom: 8px;
    line-height: 1.25
}

.sidebar-articles>a {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-white)
}

@media (min-width:1024px) {
    .filter-productfinder {
        padding: 16px
    }
}

.filter-productfinder .filter-item {
    border-bottom: 1px solid var(--color-white)
}

.filter-productfinder .filter-item>h5 {
    padding: 12px 0
}

.filter-productfinder .filter-item>h5 .icon {
    color: var(--color-red);
    margin-right: 16px
}

@keyframes flip {
    to {
        transform: rotateY(1turn)
    }
}

.threed-viewer {
    max-width: 600px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: auto
}

.threed-viewer .progress-bar {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important
}

.threed-viewer__images {
    height: 100%;
    opacity: 0
}

@media (min-width:1024px) {
    .threed-viewer__images {
        min-height: 600px
    }
}

.threed-viewer__images.initialized {
    opacity: 1
}

.threed-viewer__images img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0
}

.threed-viewer__images img.active.loaded {
    opacity: 1;
    left: 0;
    display: block;
    position: relative
}

.threed-viewer__images img.placeholder {
    position: relative
}

.threed-viewer__images img.error {
    display: none
}

.threed-viewer__controls {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%
}

.threed-viewer__controls .btn {
    display: inline-block;
    pointer-events: none;
    opacity: .5
}

.threed-viewer__controls__btntoggle.loading {
    pointer-events: none !important;
    opacity: .5 !important
}

.threed-viewer__controls__btntoggle.loading .icon {
    backface-visibility: visible;
    animation: flip 1s linear infinite
}

.threed-viewer__controls.initialized .btn {
    pointer-events: all;
    opacity: 1
}

.cookie-message {
    background: var(--color-red);
    bottom: 0;
    color: var(--color-white);
    display: table;
    font-family: var(--font-face);
    font-size: 1rem;
    left: 0;
    padding: 1em 1.8em;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
}

.cookie-message>div {
    display: table-cell;
    vertical-align: middle
}

.cookie-message__text a {
    color: #fff;
    text-decoration: underline
}

.cookie-message__btn {
    width: 150px;
    text-align: right
}

.cookie-message__btn a {
    background: var(--color-white);
    font-weight: inherit;
    font-size: inherit
}

.cookie-message-dialog {
    max-width: 30rem;
    margin: auto
}

.cookie-message-dialog__button-group,
.cookie-message-dialog__content,
.cookie-message-dialog__cookies,
.cookie-message-dialog__footer {
    padding: 16px
}

.cookie-message-dialog__content {
    padding-top: 0
}

.cookie-message-dialog__cookies ul {
    padding-left: 16px
}

.cookie-message-dialog__cookies ul>li {
    list-style-type: disc
}

.cookie-message-dialog__button-group {
    padding-bottom: 32px
}

.cookie-message-dialog__button-group .btn+.btn {
    margin-top: 8px
}

.cookie-message-dialog__footer {
    border-top: 1px solid var(--color-lightgrey);
    text-align: center
}

.cookie-message-dialog__footer a {
    color: var(--color-textgrey);
    font-size: .875rem;
    text-decoration: underline
}

.cookie-message-dialog__footer a+a {
    margin-left: 16px
}

.cookie-message-dialog .read-more-open .read-more-icon {
    transition-duration: .25s;
    transform: rotateX(180deg)
}

.cookie-message-dialog .read-more_cookies {
    display: none
}

.cookie-message-dialog .read-more_cookies.read-more-open {
    display: block
}

.cookie-message-dialog .read-more-icon-close {
    display: none
}

.productfinder-loadingspinner {
    position: fixed;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(var(--color-white), .7)
}

.productfinder-loadingspinner>div {
    position: relative;
    transform: translateY(-50%);
    top: 50%
}

.productfinder-loadingspinner--active {
    display: block
}

.threed-viewer-ext {
    padding-top: 4px
}

.threed-viewer-ext iframe {
    height: 600px
}

.threed-viewer-ext__poi {
    display: none;
    opacity: 0
}

.threed-viewer-ext__poi--selected {
    display: block;
    opacity: 1;
    animation: fadeInFromNone .4s ease-out
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

.chat_message {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    width: 300px;
    background: var(--color-white);
    border-radius: 8px
}

@media (min-width:768px) {
    .chat_message {
        width: 440px
    }
}

.chat_message__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-red);
    padding: 16px;
    font-size: 1.5rem;
    color: var(--color-white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.chat_message__header #chat_message_close {
    cursor: pointer
}

.chat_message__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px
}

.chat_message__content .chat_message__icon {
    font-size: 3rem
}

.chat_message__content .chat_message__text {
    padding: 8px;
    font-size: .8rem;
    background-color: var(--color-lightgrey) 2;
    border-radius: 6px;
    width: 80%
}

.chat_message__actions {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.chat_message__actions .chat_message_btn_accept {
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: .8rem
}

.chat_message__actions .chat_message_btn_close {
    border: 1px solid var(--color-red);
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: .8rem
}

.chat_message__actions .chat_message_cookiemsg a {
    color: var(--color-textgrey);
    text-decoration: underline;
    font-size: .75rem
}

.chat-icon-sidebox {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 99999;
    border-radius: 50%;
    float: right;
    box-shadow: 0 2px 5px 1px rgba(107, 104, 104, .5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: flex !important;
    cursor: pointer;
    background: #aa0020 !important
}

.chat-icon-sidebox svg {
    width: 35px;
    margin-top: 3px
}

.sticky-contact {
    position: fixed;
    z-index: 102;
    right: 1.25vw;
    bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1280px) {
    .sticky-contact {
        right: 16px
    }
}

.sticky-contact div {
    background: var(--color-red);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 6px double transparent;
    background-clip: padding-box
}

.sticky-contact div:hover {
    border: 6px double rgba(170, 0, 32, .3)
}

.sticky-contact div span {
    color: var(--color-white);
    line-height: 48px
}

.sticky-contact-content {
    position: fixed;
    z-index: 101;
    right: calc(1.25vw + 30px);
    bottom: 115px
}

@media (min-width:1280px) {
    .sticky-contact-content {
        right: 46px
    }
}

.sticky-contact-content div {
    padding: 0 48px 0 16px;
    background: var(--color-white);
    box-shadow: 1px 10px 19px 0 rgba(0, 0, 0, .25098039215686274)
}

.sticky-contact-content div>* {
    margin: 16px 0
}

.sticky-contact-content div>:first-child {
    padding-top: 16px
}

.sticky-contact-content div>:last-child {
    padding-bottom: 16px
}

.textlink:focus {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
}

.textlink:not([href]),
.textlink[href=""] {
    pointer-events: none;
    cursor: default;
    background-color: var(--color-lightgrey);
    opacity: .3
}

.textlink:not([href]):focus,
.textlink:not([href]):hover,
.textlink[href=""]:focus,
.textlink[href=""]:hover {
    text-decoration: none
}

.textlink:not([href]).inverted,
.textlink[href=""].inverted {
    background-color: transparent
}

.datepicker .textlink.ui-datepicker-trigger .icon,
.textlink.btn--icon .icon,
.textlink.btn--social .icon,
.textlink.btn-share .icon,
.textlink.with-icon .icon {
    text-decoration: none
}

.textlink.inverted {
    color: var(--color-white)
}

a:hover {
    color: var(--color-primary-700)
}

.menu_meta_item a.external_link_icon_top_header div.btn.btn--meta {
    line-height: 1
}

.menu_meta_item a.external_link_icon_top_header div.btn.btn--meta .icon {
    margin-right: 3px
}

.menu_meta_item a.external_link_icon_top_header div.btn.btn--meta:after {
    font-family: LindeGlobalIconFont;
    content: "\00a0\f19f";
    position: relative;
    top: 3px
}

li a.external_link_icon_top_header.external-link-color-red:after {
    color: var(--color-red)
}

a.external_link_icon:after {
    font-family: LindeGlobalIconFont;
    content: "\00a0\f19f";
    position: relative;
    top: 3px
}

li a.external_link_icon:after {
    color: var(--color-textgrey)
}

li a.external_link_icon:hover:after {
    color: var(--color-red)
}

a .btn.external_link_icon:after {
    font-family: LindeGlobalIconFont;
    content: "\00a0\f19f";
    position: relative;
    top: 3px
}

.footer .media-carousel a .share-btn>.btn__link>.btn.external_link_icon:after,
.media-carousel a .btn.btn--primary.external_link_icon:after,
.media-carousel a .footer .share-btn>.btn__link>.btn.external_link_icon:after,
.media-carousel a .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.external_link_icon.mwf-upload-upload:after,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .media-carousel a .btn.external_link_icon.mwf-upload-upload:after {
    font-family: LindeGlobalIconFont;
    content: "\00a0\f19f";
    position: relative;
    top: 3px;
    color: var(--color-white)
}

.footer .media-carousel a .share-btn>.btn__link>.btn.external_link_icon:after:hover,
.media-carousel a .btn.btn--primary.external_link_icon:after:hover,
.media-carousel a .footer .share-btn>.btn__link>.btn.external_link_icon:after:hover,
.media-carousel a .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.external_link_icon.mwf-upload-upload:after:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .media-carousel a .btn.external_link_icon.mwf-upload-upload:after:hover {
    color: var(--color-white)
}

.btn .icon-text-block,
.dropdown-item a.icon-text-block,
.icon-text-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.btn .icon-text-block__icon,
.dropdown-item a.icon-text-block__icon,
.icon-text-block__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.btn .icon-text-block__icon .icon,
.dropdown-item a.icon-text-block__icon .icon,
.icon-text-block__icon .icon {
    display: inline;
    position: static;
    line-height: inherit
}

.btn .icon-text-block__text,
.dropdown-item a.icon-text-block__text,
.icon-text-block__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: normal;
    width: 50px
}

.btn__link:focus .btn {
    border: 1px dotted var(--color-darkgrey);
    outline: none
}

.btn__link:focus .btn.selected {
    border-color: var(--color-white)
}

.btn__link:focus .btn.grey-background,
.btn__link:focus .compare-box__footer>.share-btn>.btn__link>.btn,
.btn__link:focus .content-browser .content-browser__list .overflow-bottom button.btn,
.btn__link:focus .content-browser .content-browser__list .overflow-top button.btn,
.btn__link:focus .layout--white.text-container--large .btn,
.btn__link:focus .text-container.layout--white .btn,
.content-browser .content-browser__list .overflow-bottom .btn__link:focus button.btn,
.content-browser .content-browser__list .overflow-top .btn__link:focus button.btn,
.layout--white.text-container--large .btn__link:focus .btn,
.text-container.layout--white .btn__link:focus .btn {
    background-color: var(--color-white) !important
}

.btn__link:focus .btn--primary,
.btn__link:focus .footer .share-btn>.btn__link>.btn,
.btn__link:focus .layout--white .text-container--large .btn.btn--primary,
.btn__link:focus .layout--white .text-container .btn.btn--primary,
.btn__link:focus .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload,
.footer .btn__link:focus .share-btn>.btn__link>.btn,
.layout--white .text-container--large .btn__link:focus .btn.btn--primary,
.layout--white .text-container .btn__link:focus .btn.btn--primary,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn__link:focus .mwf-upload-upload {
    border: 1px dotted var(--color-white)
}

.btn__link:focus .btn.inverted.btn--social:not(.inverted),
.btn__link:focus .btn.inverted.no-background,
.btn__link:focus .modal-dialog--full-width .modal-dialog-header-close-button .btn.inverted,
.modal-dialog--full-width .modal-dialog-header-close-button .btn__link:focus .btn.inverted {
    border-style: solid;
    border-color: var(--color-white) !important
}

.btn__link:focus .btn.inverted.no-background.selected,
.btn__link:focus .btn.inverted.selected.btn--social:not(.inverted),
.btn__link:focus .modal-dialog--full-width .modal-dialog-header-close-button .btn.inverted.selected,
.modal-dialog--full-width .modal-dialog-header-close-button .btn__link:focus .btn.inverted.selected {
    border: 1px dotted var(--color-darkgrey) !important
}

.btn__link:focus .btn--burger {
    border: 1px solid var(--color-darkred)
}

.btn__link:focus:disabled .btn {
    border-color: transparent
}

.autocomplete-wrapper .autocomplete+ul li a,
.btn,
.cookie-message__btn a,
.datepicker .ui-datepicker-trigger,
.dropdown-item a,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-delete,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload {
    height: auto;
    min-height: 48px;
    padding: 8px 16px;
    color: var(--color-red);
    background-color: var(--color-white);
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    line-height: 30px;
    position: relative;
    display: inline-block
}

.btn a.btn__link:hover {
    border-bottom: none;
    margin-bottom: inherit
}

.btn:hover {
    background-color: var(--color-hover-lightgrey);
    color: var(--color-red)
}

.btn:active {
    background-color: var(--color-shadegrey);
    box-shadow: none
}

.btn:active,
.btn:focus:active {
    outline: none
}

.btn:focus:disabled {
    border-color: transparent
}

.btn.selected {
    background-color: var(--color-darkred)
}

.btn.selected,
.btn.selected a {
    color: var(--color-white)
}

.btn.btn--social:disabled:not(.inverted),
.btn.no-background:disabled,
.modal-dialog--full-width .modal-dialog-header-close-button .btn:disabled {
    opacity: .3
}

.btn.grey-background:hover,
.compare-box__footer>.share-btn>.btn__link>.btn:hover,
.content-browser .content-browser__list .overflow-bottom button.btn:hover,
.content-browser .content-browser__list .overflow-top button.btn:hover,
.layout--white.text-container--large .btn:hover,
.text-container.layout--white .btn:hover {
    background-color: var(--color-hover-lightgrey) !important
}

.btn.grey-background:active,
.compare-box__footer>.share-btn>.btn__link>.btn:active,
.content-browser .content-browser__list .overflow-bottom button.btn:active,
.content-browser .content-browser__list .overflow-top button.btn:active,
.layout--white.text-container--large .btn:active,
.text-container.layout--white .btn:active {
    background-color: var(--color-shadegrey) !important
}

.btn.grey-background.selected,
.compare-box__footer>.share-btn>.btn__link>.btn.selected,
.content-browser .content-browser__list .overflow-bottom button.btn.selected,
.content-browser .content-browser__list .overflow-top button.btn.selected,
.layout--white.text-container--large .btn.selected,
.text-container.layout--white .btn.selected {
    background-color: var(--color-darkred) !important
}

.btn.icon-float-right {
    padding-right: 48px
}

.btn.icon-float-left {
    padding-left: 48px
}

.btn--primary,
.footer .share-btn>.btn__link>.btn,
.layout--white .text-container--large .btn.btn--primary,
.layout--white .text-container .btn.btn--primary,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload {
    background-color: var(--color-red);
    border: 1px solid transparent;
    color: var(--color-white)
}

.btn--primary a,
.footer .share-btn>.btn__link>.btn a,
.layout--white .text-container--large .btn.btn--primary a,
.layout--white .text-container .btn.btn--primary a,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload a {
    color: var(--color-white)
}

.btn--primary:hover,
.footer .share-btn>.btn__link>.btn:hover,
.layout--white .text-container--large .btn.btn--primary:hover,
.layout--white .text-container .btn.btn--primary:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload:hover {
    border: 1px solid transparent;
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.btn--primary:active,
.footer .share-btn>.btn__link>.btn:active,
.layout--white .text-container--large .btn.btn--primary:active,
.layout--white .text-container .btn.btn--primary:active,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload:active {
    border: 1px solid transparent;
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.btn--primary:active:focus,
.btn--primary:active:hover,
.footer .share-btn>.btn__link>.btn:active:focus,
.footer .share-btn>.btn__link>.btn:active:hover,
.layout--white .text-container--large .btn.btn--primary:active:focus,
.layout--white .text-container--large .btn.btn--primary:active:hover,
.layout--white .text-container .btn.btn--primary:active:focus,
.layout--white .text-container .btn.btn--primary:active:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload:active:focus,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload:active:hover {
    border: 1px solid transparent;
    background-color: var(--color-darkred);
    color: var(--color-white)
}

.btn--confirm {
    background-color: var(--color-green);
    border: 1px solid transparent
}

.btn--confirm,
.btn--confirm a {
    color: var(--color-white)
}

.btn--confirm:hover {
    background-color: var(--color-toned-green)
}

.btn--confirm:active,
.btn--confirm:hover {
    border: 1px solid transparent;
    color: var(--color-white)
}

.btn--confirm:active {
    background-color: var(--color-darkgreen)
}

.btn--confirm:active:focus,
.btn--confirm:active:hover {
    border: 1px solid transparent;
    background-color: var(--color-darkgreen);
    color: var(--color-white)
}

.btn--action {
    height: auto;
    min-height: 53px;
    line-height: 21px
}

.btn--action:disabled {
    box-shadow: none
}

.btn--download {
    padding-right: 48px;
    padding-left: 16px;
    text-align: left
}

.btn--download .icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    position: absolute;
    top: -1px;
    text-align: center;
    margin: 0;
    right: 0
}

.btn--zoom {
    transition: .5s ease-in-out
}

.btn--zoom.active {
    transform: scale(1.25)
}

.btn.filter-tag {
    height: 34px;
    line-height: 18px;
    min-height: 0
}

.btn.filter-tag .icon {
    height: 34px;
    width: 34px;
    line-height: 34px
}

.btn.filter-tag.icon-float-right {
    padding-left: 12px;
    padding-right: 34px
}

.btn.filter-tag.icon-float-left {
    padding-right: 12px;
    padding-left: 34px
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background) {
    background-color: var(--color-lightgrey);
    color: var(--color-darkgrey)
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background).layout--white {
    background-color: var(--color-white) !important
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background).layout--white:hover {
    color: var(--color-red) !important
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background):active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white) {
    background-color: var(--color-red);
    color: var(--color-white)
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.btn .btn--icon:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white),
.btn .btn--social:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white),
.btn .btn-share:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white),
.btn .datepicker .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white),
.datepicker .btn .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white) {
    background-color: var(--color-lightgrey);
    color: var(--color-white)
}

.btn .btn--icon:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover,
.btn .btn--social:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover,
.btn .btn-share:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover,
.btn .datepicker .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover,
.datepicker .btn .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.btn .btn--icon:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active,
.btn .btn--social:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active,
.btn .btn-share:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active,
.btn .datepicker .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active,
.datepicker .btn .ui-datepicker-trigger:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.btn__link:not([href]),
.btn__link[href=""] {
    pointer-events: none;
    cursor: default
}

.btn__link:not([href]) .btn,
.btn__link[href=""] .btn {
    background-color: var(--color-lightgrey);
    opacity: .3
}

.btn__link:not([href]) .btn.btn :focus,
.btn__link[href=""] .btn.btn :focus {
    border: none
}

.btn__link:not([href]) .btn--primary,
.btn__link:not([href]) .footer .share-btn>.btn__link>.btn,
.btn__link:not([href]) .layout--white .text-container--large .btn.btn--primary,
.btn__link:not([href]) .layout--white .text-container .btn.btn--primary,
.btn__link:not([href]) .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload,
.btn__link[href=""] .btn--primary,
.btn__link[href=""] .footer .share-btn>.btn__link>.btn,
.btn__link[href=""] .layout--white .text-container--large .btn.btn--primary,
.btn__link[href=""] .layout--white .text-container .btn.btn--primary,
.btn__link[href=""] .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .mwf-upload-upload,
.footer .btn__link:not([href]) .share-btn>.btn__link>.btn,
.footer .btn__link[href=""] .share-btn>.btn__link>.btn,
.layout--white .text-container--large .btn__link:not([href]) .btn.btn--primary,
.layout--white .text-container--large .btn__link[href=""] .btn.btn--primary,
.layout--white .text-container .btn__link:not([href]) .btn.btn--primary,
.layout--white .text-container .btn__link[href=""] .btn.btn--primary,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn__link:not([href]) .mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn__link[href=""] .mwf-upload-upload {
    background-color: var(--color-red)
}

.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-next.slick-arrow,
.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-prev.slick-arrow {
    background-color: var(--color-lightgrey);
    color: var(--color-darkgrey)
}

.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-next.slick-arrow:hover,
.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-prev.slick-arrow:hover {
    background-color: var(--color-primary-700);
    color: var(--color-white) !important
}

.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-next.slick-arrow:active,
.media-carousel-arrows .btn:not(.btn--primary):not(.no-background):not(.grey-background).btn--carousel-prev.slick-arrow:active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.btn--icon,
.btn--social,
.btn-share,
.datepicker .ui-datepicker-trigger {
    height: 48px;
    width: 48px;
    padding: 12px;
    line-height: 0
}

.btn--icon .icon,
.btn--icon.with-icon .icon,
.btn--social.btn--icon .icon,
.btn--social .icon,
.btn-share.btn--icon .icon,
.btn-share .icon,
.datepicker .ui-datepicker-trigger .icon,
.with-icon.btn--social .icon,
.with-icon.btn-share .icon {
    margin-right: 0
}

.btn--burger {
    width: 56px;
    padding: 8px 16px
}

.btn--burger.is_open .icon,
.navigation.is_open .navigation_burger button.btn--burger .icon {
    color: var(--color-darkred);
    content: "\f12d"
}

.btn--meta {
    color: var(--color-textgrey);
    width: auto;
    font-size: 15px;
    padding: 4px;
    height: 32px;
    line-height: 24px;
    min-height: 0
}

.btn--meta .icon {
    font-size: 16px;
    margin-right: 10px
}

.btn--meta:hover {
    background-color: transparent !important;
    color: var(--color-red)
}

@media (min-width:1024px) {
    .btn--meta--primary {
        margin-left: 10px;
        padding-right: 10px
    }

    .btn--meta--primary,
    .btn--meta--primary:active,
    .btn--meta--primary:focus,
    .btn--meta--primary:hover {
        color: var(--color-white);
        background-color: var(--color-red) !important
    }
}

.btn .counter {
    position: absolute;
    top: .25em;
    right: .25em;
    display: block;
    font-size: .875rem;
    line-height: 0;
    border-radius: .625em;
    padding: .625em .25em;
    font-weight: 600;
    min-width: 1.25em;
    background: var(--color-red);
    color: var(--color-white)
}

@media (min-width:1024px) {
    .btn__link__dynamic.active {
        padding-right: 25px;
        background: var(--color-red)
    }

    .btn__link__dynamic.active .btn--meta,
    .icon.remove {
        color: var(--color-white)
    }

    .icon.remove {
        display: none;
        position: absolute;
        right: 5px;
        top: 5px;
        margin-top: 0
    }

    .icon.remove:hover {
        cursor: pointer
    }
}

@media (max-width:1023px) {
    .icon.remove {
        display: none;
        position: absolute;
        margin-top: -40px;
        right: 15px
    }

    .icon.remove:hover {
        cursor: pointer
    }
}

.btn--facebook,
.btn--facebook:focus,
.btn--facebook:hover {
    color: var(--color-facebook)
}

.btn--facebook.inverted {
    background: var(--color-facebook);
    color: var(--color-white)
}

.btn--facebook .icon:before {
    content: "\f103"
}

.btn--twitter,
.btn--twitter:focus,
.btn--twitter:hover {
    color: var(--color-twitter)
}

.btn--twitter.inverted {
    background: var(--color-twitter);
    color: var(--color-white)
}

.btn--twitter .icon:before {
    content: "\f193"
}

.btn--xing,
.btn--xing:focus,
.btn--xing:hover {
    color: var(--color-xing)
}

.btn--xing.inverted {
    background: var(--color-xing);
    color: var(--color-white)
}

.btn--xing .icon:before {
    content: "\f195"
}

.btn--youtube,
.btn--youtube:focus,
.btn--youtube:hover {
    color: var(--color-youtube)
}

.btn--youtube.inverted {
    background: var(--color-youtube);
    color: var(--color-white)
}

.btn--youtube .icon:before {
    content: "\f196"
}

.btn--vimeo,
.btn--vimeo:focus,
.btn--vimeo:hover {
    color: var(--color-vimeo)
}

.btn--vimeo.inverted {
    background: var(--color-vimeo);
    color: var(--color-white)
}

.btn--vimeo .icon:before {
    content: "\f194"
}

.btn--linkedin,
.btn--linkedin:focus,
.btn--linkedin:hover {
    color: var(--color-linkedin)
}

.btn--linkedin.inverted {
    background: var(--color-linkedin);
    color: var(--color-white)
}

.btn--linkedin .icon:before {
    content: "\f107"
}

.btn--googleplus,
.btn--googleplus:focus,
.btn--googleplus:hover {
    color: var(--color-googleplus)
}

.btn--googleplus.inverted {
    background: var(--color-googleplus);
    color: var(--color-white)
}

.btn--googleplus .icon:before {
    content: "\f105"
}

.btn--baidu,
.btn--baidu:focus,
.btn--baidu:hover {
    color: var(--color-baidu)
}

.btn--baidu.inverted {
    background: var(--color-baidu);
    color: var(--color-white)
}

.btn--baidu .icon:before {
    content: "\f101"
}

.btn--pinterest,
.btn--pinterest:focus,
.btn--pinterest:hover {
    color: var(--color-pinterest)
}

.btn--pinterest.inverted {
    background: var(--color-pinterest);
    color: var(--color-white)
}

.btn--pinterest .icon:before {
    content: "\f192"
}

.btn--instagram,
.btn--instagram:focus,
.btn--instagram:hover {
    color: var(--color-instagram)
}

.btn--instagram.inverted {
    background: var(--color-instagram);
    color: var(--color-white)
}

.btn--instagram .icon:before {
    content: "\f106"
}

.btn--blogger,
.btn--blogger:focus,
.btn--blogger:hover {
    color: var(--color-blogger)
}

.btn--blogger.inverted {
    background: var(--color-blogger);
    color: var(--color-white)
}

.btn--blogger .icon:before {
    content: "\f102"
}

.btn--flickr,
.btn--flickr:focus,
.btn--flickr:hover {
    color: var(--color-flickr)
}

.btn--flickr.inverted {
    background: var(--color-flickr);
    color: var(--color-white)
}

.btn--flickr .icon:before {
    content: "\f104"
}

.btn--kununu,
.btn--kununu:focus,
.btn--kununu:hover {
    color: var(--color-kununu)
}

.btn--kununu.inverted {
    background: var(--color-kununu);
    color: var(--color-white)
}

.btn--kununu .icon:before {
    content: "\f19d"
}

.btn--tiktok,
.btn--tiktok:focus,
.btn--tiktok:hover {
    color: var(--color-tiktok)
}

.btn--tiktok.inverted {
    background: var(--color-tiktok);
    color: var(--color-white)
}

.btn--tiktok .icon:before {
    content: "\f19e"
}

.btn--twitch,
.btn--twitch:focus,
.btn--twitch:hover {
    color: var(--color-twitch)
}

.btn--twitch.inverted {
    background: var(--color-twitch);
    color: var(--color-white)
}

.btn--twitch .icon:before {
    content: "\f1a2"
}

.btn--whatsapp,
.btn--whatsapp:focus,
.btn--whatsapp:hover {
    color: var(--color-whatsapp)
}

.btn--whatsapp.inverted {
    background: var(--color-whatsapp);
    color: var(--color-white)
}

.btn--whatsapp .icon:before {
    content: "\f1a3"
}

.btn-share.btn--facebook,
.btn-share.btn--facebook:focus,
.btn-share.btn--facebook:hover {
    background: var(--color-facebook);
    color: var(--color-white)
}

.btn-share.btn--twitter,
.btn-share.btn--twitter:focus,
.btn-share.btn--twitter:hover {
    background: var(--color-twitter);
    color: var(--color-white)
}

.btn-share.btn--xing,
.btn-share.btn--xing:focus,
.btn-share.btn--xing:hover {
    background: var(--color-xing);
    color: var(--color-white)
}

.btn-share.btn--youtube,
.btn-share.btn--youtube:focus,
.btn-share.btn--youtube:hover {
    background: var(--color-youtube);
    color: var(--color-white)
}

.btn-share.btn--vimeo,
.btn-share.btn--vimeo:focus,
.btn-share.btn--vimeo:hover {
    background: var(--color-vimeo);
    color: var(--color-white)
}

.btn-share.btn--linkedin,
.btn-share.btn--linkedin:focus,
.btn-share.btn--linkedin:hover {
    background: var(--color-linkedin);
    color: var(--color-white)
}

.btn-share.btn--googleplus,
.btn-share.btn--googleplus:focus,
.btn-share.btn--googleplus:hover {
    background: var(--color-googleplus);
    color: var(--color-white)
}

.btn-share.btn--baidu,
.btn-share.btn--baidu:focus,
.btn-share.btn--baidu:hover {
    background: var(--color-baidu);
    color: var(--color-white)
}

.btn-share.btn--pinterest,
.btn-share.btn--pinterest:focus,
.btn-share.btn--pinterest:hover {
    background: var(--color-pinterest);
    color: var(--color-white)
}

.btn-share.btn--instagram,
.btn-share.btn--instagram:focus,
.btn-share.btn--instagram:hover {
    background: var(--color-instagram);
    color: var(--color-white)
}

.btn-share.btn--blogger,
.btn-share.btn--blogger:focus,
.btn-share.btn--blogger:hover {
    background: var(--color-blogger);
    color: var(--color-white)
}

.btn-share.btn--flickr,
.btn-share.btn--flickr:focus,
.btn-share.btn--flickr:hover {
    background: var(--color-flickr);
    color: var(--color-white)
}

.btn-share.btn--kununu,
.btn-share.btn--kununu:focus,
.btn-share.btn--kununu:hover {
    background: var(--color-kununu);
    color: var(--color-white)
}

.btn-share.btn--tiktok,
.btn-share.btn--tiktok:focus,
.btn-share.btn--tiktok:hover {
    background: var(--color-tiktok);
    color: var(--color-white)
}

.btn-share.btn--twitch,
.btn-share.btn--twitch:focus,
.btn-share.btn--twitch:hover {
    background: var(--color-twitch);
    color: var(--color-white)
}

.btn-share.btn--whatsapp,
.btn-share.btn--whatsapp:focus,
.btn-share.btn--whatsapp:hover {
    background: var(--color-whatsapp);
    color: var(--color-white)
}

img.lazyload {
    background-color: var(--color-shadegrey);
    width: 100% !important;
    height: 100% !important
}

.image-clipper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.image-clipper__contents {
    position: absolute;
    width: 100%
}

.image-clipper__contents--top {
    top: 0
}

.image-clipper__contents--bottom {
    bottom: 0
}

.image-clipper--2_1 {
    height: 0;
    padding-bottom: 50%
}

.image-clipper--2_1 .image-clipper__contents--middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.image-clipper--5_2 {
    height: 0;
    padding-bottom: 40%
}

.image-clipper--5_2 .image-clipper__contents--middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.image-clipper--2_1_max {
    height: 50vw;
    max-height: 600px;
    padding-bottom: 0
}

.image-clipper--2_1_max .image-clipper__contents--top {
    top: 0
}

.image-clipper--2_1_max .image-clipper__contents--middle {
    top: 50%;
    transform: translateY(-50%)
}

.image-clipper--2_1_max .image-clipper__contents--bottom {
    bottom: 0
}

.image-clipper--2_1_max_homepage {
    height: 50vw;
    max-height: 980px;
    padding-bottom: 0
}

.image-clipper--2_1_max_homepage .image-clipper__contents--top {
    top: 0
}

.image-clipper--2_1_max_homepage .image-clipper__contents--middle {
    top: 50%;
    transform: translateY(-50%)
}

.image-clipper--2_1_max_homepage .image-clipper__contents--bottom {
    bottom: 0
}

.image-clipper--3_2 {
    height: 0;
    padding-bottom: 68.67%
}

.image-clipper--3_2 .image-clipper__contents {
    top: 0
}

.image-clipper--3_2 .image-clipper__contents .image-wrapper {
    max-width: none
}

.image-clipper--3_2 .image-clipper__contents .image-wrapper-16x9 {
    margin-left: -9.25926%;
    margin-right: -9.25926%;
    padding-bottom: 68.67% !important
}

.image-clipper--3_2 .image-clipper__contents .image-wrapper-1x1 {
    margin-top: -16.66665%
}

.image-clipper--3_2 .image-clipper__contents--left .image-wrapper-16x9 {
    margin-right: -18.51852%;
    margin-left: auto
}

.image-clipper--3_2 .image-clipper__contents--right .image-wrapper-16x9 {
    margin-left: -18.51852%;
    margin-right: auto
}

.image-wrapper-16x9 {
    padding-bottom: 56.25% !important
}

.image-wrapper-16x9>img {
    position: absolute
}

.image-wrapper-1x1 {
    padding-bottom: 100% !important
}

.image-wrapper-1x1>img {
    position: absolute;
    height: auto
}

input,
textarea {
    color: var(--color-darkgrey);
    width: 100%;
    background-color: var(--color-white);
    border: 1px solid var(--color-form-lightgrey);
    padding: 11px 8px 8px;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 48px
}

input::-ms-clear,
textarea::-ms-clear {
    display: none
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(var(--color-darkgrey), .3);
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(var(--color-darkgrey), .3)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(var(--color-darkgrey), .3)
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
    border-color: var(--color-form-darkgrey)
}

input:disabled,
textarea:disabled {
    pointer-events: none;
    opacity: .3
}

input:-moz-read-only,
textarea:-moz-read-only {
    pointer-events: none;
    background: transparent;
    border-color: var(--color-form-lightgrey)
}

input:read-only,
textarea:read-only {
    pointer-events: none;
    background: transparent;
    border-color: var(--color-form-lightgrey)
}

input.input--right,
textarea.input--right {
    text-align: right
}

input.input--right.error,
textarea.input--right.error {
    padding-right: 8px;
    padding-left: 32px
}

.input-wrapper {
    position: relative
}

.input-wrapper+.message {
    display: none
}

.input-wrapper.error input,
.input-wrapper.error textarea,
.input-wrapper.success input,
.input-wrapper.success textarea {
    padding-right: 40px
}

.input-wrapper.error:before,
.input-wrapper.success:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    line-height: 48px
}

.input-wrapper.error input,
.input-wrapper.error textarea {
    border-color: var(--color-form-validation) !important
}

.input-wrapper.error:before {
    content: "\f146";
    color: var(--color-form-validation)
}

.input-wrapper.error+.message {
    color: var(--color-form-validation);
    display: block;
    line-height: 1.25em;
    margin-top: .25em
}

.input-wrapper.success:before {
    content: "\f12c"
}

button {
    display: block;
    opacity: 1;
    transition: opacity .4s ease-in-out
}

button:disabled {
    pointer-events: none;
    opacity: .3
}

input[type=file],
textarea[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.autocomplete-wrapper .autocomplete+ul input[type=file]+li,
.autocomplete-wrapper .autocomplete+ul li input[type=file]+a,
.autocomplete-wrapper .autocomplete+ul li textarea[type=file]+a,
.autocomplete-wrapper .autocomplete+ul textarea[type=file]+li,
.dropdown-item input[type=file]+a,
.dropdown-item textarea[type=file]+a,
.radio>input[type=file]+span,
.radio>textarea[type=file]+span,
input.input-wrapper.error[type=file]+.message,
input[type=file]+.checkbox,
input[type=file]+.label,
input[type=file]+.radio,
input[type=file]+input,
input[type=file]+label,
input[type=file]+textarea,
textarea.input-wrapper.error[type=file]+.message,
textarea[type=file]+.checkbox,
textarea[type=file]+.label,
textarea[type=file]+.radio,
textarea[type=file]+input,
textarea[type=file]+label,
textarea[type=file]+textarea {
    cursor: pointer
}

.autocomplete-wrapper .autocomplete+ul input[type=file]+li span:last-child,
.autocomplete-wrapper .autocomplete+ul li input[type=file]+a span:last-child,
.autocomplete-wrapper .autocomplete+ul li textarea[type=file]+a span:last-child,
.autocomplete-wrapper .autocomplete+ul textarea[type=file]+li span:last-child,
.dropdown-item input[type=file]+a span:last-child,
.dropdown-item textarea[type=file]+a span:last-child,
.radio>input[type=file]+span span:last-child,
.radio>textarea[type=file]+span span:last-child,
input.input-wrapper.error[type=file]+.message span:last-child,
input[type=file]+.checkbox span:last-child,
input[type=file]+.label span:last-child,
input[type=file]+.radio span:last-child,
input[type=file]+input span:last-child,
input[type=file]+label span:last-child,
input[type=file]+textarea span:last-child,
textarea.input-wrapper.error[type=file]+.message span:last-child,
textarea[type=file]+.checkbox span:last-child,
textarea[type=file]+.label span:last-child,
textarea[type=file]+.radio span:last-child,
textarea[type=file]+input span:last-child,
textarea[type=file]+label span:last-child,
textarea[type=file]+textarea span:last-child {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-left: 8px
}

.autocomplete-wrapper .autocomplete+ul input[type=file]+li.file-selected,
.autocomplete-wrapper .autocomplete+ul li input[type=file]+a.file-selected,
.autocomplete-wrapper .autocomplete+ul li textarea[type=file]+a.file-selected,
.autocomplete-wrapper .autocomplete+ul textarea[type=file]+li.file-selected,
.dropdown-item input[type=file]+a.file-selected,
.dropdown-item textarea[type=file]+a.file-selected,
.radio>input[type=file]+span.file-selected,
.radio>textarea[type=file]+span.file-selected,
input.input-wrapper.error[type=file]+.file-selected.message,
input[type=file]+.file-selected.checkbox,
input[type=file]+.file-selected.label,
input[type=file]+.file-selected.radio,
input[type=file]+input.file-selected,
input[type=file]+label.file-selected,
input[type=file]+textarea.file-selected,
textarea.input-wrapper.error[type=file]+.file-selected.message,
textarea[type=file]+.file-selected.checkbox,
textarea[type=file]+.file-selected.label,
textarea[type=file]+.file-selected.radio,
textarea[type=file]+input.file-selected,
textarea[type=file]+label.file-selected,
textarea[type=file]+textarea.file-selected {
    background: none
}

.autocomplete-wrapper .autocomplete+ul input[type=file]+li.file-selected span:first-child:before,
.autocomplete-wrapper .autocomplete+ul li input[type=file]+a.file-selected span:first-child:before,
.autocomplete-wrapper .autocomplete+ul li textarea[type=file]+a.file-selected span:first-child:before,
.autocomplete-wrapper .autocomplete+ul textarea[type=file]+li.file-selected span:first-child:before,
.dropdown-item input[type=file]+a.file-selected span:first-child:before,
.dropdown-item textarea[type=file]+a.file-selected span:first-child:before,
.radio>input[type=file]+span.file-selected span:first-child:before,
.radio>textarea[type=file]+span.file-selected span:first-child:before,
input.input-wrapper.error[type=file]+.file-selected.message span:first-child:before,
input[type=file]+.file-selected.checkbox span:first-child:before,
input[type=file]+.file-selected.label span:first-child:before,
input[type=file]+.file-selected.radio span:first-child:before,
input[type=file]+input.file-selected span:first-child:before,
input[type=file]+label.file-selected span:first-child:before,
input[type=file]+textarea.file-selected span:first-child:before,
textarea.input-wrapper.error[type=file]+.file-selected.message span:first-child:before,
textarea[type=file]+.file-selected.checkbox span:first-child:before,
textarea[type=file]+.file-selected.label span:first-child:before,
textarea[type=file]+.file-selected.radio span:first-child:before,
textarea[type=file]+input.file-selected span:first-child:before,
textarea[type=file]+label.file-selected span:first-child:before,
textarea[type=file]+textarea.file-selected span:first-child:before {
    content: "\f15d"
}

.checkbox,
.label,
.radio {
    display: block;
    color: var(--color-darkgrey)
}

.dropdown-item {
    list-style: none
}

.dropdown-item a {
    padding-right: 48px;
    color: var(--color-darkgrey);
    border-bottom-color: var(--color-lightgrey);
    display: block;
    text-align: left;
    white-space: nowrap
}

.dropdown-item a .icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    position: absolute;
    top: -1px;
    text-align: center;
    margin: 0;
    right: 0
}

.dropdown-item a:focus {
    border-color: var(--color-darkgrey)
}

.dropdown-item a:hover {
    background: var(--color-lightgrey);
    color: var(--color-red)
}

.dropdown-item a.selected {
    background: var(--color-white);
    color: var(--color-darkgrey)
}

.dropdown-item a.selected:before {
    content: "\f12c"
}

.dropdown-item a.selected:focus {
    border-color: var(--color-darkgrey)
}

.dropdown-item a.selected:hover {
    background: var(--color-lightgrey);
    color: var(--color-red)
}

.dropdown-item a.selected:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-red);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 48px;
    width: 48px;
    text-align: center
}

textarea {
    min-height: 105px;
    width: 100%;
    max-width: 100%;
    line-height: 1.5em;
    display: block;
    resize: vertical
}

.clear-input {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: none
}

.clear-input:hover {
    cursor: pointer
}

.clear-input:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f12d";
    color: var(--color-red)
}

.autocomplete-wrapper input,
.autocomplete-wrapper textarea {
    padding-right: 48px
}

.autocomplete-wrapper .autocomplete+ul li {
    position: relative
}

.autocomplete-wrapper .autocomplete+ul li.highlighted {
    background: var(--color-lightgrey);
    color: var(--color-red)
}

.autocomplete-wrapper .autocomplete+ul li.highlighted a {
    background: var(--color-lightgrey)
}

.autocomplete-wrapper .autocomplete+ul li a {
    display: block;
    color: var(--color-black);
    padding: 8px;
    border-bottom: 1px solid var(--color-lightgrey);
    text-align: left
}

.autocomplete-wrapper .autocomplete+ul li a b {
    color: var(--color-form-darkgrey)
}

.autocomplete-wrapper .autocomplete+ul li .facet-count {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background: transparent
}

.autocomplete-wrapper .autocomplete+ul li .input-text {
    pointer-events: none;
    position: absolute;
    padding: 8px;
    line-height: 30px;
    border: 1px solid transparent;
    color: var(--color-darkgrey);
    z-index: 1
}

.autocomplete-wrapper .autocomplete+ul li .input-text>span {
    color: rgba(var(--color-darkgrey), .4)
}

.dropdown-toggle:focus,
.filter-group ul li.has-sublevel>.filter__category:focus {
    border: 1px dotted var(--color-darkgrey)
}

.dropdown-toggle.btn--primary:focus,
.filter-group ul .footer .share-btn>li.btn__link.has-sublevel>.filter__category.btn:focus,
.filter-group ul .layout--white .text-container--large li.has-sublevel>.filter__category.btn.btn--primary:focus,
.filter-group ul .layout--white .text-container li.has-sublevel>.filter__category.btn.btn--primary:focus,
.filter-group ul .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions li.has-sublevel>.filter__category.mwf-upload-upload:focus,
.filter-group ul li.has-sublevel>.btn--primary.filter__category:focus,
.footer .filter-group ul .share-btn>li.btn__link.has-sublevel>.filter__category.btn:focus,
.footer .share-btn>.btn__link>.dropdown-toggle.btn:focus,
.layout--white .text-container--large .dropdown-toggle.btn.btn--primary:focus,
.layout--white .text-container .dropdown-toggle.btn.btn--primary:focus,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .dropdown-toggle.mwf-upload-upload:focus,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .filter-group ul li.has-sublevel>.filter__category.mwf-upload-upload:focus {
    border: 1px dotted var(--color-white)
}

.dropdown-toggle.dropdown-open,
.dropdown-toggle.dropdown-open:active,
.dropdown-toggle.dropdown-open:focus,
.dropdown-toggle.dropdown-open:hover,
.filter-group ul li.has-sublevel>.dropdown-open.filter__category,
.filter-group ul li.has-sublevel>.dropdown-open.filter__category:active,
.filter-group ul li.has-sublevel>.dropdown-open.filter__category:focus,
.filter-group ul li.has-sublevel>.dropdown-open.filter__category:hover {
    background-color: var(--color-red);
    color: var(--color-white)
}

.dropdown-toggle.dropdown-open .icon,
.filter-group ul li.has-sublevel>.dropdown-open.filter__category .icon {
    transform: rotate(180deg)
}

.dropdown {
    position: relative
}

.dropdown .dropdown-toggle,
.dropdown .filter-group ul li.has-sublevel>.filter__category,
.filter-group ul .dropdown li.has-sublevel>.filter__category {
    text-align: left;
    min-width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dropdown.dropdown-open .dropdown-toggle,
.dropdown.dropdown-open .filter-group ul li.has-sublevel>.filter__category,
.filter-group ul .dropdown.dropdown-open li.has-sublevel>.filter__category {
    background-color: var(--color-white);
    color: var(--color-red)
}

.dropdown.dropdown-open .dropdown-toggle.btn--primary,
.dropdown.dropdown-open .filter-group ul .footer .share-btn>li.btn__link.has-sublevel>.filter__category.btn,
.dropdown.dropdown-open .filter-group ul .layout--white .text-container--large li.has-sublevel>.filter__category.btn.btn--primary,
.dropdown.dropdown-open .filter-group ul .layout--white .text-container li.has-sublevel>.filter__category.btn.btn--primary,
.dropdown.dropdown-open .filter-group ul .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions li.has-sublevel>.filter__category.mwf-upload-upload,
.dropdown.dropdown-open .filter-group ul li.has-sublevel>.btn--primary.filter__category,
.dropdown.dropdown-open .footer .filter-group ul .share-btn>li.btn__link.has-sublevel>.filter__category.btn,
.dropdown.dropdown-open .footer .share-btn>.btn__link>.dropdown-toggle.btn,
.dropdown.dropdown-open .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .dropdown-toggle.mwf-upload-upload,
.dropdown.dropdown-open .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .filter-group ul li.has-sublevel>.filter__category.mwf-upload-upload,
.filter-group ul .dropdown.dropdown-open li.has-sublevel>.btn--primary.filter__category,
.filter-group ul .footer .dropdown.dropdown-open .share-btn>li.btn__link.has-sublevel>.filter__category.btn,
.filter-group ul .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .dropdown.dropdown-open li.has-sublevel>.filter__category.mwf-upload-upload,
.footer .dropdown.dropdown-open .share-btn>.btn__link>.dropdown-toggle.btn,
.footer .filter-group ul .dropdown.dropdown-open .share-btn>li.btn__link.has-sublevel>.filter__category.btn,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .dropdown.dropdown-open .dropdown-toggle.mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .filter-group ul .dropdown.dropdown-open li.has-sublevel>.filter__category.mwf-upload-upload {
    background-color: var(--color-red);
    color: var(--color-white)
}

.dropdown.dropdown-open .dropdown-menu {
    display: block
}

.dropdown-menu {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    position: absolute;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    background: var(--color-white);
    display: none;
    z-index: 1;
    min-width: 100%
}

.dropdown-menu .divider {
    margin: 16px 0 0;
    background-color: transparent
}

.dropdown .select-wrapper {
    background-color: var(--color-red);
    color: var(--color-white);
    position: relative;
    cursor: pointer
}

.dropdown .select-wrapper select {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    height: 3rem;
    appearance: none;
    cursor: pointer;
    text-align: left;
    min-width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    min-height: 48px;
    padding: 8px 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent
}

.dropdown .select-wrapper select option {
    color: var(--color-black)
}

.dropdown .select-wrapper span.icon {
    position: absolute;
    right: 10px;
    top: .8rem;
    pointer-events: none
}

.combobox:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.combobox>button,
.combobox>input,
.combobox>textarea {
    float: left
}

.combobox>input,
.combobox>textarea {
    width: calc(100% - 48px)
}

.combobox>input:not(:hover):not(:active):not(:focus):not(.error),
.combobox>textarea:not(:hover):not(:active):not(:focus):not(.error) {
    border-color: transparent;
    border-right-color: var(--color-lightgrey)
}

.combobox .dropdown-menu {
    top: 100%
}

.combobox.combobox-open .dropdown-menu {
    display: block
}

.combobox.error:before {
    right: 56px;
    z-index: 1
}

.checkbox {
    position: relative;
    overflow: hidden;
    margin-left: 24px;
    margin-right: 40px;
    padding-left: 8px;
    overflow: visible;
    min-height: 48px;
    min-width: 120px;
    padding-top: 12px
}

.checkbox>span {
    height: 24px;
    line-height: 24px;
    color: var(--color-darkgrey)
}

.checkbox a {
    display: inline-block;
    margin-top: -12px;
    padding: 12px 0
}

.checkbox input[type=checkbox],
.checkbox textarea[type=checkbox] {
    display: block;
    height: 24px;
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
    z-index: -100
}

.checkbox input[type=checkbox]~span:before,
.checkbox textarea[type=checkbox]~span:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f12c";
    color: var(--color-darkgrey);
    background-color: var(--color-white);
    border: 1px solid var(--color-form-lightgrey);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    margin-left: -32px;
    transition: all 125ms
}

.checkbox input[type=checkbox]:checked~span:before,
.checkbox input[type=checkbox][indeterminate=true]~span:before,
.checkbox textarea[type=checkbox]:checked~span:before,
.checkbox textarea[type=checkbox][indeterminate=true]~span:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-white);
    background-color: var(--color-red);
    border: 1px solid var(--color-red)
}

.checkbox input[type=checkbox]:focus~span:before,
.checkbox textarea[type=checkbox]:focus~span:before {
    border: 1px dotted var(--color-darkgrey) !important
}

.checkbox input[type=checkbox][indeterminate=true]~span:before,
.checkbox textarea[type=checkbox][indeterminate=true]~span:before {
    content: "\f144";
    border: 0
}

.checkbox.disabled span,
.checkbox.disabled span:before,
.checkbox input[type=checkbox]:disabled~span,
.checkbox input[type=checkbox]:disabled~span:before,
.checkbox input[type=checkbox][disabled]~span,
.checkbox input[type=checkbox][disabled]~span:before,
.checkbox textarea[type=checkbox]:disabled~span,
.checkbox textarea[type=checkbox]:disabled~span:before,
.checkbox textarea[type=checkbox][disabled]~span,
.checkbox textarea[type=checkbox][disabled]~span:before {
    opacity: .3;
    pointer-events: none
}

.checkbox:hover:not(.disabled) {
    cursor: pointer
}

.checkbox+.checkbox {
    margin-top: 0
}

.checkbox .error {
    color: var(--color-form-validation);
    border: none
}

.checkbox .error:before {
    border-color: var(--color-form-validation) !important
}

.radio {
    position: relative;
    display: block;
    margin-left: 24px;
    margin-right: 40px;
    padding-left: 8px;
    overflow: visible;
    min-height: 48px;
    padding-top: 12px
}

.radio>span {
    height: 24px;
    line-height: 24px;
    color: var(--color-darkgrey)
}

.radio input[type=radio],
.radio textarea[type=radio] {
    display: block;
    height: 24px;
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
    z-index: -100
}

.radio input[type=radio]~span:before,
.radio textarea[type=radio]~span:before {
    content: "";
    color: var(--color-darkgrey);
    background-color: var(--color-white);
    border: 1px solid var(--color-form-lightgrey);
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    margin-left: -32px;
    transition: all 125ms
}

.radio input[type=radio]:checked~span:after,
.radio textarea[type=radio]:checked~span:after {
    content: "";
    background-color: var(--color-red);
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 16px;
    margin: auto
}

.radio input[type=radio]:focus~span:before,
.radio textarea[type=radio]:focus~span:before {
    border: 1px dotted var(--color-darkgrey)
}

.radio input[type=radio]:disabled~span,
.radio input[type=radio]:disabled~span:before,
.radio input[type=radio][disabled]~span,
.radio input[type=radio][disabled]~span:before,
.radio textarea[type=radio]:disabled~span,
.radio textarea[type=radio]:disabled~span:before,
.radio textarea[type=radio][disabled]~span,
.radio textarea[type=radio][disabled]~span:before {
    opacity: .3;
    pointer-events: none
}

.radio:hover:not(.disabled) {
    cursor: pointer
}

.radio.disabled span,
.radio.disabled span:before {
    opacity: .3;
    pointer-events: none
}

.radio+.radio {
    margin-top: 0
}

.input-stepper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.input-stepper input,
.input-stepper textarea {
    width: 60px;
    height: 48px;
    float: left;
    margin-right: 8px
}

.input-stepper button {
    display: block;
    float: left;
    border-color: var(--color-form-lightgrey)
}

.input-stepper button:first-of-type {
    border-right-color: var(--color-lightgrey)
}

.input-stepper button:last-of-type {
    border-left: none
}

.input-stepper button:disabled {
    pointer-events: none;
    opacity: .3
}

.input-stepper.error:before {
    display: none
}

.datepicker {
    background-color: var(--color-textgrey);
    position: relative
}

.datepicker:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    color: var(--color-white)
}

.datepicker>button,
.datepicker>input,
.datepicker>textarea {
    float: left
}

.datepicker>input,
.datepicker>textarea {
    width: calc(100% - 48px);
    position: relative;
    height: 48px
}

.datepicker .ui-datepicker-trigger {
    background-color: transparent !important;
    color: #fff !important
}

.datepicker .ui-datepicker-trigger:active,
.datepicker .ui-datepicker-trigger:focus,
.datepicker .ui-datepicker-trigger:hover {
    background-color: hsla(0, 0%, 100%, .1) !important
}

.datepicker.error:before {
    right: 56px;
    z-index: 1
}

#ui-datepicker-div {
    background: var(--color-textgrey);
    color: var(--color-white);
    margin-top: 1px;
    box-shadow: 0 1px 3px 0 rgba(var(--color-black), .2);
    z-index: 9999 !important
}

#ui-datepicker-div,
#ui-datepicker-div .ui-datepicker-title {
    font-size: 15px;
    font-family: var(--font-face-medi), Arial, sans-serif
}

#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    line-height: 46px
}

#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--color-white);
    padding: .5rem;
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#ui-datepicker-div .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev span {
    display: none
}

#ui-datepicker-div .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-prev:hover {
    background: var(--color-toned-textgrey);
    cursor: pointer
}

#ui-datepicker-div .ui-datepicker-next {
    right: 0
}

#ui-datepicker-div .ui-datepicker-next:before {
    content: "\f153"
}

#ui-datepicker-div .ui-datepicker-prev {
    left: 0
}

#ui-datepicker-div .ui-datepicker-prev:before {
    content: "\f13d"
}

#ui-datepicker-div table {
    display: block !important
}

#ui-datepicker-div table td,
#ui-datepicker-div table th,
#ui-datepicker-div table tr {
    background: var(--color-textgrey);
    color: var(--color-white);
    border: none;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-face-medi), Arial, sans-serif
}

#ui-datepicker-div table td.ui-state-disabled,
#ui-datepicker-div table th.ui-state-disabled,
#ui-datepicker-div table tr.ui-state-disabled {
    opacity: .3
}

#ui-datepicker-div table td a,
#ui-datepicker-div table td span,
#ui-datepicker-div table th a,
#ui-datepicker-div table th span,
#ui-datepicker-div table tr a,
#ui-datepicker-div table tr span {
    color: var(--color-white);
    padding: 14px;
    display: block;
    line-height: 1;
    min-width: 44px;
    font-size: 15px;
    font-family: var(--font-face-medi), Arial, sans-serif
}

#ui-datepicker-div table td a:hover,
#ui-datepicker-div table td span:hover,
#ui-datepicker-div table th a:hover,
#ui-datepicker-div table th span:hover,
#ui-datepicker-div table tr a:hover,
#ui-datepicker-div table tr span:hover {
    background: var(--color-toned-textgrey)
}

#ui-datepicker-div table td a.ui-state-active,
#ui-datepicker-div table td span.ui-state-active,
#ui-datepicker-div table th a.ui-state-active,
#ui-datepicker-div table th span.ui-state-active,
#ui-datepicker-div table tr a.ui-state-active,
#ui-datepicker-div table tr span.ui-state-active {
    color: var(--color-red) !important;
    background: var(--color-white) !important
}

#ui-datepicker-div table td span:hover,
#ui-datepicker-div table th span:hover,
#ui-datepicker-div table tr span:hover {
    background: transparent
}

#ui-datepicker-div table td {
    min-width: 44px
}

.input-button input[type=text],
.input-button textarea[type=text] {
    width: calc(100% - 48px);
    min-height: 48px
}

.input-button button {
    float: right
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 30px;
    cursor: pointer
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range],
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    min-height: 8px;
    height: 8px;
    position: absolute;
    background-color: transparent;
    pointer-events: none;
    border: none
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range]::-webkit-slider-runnable-track,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    pointer-events: none
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range].fromSlider::-webkit-slider-runnable-track,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range].fromSlider::-webkit-slider-runnable-track {
    background: transparent
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range].fromSlider::-moz-range-track,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range].fromSlider::-moz-range-track {
    background: transparent
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range].fromSlider,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range].fromSlider {
    height: 0;
    min-height: 0;
    max-height: 0;
    z-index: 1;
    margin-top: 4px
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range].toSlider,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range].toSlider {
    height: 8px
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range]::-webkit-slider-thumb,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 6px;
    height: 24px;
    background-color: var(--color-darkgrey);
    box-shadow: 0 0 0 1px #fff;
    border-radius: 2px;
    border: none;
    margin-top: -8px;
    cursor: grab
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control input[type=range]::-moz-range-thumb,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .sliders_control textarea[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 6px;
    height: 24px;
    background-color: var(--color-darkgrey);
    box-shadow: 0 0 0 1px #fff;
    border-radius: 2px;
    border: none;
    margin-top: -8px;
    cursor: grab
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control {
    position: relative;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input {
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_separator {
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 5px
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input {
    position: relative;
    display: inline-block
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input input,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input textarea {
    padding-right: 40px;
    box-sizing: borderbox
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input_unit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-darkgrey);
    pointer-events: none;
    font-size: .9rem
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input_label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container .form_control_input_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container.single-range_container .sliders_control input[type=range].toSlider,
.productfinder__filtergroup__filterwrapper .productfinder__filtergroup__filter .range_container.single-range_container .sliders_control textarea[type=range].toSlider {
    pointer-events: all
}

.mwf-upload-dropzone {
    border: 1px dashed var(--color-form-lightgrey);
    margin: 0 0 8px;
    text-align: center;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mwf-upload-dropzone .calendar-event__event-info__title,
.mwf-upload-dropzone .calendar-list__heading,
.mwf-upload-dropzone h3 {
    color: var(--color-red)
}

.mwf-upload-dropzone .calendar-event__event-info__title:hover,
.mwf-upload-dropzone .calendar-list__heading:hover,
.mwf-upload-dropzone h3:hover {
    cursor: pointer
}

.mwf-upload-dropzone .mwf-upload-button span {
    display: none
}

.mwf-upload .mwf-upload-filecontainer {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row:not(:first-child) {
    border-top: 1px solid var(--color-form-lightgrey)
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-actions .mwf-upload-delete,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-actions .mwf-upload-upload {
    border: none;
    background: none;
    padding: 0;
    color: var(--color-red);
    display: inline
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-actions .mwf-upload-upload {
    margin-left: 16px
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-preview {
    display: none
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-fileinfo {
    padding-top: 8px
}

.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-fileinfo * {
    line-height: 1.25em
}

.mwf-upload .mwf-upload-footer {
    width: 100%
}

.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions {
    padding-bottom: 8px;
    text-align: right
}

.form-row-50 .mwf-upload {
    display: block
}

.progress-bar {
    position: relative;
    width: 60px;
    height: 35px;
    display: block;
    background: url(../img/loading-indicator/loading-indicator.png) no-repeat 100% 100%
}

.progress-bar-indicator {
    position: absolute;
    right: 24px;
    bottom: 2px;
    height: 14px;
    width: 36px;
    text-align: right;
    line-height: 13px;
    font-size: 13px;
    overflow: hidden;
    color: var(--color-red)
}

.progress-bar-indicator:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 5px;
    background: var(--color-black);
    overflow: hidden
}

@keyframes loadinganimation {
    0% {
        margin-bottom: 0
    }

    50% {
        margin-bottom: 15px
    }

    to {
        margin-bottom: 0
    }
}

@keyframes lazyloadinganimation-1 {
    0% {
        padding: 2px;
        opacity: .2
    }

    40% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    50% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    80% {
        padding: 2px;
        opacity: .2
    }
}

@keyframes lazyloadinganimation-2 {
    10% {
        padding: 2px;
        opacity: .2
    }

    50% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    60% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    90% {
        padding: 2px;
        opacity: .2
    }
}

@keyframes lazyloadinganimation-3 {
    20% {
        padding: 2px;
        opacity: .2
    }

    60% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    70% {
        padding: 8px;
        opacity: 1;
        margin: 4px
    }

    to {
        padding: 2px;
        opacity: .2
    }
}

.progress-bar.spinner {
    width: 30px
}

.progress-bar.spinner .progress-bar-indicator {
    content: ""
}

.progress-bar.spinner--running .progress-bar-indicator {
    animation-name: loadinganimation;
    animation-duration: 2s;
    animation-iteration-count: 10
}

.progress-bar.lazyloading {
    margin: 0 auto;
    text-align: center;
    height: 48px;
    width: 100%;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.progress-bar.lazyloading .lazyloading-indicator {
    background: var(--color-red);
    margin: 2px;
    display: inline-block;
    padding: 2px;
    opacity: .2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease
}

.progress-bar.lazyloading .lazyloading-indicator:first-child {
    animation-name: lazyloadinganimation-1
}

.progress-bar.lazyloading .lazyloading-indicator:nth-child(2) {
    animation-name: lazyloadinganimation-2
}

.progress-bar.lazyloading .lazyloading-indicator:nth-child(3) {
    animation-name: lazyloadinganimation-3
}

.menu_nav--active .menu_nav_mainitem,
.menu_nav--active .menu_nav_subitem.menu_nav--active {
    border-bottom: 4px solid var(--color-red)
}

.menu_nav_mainitem.external_link_icon:after {
    font-family: LindeGlobalIconFont;
    content: "\00a0\f19f";
    position: relative;
    top: 1px;
    display: block
}

a .menu_nav--active {
    color: var(--color-red) !important
}

a.nav_v2_label {
    color: var(--color-black)
}

a.nav_v2_label.menu_nav--active,
a.nav_v2_label:hover {
    color: var(--color-red)
}

a.nav_v2_label:hover {
    cursor: pointer
}

a.nav_v2_label.bold {
    font-weight: 700
}

.navigation .navigation_menu .menu_nav li.active .menu_nav--active {
    border-bottom: 4px solid var(--color-red)
}

li:not(.menu_nav--active)>a.menu_nosubpages {
    color: var(--color-darkgrey)
}

li:not(.menu_nav--active)>a.menu_nosubpages:active,
li:not(.menu_nav--active)>a.menu_nosubpages:focus,
li:not(.menu_nav--active)>a.menu_nosubpages:hover {
    color: inherit
}

@media (max-width:1023px) {
    .menu_nav a {
        color: var(--color-darkgrey)
    }

    .menu_nav a:active,
    .menu_nav a:focus,
    .menu_nav a:hover {
        color: inherit
    }

    .menu_homelink,
    .menu_mobile {
        height: 56px;
        line-height: 56px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        border-bottom: 1px solid var(--color-lightgrey);
        padding: 0 16px
    }

    .menu_homelink {
        text-align: left
    }

    .menu_homelink:hover {
        background: var(--color-hover-lightgrey);
        cursor: pointer
    }

    .menu_homelink:active {
        color: var(--color-red)
    }

    .menu_nav_mainitem,
    .menu_nav_subitem {
        height: 56px !important;
        line-height: 56px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--color-lightgrey);
        display: block;
        padding: 0 40px 0 16px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .menu_nav_mainitem:hover,
    .menu_nav_subitem:hover {
        cursor: pointer
    }

    .menu_nav_mainitem:not(.hide_arrow):after,
    .menu_nav_subitem:not(.hide_arrow):after {
        font-family: LindeGlobalIconFont;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 16px;
        top: 0;
        height: 56px;
        line-height: 56px;
        color: var(--color-red)
    }

    .menu_nav_mainitem.icon,
    .menu_nav_subitem.icon {
        display: none
    }

    .menu_nav_mainitem.bold,
    .menu_nav_mainitem .nav_v2_link.nav_v2_filter_item.bold,
    .menu_nav_subitem.bold,
    .menu_nav_subitem .nav_v2_link.nav_v2_filter_item.bold {
        font-weight: 700
    }

    .menu_nav_subitem--img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: initial;
        justify-content: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: center;
        align-items: center
    }

    .menu_nav_subitem--img img {
        max-width: 36px;
        height: auto;
        margin-right: 15px
    }

    .language_item {
        height: 56px !important;
        line-height: 56px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--color-lightgrey);
        display: block;
        padding: 0 40px 0 16px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: var(--color-textgrey)
    }

    .language_item.selected:after,
    .language_item:active:after,
    .language_item:hover:after {
        font-family: LindeGlobalIconFont;
        content: "\00a0\f108";
        color: var(--color-red);
        float: right;
        font-size: 28px;
        margin-right: -28px
    }

    .language_item.selected {
        cursor: default;
        pointer-events: none
    }
}

@media (min-width:1024px) {
    .menu_nav {
        margin-right: 0;
        padding-right: 270px;
        max-width: 100%
    }

    .active>.menu_nav_mainitem.nav_v2_mainitem {
        border-bottom: 4px solid var(--color-red)
    }

    .menu_nav_mainitem,
    .menu_nav_subitem {
        background: transparent;
        list-style: none;
        padding: 0 40px;
        float: left;
        text-align: center;
        height: 100px;
        line-height: normal;
        border: none;
        border-bottom: 4px solid transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu_nav_mainitem:hover,
    .menu_nav_subitem:hover {
        cursor: pointer;
        border-bottom: 4px solid var(--color-red)
    }

    .menu_nav_mainitem:active,
    .menu_nav_subitem:active {
        border-bottom: 4px solid var(--color-red)
    }

    a.menu_nav_subitem {
        -ms-flex-align: center;
        align-items: center;
        padding: 0 16px;
        color: var(--color-darkgrey);
        width: calc(16.66667vw - 5.33333px)
    }

    a.menu_nav_subitem--img {
        min-height: 150px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    a.menu_nav_subitem--img img {
        max-width: 108px;
        height: auto;
        margin: auto auto 15px;
        overflow: hidden
    }

    a.menu_nav_subitem:active {
        color: var(--color-red)
    }
    
    .navigation .navigation_menu.blur-background {
        outline: 99999px solid hsla(0, 0%, 100%, .8)
    }
}

@media (min-width:1280px) {
    a.menu_nav_subitem {
        padding: 0 32px;
        color: var(--color-darkgrey);
        width: 213.33333px
    }
}

@media (min-width:1024px) {
    li.active .nav_v2_wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

.navigation .menu_nav_mainitem.nav_v2_mainitem+.submenu--wrapper {
    display: none
}

.navigation.is_open .menu_nav_mainitem.nav_v2_mainitem+.submenu--wrapper,
.navigation.is_open .navigation_burger button.navigation .menu_nav_mainitem.nav_v2_mainitem+.submenu--wrapper {
    display: block
}

.nav_v2_wrapper {
    max-height: calc(80vh - 100px);
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: none;
    background-color: var(--color-shadegrey) !important;
    position: relative
}

.nav_v2_wrapper.nav_v2_show {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%
}

.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow {
    position: absolute;
    bottom: -30px;
    text-align: center;
    display: none;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(230, 231, 235, 0), rgba(230, 231, 235, 0) 50%, rgba(230, 231, 235, 0) 80%, #e6e7eb)
}

.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover {
    color: var(--color-black);
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    pointer-events: all
}

.nav_v2_wrapper .nav_v2_left .nav_v2_right--wrapper,
.nav_v2_wrapper .nav_v2_right .nav_v2_right--wrapper {
    -ms-flex-direction: row;
    flex-direction: row
}

.nav_v2_wrapper .nav_v2_left .nav_v2_left--wrapper,
.nav_v2_wrapper .nav_v2_right .nav_v2_left--wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.nav_v2_wrapper .nav_v2_left .nav_v2_overflow,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow {
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    display: none;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(230, 231, 235, 0), rgba(230, 231, 235, 0) 50%, rgba(230, 231, 235, 0) 80%, #e6e7eb)
}

.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.ui-datepicker-trigger,
.datepicker .nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_left .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn--icon,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn--icon:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn--social,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn--social:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn-share,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .btn.btn-share:hover,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger,
.nav_v2_wrapper .nav_v2_right .nav_v2_overflow .datepicker .btn.ui-datepicker-trigger:hover {
    color: var(--color-black);
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    pointer-events: all
}

.nav_v2_wrapper .nav_v2_active {
    color: var(--color-red) !important
}

.nav_v2_wrapper .nav_v2_active a,
.nav_v2_wrapper .nav_v2_active a.nav_v2_link {
    color: var(--color-red) !important;
    line-height: 35px
}

.nav_v2_wrapper .nav_v2_close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    cursor: pointer;
    font-size: .78rem;
    z-index: 99
}

@media screen and (max-height:700px) {
    .nav_v2_wrapper .nav_v2_close {
        top: 1rem
    }
}

.nav_v2_wrapper .nav_v2_close .nav_v2_close_label {
    display: inline-block
}

.nav_v2_wrapper .nav_v2_left {
    background-color: var(--color-shadegrey);
    position: relative
}

.nav_v2_wrapper .nav_v2_left--wrapper {
    padding-top: 3rem;
    padding-right: 1rem;
    display: none;
    width: 320px;
    margin-left: 2vw;
    overflow-y: auto;
    scrollbar-width: none
}

@media screen and (min-width:1280px) {
    .nav_v2_wrapper .nav_v2_left--wrapper {
        margin-left: 3vw
    }
}

@media screen and (min-width:1440px) {
    .nav_v2_wrapper .nav_v2_left--wrapper {
        margin-left: 5vw
    }
}

@media screen and (min-width:1600px) {
    .nav_v2_wrapper .nav_v2_left--wrapper {
        margin-left: 7vw
    }
}

@media screen and (min-width:1920px) {
    .nav_v2_wrapper .nav_v2_left--wrapper {
        margin-left: 160px
    }
}

@media screen and (max-height:700px) {
    .nav_v2_wrapper .nav_v2_left--wrapper {
        padding-top: 2rem
    }
}

.nav_v2_wrapper .nav_v2_left--wrapper::-webkit-scrollbar {
    display: none
}

.nav_v2_wrapper .nav_v2_left--wrapper .submenu {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--header {
    float: left;
    font-size: .95rem;
    font-weight: 600;
    min-height: 45px;
    line-height: 45px;
    width: 100%;
    margin-bottom: .5em;
    padding-left: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: .5em
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--header:hover {
    background-color: var(--color-hover-lightgrey)
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--header:hover a {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--header a {
    color: var(--color-black);
    width: 100%;
    display: inline-block;
    line-height: 45px
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--header a:hover {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu {
    display: block;
    font-size: .95rem
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item {
    width: 100%;
    position: relative;
    min-height: 35px;
    line-height: 35px;
    padding: .5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item:not(:last-child) {
    border-bottom: 1px solid var(--color-white)
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item:hover {
    color: var(--color-red);
    cursor: pointer;
    background-color: var(--color-hover-lightgrey)
}

@media screen and (max-height:700px) {
    .nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item {
        padding: .1rem 0
    }
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item .nav_v2_icon {
    width: 45px;
    text-align: right
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item .nav_v2_label {
    padding: .5rem;
    text-align: left;
    overflow-wrap: anywhere
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item .nav_v2_label a {
    color: var(--color-black);
    width: 100%;
    height: 100%;
    display: block
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item .nav_v2_label a:hover {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item span.nav_v2_label {
    padding: 0 .5rem
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item.nav_v2_selected a.nav_v2_active {
    line-height: 35px
}

.nav_v2_wrapper .nav_v2_left .nav_v2_level2--menu .nav_v2_level2--item.nav_v2_selected .nav_v2_icon {
    color: var(--color-red)
}

.nav_v2_wrapper .nav_v2_right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--color-shadegrey)
}

.nav_v2_wrapper .nav_v2_right .nav_v2_right_empty {
    position: absolute;
    font-size: 22rem;
    bottom: 50px;
    right: 50px;
    color: var(--color-white)
}

@media screen and (max-height:620px) {
    .nav_v2_wrapper .nav_v2_right .nav_v2_right_empty {
        font-size: 18rem
    }
}

.nav_v2_wrapper .nav_v2_right--wrapper {
    padding-left: 6vw;
    padding-top: 3rem;
    padding-right: 1rem;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: var(--color-shadegrey);
    z-index: 50;
    display: none
}

@media screen and (max-height:700px) {
    .nav_v2_wrapper .nav_v2_right--wrapper {
        padding-top: 2rem
    }
}

.nav_v2_wrapper .nav_v2_right--wrapper.nav_v2_show {
    display: -ms-flexbox;
    display: flex
}

.nav_v2_wrapper .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow {
    width: 45%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(230, 231, 235, 0), rgba(230, 231, 235, 0) 50%, rgba(230, 231, 235, 0) 80%, #e6e7eb)
}

.nav_v2_wrapper .nav_v2_right--wrapper.nav_v2_show .nav_v2_overflow .btn {
    cursor: pointer;
    pointer-events: all
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3 {
    width: 60%;
    display: none;
    overflow-y: auto;
    height: 95%
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3.nav_v2_lvl3_show {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header {
    margin-bottom: 1rem;
    text-align: left;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    min-height: 45px;
    line-height: 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 .5rem .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header:hover {
    background-color: var(--color-hover-lightgrey)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header:hover a {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header a {
    color: var(--color-black);
    line-height: 45px
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header .icon:hover,
.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--header a:hover {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width:1280px) {
    .nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3-left,
.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3-right {
    display: block;
    padding-right: 4rem
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item {
    cursor: pointer;
    float: none;
    text-align: left;
    font-size: .95rem;
    line-height: 1rem
}

@media screen and (max-height:700px) {
    .nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item {
        margin-bottom: .5rem
    }
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item .nav_v2_label {
    overflow-wrap: anywhere;
    padding: .5rem;
    width: 100%;
    height: 100%;
    display: inline-block
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item.nav_v2_level3--prodfinder {
    font-weight: 600
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item a {
    color: var(--color-black)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item a.menu_nav--active {
    color: var(--color-red)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item a:hover {
    color: var(--color-red);
    cursor: pointer
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level3--menu .nav_v2_level3--item:hover {
    background-color: var(--color-hover-lightgrey)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 {
    width: 320px;
    max-width: 320px;
    height: 100%;
    padding: 0 1.5rem;
    border-left: 1px solid var(--color-white);
    display: none
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 span {
    font-size: .95rem
}

@media (min-width:1280px) {
    .nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 {
        display: block
    }
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_label {
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1rem;
    min-height: 45px;
    line-height: 45px
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 3rem
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_links {
    font-size: .95rem
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_links a {
    color: var(--color-textgrey)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_links a:hover {
    color: var(--color-red)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_links li {
    margin-bottom: .5rem;
    font-size: .95rem;
    line-height: 1rem
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_teasers .level35_teaser {
    display: -ms-flexbox;
    display: flex;
    font-size: .95rem;
    background-color: var(--color-white);
    padding: .5rem;
    margin-bottom: .5rem
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_teasers .level35_teaser .level35_teaser_text {
    min-width: 160px
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_teasers .level35_teaser .level35_teaser_text a {
    color: var(--color-textgrey)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_teasers .level35_teaser .level35_teaser_text a:hover {
    color: var(--color-red)
}

.nav_v2_wrapper .nav_v2_right--wrapper .nav_v2_level35 .level35_content .level35_teasers .level35_teaser .level35_teaser_image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    margin-left: .3rem;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden
}

@media (min-width:1280px) {
    .nav_v2_wrapper .nav_lvl2_35--wrapper.nav_v2_show .nav_v2_level35 {
        display: block
    }
}

.nav_v2_wrapper .nav_lvl2_35--wrapper .nav_v2_level3_dummy {
    width: 60%;
    display: block
}

.menu_meta_item {
    list-style: none;
    background: var(--color-white)
}

@media (max-width:1023px) {
    .menu_meta_item a {
        height: 56px;
        line-height: 56px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--color-lightgrey);
        display: block;
        padding: 0 40px 0 16px;
        position: relative;
        max-width: 100%
    }

    .menu_meta_item a:hover {
        background: var(--color-hover-lightgrey);
        cursor: pointer
    }

    .menu_meta_item a:active {
        color: var(--color-red)
    }

    .menu_meta_item a:after {
        content: ""
    }

    .menu_meta_item a .btn--meta {
        height: 56px;
        line-height: 56px;
        padding: 0;
        text-align: left
    }

    .menu_meta_item a.menu_meta_item_search {
        display: none
    }

    .menu_meta_item:only-child {
        display: block
    }

    .menu_meta_item.language_selector {
        display: none
    }
}

@media (min-width:1024px) {
    .menu_meta_item a {
        background: transparent;
        list-style: none;
        padding: 0;
        display: block;
        float: left;
        border: none;
        height: 32px;
        line-height: 32px
    }

    .menu_meta_item.language_selector.active {
        background: var(--color-shadegrey)
    }
}

.menu_meta_item .btn--meta.link-color-red,
.menu_meta_item .btn--meta .link-color-red {
    color: var(--color-red)
}

.menu_meta_item .btn--meta.link-color-red:hover,
.menu_meta_item .btn--meta .link-color-red:hover {
    color: var(--color-primary-700)
}

.tooltip {
    border: none;
    background-color: var(--color-textgrey);
    color: var(--color-white);
    font-size: .95rem;
    line-height: 1.25;
    font-family: var(--font-face), Arial, sans-serif;
    max-width: 280px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
}

.language-selection.language-hidden {
    display: none
}

@media (min-width:1024px) {
    .language-selection .language_menu--wrapper {
        position: absolute;
        top: 37px !important;
        width: 100%;
        background: var(--color-shadegrey);
        left: 0;
        z-index: 1000
    }

    .language-selection .language_menu--wrapper .submenu {
        transition: all 5s
    }

    .language-selection .language_menu--wrapper:before {
        content: "";
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 1px;
        right: 1px;
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }
}

@media (min-width:1024px) {
    .language-selection .language_item {
        background: transparent;
        list-style: none;
        padding: 0 40px;
        float: left;
        border: none;
        text-align: center;
        height: 100px;
        line-height: normal;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .language-selection .language_item.selected,
    .language-selection .language_item:active,
    .language-selection .language_item:hover {
        cursor: pointer;
        color: var(--color-red);
        padding-right: 11px
    }

    .language-selection .language_item.selected:after,
    .language-selection .language_item:active:after,
    .language-selection .language_item:hover:after {
        font-family: LindeGlobalIconFont;
        content: "\00a0\f126"
    }

    .language-selection .language_item.selected {
        cursor: default;
        pointer-events: none
    }

    .language-selection a.language_item {
        display: -ms-flexbox;
        display: flex;
        background: var(--color-shadegrey);
        height: 42px !important;
        padding: 0 32px;
        color: var(--color-darkgrey);
        width: calc(16.66667vw - 5.33333px)
    }

    .language-selection a.language_item:active {
        color: var(--color-red)
    }
}

.share-btn {
    display: inline-block;
    position: relative
}

.share-btn .share-btn-container {
    top: 0;
    left: 0;
    padding: 0;
    background: var(--color-white);
    display: none;
    min-height: 116px;
    z-index: 3;
    width: 0
}

.share-btn .share-btn-container .title {
    position: absolute;
    top: 16px;
    left: 17px;
    line-height: 1;
    display: none
}

.share-btn .share-btn-container .share--close {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.share-btn .share-btn-container .btn--social {
    float: left;
    margin: 4px;
    color: var(--color-white)
}

.blog-header .share-btn.date,
.filter-group .filter__header .share-btn.spinner,
.notification>.share-btn.btn__link,
.share-btn.pull-right {
    text-align: right
}

.blog-header .share-btn.date .share-btn-container,
.filter-group .filter__header .share-btn.spinner .share-btn-container,
.notification>.share-btn.btn__link .share-btn-container,
.share-btn.pull-right .share-btn-container {
    left: auto;
    right: 0
}

.share-btn-open .share-btn-container {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 95vw;
    padding: 52px 12px 12px
}

.share-btn-open .share-btn-container .share--close,
.share-btn-open .share-btn-container .title {
    display: inline-block
}

.headline-article+.share-btn,
.headline-blog+.share-btn {
    margin-bottom: 8px
}

.footer .share-btn {
    display: block;
    text-align: left;
    margin: calc(-2.5vw - 24px) auto 16px;
    max-width: calc(1280px - 5vw);
    padding-left: 1rem
}

@media (min-width:1280px) {
    .footer .share-btn {
        margin-top: -56px;
        max-width: 1216px;
        padding-left: unset
    }
}

.footer .share-btn>.btn__link>.btn {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
}

.media-player {
    position: relative;
    cursor: pointer
}

.media-player__media-icon {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 56px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    background: rgba(var(--color-red), .7);
    border-radius: 100%
}

.media-player__media-icon:before {
    display: block;
    margin: -.1em;
    content: "\f14c"
}

.media-player__frame,
.video-consent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-consent-overlay {
    z-index: 10;
    background-color: rgba(0, 0, 0, .5)
}

.video-consent-overlay,
.video-consent-overlay .video-consent-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.video-consent-overlay .video-consent-banner {
    background-color: #fff;
    width: 100%;
    min-height: 30%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.video-consent-overlay .video-consent-banner .video-consent-message {
    margin-top: 8px;
    margin-bottom: 8px
}

.video-consent-overlay .video-consent-banner .video-consent-links {
    margin-top: 0
}

.video-consent-overlay .video-consent-load {
    background-color: var(--color-green);
    color: var(--color-white);
    margin-bottom: 8px
}

.video-consent-overlay .video-consent-load .icon {
    margin-right: 8px
}

.accordion {
    overflow: hidden
}

.accordion-item-headline {
    position: relative;
    padding: 12px 0;
    display: block;
    width: calc(100% - 58px)
}

.accordion-item-headline-button {
    position: absolute;
    right: -58px;
    top: 0;
    bottom: 0;
    height: auto;
    min-height: 48px
}

.accordion-item-headline-button .icon {
    transform: rotateX(0deg);
    transition: all .25s;
    margin-right: 0
}

.accordion-item-headline-button .btn__link,
.accordion-item-headline-button .btn__link .btn {
    display: inline-block;
    height: 100%
}

.accordion-item-body {
    border-bottom: 1px solid var(--color-lightgrey);
    overflow: hidden
}

.accordion-item-body-content {
    display: none;
    padding: 0 0 8px;
    height: 100%;
    overflow: hidden
}

.accordion-item-body-content .infobox--left+ol,
.accordion-item-body-content .infobox--left+p,
.accordion-item-body-content .infobox--left+ul,
.accordion-item-body-content .infobox--right+ol,
.accordion-item-body-content .infobox--right+p,
.accordion-item-body-content .infobox--right+ul,
.accordion-item-body-content ol+ol,
.accordion-item-body-content ol+p,
.accordion-item-body-content ol+ul,
.accordion-item-body-content p+ol,
.accordion-item-body-content p+p,
.accordion-item-body-content p+ul,
.accordion-item-body-content ul+ol,
.accordion-item-body-content ul+p,
.accordion-item-body-content ul+ul {
    margin-top: .5em
}

.accordion-item-body-content .calendar-event__event-info__title,
.accordion-item-body-content .calendar-list__heading,
.accordion-item-body-content h1,
.accordion-item-body-content h2,
.accordion-item-body-content h3 {
    clear: both
}

.accordion-item-body-content .calendar-event__event-info__title,
.accordion-item-body-content .calendar-list__heading,
.accordion-item-body-content h1,
.accordion-item-body-content h2,
.accordion-item-body-content h3,
.accordion-item-body-content h4,
.accordion-item-body-content h5,
.accordion-item-body-content h6,
.accordion-item-body-content ol,
.accordion-item-body-content p,
.accordion-item-body-content ul {
    max-width: 640px
}

.accordion-item-body-content .btn+.calendar-event__event-info__title,
.accordion-item-body-content .btn+.calendar-list__heading,
.accordion-item-body-content .btn+h1,
.accordion-item-body-content .btn+h2,
.accordion-item-body-content .btn+h3,
.accordion-item-body-content .btn+h4,
.accordion-item-body-content .btn+h5,
.accordion-item-body-content .btn+h6,
.accordion-item-body-content .icon+.calendar-event__event-info__title,
.accordion-item-body-content .icon+.calendar-list__heading,
.accordion-item-body-content .icon+h1,
.accordion-item-body-content .icon+h2,
.accordion-item-body-content .icon+h3,
.accordion-item-body-content .icon+h4,
.accordion-item-body-content .icon+h5,
.accordion-item-body-content .icon+h6,
.accordion-item-body-content .infobox+.calendar-event__event-info__title,
.accordion-item-body-content .infobox+.calendar-list__heading,
.accordion-item-body-content .infobox+h1,
.accordion-item-body-content .infobox+h2,
.accordion-item-body-content .infobox+h3,
.accordion-item-body-content .infobox+h4,
.accordion-item-body-content .infobox+h5,
.accordion-item-body-content .infobox+h6,
.accordion-item-body-content .infobox-button+.calendar-event__event-info__title,
.accordion-item-body-content .infobox-button+.calendar-list__heading,
.accordion-item-body-content .infobox-button+h1,
.accordion-item-body-content .infobox-button+h2,
.accordion-item-body-content .infobox-button+h3,
.accordion-item-body-content .infobox-button+h4,
.accordion-item-body-content .infobox-button+h5,
.accordion-item-body-content .infobox-button+h6,
.accordion-item-body-content .infobox-link+.calendar-event__event-info__title,
.accordion-item-body-content .infobox-link+.calendar-list__heading,
.accordion-item-body-content .infobox-link+h1,
.accordion-item-body-content .infobox-link+h2,
.accordion-item-body-content .infobox-link+h3,
.accordion-item-body-content .infobox-link+h4,
.accordion-item-body-content .infobox-link+h5,
.accordion-item-body-content .infobox-link+h6,
.accordion-item-body-content .infobox-media+.calendar-event__event-info__title,
.accordion-item-body-content .infobox-media+.calendar-list__heading,
.accordion-item-body-content .infobox-media+h1,
.accordion-item-body-content .infobox-media+h2,
.accordion-item-body-content .infobox-media+h3,
.accordion-item-body-content .infobox-media+h4,
.accordion-item-body-content .infobox-media+h5,
.accordion-item-body-content .infobox-media+h6,
.accordion-item-body-content .infobox-text+.calendar-event__event-info__title,
.accordion-item-body-content .infobox-text+.calendar-list__heading,
.accordion-item-body-content .infobox-text+h1,
.accordion-item-body-content .infobox-text+h2,
.accordion-item-body-content .infobox-text+h3,
.accordion-item-body-content .infobox-text+h4,
.accordion-item-body-content .infobox-text+h5,
.accordion-item-body-content .infobox-text+h6,
.accordion-item-body-content .inline-button-row+.calendar-event__event-info__title,
.accordion-item-body-content .inline-button-row+.calendar-list__heading,
.accordion-item-body-content .inline-button-row+h1,
.accordion-item-body-content .inline-button-row+h2,
.accordion-item-body-content .inline-button-row+h3,
.accordion-item-body-content .inline-button-row+h4,
.accordion-item-body-content .inline-button-row+h5,
.accordion-item-body-content .inline-button-row+h6,
.accordion-item-body-content .inline-button-row+p,
.accordion-item-body-content ol+.calendar-event__event-info__title,
.accordion-item-body-content ol+.calendar-list__heading,
.accordion-item-body-content ol+h1,
.accordion-item-body-content ol+h2,
.accordion-item-body-content ol+h3,
.accordion-item-body-content ol+h4,
.accordion-item-body-content ol+h5,
.accordion-item-body-content ol+h6,
.accordion-item-body-content ol+p,
.accordion-item-body-content p+.calendar-event__event-info__title,
.accordion-item-body-content p+.calendar-list__heading,
.accordion-item-body-content p+h1,
.accordion-item-body-content p+h2,
.accordion-item-body-content p+h3,
.accordion-item-body-content p+h4,
.accordion-item-body-content p+h5,
.accordion-item-body-content p+h6,
.accordion-item-body-content ul+.calendar-event__event-info__title,
.accordion-item-body-content ul+.calendar-list__heading,
.accordion-item-body-content ul+h1,
.accordion-item-body-content ul+h2,
.accordion-item-body-content ul+h3,
.accordion-item-body-content ul+h4,
.accordion-item-body-content ul+h5,
.accordion-item-body-content ul+h6,
.accordion-item-body-content ul+p {
    margin-top: 1em
}

@media (min-width:1024px) {
    .accordion-item-body-content {
        padding: 0 0 16px
    }
}

.accordion-item-body-content .content-left,
.accordion-item-body-content .content-right {
    display: inline-block;
    vertical-align: top;
    margin-top: .5em;
    width: 100%;
    max-width: 640px
}

@media (min-width:1024px) {
    .accordion-item-body-content .content-left {
        float: left
    }
}

@media (min-width:1024px) {
    .accordion-item-body-content .content-right {
        max-width: calc(100% - 640px);
        padding-left: 48px
    }
}

.accordion-item-body-content .content-right>ul {
    margin-top: 0
}

.accordion-item-body-content .content-right>ul li {
    margin: 0
}

.accordion-item.is-open .accordion-item-headline .accordion-item-headline-button>span,
.accordion-item.is-open .accordion-item-headline .btn--icon>span,
.accordion-item.is-open .accordion-item-headline .btn--social>span,
.accordion-item.is-open .accordion-item-headline .btn-share>span,
.accordion-item.is-open .accordion-item-headline .datepicker .ui-datepicker-trigger>span,
.datepicker .accordion-item.is-open .accordion-item-headline .ui-datepicker-trigger>span {
    transition: transform .25s ease-in-out;
    transform: rotateX(180deg)
}

.accordion[data-headline=true] .accordion-item-headline:hover {
    cursor: pointer
}

.accordion .accordion {
    padding-left: 32px
}

.accordion--icons {
    max-width: 640px
}

.accordion--icons .accordion-item-headline>.icon {
    color: var(--color-red);
    margin-right: 8px
}

.accordion--richtext {
    max-width: 640px
}

.accordion--products {
    max-width: none;
    margin-top: 2em
}

.accordion--products .accordion-item-headline {
    width: 100%
}

.accordion--products .accordion-item-body {
    margin: -8px;
    padding: 8px
}

.accordion--products .accordion-item-body-content {
    padding-right: 0;
    overflow: visible !important
}

@media print {

    .accordion .accordion-item-body-content,
    .accordion .accordion-item-headline {
        display: block !important
    }
}

.form-section .form-row-30-70 .form-item--amount,
.form-section .form-row-30-70 .form-item--row,
.form-section .form-row-30-100 .form-item--amount,
.form-section .form-row-30-100 .form-item--row,
.form-section .form-row-50 .form-item--amount,
.form-section .form-row-50 .form-item--row,
.form-section .form-row-70-30 .form-item--amount,
.form-section .form-row-70-30 .form-item--row,
.form-section .form-row-100 .form-item--amount,
.form-section .form-row-100 .form-item--row,
.form-section .form-row-100-30 .form-item--amount,
.form-section .form-row-100-30 .form-item--row,
.form-section .form-row .form-item--amount,
.form-section .form-row .form-item--row,
.form-section .form-section__footer .form-item--amount,
.form-section .form-section__footer .form-item--row {
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding: 0 8px 8px
}

.form-section {
    max-width: 640px;
    margin: 0 auto
}

.form-section__header {
    padding: 16px
}

.form-section__footer .form-section__footer {
    float: left
}

.form-section fieldset legend {
    padding: 16px 16px 8px;
    width: 100%
}

.form-section fieldset:not(:first-of-type) {
    margin-top: 8px
}

.form-section fieldset:not(:first-of-type) legend {
    border-top: 1px solid var(--color-lightgrey)
}

.form-section .form-row,
.form-section .form-row-30-70,
.form-section .form-row-30-100,
.form-section .form-row-50,
.form-section .form-row-70-30,
.form-section .form-row-100,
.form-section .form-row-100-30,
.form-section .form-section__footer,
.form-section fieldset>div {
    padding: 0 8px
}

.form-section .form-row-30-70 .form-item,
.form-section .form-row-30-100 .form-item,
.form-section .form-row-50 .form-item,
.form-section .form-row-70-30 .form-item,
.form-section .form-row-100 .form-item,
.form-section .form-row-100-30 .form-item,
.form-section .form-row .form-item,
.form-section .form-section__footer .form-item,
.form-section fieldset>div .form-item {
    padding: 0 8px 8px
}

.form-section .form-row,
.form-section .form-row-30-70,
.form-section .form-row-30-100,
.form-section .form-row-50,
.form-section .form-row-70-30,
.form-section .form-row-100,
.form-section .form-row-100-30,
.form-section .form-section__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:639px) {

    .form-section .form-row,
    .form-section .form-row-30-70,
    .form-section .form-row-30-100,
    .form-section .form-row-50,
    .form-section .form-row-70-30,
    .form-section .form-row-100,
    .form-section .form-row-100-30,
    .form-section .form-section__footer {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-section .form-row-30-70 .form-info,
.form-section .form-row-30-100 .form-info,
.form-section .form-row-50 .form-info,
.form-section .form-row-70-30 .form-info,
.form-section .form-row-100 .form-info,
.form-section .form-row-100-30 .form-info,
.form-section .form-row .form-info,
.form-section .form-section__footer .form-info {
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    min-width: 100%;
    color: var(--color-textgrey)
}

.form-section .form-row-30-70 .form-info .icon,
.form-section .form-row-30-100 .form-info .icon,
.form-section .form-row-50 .form-info .icon,
.form-section .form-row-70-30 .form-info .icon,
.form-section .form-row-100 .form-info .icon,
.form-section .form-row-100-30 .form-info .icon,
.form-section .form-row .form-info .icon,
.form-section .form-section__footer .form-info .icon {
    margin-right: 8px
}

.form-section .form-row-30-70 .form-item,
.form-section .form-row-30-100 .form-item,
.form-section .form-row-50 .form-item,
.form-section .form-row-70-30 .form-item,
.form-section .form-row-100 .form-item,
.form-section .form-row-100-30 .form-item,
.form-section .form-row .form-item,
.form-section .form-section__footer .form-item {
    -ms-flex-positive: 10;
    flex-grow: 10
}

.form-section .form-row-30-70 .form-item .form-info,
.form-section .form-row-30-100 .form-item .form-info,
.form-section .form-row-50 .form-item .form-info,
.form-section .form-row-70-30 .form-item .form-info,
.form-section .form-row-100 .form-item .form-info,
.form-section .form-row-100-30 .form-item .form-info,
.form-section .form-row .form-item .form-info,
.form-section .form-section__footer .form-item .form-info {
    padding: 0
}

.form-section .form-row-30-70 .form-item--row,
.form-section .form-row-30-100 .form-item--row,
.form-section .form-row-50 .form-item--row,
.form-section .form-row-70-30 .form-item--row,
.form-section .form-row-100 .form-item--row,
.form-section .form-row-100-30 .form-item--row,
.form-section .form-row .form-item--row,
.form-section .form-section__footer .form-item--row {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-section .form-row-30-70 .form-item--row *,
.form-section .form-row-30-100 .form-item--row *,
.form-section .form-row-50 .form-item--row *,
.form-section .form-row-70-30 .form-item--row *,
.form-section .form-row-100 .form-item--row *,
.form-section .form-row-100-30 .form-item--row *,
.form-section .form-row .form-item--row *,
.form-section .form-section__footer .form-item--row * {
    min-width: calc(50% - 64px)
}

@media (min-width:640px) {

    .form-section .form-row-30-70 .form-item--row *,
    .form-section .form-row-30-100 .form-item--row *,
    .form-section .form-row-50 .form-item--row *,
    .form-section .form-row-70-30 .form-item--row *,
    .form-section .form-row-100 .form-item--row *,
    .form-section .form-row-100-30 .form-item--row *,
    .form-section .form-row .form-item--row *,
    .form-section .form-section__footer .form-item--row * {
        min-width: calc(25% - 40px)
    }
}

.form-section .form-row-30-70 .form-item--amount,
.form-section .form-row-30-100 .form-item--amount,
.form-section .form-row-50 .form-item--amount,
.form-section .form-row-70-30 .form-item--amount,
.form-section .form-row-100 .form-item--amount,
.form-section .form-row-100-30 .form-item--amount,
.form-section .form-row .form-item--amount,
.form-section .form-section__footer .form-item--amount {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 16px
}

.form-section .form-row-30-70 .form-item--amount .input--right,
.form-section .form-row-30-100 .form-item--amount .input--right,
.form-section .form-row-50 .form-item--amount .input--right,
.form-section .form-row-70-30 .form-item--amount .input--right,
.form-section .form-row-100 .form-item--amount .input--right,
.form-section .form-row-100-30 .form-item--amount .input--right,
.form-section .form-row .form-item--amount .input--right,
.form-section .form-section__footer .form-item--amount .input--right {
    max-width: 48px
}

.form-section .form-row-30-70 .form-item .dropdown-item a,
.form-section .form-row-30-70 .form-item .dropdown-item a:active,
.form-section .form-row-30-70 .form-item .dropdown-item a:focus,
.form-section .form-row-30-70 .form-item .dropdown-item a:visited,
.form-section .form-row-30-100 .form-item .dropdown-item a,
.form-section .form-row-30-100 .form-item .dropdown-item a:active,
.form-section .form-row-30-100 .form-item .dropdown-item a:focus,
.form-section .form-row-30-100 .form-item .dropdown-item a:visited,
.form-section .form-row-50 .form-item .dropdown-item a,
.form-section .form-row-50 .form-item .dropdown-item a:active,
.form-section .form-row-50 .form-item .dropdown-item a:focus,
.form-section .form-row-50 .form-item .dropdown-item a:visited,
.form-section .form-row-70-30 .form-item .dropdown-item a,
.form-section .form-row-70-30 .form-item .dropdown-item a:active,
.form-section .form-row-70-30 .form-item .dropdown-item a:focus,
.form-section .form-row-70-30 .form-item .dropdown-item a:visited,
.form-section .form-row-100 .form-item .dropdown-item a,
.form-section .form-row-100 .form-item .dropdown-item a:active,
.form-section .form-row-100 .form-item .dropdown-item a:focus,
.form-section .form-row-100 .form-item .dropdown-item a:visited,
.form-section .form-row-100-30 .form-item .dropdown-item a,
.form-section .form-row-100-30 .form-item .dropdown-item a:active,
.form-section .form-row-100-30 .form-item .dropdown-item a:focus,
.form-section .form-row-100-30 .form-item .dropdown-item a:visited,
.form-section .form-row .form-item .dropdown-item a,
.form-section .form-row .form-item .dropdown-item a:active,
.form-section .form-row .form-item .dropdown-item a:focus,
.form-section .form-row .form-item .dropdown-item a:visited,
.form-section .form-section__footer .form-item .dropdown-item a,
.form-section .form-section__footer .form-item .dropdown-item a:active,
.form-section .form-section__footer .form-item .dropdown-item a:focus,
.form-section .form-section__footer .form-item .dropdown-item a:visited {
    text-decoration: none
}

.form-section .form-row-30-70 .form-item a,
.form-section .form-row-30-70 .form-item a:active,
.form-section .form-row-30-70 .form-item a:focus,
.form-section .form-row-30-70 .form-item a:visited,
.form-section .form-row-30-100 .form-item a,
.form-section .form-row-30-100 .form-item a:active,
.form-section .form-row-30-100 .form-item a:focus,
.form-section .form-row-30-100 .form-item a:visited,
.form-section .form-row-50 .form-item a,
.form-section .form-row-50 .form-item a:active,
.form-section .form-row-50 .form-item a:focus,
.form-section .form-row-50 .form-item a:visited,
.form-section .form-row-70-30 .form-item a,
.form-section .form-row-70-30 .form-item a:active,
.form-section .form-row-70-30 .form-item a:focus,
.form-section .form-row-70-30 .form-item a:visited,
.form-section .form-row-100 .form-item a,
.form-section .form-row-100 .form-item a:active,
.form-section .form-row-100 .form-item a:focus,
.form-section .form-row-100 .form-item a:visited,
.form-section .form-row-100-30 .form-item a,
.form-section .form-row-100-30 .form-item a:active,
.form-section .form-row-100-30 .form-item a:focus,
.form-section .form-row-100-30 .form-item a:visited,
.form-section .form-row .form-item a,
.form-section .form-row .form-item a:active,
.form-section .form-row .form-item a:focus,
.form-section .form-row .form-item a:visited,
.form-section .form-section__footer .form-item a,
.form-section .form-section__footer .form-item a:active,
.form-section .form-section__footer .form-item a:focus,
.form-section .form-section__footer .form-item a:visited {
    color: var(--color-red);
    text-decoration: underline
}

.form-section .form-row.form-seperator,
.form-section .form-seperator.form-row-30-70,
.form-section .form-seperator.form-row-30-100,
.form-section .form-seperator.form-row-50,
.form-section .form-seperator.form-row-70-30,
.form-section .form-seperator.form-row-100,
.form-section .form-seperator.form-row-100-30,
.form-section .form-seperator.form-section__footer {
    margin-top: 32px
}

.form-section .form-row--content {
    padding: 16px
}

@media (min-width:640px) {
    .form-section .form-row-50>* {
        max-width: 50%
    }
}

@media (min-width:640px) {

    .form-section .form-row-30-70 .form-item:first-of-type,
    .form-section .form-row-30-100 .form-item:first-of-type {
        -ms-flex: 3;
        flex: 3;
        max-width: 24%
    }
}

@media (min-width:640px) {

    .form-section .form-row-70-30 .form-item:last-of-type,
    .form-section .form-row-100-30 .form-item:last-of-type {
        -ms-flex: 3;
        flex: 3
    }
}

@media (min-width:640px) {

    .form-section .form-row-70-30 .form-item:first-of-type,
    .form-section .form-row-100-30 .form-item:first-of-type {
        max-width: 76%
    }
}

.form-section .form-item-wrapper {
    width: 100%
}

.form-section__footer {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px !important;
    margin-top: 8px
}

.form-section__footer .btn {
    margin: 8px 8px 8px 16px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.form-section .mwf-hidden {
    display: none
}

.form_uid_info_label {
    background-color: var(--color-green);
    color: var(--color-darkgrey)
}

.mwf-form>div>p {
    margin: 2.5vh auto auto
}

.mwf-form .mwf-captcha.mwf-error .mwf-input input[type=text],
.mwf-form .mwf-captcha.mwf-error .mwf-input textarea[type=text] {
    border: 1px solid var(--color-form-validation)
}

.mwf-form .mwf-captcha.mwf-error p.mwf-error {
    color: var(--color-form-validation);
    line-height: 1.25em;
    margin-top: .25em;
    font-size: .9rem
}

.filter-group ul .mwf-form li.has-sublevel>.error.filter__category,
.mwf-form .dropdown-toggle.error,
.mwf-form .filter-group ul li.has-sublevel>.error.filter__category {
    border: 1px solid var(--color-form-validation)
}

.mwf-form p.mwf-error {
    color: var(--color-form-validation);
    line-height: 1.25em;
    margin-top: .25em;
    font-size: .9rem;
    font-family: var(--font-face), Arial, sans-serif
}

.lightbox .form-section {
    background: var(--color-white);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
}

.infobox,
.infobox-button,
.infobox-link,
.infobox-media,
.infobox-text {
    display: block;
    margin: 8px 0
}

@media (min-width:640px) {

    .infobox--left,
    .infobox--right {
        width: 320px
    }

    .infobox--left {
        float: left;
        margin-right: 16px
    }

    .infobox--right {
        float: right;
        margin-left: 16px
    }
}

.infobox-button:not(.infobox--left):not(.infobox--right),
.infobox-link:not(.infobox--left):not(.infobox--right),
.infobox-text:not(.infobox--left):not(.infobox--right) {
    display: block;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.infobox-text {
    background: var(--color-textgrey);
    color: var(--color-white);
    padding: 16px
}

.infobox-text .icon {
    float: right;
    margin-left: 8px
}

.infobox-text li:before {
    color: var(--color-white) !important
}

.infobox-text a {
    color: var(--color-white);
    text-decoration: underline
}

.infobox-text .calendar-event__event-info__title,
.infobox-text .calendar-list__heading,
.infobox-text h1,
.infobox-text h2,
.infobox-text h3,
.infobox-text h4,
.infobox-text h5,
.infobox-text h6 {
    color: inherit
}

.infobox-media .image-wrapper {
    display: block
}

.infobox-media .image-wrapper .media-player {
    width: 50vw
}

.infobox-media .image-wrapper img {
    width: 100%;
    height: auto
}

.datepicker .infobox-media .image-wrapper .ui-datepicker-trigger,
.infobox-media .image-wrapper .btn--icon,
.infobox-media .image-wrapper .btn--social,
.infobox-media .image-wrapper .btn-share,
.infobox-media .image-wrapper .datepicker .ui-datepicker-trigger {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px
}

.datepicker .infobox-media .image-wrapper:hover .ui-datepicker-trigger,
.infobox-media .image-wrapper:hover .btn--icon,
.infobox-media .image-wrapper:hover .btn--social,
.infobox-media .image-wrapper:hover .btn-share,
.infobox-media .image-wrapper:hover .datepicker .ui-datepicker-trigger {
    display: block
}

.infobox-media .caption {
    font-family: var(--font-face-italic);
    max-width: none !important;
    color: var(--color-text-darkgrey);
    margin: .25em 0
}

.datepicker .infobox-media.media-player .image-wrapper .ui-datepicker-trigger,
.infobox-media.media-player .image-wrapper .btn--icon,
.infobox-media.media-player .image-wrapper .btn--social,
.infobox-media.media-player .image-wrapper .btn-share,
.infobox-media.media-player .image-wrapper .datepicker .ui-datepicker-trigger {
    display: none
}

.infobox-link {
    background: var(--color-white);
    padding: 16px
}

.infobox-link a {
    line-height: 1.25em;
    clear: both;
    float: left;
    margin-top: 8px
}

.infobox-button:not(.infobox--left):not(.infobox--right) {
    display: block;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.infobox-button .btn {
    margin-top: 8px;
    max-width: 480px;
    width: 100%
}

.infobox-button .btn__link {
    display: block;
    margin: 0 auto
}

.navigation {
    position: relative;
    height: 56px;
    padding: 6px;
    z-index: 100;
    background: var(--color-white);
    transition: none;
    transition: background, .25s;
    -webkit-transition: none;
    -webkit-transition: background, .25s;
    border-bottom: 1px solid var(--color-lightgrey)
}

@media (min-width:1024px) {
    .navigation {
        max-height: 100px;
        height: 100%;
        padding: 0
    }

    .navigation_notification {
        display: none
    }

    .navigation:after {
        display: none !important
    }
}

.navigation_logo {
    z-index: 120
}

.navigation_logo .logo_link {
    max-height: 45px;
    height: 45px;
    display: block;
    position: relative;
    width: auto;
    margin: 0 11px 11px
}

.navigation_logo .logo_link--home {
    display: block
}

.navigation_logo .logo_link:focus {
    outline: none;
    border: none
}

.navigation_logo .logo_link>img {
    width: auto;
    max-width: 150px
}

.navigation_logo .logo_link_dealer {
    background: var(--color-shadegrey);
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1024px) {
    .navigation_logo .logo_link {
        height: 88px;
        max-height: 88px
    }
}

.navigation_logo--cobranding .logo_link {
    display: inline-block
}

.navigation_logo--cobranding .logo_link>img {
    max-width: auto;
    max-height: 100%
}

@media (min-width:1024px) {
    .navigation_logo--cobranding .logo_link {
        float: left
    }

    .navigation_logo--cobranding .logo_link:only-child {
        margin-right: 0 !important
    }
}

.navigation_logo--dealer .logo_link>img {
    height: auto;
    width: 100%;
    padding: 0 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

@media (min-width:1024px) {
    .navigation_logo {
        position: relative;
        float: left;
        background: var(--color-white)
    }
}

.navigation_burger,
.navigation_contactinfo {
    position: absolute;
    height: 56px;
    line-height: 56px;
    min-width: 56px;
    right: 64px;
    top: 0;
    color: var(--color-red);
    text-align: center
}

.navigation_burger:hover,
.navigation_contactinfo:hover {
    cursor: pointer
}

@media (min-width:1024px) {

    .navigation_burger,
    .navigation_contactinfo {
        display: none
    }
}

.navigation_burger {
    z-index: 199;
    right: 0
}

.navigation_burger .btn__link {
    height: 55px;
    width: 55px
}

.navigation_burger .btn__link .btn {
    height: 100%;
    width: 100%;
    padding: 0;
    line-height: 56px
}

.navigation_contactinfo_wrapper {
    float: right;
    display: block;
    height: 56px;
    margin-left: 10px;
    color: var(--color-darkgrey)
}

.navigation_contactinfo_name,
.navigation_contactinfo_number {
    display: block;
    height: 28px;
    line-height: 40px;
    text-align: left
}

.navigation_contactinfo_number {
    line-height: 20px
}

.navigation_menu {
    z-index: 110;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--color-white);
    margin-top: 0;
    transform: translate(100%);
    transition: all, .25s
}

.navigation_menu:after {
    position: absolute;
    left: -16px;
    right: -16px;
    height: 56px;
    border-bottom: 1px solid var(--color-shadegrey);
    content: "";
    top: -66px;
    pointer-events: none
}

.navigation_menu>.menu_nav {
    background: inherit
}

.navigation_menu>.menu_nav li.menu_search {
    display: none
}

@media (min-width:1024px) {
    .navigation_menu>.menu_nav li {
        float: left;
        display: block;
        width: auto;
        overflow: hidden
    }

    .navigation_menu>.menu_nav li.menu_mobile,
    .navigation_menu>.menu_nav li a.menu_homelink {
        display: none
    }

    .navigation_menu>.menu_nav li.menu_search {
        display: block
    }
}

.navigation_menu>.menu_nav li ul {
    z-index: 110;
    position: absolute;
    background: var(--color-white);
    right: 0;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100vh;
    transform: translate(100%);
    transition: all, .25s
}

.navigation_menu>.menu_nav li ul>.menu_back {
    overflow: hidden;
    border-bottom: 1px solid var(--color-lightgrey)
}

.navigation_menu>.menu_nav li ul>.menu_back>.btn__link {
    display: block;
    float: left;
    height: 55px;
    width: 55px
}

.navigation_menu>.menu_nav li ul>.menu_back>.btn__link .btn {
    height: 100%;
    width: 100%;
    padding: 0;
    line-height: 56px
}

.navigation_menu>.menu_nav li ul>.menu_back>.btn__link .btn .icon {
    margin: 0
}

.navigation_menu>.menu_nav li ul>.menu_back:first-of-type {
    text-align: center;
    line-height: 56px;
    padding-right: 56px
}

@media (min-width:1024px) {
    .navigation_menu>.menu_nav li ul {
        position: relative;
        background: transparent;
        right: auto;
        width: auto;
        top: auto;
        left: auto;
        transform: translate(0);
        transition: none;
        display: none;
        min-height: 0
    }
}

.navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li.menu_pagelink>a:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f127";
    display: none
}

@media (min-width:1024px) {
    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul {
        position: relative;
        display: block;
        max-width: 1280px;
        top: 0;
        background: var(--color-shadegrey);
        margin: 0 auto;
        overflow: hidden;
        padding: 0 0 56px;
        clear: both;
        min-height: 100%
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li:first-of-type {
        display: none
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li.menu_pagelink {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid var(--color-white);
        padding: 16px 32px;
        background: var(--color-shadegrey)
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li.menu_pagelink>a {
        position: relative;
        padding: 0 25px 0 0;
        height: 24px !important;
        line-height: 24px !important;
        display: block;
        width: 100%;
        color: var(--color-red);
        text-align: left
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li.menu_pagelink>a:hover {
        background: inherit
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>ul li.menu_pagelink>a:before {
        display: inline-block;
        position: absolute;
        right: 0
    }
}

@media (min-width:1024px) {
    .navigation_menu>.menu_nav li.active>.submenu--wrapper {
        position: absolute;
        top: 100px;
        width: 100%;
        background: var(--color-shadegrey);
        left: 0;
        z-index: -1
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper>.submenu {
        transition: all 5s
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper:after:not(.nav_v2_wrapper) {
        content: "";
        width: 100%;
        height: 57px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid var(--color-white)
    }

    .navigation_menu>.menu_nav li.active>.submenu--wrapper:before:not(.nav_v2_wrapper) {
        content: "";
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 1px;
        right: 1px;
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }
}

.navigation_menu>.menu_nav .language-mobile {
    margin-left: 9px
}

@media (min-width:1024px) {
    .navigation_menu {
        transform: translate(0);
        transition: none;
        display: block;
        width: 100%;
        position: static;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        background: transparent
    }

    .navigation_menu>ul {
        text-align: center;
        margin-left: 0;
        display: -ms-flexbox;
        display: flex
    }

    .navigation_menu>ul>li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .navigation_menu>ul>li.menu_mobile+li {
        display: none !important
    }

    .navigation_menu>ul>li .menu_nav_mainitem {
        float: none;
        padding: 10px
    }

    .navigation_menu .language-mobile {
        display: none
    }
}

.navigation_meta {
    top: auto
}

@media (max-width:1023px) {

    .navigation_meta .contact-dealer-button,
    .navigation_meta .contact-dealer-button-simple,
    .navigation_meta .linde-location-button {
        margin: 8px;
        width: calc(100% - 16px)
    }
}

.navigation_meta .dealer-utm-contact-btn-wrapper {
    display: none
}

@media (min-width:1024px) {
    .navigation_meta .dealer-utm-contact-btn-wrapper.show-utm-contact {
        display: block;
        position: absolute;
        top: 43px !important;
        right: 0;
        margin-top: 25px;
        margin-right: 32px
    }
}

@media (max-width:1023px) {
    .navigation_meta .dealer-utm-contact-btn-wrapper.show-utm-contact {
        display: block
    }
}

.small-state .navigation_meta .dealer-utm-contact-btn-wrapper {
    margin-top: 6px;
    top: 0
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper {
    display: none
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper.show-utm-contact {
    display: block
}

@media (min-width:1024px) {
    .navigation_meta .dealer-utm-contact-label-mobile-wrapper.show-utm-contact {
        display: none
    }
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper,
.navigation_meta .dealer-utm-contact-label-wrapper {
    font-size: 15px
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper .icon,
.navigation_meta .dealer-utm-contact-label-wrapper .icon {
    font-size: 1rem
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper .dealer-utm-contact-name,
.navigation_meta .dealer-utm-contact-label-wrapper .dealer-utm-contact-name {
    font-weight: 700
}

.navigation_meta .dealer-utm-contact-label-mobile-wrapper .dealer-utm-contact-remove,
.navigation_meta .dealer-utm-contact-label-wrapper .dealer-utm-contact-remove {
    color: var(--color-darkred);
    font-size: 1rem;
    cursor: pointer
}

.navigation_meta .dealer-utm-contact-label-wrapper {
    display: none
}

@media (min-width:1024px) {
    .navigation_meta .dealer-utm-contact-label-wrapper.show-utm-contact {
        display: block
    }
}

@media (min-width:1024px) {
    .navigation_meta .dealer-utm-contact-label-wrapper {
        position: absolute
    }
}

@media (max-width:1023px) {
    .navigation_meta .dealer-btn-wrapper.show-card {
        background-color: var(--color-lightgrey);
        padding: 16px
    }

    .navigation_meta .dealer-btn-wrapper.show-card .dealer-card {
        position: relative;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
    }
}

.navigation_meta .dealer-btn-wrapper.show-card .dealer-card .btn.btn--download .btn__link,
.navigation_meta .dealer-btn-wrapper.show-card .dealer-card .btn.btn--download .icon,
.navigation_meta .dealer-btn-wrapper.show-card .dealer-card .btn.btn--download>span {
    color: var(--color-white)
}

.navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn {
    padding: 0;
    margin: 0
}

.navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn>.btn__link {
    display: block;
    min-height: 48px;
    padding: 15px 48px 15px 16px
}

.navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn>.btn__link>.icon {
    top: 0;
    bottom: 0;
    margin: auto
}

.navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info .btn.btn--download .btn__link {
    color: var(--color-white)
}

.navigation_meta .dealer-btn-wrapper .dealer-card {
    display: none;
    position: absolute;
    width: 100%
}

@media (max-width:1023px) {
    .navigation_meta .dealer-btn-wrapper .dealer-card {
        background-color: var(--color-white);
        position: absolute;
        right: 0
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__close {
        display: block
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .btn {
        border-top: 1px solid var(--color-shadegrey);
        display: block
    }
}

.navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper {
    margin-right: 12px
}

@media (min-width:1024px) {
    .navigation_meta .dealer-btn-wrapper .dealer-card {
        width: 250px;
        display: none;
        top: 43px;
        margin-top: 8px;
        overflow: hidden
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 48px;
        height: 100%;
        margin-right: 12px;
        overflow: hidden
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper>img {
        width: auto;
        height: auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
        float: right
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__image-wrapper .dealer-card__name {
        font-family: var(--font-face);
        font-size: 16px;
        display: inline-block;
        line-height: 20px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__text-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        width: calc(100% - 85px)
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__text-wrapper .dealer-card__name {
        line-height: 1.25;
        max-height: 52px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card:hover {
        height: auto !important;
        background-color: var(--color-white);
        position: absolute;
        right: 0;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card:hover .dealer-card__data:after {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, #fff)
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card:hover .dealer-card__close {
        display: block
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card:hover .btn {
        border-top: 1px solid var(--color-shadegrey);
        display: block
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .btn {
        display: none
    }
}

.navigation_meta .dealer-btn-wrapper .dealer-card__close {
    display: none;
    color: var(--color-red);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 8px
}

.navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__data {
    min-height: 84px;
    overflow: hidden;
    padding: 12px 8px 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__data:after {
    content: "";
    height: 25px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.navigation_meta .dealer-btn-wrapper .dealer-card.open .dealer-find__wrapper {
    display: block
}

.navigation_meta .dealer-btn-wrapper .dealer-card.open .contact-dealer-button,
.navigation_meta .dealer-btn-wrapper .dealer-card.open .contact-dealer-button-simple {
    display: none
}

@media (min-width:1024px) {
    .navigation_meta {
        position: absolute;
        top: -43px;
        height: 33px;
        border-bottom: 1px solid var(--color-shadegrey);
        width: calc(100% + 32px);
        left: 50%;
        transform: translate(-50%)
    }

    .navigation_meta,
    .navigation_meta .navigation_meta_sub .menu_meta_item {
        /*background-color: var(--color-lightgrey)*/
    }

    .navigation_meta .submenu_meta {
        position: relative
    }

    .navigation_meta .submenu_meta>li:first-of-type a {
        display: block;
        float: none
    }

    .navigation_meta .menu_meta {
        margin: 0;
        padding: 0 16px
    }

    .navigation_meta .menu_meta>li {
        display: block;
        float: right
    }

    .navigation_meta .menu_meta>li .menumeta_search {
        display: none
    }

    .navigation_meta .contact-dealer-button,
    .navigation_meta .contact-dealer-button-simple,
    .navigation_meta .linde-location-button,
    .navigation_meta .location-overview-button,
    .navigation_meta .meta-button-wrapper>.btn__link {
        position: absolute;
        top: 43px;
        margin-top: 25px;
        right: 0;
        max-width: 250px
    }

    .navigation_meta .dealer-btn-wrapper,
    .navigation_meta .meta-button-wrapper {
        position: absolute;
        right: 31px;
        width: 250px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper {
        background-color: var(--color-white);
        display: none;
        margin-top: 68px;
        position: relative
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper>.icon:first-child,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper>.icon:first-child {
        position: absolute;
        right: 0;
        padding: 0 8px;
        color: var(--color-red);
        top: 6px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .dealer-find__header,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper .dealer-find__header {
        padding: 12px 8px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper .contact-dealer-button__info form {
        padding: 0 8px;
        margin-bottom: 16px;
        display: -ms-flexbox;
        display: flex
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form>.input-wrapper,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper .contact-dealer-button__info form>.input-wrapper {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form .input-button,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper .contact-dealer-button__info form .input-button {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .navigation_meta .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn,
    .navigation_meta .meta-button-wrapper .dealer-find__wrapper .contact-dealer-button__info form+.btn {
        border-top: 1px solid var(--color-lightgrey)
    }

    .navigation_meta .contact-dealer-button__info form {
        padding: 0 8px;
        margin-bottom: 16px
    }

    .navigation_meta .contact-dealer-button__info form+.btn {
        border-top: 1px solid var(--color-lightgrey)
    }

    .navigation_meta .dealer-card {
        width: 250px;
        display: none
    }

    .navigation_meta .dealer-card__image-wrapper {
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 12px;
        overflow: hidden
    }

    .navigation_meta .dealer-card .dealer-card__text-wrapper {
        margin-left: 66px
    }

    .navigation_meta .dealer-btn-wrapper .dealer-card .dealer-card__data:after,
    .navigation_meta .dealer-card .dealer-card__data:after {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(238, 239, 243, .9) 50%, #eeeff3)
    }

    .navigation_meta.open .dealer-find__wrapper {
        display: block
    }

    .navigation_meta.open .contact-dealer-button {
        display: none
    }
}

.navigation_meta .submenu_meta_menu {
    position: absolute;
    width: 100%;
    left: 0;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    transition: translate, .25s
}

.navigation_meta .submenu_meta_menu li a {
    background-color: var(--color-white);
    color: var(--color-darkgrey);
    white-space: nowrap
}

.navigation_meta .submenu_meta_menu li a:hover {
    color: var(--color-red)
}

.navigation_meta .submenu_meta_menu li a>span {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    height: 44px;
    line-height: 44px;
    color: var(--color-red)
}

.navigation_meta .submenu_meta_menu li a.active>span {
    display: block
}

.navigation_meta .submenu_meta_menu li.submenu_meta_menu__link a {
    color: var(--color-red)
}

.navigation_meta .submenu_meta_menu li.submenu_meta_menu__link a>span {
    display: block
}

.navigation_meta .submenu_meta_menu li.menu_back {
    position: absolute;
    top: -56px;
    z-index: 11
}

.navigation .submenu_meta_menu {
    display: block;
    top: 56px;
    height: 100vh;
    background: var(--color-white);
    z-index: 10
}

.navigation .submenu_meta_menu.show {
    transform: translate(0) !important
}

.navigation .submenu_meta_menu--selected {
    width: 290px !important
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain {
    padding: 15px 30px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain img:not([src]),
.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain img[src=""] {
    display: none
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain img {
    min-width: 90px;
    max-width: 90px;
    margin-right: 15px
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain>div:last-child>div:first-child {
    font-size: 20px
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactmain>div:last-child>div:last-child {
    color: #545454
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactfurther {
    padding: 0 15px
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactfurther>div {
    opacity: 1
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactfurther>div>span {
    margin-right: 10px
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__contactfurther a {
    display: inline-block !important;
    padding: 0;
    line-height: normal;
    height: auto;
    border: none;
    color: var(--color-red);
    font-size: 18px
}

.navigation .submenu_meta_menu--selected .submenu_meta_menu__link {
    border-top: 1px solid #e4e4e4;
    margin-top: 15px
}

@media (min-width:1024px) {
    .navigation .submenu_meta_menu {
        position: absolute;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
        display: none;
        transition: none;
        height: auto;
        left: auto;
        right: 0;
        width: auto;
        top: auto
    }

    .navigation .submenu_meta_menu.show {
        display: block
    }

    .navigation .submenu_meta_menu.show .menu_back {
        display: none
    }

    .navigation .submenu_meta_menu li {
        display: block
    }

    .navigation .submenu_meta_menu li a {
        display: block;
        float: none;
        border-bottom: 1px solid var(--color-lightgrey);
        height: 44px;
        line-height: 32px;
        font-size: 18px;
        padding: 8px 44px 8px 16px;
        position: relative;
        background-color: var(--color-white);
        color: var(--color-darkgrey);
        white-space: nowrap
    }

    .navigation .submenu_meta_menu li a:hover {
        color: var(--color-red)
    }

    .navigation .submenu_meta_menu li a>span {
        display: none;
        position: absolute;
        right: 10px;
        top: 0;
        height: 44px;
        line-height: 44px;
        color: var(--color-red)
    }

    .navigation .submenu_meta_menu li.submenu_meta_menu__link a>span,
    .navigation .submenu_meta_menu li a.active>span {
        display: block
    }

    .navigation .submenu_meta_menu li.submenu_meta_menu__link a {
        color: var(--color-red)
    }
}

.navigation:after {
    opacity: 1;
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: var(--color-white)
}

.navigation.is_open,
.navigation.is_open .navigation_burger button.navigation {
    transition: all, .25s
}

.navigation.is_open .navigation_burger button.navigation .navigation_menu,
.navigation.is_open .navigation_menu {
    transform: translate(0)
}

@media (min-width:1024px) {
    .navigation.is_open .navigation_menu .submenu_meta_menu--selected {
        display: none
    }
}

@media (max-width:1023px) {
    .navigation.is_open .navigation_menu .menu_meta_item .btn__link__dynamic.active {
        display: none
    }

    .navigation.is_open .navigation_menu .menu_meta_item .icon.remove {
        margin-top: 15px;
        z-index: 20
    }

    .navigation.is_open .navigation_menu .menu_meta_item .submenu_meta_menu__contactmain {
        padding-right: 35px
    }
}

.navigation.is_open .navigation_menu .submenu_meta_menu--selected {
    display: none;
    position: relative;
    height: 300px;
    top: 0;
    float: left;
    width: 100% !important;
    left: -100vw
}

.navigation.is_open .navigation_burger button.navigation:after,
.navigation.is_open .navigation_menu .submenu_meta_menu--selected.show--mobile,
.navigation.is_open:after {
    display: block
}

@media print {
    .navigation {
        display: none
    }
}

.dealerpage .header,
.dealerpage .navigation {
    background: transparent
}

.dealerpage .header.small,
.dealerpage .infobox-media .header.caption,
.dealerpage .teaser--job-offer .header.calendar-event__event-info__title,
.dealerpage .teaser--job-offer .header.calendar-list__heading,
.dealerpage .teaser--job-offer h3.header,
.infobox-media .dealerpage .header.caption,
.teaser--job-offer .dealerpage .header.calendar-event__event-info__title,
.teaser--job-offer .dealerpage .header.calendar-list__heading,
.teaser--job-offer .dealerpage h3.header {
    background: var(--color-white)
}

.dealerpage .content {
    top: -100px
}

.navigation-anchor-navigation-wrapper,
.navigation-anchor-navigation-wrapper--no-shadow {
    width: 100%;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-lightgrey)
}

.navigation-anchor-navigation {
    top: 0;
    overflow: hidden;
    height: 50px;
    position: relative
}

@media print {
    .navigation-anchor-navigation {
        display: none
    }
}

.navigation-anchor-navigation-wrapper {
    box-shadow: 0 2px 3px 0 rgba(34, 34, 34, .2)
}

.navigation-anchor-navigation-wrapper--no-shadow {
    box-shadow: 0
}

.datepicker .navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.ui-datepicker-trigger,
.datepicker .navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.ui-datepicker-trigger,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn--icon,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn--social,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn-share,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .datepicker .btn.ui-datepicker-trigger,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn--icon,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn--social,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn-share,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .datepicker .btn.ui-datepicker-trigger {
    background-color: var(--color-white);
    color: var(--color-black)
}

.datepicker .navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.ui-datepicker-trigger:hover,
.datepicker .navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.ui-datepicker-trigger:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn--icon:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn--social:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .btn.btn-share:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-next .datepicker .btn.ui-datepicker-trigger:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn--icon:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn--social:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .btn.btn-share:hover,
.navigation-anchor-navigation-wrapper .anchor-list-button-prev .datepicker .btn.ui-datepicker-trigger:hover {
    background-color: var(--color-primary-700);
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

@media (min-width:1024px) {
    .navigation-anchor-navigation {
        overflow: hidden;
        width: 100%;
        max-width: 1280px;
        background: var(--color-white);
        margin: 0 auto
    }

    .navigation-anchor-navigation-wrapper {
        border-top: 1px solid var(--color-lightgrey)
    }
}

.navigation-anchor-navigation ul {
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    height: 100px;
    z-index: 20;
    margin: 0 auto
}

.navigation-anchor-navigation ul::-webkit-scrollbar {
    display: none
}

.navigation-anchor-navigation ul li {
    display: inline-block
}

.navigation-anchor-navigation ul li a {
    position: relative;
    padding: 16px;
    display: block;
    color: var(--color-darkgrey);
    white-space: nowrap
}

.navigation-anchor-navigation ul li a.active,
.navigation-anchor-navigation ul li a:hover {
    color: var(--color-red)
}

.navigation-anchor-navigation ul li.anchor-list-button-next,
.navigation-anchor-navigation ul li.anchor-list-button-prev {
    top: 1px;
    position: absolute;
    z-index: 1
}

.navigation-anchor-navigation ul li.anchor-list-button-next>button:disabled,
.navigation-anchor-navigation ul li.anchor-list-button-prev>button:disabled {
    display: none !important
}

.navigation-anchor-navigation ul li.anchor-list-button-prev {
    left: 0
}

.navigation-anchor-navigation ul li.anchor-list-button-prev:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    width: 60px;
    height: 100%;
    margin-left: 48px;
    top: 0;
    left: 0
}

.navigation-anchor-navigation ul li.anchor-list-button-next {
    right: 0
}

.navigation-anchor-navigation ul li.anchor-list-button-next:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    width: 60px;
    height: 100%;
    margin-left: -108px;
    top: 0
}

.navigation-anchor-navigation ul li:first-of-type a {
    padding-left: 8px
}

@media (min-width:640px) {
    .navigation-anchor-navigation ul li:first-of-type a {
        padding-left: 16px
    }
}

@media (min-width:1024px) {

    .navigation-anchor-navigation ul li:first-of-type a,
    .navigation-anchor-navigation ul li a {
        padding: 16px 48px
    }
}

.toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin: auto;
    min-height: 48px
}

@media (min-width:1024px) {
    .toolbar {
        padding: 0 2.5vw
    }
}

@media (min-width:1280px) {
    .toolbar {
        padding: 0 32px
    }
}

.toolbar__headline {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 48px
}

@media (max-width:1023px) {
    .toolbar__headline {
        margin-left: 2.5vw
    }
}

.ld-layout-item__wrapper.ld-layout-teaser__wrapper {
    overflow: visible !important;
    margin-bottom: 1.5rem
}

@media (min-width:1024px) {
    .ld-layout-item__wrapper.ld-layout-teaser__wrapper {
        overflow: hidden;
        margin-bottom: 0
    }
}

.layout-article--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper,
.layout-event--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper {
    position: relative;
    margin-bottom: 48px
}

@media (min-width:1024px) {

    .layout-article--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper .contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink,
    .layout-article--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper .teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink,
    .layout-event--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper .contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink,
    .layout-event--sidebar .ld-layout-item__wrapper .teaser-sidebar--wrapper .teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink {
        bottom: -36px
    }
}

.teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.teaser .image-wrapper {
    border: 1px solid var(--color-lightgrey)
}

.teaser .image-wrapper a {
    display: block;
    outline: 1px dotted transparent;
    outline-offset: -1px;
    position: relative;
    background: var(--color-lightgrey)
}

.teaser .image-wrapper a:focus {
    outline-color: var(--color-darkgrey)
}

.teaser .image-wrapper img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.teaser .image-wrapper--video .image-wrapper__media-icon {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: var(--color-textgrey);
    background: rgba(var(--color-white), .7);
    padding: 6px 10px
}

.teaser .image-wrapper--video .image-wrapper__media-icon:before {
    display: block;
    margin: -.2em;
    content: "\f160"
}

.teaser .image-wrapper--logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.teaser .image-wrapper--logo>a {
    padding: 32px;
    position: relative !important
}

.teaser .contact-placeholder {
    position: relative;
    padding-bottom: 56.25%;
    background: var(--color-white)
}

.teaser .contact-placeholder:before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f149";
    font-size: 64px;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    color: var(--color-red);
    text-align: center;
    line-height: 0;
    top: 50%;
    transform: translateY(-50)
}

.teaser .contact-placeholder+.teaser__content-wrapper,
.teaser .image-wrapper+.teaser__content-wrapper {
    padding-top: 16px
}

.contact-card,
.teaser--card {
    background: var(--color-lightgrey);
    box-shadow: none
}

.contact-card .btn,
.teaser--card .btn {
    background: var(--color-white);
    color: var(--color-black)
}

.contact-card .btn:hover,
.teaser--card .btn:hover {
    background: var(--color-primary-700)
}

.contact-card .btn:active,
.teaser--card .btn:active {
    background: var(--color-primary-900)
}

.contact-card .contact-placeholder,
.teaser--card .contact-placeholder {
    background: var(--color-lightgrey)
}

.teaser .teaser__content-wrapper {
    padding-bottom: 24px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.teaser .teaser__content-wrapper h6 {
    line-height: 1;
    color: var(--color-text-darkgrey)
}

.teaser .teaser__content-wrapper h6+.calendar-event__event-info__title,
.teaser .teaser__content-wrapper h6+.calendar-list__heading,
.teaser .teaser__content-wrapper h6+h3 {
    margin-top: .25em
}

.teaser .teaser__content-wrapper .calendar-event__event-info__title,
.teaser .teaser__content-wrapper .calendar-list__heading,
.teaser .teaser__content-wrapper .h3,
.teaser .teaser__content-wrapper h3 {
    font-size: 1rem;
    line-height: 1.25
}

.teaser .teaser__content-wrapper .teaser__text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 1rem
}

.teaser .teaser__content-wrapper .teaser__text-wrapper>p {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.teaser .teaser__content-wrapper .teaser__text-wrapper>p>span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.teaser .teaser__content-wrapper .teaser__text-wrapper>p>span>span+a {
    padding-left: 5px
}

.teaser .teaser__content-wrapper .teaser__text-wrapper p+a {
    display: inline-block;
    margin-top: .94em;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 1
}

.blog-header .teaser .teaser__content-wrapper .teaser__text-wrapper+.date,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .teaser .teaser__content-wrapper ul>li.teaser__text-wrapper+li,
.teaser .teaser__content-wrapper .blog-header .teaser__text-wrapper+.date,
.teaser .teaser__content-wrapper .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li.teaser__text-wrapper+li,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.calendar-event__event-info__additional-information,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.calendar-event__event-info__meta,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.event-detail__category,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.event-detail__meta__appointments,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.event-detail__meta__attendance-note,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.event-detail__meta__registration-note,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.info,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.info--secondary,
.teaser .teaser__content-wrapper .teaser__text-wrapper+.product-info {
    margin-top: 1em;
    color: rgba(var(--color-textgrey), .5)
}

.teaser .teaser__content-wrapper .teaser_event_notes {
    padding-top: 8px;
    padding-bottom: 8px
}

.blog-header .teaser .teaser__content-wrapper .teaser_event_notes .date,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .teaser .teaser__content-wrapper .teaser_event_notes ul>li+li,
.teaser .teaser__content-wrapper .teaser_event_notes .blog-header .date,
.teaser .teaser__content-wrapper .teaser_event_notes .calendar-event__event-info__additional-information,
.teaser .teaser__content-wrapper .teaser_event_notes .calendar-event__event-info__meta,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__category,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__appointments,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__attendance-note,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__registration-note,
.teaser .teaser__content-wrapper .teaser_event_notes .info,
.teaser .teaser__content-wrapper .teaser_event_notes .info--secondary,
.teaser .teaser__content-wrapper .teaser_event_notes .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li+li,
.teaser .teaser__content-wrapper .teaser_event_notes .product-info {
    margin-top: 0
}

.blog-header .teaser .teaser__content-wrapper .teaser_event_notes .date>strong,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .teaser .teaser__content-wrapper .teaser_event_notes ul>li+li>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .blog-header .date>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .calendar-event__event-info__additional-information>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .calendar-event__event-info__meta>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__category>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__appointments>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__attendance-note>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .event-detail__meta__registration-note>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .info--secondary>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .info>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li+li>strong,
.teaser .teaser__content-wrapper .teaser_event_notes .product-info>strong {
    color: var(--color-red)
}

.teaser .teaser__content-wrapper .teaser_event_notes h6 {
    font-family: var(--font-face), Arial, sans-serif;
    line-height: 1.4
}

.teaser .teaser__content-wrapper .teaser_event_notes h6.teaser_event_notes_attendance {
    font-family: var(--font-face-bold), Arial, sans-serif;
    color: var(--color-red)
}

.teaser .calendar-event__event-info__title a:hover,
.teaser .calendar-list__heading a:hover,
.teaser .h3 a:hover,
.teaser h3 a:hover {
    text-decoration: none
}

.teaser--text {
    max-width: 640px
}

.teaser--overflow .teaser__text-wrapper {
    min-height: 4.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.teaser--overflow .teaser__text-wrapper>p {
    position: absolute;
    top: 0;
    max-height: 99%;
    overflow: hidden
}

.teaser--overflow .teaser__text-wrapper:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, var(--color-white), var(--color-white) 1.5rem, transparent)
}

.teaser--overflow .teaser__text-wrapper>a {
    z-index: 10;
    position: absolute;
    bottom: 0
}

@media (min-width:1024px) {
    .teaser--card--closing-group {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .teaser--card--closing-group .teaser__contact__mail>span:first-child {
        vertical-align: top
    }

    .teaser--card--closing-group .teaser__contact__mail>a {
        display: inline-block;
        width: calc(100% - 30px)
    }

    .teaser--card--closing-group>.image-wrapper {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .teaser--card--closing-group>.image-wrapper+.teaser__content-wrapper {
        padding-bottom: 0
    }

    .teaser--card--closing-group>.teaser__content-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

.teaser--job-offer,
.teaser--search-result {
    padding: 0;
    border-bottom: 1px solid var(--color-white)
}

.teaser--job-offer .teaser__content-wrapper,
.teaser--search-result .teaser__content-wrapper {
    padding: 16px 0 !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

@media (min-width:768px) {

    .teaser--job-offer .image-wrapper+.teaser__content-wrapper,
    .teaser--search-result .image-wrapper+.teaser__content-wrapper {
        padding-left: 16px !important
    }
}

.blog-header .teaser--job-offer .date,
.blog-header .teaser--search-result .date,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .teaser--job-offer ul>li+li,
.mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata .teaser--search-result ul>li+li,
.teaser--job-offer .blog-header .date,
.teaser--job-offer .calendar-event__event-info__additional-information,
.teaser--job-offer .calendar-event__event-info__meta,
.teaser--job-offer .event-detail__category,
.teaser--job-offer .event-detail__meta__appointments,
.teaser--job-offer .event-detail__meta__attendance-note,
.teaser--job-offer .event-detail__meta__registration-note,
.teaser--job-offer .info,
.teaser--job-offer .info--secondary,
.teaser--job-offer .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li+li,
.teaser--job-offer .product-info,
.teaser--search-result .blog-header .date,
.teaser--search-result .calendar-event__event-info__additional-information,
.teaser--search-result .calendar-event__event-info__meta,
.teaser--search-result .event-detail__category,
.teaser--search-result .event-detail__meta__appointments,
.teaser--search-result .event-detail__meta__attendance-note,
.teaser--search-result .event-detail__meta__registration-note,
.teaser--search-result .info,
.teaser--search-result .info--secondary,
.teaser--search-result .mwf-upload .mwf-upload-filecontainer .mwf-upload-row .mwf-upload-metadata ul>li+li,
.teaser--search-result .product-info {
    margin-top: 1em
}

.teaser.loading>* {
    filter: blur(8px);
    overflow: visible
}

.teaser.loading img {
    opacity: .5
}

.teaser:not(.teaser--card):not(.contact-card) {
    background: var(--color-white)
}

.teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
    display: block
}

.teaser__content-wrapper .calendar-event__event-info__title a.textlink,
.teaser__content-wrapper .calendar-list__heading a.textlink,
.teaser__content-wrapper h3 a.textlink {
    color: var(--color-darkgrey);
    line-height: 1.25;
    display: inline-block;
    font-size: 1rem
}

.teaser--overflow.contact-card .teaser__text-wrapper:after,
.teaser--overflow.teaser--card .teaser__text-wrapper:after {
    background-image: linear-gradient(0deg, var(--color-lightgrey), var(--color-lightgrey) 1.5rem, transparent)
}

.teaser.contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper,
.teaser.teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper {
    margin-bottom: 1rem
}

.teaser.contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink,
.teaser.teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink {
    max-width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9rem;
    bottom: -28px;
    position: absolute;
    right: 32px;
    background: var(--color-lightgrey);
    height: 64px;
    border: 8px solid var(--color-white);
    padding: 16px
}

.teaser.contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink:active,
.teaser.contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink:hover,
.teaser.teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink:active,
.teaser.teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink:hover {
    color: #fff;
    background-color: #94001d
}

@media (min-width:1024px) {

    .teaser.contact-card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink,
    .teaser.teaser--card:not(.teaser--icon) .teaser__content-wrapper .teaser__text-wrapper p+a.textlink {
        bottom: -12px
    }
}

@media (min-width:640px) {
    .layout-100--fixed .teaser {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-100--fixed .teaser .image-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-bottom: 0;
        min-height: 150px
    }

    .layout-100--fixed .teaser .image-wrapper:after {
        display: none
    }

    .layout-100--fixed .teaser .image-wrapper>a {
        max-height: 100%;
        max-width: 100%
    }

    .layout-100--fixed .teaser .image-wrapper .teaser__video-wrapper,
    .layout-100--fixed .teaser .image-wrapper>img {
        top: 0
    }

    .layout-100--fixed .teaser .teaser__content-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width:640px) {
    .layout-100--fixed .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
        padding: 0 16px
    }
}

@media (min-width:640px) {
    .layout-100--fixed .teaser:not(.teaser--overflow) .teaser__content-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.layout-100--fixed.layout--teaser .teaser>.image-wrapper {
    margin-top: 0
}

@media (min-width:640px) and (max-width:767px) {

    .closinggroup.layout-50-reverse--fixed .teaser:not(.teaser--card--closing-group),
    .layout-50--fixed.closinggroup .teaser:not(.teaser--card--closing-group) {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.closinggroup.layout-50-reverse--fixed>.ld-layout-item__wrapper:nth-child(3),
.layout-50--fixed.closinggroup>.ld-layout-item__wrapper:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:640px) and (max-width:767px) {

    .layout-50--fixed .teaser:not(.teaser--card--closing-group),
    .layout-50-reverse--fixed .teaser:not(.teaser--card--closing-group) {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-50--fixed .teaser .image-wrapper,
    .layout-50-reverse--fixed .teaser .image-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        min-height: 150px
    }

    .layout-50--fixed .teaser .image-wrapper:after,
    .layout-50-reverse--fixed .teaser .image-wrapper:after {
        display: none;
        padding-bottom: 0
    }

    .layout-50--fixed .teaser .image-wrapper>a,
    .layout-50-reverse--fixed .teaser .image-wrapper>a {
        max-height: 100%;
        max-width: 100%
    }

    .layout-50--fixed .teaser .image-wrapper .teaser__video-wrapper,
    .layout-50--fixed .teaser .image-wrapper>img,
    .layout-50-reverse--fixed .teaser .image-wrapper .teaser__video-wrapper,
    .layout-50-reverse--fixed .teaser .image-wrapper>img {
        top: 0
    }

    .layout-50--fixed .teaser .teaser__content-wrapper,
    .layout-50-reverse--fixed .teaser .teaser__content-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .layout-50--fixed .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper,
    .layout-50-reverse--fixed .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
        padding: 1.5rem 0 0
    }

    .layout-50--fixed .teaser:not(.teaser--overflow) .teaser__content-wrapper,
    .layout-50-reverse--fixed .teaser:not(.teaser--overflow) .teaser__content-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.layout-33--fixed.layout-teaser {
    display: grid;
    gap: 2rem
}

@media (min-width:768px) {
    .layout-33--fixed.layout-teaser {
        display: -ms-flexbox;
        display: flex;
        gap: unset
    }
}

@media (min-width:640px) and (max-width:959px) {
    .layout-33--fixed .teaser {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-33--fixed .teaser .image-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-bottom: 0;
        min-height: 150px
    }

    .layout-33--fixed .teaser .image-wrapper:after {
        display: none
    }

    .layout-33--fixed .teaser .image-wrapper>a {
        max-height: 100%;
        max-width: 100%
    }

    .layout-33--fixed .teaser .image-wrapper .teaser__video-wrapper,
    .layout-33--fixed .teaser .image-wrapper>img {
        top: 0
    }

    .layout-33--fixed .teaser .teaser__content-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .layout-33--fixed .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
        padding: 1.5rem 0 0
    }

    .layout-33--fixed .teaser:not(.teaser--overflow) .teaser__content-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.layout-25--fixed.layout--teaser .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
    padding: 1.5rem 0 0
}

@media (min-width:640px) and (max-width:1023px) {

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-bottom: 0;
        min-height: 150px
    }

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper:after,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper:after {
        display: none
    }

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper>a,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper>a {
        position: absolute;
        max-height: 100%;
        max-width: 100%
    }

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper .teaser__video-wrapper,
    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper>img,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper .teaser__video-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper>img {
        top: 0
    }

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .teaser__content-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .teaser__content-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width:960px) {

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser .image-wrapper {
        -ms-flex: 0.5;
        flex: 0.5
    }
}

@media (min-width:640px) {

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser:not(.teaser--card):not(.contact-card) .teaser__content-wrapper {
        padding: 0 16px
    }
}

@media (min-width:640px) {

    .layout-article--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser:not(.teaser--overflow) .teaser__content-wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper:nth-child(2) :not(.layout--contacts) .teaser:not(.teaser--overflow) .teaser__content-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.layout--dark .calendar-event__event-info__title,
.layout--dark .calendar-list__heading,
.layout--dark h1,
.layout--dark h2,
.layout--dark h3,
.layout--dark h4,
.layout--dark h5,
.layout--dark h6,
.layout--red .calendar-event__event-info__title,
.layout--red .calendar-list__heading,
.layout--red h1,
.layout--red h2,
.layout--red h3,
.layout--red h4,
.layout--red h5,
.layout--red h6 {
    color: inherit
}

.layout--dark .teaser:not(.teaser--card):not(.contact-card),
.layout--dark .teaser:not(.teaser--card):not(.contact-card) a,
.layout--dark .teaser:not(.teaser--card):not(.contact-card) h6,
.layout--red .teaser:not(.teaser--card):not(.contact-card),
.layout--red .teaser:not(.teaser--card):not(.contact-card) a,
.layout--red .teaser:not(.teaser--card):not(.contact-card) h6 {
    color: var(--color-white);
    border-color: var(--color-white)
}

.layout--dark .teaser--overflow .teaser__text-wrapper:after,
.layout--red .teaser--overflow .teaser__text-wrapper:after {
    background-image: linear-gradient(0deg, var(--color-textgrey), var(--color-textgrey) 1.5rem, rgba(var(--color-textgrey), 0))
}

.compare-box .teaser__content-wrapper,
.contact-card .teaser__content-wrapper,
.layout--cardstyle .teaser .teaser__content-wrapper,
.teaser--card .teaser__content-wrapper,
.teaser-card-style .teaser__content-wrapper {
    padding: 16px
}

.layout--cardstyle .teaser--overflow.teaser .teaser__text-wrapper:after,
.teaser--overflow.compare-box .teaser__text-wrapper:after,
.teaser--overflow.contact-card .teaser__text-wrapper:after,
.teaser--overflow.teaser--card .teaser__text-wrapper:after,
.teaser-card-style.teaser--overflow .teaser__text-wrapper:after {
    background-image: linear-gradient(0deg, var(--color-white), var(--color-white) 1.5rem, transparent)
}

.teaser--preview--country,
.teaser--preview--dealer,
.teaser--preview--global,
.teaser--preview--localpage,
.teaser--preview-style {
    position: relative;
    border: 2px solid d
}

.teaser--preview--country:after,
.teaser--preview--dealer:after,
.teaser--preview--global:after,
.teaser--preview--localpage:after,
.teaser--preview-style:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-lightgrey);
    color: var(--color-black);
    content: "Global"
}

.teaser--preview--country {
    border-color: var(--color-text-darkgrey)
}

.teaser--preview--country:after {
    content: "Country"
}

.teaser--preview--dealer {
    border-color: var(--color-twitter)
}

.teaser--preview--dealer:after {
    content: "Dealer"
}

.teaser--preview--localpage {
    border-color: var(--color-blogger)
}

.teaser--preview--localpage:after {
    content: "Local"
}

.teaser--preview--noimage {
    padding-top: 200px
}

.teaser--preview--info {
    position: absolute;
    top: 30px;
    max-height: 200px;
    background: var(--color-lightgrey)
}

.teaser--icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    max-width: 640px;
    transform: scale(1);
    transition: transform .3s ease-in-out;
    margin: auto;
    color: var(--color-darkgrey)
}

.teaser--icon .icon {
    font-size: 40px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 8px;
    color: var(--color-form-darkgrey)
}

.teaser--icon .calendar-event__event-info__title,
.teaser--icon .calendar-list__heading,
.teaser--icon div.h3,
.teaser--icon h3 {
    padding: 8px 0
}

.teaser--icon.teaser--highlighted {
    background-color: var(--color-red)
}

.teaser--icon.teaser--highlighted .calendar-event__event-info__title,
.teaser--icon.teaser--highlighted .calendar-list__heading,
.teaser--icon.teaser--highlighted .icon,
.teaser--icon.teaser--highlighted div.h3,
.teaser--icon.teaser--highlighted h3 {
    color: var(--color-white)
}

.teaser--icon:hover {
    transform: scale(1.05)
}

.teaser--icon-text {
    background: var(--color-lightgrey);
    padding: 2rem 2rem 3rem;
    position: relative;
    margin-bottom: 32px
}

.teaser--icon-text .icon {
    font-size: 5rem;
    color: var(--color-darkgrey);
    margin-bottom: 2rem
}

.teaser--icon-text .calendar-event__event-info__title,
.teaser--icon-text .calendar-list__heading,
.teaser--icon-text h3 {
    font-size: 1.5rem;
    text-transform: none
}

.teaser--icon-text>a.textlink {
    max-width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9rem;
    bottom: -25px;
    position: absolute;
    right: 40px;
    background-color: var(--color-lightgrey);
    border: 7px solid var(--color-white);
    padding: .8rem
}

.teaser--icon-text>a.textlink:active,
.teaser--icon-text>a.textlink:hover {
    color: var(--color-white);
    background-color: #94001d
}

.layout-100--fixed .teaser--icon {
    -ms-flex-direction: row;
    flex-direction: row
}

.layout-100--fixed .teaser--icon .icon {
    padding-top: 0;
    padding-right: 16px
}

@media (max-width:767px) {

    .layout-50--fixed .teaser--icon,
    .layout-50-reverse--fixed .teaser--icon {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-50--fixed .teaser--icon .icon,
    .layout-50-reverse--fixed .teaser--icon .icon {
        padding-top: 0;
        padding-right: 16px
    }
}

@media (max-width:959px) {
    .layout-33--fixed .teaser--icon {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .layout-33--fixed .teaser--icon .icon {
        padding-top: 0;
        padding-right: 16px
    }
}

.layout-100--fixed .teaser--icon-text,
.teaser--icon-text {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: unset;
    margin-bottom: unset;
    max-width: 640px
}

@media (min-width:640px) {

    .layout-100--fixed .teaser--icon-text,
    .teaser--icon-text {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.layout-100--fixed .teaser--icon-text .icon,
.teaser--icon-text .icon {
    font-size: 80px;
    color: var(--color-black)
}

.layout-100--fixed .teaser--icon-text.contact-card,
.layout-100--fixed .teaser--icon-text.teaser--card,
.teaser--icon-text.contact-card,
.teaser--icon-text.teaser--card {
    padding: 16px
}

.layout-100--fixed .teaser--icon-text .calendar-event__event-info__title,
.layout-100--fixed .teaser--icon-text .calendar-list__heading,
.layout-100--fixed .teaser--icon-text h3,
.teaser--icon-text .calendar-event__event-info__title,
.teaser--icon-text .calendar-list__heading,
.teaser--icon-text h3 {
    padding-top: 8px;
    font-size: .95rem
}

.layout-100--fixed .teaser--icon-text p,
.teaser--icon-text p {
    -ms-flex: 0;
    flex: 0;
    padding: 8px 0 16px
}

.layout-100--fixed .teaser--icon-text p+a,
.teaser--icon-text p+a {
    -ms-flex-item-align: center;
    align-self: center
}

.header-image .text-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    z-index: 100;
    height: auto;
    margin: 0;
    padding: 0 2rem 0 1.5rem
}

@media (min-width:1024px) {
    .header-image .text-wrapper {
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: auto;
        padding: 0 2rem 0 6rem;
        max-height: 300px;
        background-color: var(--color-lightgrey)
    }
}

@media (min-width:1280px) {
    .header-image .text-wrapper {
        max-height: 400px
    }
}

.header-image .text-wrapper .h1,
.header-image .text-wrapper .product-stage-used .content__wrapper .btn-row .price,
.header-image .text-wrapper .text-container--large>.icon,
.product-stage-used .content__wrapper .btn-row .header-image .text-wrapper .price {
    font-size: 1rem;
    margin-bottom: .5rem
}

.header-image .text-wrapper .h2,
.header-image .text-wrapper p {
    margin-bottom: 0
}

.header-image .text-wrapper .h1+.btn__link,
.header-image .text-wrapper .h2+.btn__link,
.header-image .text-wrapper .product-stage-used .content__wrapper .btn-row .price+.btn__link,
.header-image .text-wrapper .text-container--large>.icon+.btn__link,
.header-image .text-wrapper p+.btn__link,
.product-stage-used .content__wrapper .btn-row .header-image .text-wrapper .price+.btn__link {
    margin-top: 1em
}

.header-image .text-wrapper--overlay {
    background: rgba(var(--color-white), .5)
}

.header-image .header-image-alternate {
    padding: 0 2rem 0 1.5rem
}

@media (min-width:1024px) {
    .header-image .header-image-alternate .text-wrapper h1.h2.p {
        font-family: var(--font-face-medi), Arial, sans-serif
    }
}

@media (min-width:1024px) {
    .header-image .header-image-alternate {
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-y: auto;
        padding: 0 2rem 0 6rem;
        max-height: 300px;
        background-color: var(--color-lightgrey)
    }

    .header-image .header-image-alternate .h1,
    .header-image .header-image-alternate .product-stage-used .content__wrapper .btn-row .price,
    .header-image .header-image-alternate .text-container--large>.icon,
    .product-stage-used .content__wrapper .btn-row .header-image .header-image-alternate .price {
        font-size: 1rem;
        color: var(--color-red);
        margin-bottom: .5rem;
        font-family: var(--font-face), Arial, sans-serif !important
    }

    .header-image .header-image-alternate h1.h2.p {
        text-transform: none;
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 700
    }

    .header-image .header-image-alternate div.btn,
    .header-image .header-image-alternate h1.h2.p {
        font-family: var(--font-face), Arial, sans-serif !important
    }
}

@media (min-width:1280px) {
    .header-image .header-image-alternate {
        max-height: 400px
    }
}

@media (max-width:1279px) {
    .header-image .header-image-wrapper {
        position: relative;
        overflow: hidden;
        -ms-flex: 1 1 58vw;
        flex: 1 1 58vw
    }

    .header-image .header-image-wrapper .image-wrapper-16x9>img {
        position: relative !important
    }
}

@media (min-width:1024px) {
    .header-image .header-image-wrapper {
        -ms-flex: 1 1 55%;
        flex: 1 1 55%
    }

    .header-image .header-image-wrapper .image-wrapper-16x9>img {
        position: absolute !important
    }
}

.header-image .header-image-bottom {
    height: 48px;
    width: 81%;
    background-color: var(--color-lightgrey);
    display: none
}

@media (min-width:1024px) {
    .header-image .header-image-bottom {
        display: block
    }
}

.header-image.header-image-alternate .header-image-bottom,
.header-image.header-image-alternate .header-image-content,
.header-image.header-image-alternate .text-wrapper {
    background-color: var(--color-red)
}

.header-image.header-image-alternate .h1,
.header-image.header-image-alternate .h2.p,
.header-image.header-image-alternate .product-stage-used .content__wrapper .btn-row .price,
.header-image.header-image-alternate .text-container--large>.icon,
.product-stage-used .content__wrapper .btn-row .header-image.header-image-alternate .price {
    color: var(--color-white) !important
}

.header-image .header-image-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-lightgrey)
}

.header-image .header-image-content .h1,
.header-image .header-image-content .product-stage-used .content__wrapper .btn-row .price,
.header-image .header-image-content .text-container--large>.icon,
.product-stage-used .content__wrapper .btn-row .header-image .header-image-content .price {
    color: var(--color-red)
}

@media (min-width:1024px) {
    .header-image .header-image-content {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header-image .header-image-content .btn-wrapper {
    width: 75%;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr
}

.header-image .header-image-content .btn-wrapper a.btn__link {
    grid-column: 1
}

.header-image .header-image-content .btn-wrapper a.btn__link .btn {
    margin-bottom: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

@media (min-width:1024px) {
    .header-image .header-image-content .btn-wrapper a.btn__link .btn {
        max-width: 30vw
    }
}

.notification {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    background: var(--color-red);
    position: relative;
    padding: 16px;
    max-width: 640px;
    overflow: hidden;
    margin: 16px auto
}

@media print {
    .notification {
        display: none
    }
}

.notification>span {
    display: inline;
    vertical-align: middle
}

.notification>span,
.notification>span * {
    color: var(--color-white)
}

.notification>span p {
    display: inline
}

.notification a {
    font-weight: 600
}

.notification>.btn__link.close-btn {
    margin-top: -16px;
    margin-right: -16px;
    margin-bottom: 16px
}

.notification>h4 {
    padding-right: 48px
}

.notification--fixed {
    position: fixed;
    transform: translate(-25%);
    left: 50%;
    z-index: 800;
    width: 100%
}

@media (max-width:1023px) {
    .notification--fixed {
        width: calc(100% - 5vw);
        transform: translate(-50%)
    }
}

@media (min-width:1024px) {
    .notification-mobile {
        display: none
    }
}

.contact-card {
    max-width: 620px;
    margin: auto;
    padding: 16px;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.contact-card .org {
    color: var(--color-red)
}

.contact-card .org+.contact-card__contact {
    margin-top: 16px
}

.contact-card__contact {
    text-align: left;
    width: 100%;
    display: table
}

.contact-card__contact img {
    max-width: 74px;
    display: table-cell;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 16px
}

.contact-card__contact>div {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 100%
}

.contact-card__contact>div .name {
    margin-bottom: 0
}

.contact-card__contact>div .category {
    color: var(--color-text-darkgrey)
}

.contact-card__contact+.contact-card__detail {
    margin-top: 16px
}

.contact-card__detail {
    position: relative;
    margin-top: 8px;
    padding-left: 26px;
    width: calc(100% + 10px);
    text-align: left
}

.contact-card__detail .icon {
    position: absolute;
    left: 0;
    top: .125rem;
    font-size: 18px
}

.contact-card .overview-button {
    margin-top: 8px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.contact-card.loading>* {
    filter: blur(8px);
    overflow: visible
}

.contact-card.loading img {
    opacity: .5
}

.layout-25--fixed .contact-card__contact {
    text-align: center
}

.layout-25--fixed .contact-card__contact img {
    margin: 0 auto 8px
}

.layout-25--fixed .contact-card__contact>div {
    display: block
}

.closinggroup,
.closinggroup>.ld-layout-item__wrapper {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.closinggroup>.ld-layout-item__wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: none !important
}

.closinggroup>.ld-layout-item__wrapper:first-child {
    -ms-flex-order: 1;
    order: 1
}

.closinggroup>.ld-layout-item__wrapper:nth-child(2) {
    -ms-flex-order: 3;
    order: 3
}

.closinggroup>.ld-layout-item__wrapper:nth-child(2) .inline-button-row {
    margin-top: 3px
}

.closinggroup>.ld-layout-item__wrapper:nth-child(3) {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.closinggroup>.ld-layout-item__wrapper:nth-child(4) {
    -ms-flex-order: 4;
    order: 4
}

.closinggroup>.ld-layout-item__wrapper .layout--contacts {
    padding: 0 0 32px
}

.closinggroup>.ld-layout-item__wrapper .layout--contacts .ld-layout-item__wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    padding-top: 0
}

.closinggroup>.ld-layout-item__wrapper .layout--contacts .ld-layout-item__wrapper .contact-card,
.closinggroup>.ld-layout-item__wrapper .layout--contacts .ld-layout-item__wrapper .teaser--card {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    max-width: 80%;
    margin: 3px 0 0 3px
}

@media (min-width:640px) and (max-width:959px) {
    .closinggroup>.ld-layout-item__wrapper .layout--contacts .ld-layout-item__wrapper {
        width: 50%;
        padding: 5vw 0
    }
}

@media (min-width:960px) {
    .closinggroup>.ld-layout-item__wrapper {
        width: 50% !important;
        float: none !important;
        clear: none !important
    }

    .closinggroup>.ld-layout-item__wrapper:first-child {
        -ms-flex-order: 1;
        order: 1
    }

    .closinggroup>.ld-layout-item__wrapper:nth-child(2) {
        -ms-flex-order: 2;
        order: 2
    }

    .closinggroup>.ld-layout-item__wrapper:nth-child(3) {
        -ms-flex-order: 3;
        order: 3
    }

    .closinggroup>.ld-layout-item__wrapper:nth-child(4) {
        -ms-flex-order: 4;
        order: 4
    }
}

.closinggroup .calendar-event__event-info__title,
.closinggroup .calendar-list__heading,
.closinggroup h3,
.closinggroup h4,
.closinggroup h5 {
    margin: .5em 0 .25em
}

.closinggroup p {
    margin-bottom: 8px
}

.closinggroup .inline-button-row,
.closinggroup .inline-button-row .btn__link:first-child .btn {
    margin-top: 0
}

.btn-group {
    height: auto;
    max-width: 448px;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden
}

.btn-group .btn__link {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 8px;
    width: calc(50% - 4px);
    float: left
}

.btn-group .btn__link:not(:first-of-type):not(:nth-of-type(2)) {
    min-width: 100%
}

@media (max-width:639px) {
    .btn-group .btn__link {
        min-width: 100%
    }
}

@media (min-width:640px) {
    .btn-group .btn__link:first-of-type {
        margin-right: 8px
    }

    .btn-group .btn__link:first-of-type,
    .btn-group .btn__link:nth-of-type(2) {
        margin-bottom: 16px
    }
}

.btn-group--product .btn__link {
    min-width: 100%
}

.btn-group--product .btn,
.product-summary {
    margin-bottom: 16px
}

.product-summary {
    text-align: center;
    height: auto
}

.product-summary .image-wrapper-1x1 {
    padding-bottom: 100%
}

.product-summary .image-wrapper-1x1>img {
    position: absolute
}

.product-description .infobox--left+ol,
.product-description .infobox--left+p,
.product-description .infobox--left+ul,
.product-description .infobox--right+ol,
.product-description .infobox--right+p,
.product-description .infobox--right+ul,
.product-description ol+ol,
.product-description ol+p,
.product-description ol+ul,
.product-description p+ol,
.product-description p+p,
.product-description p+ul,
.product-description ul+ol,
.product-description ul+p,
.product-description ul+ul {
    margin-top: .5em
}

.product-description .calendar-event__event-info__title,
.product-description .calendar-list__heading,
.product-description h1,
.product-description h2,
.product-description h3 {
    clear: both
}

.product-description .calendar-event__event-info__title,
.product-description .calendar-list__heading,
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6,
.product-description ol,
.product-description p,
.product-description ul {
    max-width: 640px
}

.product-description .btn+.calendar-event__event-info__title,
.product-description .btn+.calendar-list__heading,
.product-description .btn+h1,
.product-description .btn+h2,
.product-description .btn+h3,
.product-description .btn+h4,
.product-description .btn+h5,
.product-description .btn+h6,
.product-description .icon+.calendar-event__event-info__title,
.product-description .icon+.calendar-list__heading,
.product-description .icon+h1,
.product-description .icon+h2,
.product-description .icon+h3,
.product-description .icon+h4,
.product-description .icon+h5,
.product-description .icon+h6,
.product-description .infobox+.calendar-event__event-info__title,
.product-description .infobox+.calendar-list__heading,
.product-description .infobox+h1,
.product-description .infobox+h2,
.product-description .infobox+h3,
.product-description .infobox+h4,
.product-description .infobox+h5,
.product-description .infobox+h6,
.product-description .infobox-button+.calendar-event__event-info__title,
.product-description .infobox-button+.calendar-list__heading,
.product-description .infobox-button+h1,
.product-description .infobox-button+h2,
.product-description .infobox-button+h3,
.product-description .infobox-button+h4,
.product-description .infobox-button+h5,
.product-description .infobox-button+h6,
.product-description .infobox-link+.calendar-event__event-info__title,
.product-description .infobox-link+.calendar-list__heading,
.product-description .infobox-link+h1,
.product-description .infobox-link+h2,
.product-description .infobox-link+h3,
.product-description .infobox-link+h4,
.product-description .infobox-link+h5,
.product-description .infobox-link+h6,
.product-description .infobox-media+.calendar-event__event-info__title,
.product-description .infobox-media+.calendar-list__heading,
.product-description .infobox-media+h1,
.product-description .infobox-media+h2,
.product-description .infobox-media+h3,
.product-description .infobox-media+h4,
.product-description .infobox-media+h5,
.product-description .infobox-media+h6,
.product-description .infobox-text+.calendar-event__event-info__title,
.product-description .infobox-text+.calendar-list__heading,
.product-description .infobox-text+h1,
.product-description .infobox-text+h2,
.product-description .infobox-text+h3,
.product-description .infobox-text+h4,
.product-description .infobox-text+h5,
.product-description .infobox-text+h6,
.product-description .inline-button-row+.calendar-event__event-info__title,
.product-description .inline-button-row+.calendar-list__heading,
.product-description .inline-button-row+h1,
.product-description .inline-button-row+h2,
.product-description .inline-button-row+h3,
.product-description .inline-button-row+h4,
.product-description .inline-button-row+h5,
.product-description .inline-button-row+h6,
.product-description .inline-button-row+p,
.product-description ol+.calendar-event__event-info__title,
.product-description ol+.calendar-list__heading,
.product-description ol+h1,
.product-description ol+h2,
.product-description ol+h3,
.product-description ol+h4,
.product-description ol+h5,
.product-description ol+h6,
.product-description ol+p,
.product-description p+.calendar-event__event-info__title,
.product-description p+.calendar-list__heading,
.product-description p+h1,
.product-description p+h2,
.product-description p+h3,
.product-description p+h4,
.product-description p+h5,
.product-description p+h6,
.product-description ul+.calendar-event__event-info__title,
.product-description ul+.calendar-list__heading,
.product-description ul+h1,
.product-description ul+h2,
.product-description ul+h3,
.product-description ul+h4,
.product-description ul+h5,
.product-description ul+h6,
.product-description ul+p {
    margin-top: 1em
}

.product-description h4,
.product-description p,
.product-description ul {
    font-size: 1.125rem
}

.header-intro.headline__wrapper.headline__grey {
    background: var(--color-lightgrey) !important
}

.header-intro.headline__wrapper .layout-inner-100 {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-pack: center;
    justify-content: center
}

.media-gallery {
    -webkit-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: -4px 0 20px;
    max-width: 640px
}

.media-gallery .thumbnail {
    padding: 3px;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    position: relative
}

.media-gallery .thumbnail .media-browser__media-icon {
    top: 4px;
    left: 4px
}

.media-gallery .thumbnail:nth-child(n+10):not(:last-child) {
    display: none
}

@media (min-width:640px) {
    .media-gallery .thumbnail {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        -webkit-flex-basis: 20%;
        max-width: 20%
    }
}

.media-gallery .thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px dotted transparent
}

.media-gallery .thumbnail a:focus {
    border-color: var(--color-darkgrey)
}

.media-gallery .thumbnail a img {
    position: absolute;
    display: block;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.media-gallery .thumbnail a:not(.gallery-btn):before {
    font-family: LindeGlobalIconFont;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    content: "\f13a";
    content: "\f115";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--color-shadegrey);
    color: var(--color-form-lightgrey);
    text-align: center;
    line-height: 0;
    padding-top: 50%
}

.media-gallery .thumbnail a.gallery-btn {
    padding: 0 0 100%;
    height: 0;
    display: block
}

.media-gallery .thumbnail a.gallery-btn span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 1.25
}

.text-container,
.text-container--large {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5vw;
    overflow-y: auto;
    max-width: calc(768px + 10vw)
}

.text-container--large .infobox--left+ol,
.text-container--large .infobox--left+p,
.text-container--large .infobox--left+ul,
.text-container--large .infobox--right+ol,
.text-container--large .infobox--right+p,
.text-container--large .infobox--right+ul,
.text-container--large ol+ol,
.text-container--large ol+p,
.text-container--large ol+ul,
.text-container--large p+ol,
.text-container--large p+p,
.text-container--large p+ul,
.text-container--large ul+ol,
.text-container--large ul+p,
.text-container--large ul+ul,
.text-container .infobox--left+ol,
.text-container .infobox--left+p,
.text-container .infobox--left+ul,
.text-container .infobox--right+ol,
.text-container .infobox--right+p,
.text-container .infobox--right+ul,
.text-container ol+ol,
.text-container ol+p,
.text-container ol+ul,
.text-container p+ol,
.text-container p+p,
.text-container p+ul,
.text-container ul+ol,
.text-container ul+p,
.text-container ul+ul {
    margin-top: .5em
}

.text-container--large .calendar-event__event-info__title,
.text-container--large .calendar-list__heading,
.text-container--large h1,
.text-container--large h2,
.text-container--large h3,
.text-container .calendar-event__event-info__title,
.text-container .calendar-list__heading,
.text-container h1,
.text-container h2,
.text-container h3 {
    clear: both
}

.text-container--large .calendar-event__event-info__title,
.text-container--large .calendar-list__heading,
.text-container--large h1,
.text-container--large h2,
.text-container--large h3,
.text-container--large h4,
.text-container--large h5,
.text-container--large h6,
.text-container--large ol,
.text-container--large p,
.text-container--large ul,
.text-container .calendar-event__event-info__title,
.text-container .calendar-list__heading,
.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6,
.text-container ol,
.text-container p,
.text-container ul {
    max-width: 640px
}

.text-container--large .btn+.calendar-event__event-info__title,
.text-container--large .btn+.calendar-list__heading,
.text-container--large .btn+h1,
.text-container--large .btn+h2,
.text-container--large .btn+h3,
.text-container--large .btn+h4,
.text-container--large .btn+h5,
.text-container--large .btn+h6,
.text-container--large .icon+.calendar-event__event-info__title,
.text-container--large .icon+.calendar-list__heading,
.text-container--large .icon+h1,
.text-container--large .icon+h2,
.text-container--large .icon+h3,
.text-container--large .icon+h4,
.text-container--large .icon+h5,
.text-container--large .icon+h6,
.text-container--large .infobox+.calendar-event__event-info__title,
.text-container--large .infobox+.calendar-list__heading,
.text-container--large .infobox+h1,
.text-container--large .infobox+h2,
.text-container--large .infobox+h3,
.text-container--large .infobox+h4,
.text-container--large .infobox+h5,
.text-container--large .infobox+h6,
.text-container--large .infobox-button+.calendar-event__event-info__title,
.text-container--large .infobox-button+.calendar-list__heading,
.text-container--large .infobox-button+h1,
.text-container--large .infobox-button+h2,
.text-container--large .infobox-button+h3,
.text-container--large .infobox-button+h4,
.text-container--large .infobox-button+h5,
.text-container--large .infobox-button+h6,
.text-container--large .infobox-link+.calendar-event__event-info__title,
.text-container--large .infobox-link+.calendar-list__heading,
.text-container--large .infobox-link+h1,
.text-container--large .infobox-link+h2,
.text-container--large .infobox-link+h3,
.text-container--large .infobox-link+h4,
.text-container--large .infobox-link+h5,
.text-container--large .infobox-link+h6,
.text-container--large .infobox-media+.calendar-event__event-info__title,
.text-container--large .infobox-media+.calendar-list__heading,
.text-container--large .infobox-media+h1,
.text-container--large .infobox-media+h2,
.text-container--large .infobox-media+h3,
.text-container--large .infobox-media+h4,
.text-container--large .infobox-media+h5,
.text-container--large .infobox-media+h6,
.text-container--large .infobox-text+.calendar-event__event-info__title,
.text-container--large .infobox-text+.calendar-list__heading,
.text-container--large .infobox-text+h1,
.text-container--large .infobox-text+h2,
.text-container--large .infobox-text+h3,
.text-container--large .infobox-text+h4,
.text-container--large .infobox-text+h5,
.text-container--large .infobox-text+h6,
.text-container--large .inline-button-row+.calendar-event__event-info__title,
.text-container--large .inline-button-row+.calendar-list__heading,
.text-container--large .inline-button-row+h1,
.text-container--large .inline-button-row+h2,
.text-container--large .inline-button-row+h3,
.text-container--large .inline-button-row+h4,
.text-container--large .inline-button-row+h5,
.text-container--large .inline-button-row+h6,
.text-container--large .inline-button-row+p,
.text-container--large ol+.calendar-event__event-info__title,
.text-container--large ol+.calendar-list__heading,
.text-container--large ol+h1,
.text-container--large ol+h2,
.text-container--large ol+h3,
.text-container--large ol+h4,
.text-container--large ol+h5,
.text-container--large ol+h6,
.text-container--large ol+p,
.text-container--large p+.calendar-event__event-info__title,
.text-container--large p+.calendar-list__heading,
.text-container--large p+h1,
.text-container--large p+h2,
.text-container--large p+h3,
.text-container--large p+h4,
.text-container--large p+h5,
.text-container--large p+h6,
.text-container--large ul+.calendar-event__event-info__title,
.text-container--large ul+.calendar-list__heading,
.text-container--large ul+h1,
.text-container--large ul+h2,
.text-container--large ul+h3,
.text-container--large ul+h4,
.text-container--large ul+h5,
.text-container--large ul+h6,
.text-container--large ul+p,
.text-container .btn+.calendar-event__event-info__title,
.text-container .btn+.calendar-list__heading,
.text-container .btn+h1,
.text-container .btn+h2,
.text-container .btn+h3,
.text-container .btn+h4,
.text-container .btn+h5,
.text-container .btn+h6,
.text-container .icon+.calendar-event__event-info__title,
.text-container .icon+.calendar-list__heading,
.text-container .icon+h1,
.text-container .icon+h2,
.text-container .icon+h3,
.text-container .icon+h4,
.text-container .icon+h5,
.text-container .icon+h6,
.text-container .infobox+.calendar-event__event-info__title,
.text-container .infobox+.calendar-list__heading,
.text-container .infobox+h1,
.text-container .infobox+h2,
.text-container .infobox+h3,
.text-container .infobox+h4,
.text-container .infobox+h5,
.text-container .infobox+h6,
.text-container .infobox-button+.calendar-event__event-info__title,
.text-container .infobox-button+.calendar-list__heading,
.text-container .infobox-button+h1,
.text-container .infobox-button+h2,
.text-container .infobox-button+h3,
.text-container .infobox-button+h4,
.text-container .infobox-button+h5,
.text-container .infobox-button+h6,
.text-container .infobox-link+.calendar-event__event-info__title,
.text-container .infobox-link+.calendar-list__heading,
.text-container .infobox-link+h1,
.text-container .infobox-link+h2,
.text-container .infobox-link+h3,
.text-container .infobox-link+h4,
.text-container .infobox-link+h5,
.text-container .infobox-link+h6,
.text-container .infobox-media+.calendar-event__event-info__title,
.text-container .infobox-media+.calendar-list__heading,
.text-container .infobox-media+h1,
.text-container .infobox-media+h2,
.text-container .infobox-media+h3,
.text-container .infobox-media+h4,
.text-container .infobox-media+h5,
.text-container .infobox-media+h6,
.text-container .infobox-text+.calendar-event__event-info__title,
.text-container .infobox-text+.calendar-list__heading,
.text-container .infobox-text+h1,
.text-container .infobox-text+h2,
.text-container .infobox-text+h3,
.text-container .infobox-text+h4,
.text-container .infobox-text+h5,
.text-container .infobox-text+h6,
.text-container .inline-button-row+.calendar-event__event-info__title,
.text-container .inline-button-row+.calendar-list__heading,
.text-container .inline-button-row+h1,
.text-container .inline-button-row+h2,
.text-container .inline-button-row+h3,
.text-container .inline-button-row+h4,
.text-container .inline-button-row+h5,
.text-container .inline-button-row+h6,
.text-container .inline-button-row+p,
.text-container ol+.calendar-event__event-info__title,
.text-container ol+.calendar-list__heading,
.text-container ol+h1,
.text-container ol+h2,
.text-container ol+h3,
.text-container ol+h4,
.text-container ol+h5,
.text-container ol+h6,
.text-container ol+p,
.text-container p+.calendar-event__event-info__title,
.text-container p+.calendar-list__heading,
.text-container p+h1,
.text-container p+h2,
.text-container p+h3,
.text-container p+h4,
.text-container p+h5,
.text-container p+h6,
.text-container ul+.calendar-event__event-info__title,
.text-container ul+.calendar-list__heading,
.text-container ul+h1,
.text-container ul+h2,
.text-container ul+h3,
.text-container ul+h4,
.text-container ul+h5,
.text-container ul+h6,
.text-container ul+p {
    margin-top: 1em
}

.text-container--large>*,
.text-container>* {
    width: 100%
}

.text-container--large p,
.text-container p {
    text-indent: 0 !important
}

.text-container--large p+.btn__link .btn,
.text-container p+.btn__link .btn {
    margin-top: 1rem
}

.text-container--large>.icon,
.text-container>.icon {
    color: var(--color-red)
}

.text-container--large>.icon+.calendar-event__event-info__title,
.text-container--large>.icon+.calendar-list__heading,
.text-container--large>.icon+h3,
.text-container>.icon+.calendar-event__event-info__title,
.text-container>.icon+.calendar-list__heading,
.text-container>.icon+h3 {
    margin-top: 1rem
}

.text-container--large ol,
.text-container--large ul,
.text-container ol,
.text-container ul {
    text-align: left
}

.text-container--large>.icon {
    font-family: LindeGlobalIconFont !important
}

.text-container--large p+.btn__link .btn {
    margin-top: 0
}

.text-container--center {
    text-align: left;
    -ms-flex-align: center;
    align-items: center
}

.text-container--center>*,
.text-container--center p {
    margin-left: auto;
    margin-right: auto
}

.layout--dark.text-container--large>.icon,
.layout--dark.text-container--large a,
.layout--red.text-container--large>.icon,
.layout--red.text-container--large a,
.text-container.layout--dark>.icon,
.text-container.layout--dark a,
.text-container.layout--red>.icon,
.text-container.layout--red a {
    color: var(--color-white)
}

.layout--dark.text-container--large a,
.layout--red.text-container--large a,
.text-container.layout--dark a,
.text-container.layout--red a {
    text-decoration: underline
}

.layout--dark .text-container,
.layout--dark .text-container--large,
.layout--dark .text-container--large>.icon,
.layout--dark .text-container--large a,
.layout--dark .text-container>.icon,
.layout--dark .text-container a,
.layout--red .text-container,
.layout--red .text-container--large,
.layout--red .text-container--large>.icon,
.layout--red .text-container--large a,
.layout--red .text-container>.icon,
.layout--red .text-container a {
    color: var(--color-white)
}

.layout--dark .text-container--large a,
.layout--dark .text-container a,
.layout--red .text-container--large a,
.layout--red .text-container a {
    text-decoration: underline
}

.footer .layout--dark .text-container--large .share-btn>.btn__link>.btn,
.footer .layout--dark .text-container .share-btn>.btn__link>.btn,
.footer .layout--red .text-container--large .share-btn>.btn__link>.btn,
.footer .layout--red .text-container .share-btn>.btn__link>.btn,
.layout--dark .text-container--large .btn.btn--primary,
.layout--dark .text-container--large .footer .share-btn>.btn__link>.btn,
.layout--dark .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload,
.layout--dark .text-container .btn.btn--primary,
.layout--dark .text-container .footer .share-btn>.btn__link>.btn,
.layout--dark .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload,
.layout--red .text-container--large .btn.btn--primary,
.layout--red .text-container--large .footer .share-btn>.btn__link>.btn,
.layout--red .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload,
.layout--red .text-container .btn.btn--primary,
.layout--red .text-container .footer .share-btn>.btn__link>.btn,
.layout--red .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container--large .btn.mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container .btn.mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container--large .btn.mwf-upload-upload,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container .btn.mwf-upload-upload {
    background-color: var(--color-white);
    color: var(--color-red)
}

.footer .layout--dark .text-container--large .share-btn>.btn__link>.btn:hover,
.footer .layout--dark .text-container .share-btn>.btn__link>.btn:hover,
.footer .layout--red .text-container--large .share-btn>.btn__link>.btn:hover,
.footer .layout--red .text-container .share-btn>.btn__link>.btn:hover,
.layout--dark .text-container--large .btn.btn--primary:hover,
.layout--dark .text-container--large .footer .share-btn>.btn__link>.btn:hover,
.layout--dark .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:hover,
.layout--dark .text-container .btn.btn--primary:hover,
.layout--dark .text-container .footer .share-btn>.btn__link>.btn:hover,
.layout--dark .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:hover,
.layout--red .text-container--large .btn.btn--primary:hover,
.layout--red .text-container--large .footer .share-btn>.btn__link>.btn:hover,
.layout--red .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:hover,
.layout--red .text-container .btn.btn--primary:hover,
.layout--red .text-container .footer .share-btn>.btn__link>.btn:hover,
.layout--red .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container--large .btn.mwf-upload-upload:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container .btn.mwf-upload-upload:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container--large .btn.mwf-upload-upload:hover,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container .btn.mwf-upload-upload:hover {
    background-color: var(--color-hover-lightgrey)
}

.footer .layout--dark .text-container--large .share-btn>.btn__link>.btn:active,
.footer .layout--dark .text-container .share-btn>.btn__link>.btn:active,
.footer .layout--red .text-container--large .share-btn>.btn__link>.btn:active,
.footer .layout--red .text-container .share-btn>.btn__link>.btn:active,
.layout--dark .text-container--large .btn.btn--primary:active,
.layout--dark .text-container--large .footer .share-btn>.btn__link>.btn:active,
.layout--dark .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:active,
.layout--dark .text-container .btn.btn--primary:active,
.layout--dark .text-container .footer .share-btn>.btn__link>.btn:active,
.layout--dark .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:active,
.layout--red .text-container--large .btn.btn--primary:active,
.layout--red .text-container--large .footer .share-btn>.btn__link>.btn:active,
.layout--red .text-container--large .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:active,
.layout--red .text-container .btn.btn--primary:active,
.layout--red .text-container .footer .share-btn>.btn__link>.btn:active,
.layout--red .text-container .mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .btn.mwf-upload-upload:active,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container--large .btn.mwf-upload-upload:active,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--dark .text-container .btn.mwf-upload-upload:active,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container--large .btn.mwf-upload-upload:active,
.mwf-upload .mwf-upload-footer .mwf-upload-footer-actions .layout--red .text-container .btn.mwf-upload-upload:active {
    background-color: var(--color-shadegrey)
}

.layout--dark .text-container--large ol,
.layout--dark .text-container--large ul,
.layout--dark .text-container ol,
.layout--dark .text-container ul,
.layout--red .text-container--large ol,
.layout--red .text-container--large ul,
.layout--red .text-container ol,
.layout--red .text-container ul {
    text-align: left
}

.layout--dark .text-container--large ol li:before,
.layout--dark .text-container--large ul li:before,
.layout--dark .text-container ol li:before,
.layout--dark .text-container ul li:before,
.layout--red .text-container--large ol li:before,
.layout--red .text-container--large ul li:before,
.layout--red .text-container ol li:before,
.layout--red .text-container ul li:before {
    color: var(--color-white)
}

.layout--red .btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white) {
    background-color: var(--color-white);
    color: var(--color-red)
}

.layout--red .btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):hover {
    background-color: var(--color-hover-lightgrey);
    color: var(--color-red)
}

.layout--red .btn:not(.btn--primary):not(.no-background):not(.grey-background):not(.layout--white):active {
    background-color: var(--color-shadegrey);
    color: var(--color-red)
}

.layout--white .text-container--large .btn,
.layout--white .text-container .btn {
    background-color: var(--color-lightgrey)
}

.layout--white .text-container--large .btn:hover,
.layout--white .text-container .btn:hover {
    background-color: var(--color-hover-lightgrey);
    color: var(--color-red)
}

.layout--white .text-container--large .btn:active,
.layout--white .text-container .btn:active {
    background-color: var(--color-shadegrey)
}

.layout--white .text-container--large .btn:not(.btn--primary):not(.no-background):not(.grey-background),
.layout--white .text-container .btn:not(.btn--primary):not(.no-background):not(.grey-background) {
    background-color: var(--color-lightgrey);
    color: var(--color-darkgrey)
}

.layout--white .text-container--large .btn:not(.btn--primary):not(.no-background):not(.grey-background):hover,
.layout--white .text-container .btn:not(.btn--primary):not(.no-background):not(.grey-background):hover {
    background-color: var(--color-hover-lightgrey);
    color: var(--color-red)
}

.layout--white .text-container--large .btn:not(.btn--primary):not(.no-background):not(.grey-background):active,
.layout--white .text-container .btn:not(.btn--primary):not(.no-background):not(.grey-background):active {
    background-color: var(--color-shadegrey);
    color: var(--color-red)
}

.media-container {
    min-height: 100%
}

body.noscroll {
    overflow: hidden;
    height: 100vh
}

.parallax-wrapper {
    perspective: 100px;
    height: 100%;
    overflow: auto !important;
    display: block
}

.parallax-container {
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .parallax-container {
        height: unset
    }
}

.parallax-container .parallax__image .image-wrapper {
    position: static
}

@media (max-width:1023px) {
    .parallax-container .parallax__image .image-wrapper.image-wrapper-16x9 {
        padding-bottom: 0 !important
    }

    .parallax-container .parallax__image .image-wrapper.image-wrapper-16x9>img {
        position: relative;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
}

.parallax-container .parallax__text-wrapper {
    padding: 2.5vw 5vw 5vw;
    background: var(--color-white)
}

@media (min-width:768px) {
    .parallax-container .parallax__text-wrapper {
        padding: 2.5vw;
        position: absolute;
        margin: 5vw;
        background: transparent;
        max-width: calc(640px + 5vw);
        min-width: 45%;
        z-index: 1;
        left: auto;
        top: 0;
        right: 45vw;
        overflow-y: auto;
        max-height: 80%
    }
}

@media (min-width:768px) {
    .parallax-container .text-wrapper--topleft {
        left: auto;
        top: 0;
        right: 45vw
    }

    .parallax-container .text-wrapper--topright {
        top: 0;
        right: auto;
        left: 45vw
    }

    .parallax-container .text-wrapper--bottomright {
        top: auto;
        right: auto;
        bottom: 0;
        left: 45vw
    }

    .parallax-container .text-wrapper--bottomleft {
        top: auto;
        left: auto;
        bottom: 0;
        right: 45vw
    }

    .parallax-container .text-wrapper--background {
        background: rgba(var(--color-white), .9)
    }
}

@media (min-width:768px) and (min-width:768px) {
    .parallax-container .text-wrapper--background {
        background-color: var(--color-white)
    }
}

@media (min-width:100em) {

    .parallax-container .text-wrapper--bottomleft,
    .parallax-container .text-wrapper--topleft {
        right: 45%
    }

    .parallax-container .text-wrapper--bottomright,
    .parallax-container .text-wrapper--topright {
        left: 45%
    }
}

.layout-100--flex>.ld-layout-item__wrapper .text-container--large>*,
.layout-100--flex>.ld-layout-item__wrapper .text-container>* {
    max-width: 640px
}

@media (min-width:768px) {

    .layout-50--flex>.ld-layout-item__wrapper.layout--overflow,
    .layout-50-reverse--flex>.ld-layout-item__wrapper.layout--overflow {
        max-height: 50vw
    }
}

.layout-50--flex .text-container,
.layout-50--flex .text-container--large,
.layout-50-reverse--flex .text-container,
.layout-50-reverse--flex .text-container--large {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(640px + 5vw)
}

.layout-50--flex .text-container--large>*,
.layout-50--flex .text-container>*,
.layout-50-reverse--flex .text-container--large>*,
.layout-50-reverse--flex .text-container>* {
    margin-left: 0;
    margin-right: 0
}

.layout-50--flex .text-container--center.text-container,
.layout-50--flex .text-container--center.text-container--large,
.layout-50-reverse--flex .text-container--center.text-container,
.layout-50-reverse--flex .text-container--center.text-container--large {
    text-align: left
}

@media (min-width:768px) {

    .layout-50-split--flex>.ld-layout-item__wrapper.content-container,
    .layout-50-split--flex>.ld-layout-item__wrapper .content-container,
    .layout-50-split--flex>.ld-layout-item__wrapper.media-container,
    .layout-50-split--flex>.ld-layout-item__wrapper .media-container,
    .layout-50-split--flex>.ld-layout-item__wrapper.text-container,
    .layout-50-split--flex>.ld-layout-item__wrapper .text-container,
    .layout-50-split--flex>.ld-layout-item__wrapper.text-container--large,
    .layout-50-split--flex>.ld-layout-item__wrapper .text-container--large {
        height: 50vw
    }
}

@media (min-width:768px) {

    .layout-40-60--flex>.ld-layout-item__wrapper.content-container,
    .layout-40-60--flex>.ld-layout-item__wrapper .content-container,
    .layout-40-60--flex>.ld-layout-item__wrapper.media-container,
    .layout-40-60--flex>.ld-layout-item__wrapper .media-container,
    .layout-40-60--flex>.ld-layout-item__wrapper.text-container,
    .layout-40-60--flex>.ld-layout-item__wrapper .text-container,
    .layout-40-60--flex>.ld-layout-item__wrapper.text-container--large,
    .layout-40-60--flex>.ld-layout-item__wrapper .text-container--large,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper.content-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper .content-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper.media-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper .media-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper.text-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper .text-container,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper.text-container--large,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper .text-container--large,
    .layout-60-40--flex>.ld-layout-item__wrapper.content-container,
    .layout-60-40--flex>.ld-layout-item__wrapper .content-container,
    .layout-60-40--flex>.ld-layout-item__wrapper.media-container,
    .layout-60-40--flex>.ld-layout-item__wrapper .media-container,
    .layout-60-40--flex>.ld-layout-item__wrapper.text-container,
    .layout-60-40--flex>.ld-layout-item__wrapper .text-container,
    .layout-60-40--flex>.ld-layout-item__wrapper.text-container--large,
    .layout-60-40--flex>.ld-layout-item__wrapper .text-container--large,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper.content-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper .content-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper.media-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper .media-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper.text-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper .text-container,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper.text-container--large,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper .text-container--large {
        min-height: 100%
    }
}

@media (min-width:768px) {

    .layout-40-60--flex>.ld-layout-item__wrapper.layout--overflow,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper.layout--overflow,
    .layout-60-40--flex>.ld-layout-item__wrapper.layout--overflow,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper.layout--overflow {
        max-height: 40vw
    }
}

.layout-40-60--flex .text-container,
.layout-40-60--flex .text-container--large,
.layout-40-60-reverse--flex .text-container,
.layout-40-60-reverse--flex .text-container--large,
.layout-50--flex .text-container,
.layout-50--flex .text-container--large,
.layout-50-reverse--flex .text-container,
.layout-50-reverse--flex .text-container--large,
.layout-60-40--flex .text-container,
.layout-60-40--flex .text-container--large,
.layout-60-40-reverse--flex .text-container,
.layout-60-40-reverse--flex .text-container--large {
    padding: 5vw 2.5vw;
    height: auto;
    min-height: auto !important;
    max-height: none;
    display: block;
    position: relative;
    overflow: auto;
    margin: auto
}

@media (min-width:768px) {

    .layout--overflow.content-container,
    .layout--overflow .content-container,
    .layout--overflow.media-container,
    .layout--overflow .media-container,
    .layout--overflow.text-container,
    .layout--overflow .text-container,
    .layout--overflow.text-container--large,
    .layout--overflow .text-container--large {
        min-height: 100%
    }
}

.layout-25--fixed .content-container,
.layout-25--fixed .media-container,
.layout-25--fixed .text-container,
.layout-25--fixed .text-container--large,
.layout-25-split--fixed .content-container,
.layout-25-split--fixed .media-container,
.layout-25-split--fixed .text-container,
.layout-25-split--fixed .text-container--large,
.layout-33--fixed .content-container,
.layout-33--fixed .media-container,
.layout-33--fixed .text-container,
.layout-33--fixed .text-container--large,
.layout-50--fixed .content-container,
.layout-50--fixed .media-container,
.layout-50--fixed .text-container,
.layout-50--fixed .text-container--large,
.layout-50-reverse--fixed .content-container,
.layout-50-reverse--fixed .media-container,
.layout-50-reverse--fixed .text-container,
.layout-50-reverse--fixed .text-container--large,
.layout-100--fixed .content-container,
.layout-100--fixed .media-container,
.layout-100--fixed .text-container,
.layout-100--fixed .text-container--large {
    padding: 2.5vw
}

@media (min-width:1280px) {

    .layout-25--fixed .content-container,
    .layout-25--fixed .media-container,
    .layout-25--fixed .text-container,
    .layout-25--fixed .text-container--large,
    .layout-25-split--fixed .content-container,
    .layout-25-split--fixed .media-container,
    .layout-25-split--fixed .text-container,
    .layout-25-split--fixed .text-container--large,
    .layout-33--fixed .content-container,
    .layout-33--fixed .media-container,
    .layout-33--fixed .text-container,
    .layout-33--fixed .text-container--large,
    .layout-50--fixed .content-container,
    .layout-50--fixed .media-container,
    .layout-50--fixed .text-container,
    .layout-50--fixed .text-container--large,
    .layout-50-reverse--fixed .content-container,
    .layout-50-reverse--fixed .media-container,
    .layout-50-reverse--fixed .text-container,
    .layout-50-reverse--fixed .text-container--large,
    .layout-100--fixed .content-container,
    .layout-100--fixed .media-container,
    .layout-100--fixed .text-container,
    .layout-100--fixed .text-container--large {
        padding: 32px
    }
}

.layout-25--fixed .text-container,
.layout-25--fixed .text-container--large,
.layout-25-split--fixed .text-container,
.layout-25-split--fixed .text-container--large,
.layout-33--fixed .text-container,
.layout-33--fixed .text-container--large,
.layout-50--fixed .text-container,
.layout-50--fixed .text-container--large,
.layout-50-reverse--fixed .text-container,
.layout-50-reverse--fixed .text-container--large,
.layout-100--fixed .text-container,
.layout-100--fixed .text-container--large {
    margin: auto
}

.layout-50--fixed,
.layout-50-reverse--fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.layout-50--fixed .text-container,
.layout-50--fixed .text-container--large,
.layout-50-reverse--fixed .text-container,
.layout-50-reverse--fixed .text-container--large {
    padding: 0 !important
}

.text-wrapper--overlay {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(var(--color-white), .2)
}

.product-stage-used .content__wrapper .btn-row .text-wrapper--overlay .price,
.text-wrapper--overlay .h1,
.text-wrapper--overlay .product-stage-used .content__wrapper .btn-row .price,
.text-wrapper--overlay .text-container--large>.icon {
    color: var(--color-white)
}

.modal-dialog,
.modal-dialog-custom {
    display: none;
    z-index: 9999;
    overflow-y: auto;
    padding: 2.5vw 2.5vw 0
}

.modal-dialog,
.modal-dialog-custom,
.modal-dialog-dimmer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal-dialog-dimmer {
    min-height: 2000px;
    background: var(--color-black);
    opacity: .5
}

.modal-dialog-header {
    max-width: 640px;
    margin: auto;
    position: relative;
    z-index: 1
}

.modal-dialog-header-close-button,
.modal-dialog-header-close-button-with-text {
    position: absolute;
    top: 0;
    right: 0
}

.modal-dialog-header-close-button-with-text {
    display: none
}

.modal-dialog-content-wrapper {
    position: relative;
    z-index: 0
}

.modal-dialog-content-wrapper .form-section__header {
    padding-right: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-dialog-content {
    display: none
}

.modal-dialog--full-width {
    padding: 0
}

.modal-dialog--full-width .modal-dialog-dimmer {
    background: var(--color-lightgrey);
    opacity: 1
}

.modal-dialog--full-width .modal-dialog-content-wrapper {
    padding: 0;
    height: 100%
}

.modal-dialog--full-width .modal-dialog-content {
    height: 100%
}

.modal-dialog--full-width .modal-dialog-content.zoom-image img {
    position: absolute;
    max-height: calc(100% - 96px);
    max-width: 100%;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.modal-dialog--full-width .modal-dialog-content.zoom-image .modal-image-caption {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-dialog--full-width .modal-dialog-content.zoom-image .modal-image-caption .image-wrapper {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-height: 80%
}

.modal-dialog--full-width .modal-dialog-content.zoom-image .modal-image-caption .caption {
    display: inline-block;
    text-align: center
}

.modal-dialog--full-width .modal-dialog-content.zoom-image .modal-image-caption div.caption {
    padding-bottom: 3em
}

.modal-dialog--full-width .modal-dialog-content .image-wrapper {
    height: 100%
}

.modal-dialog--full-width .modal-dialog-content .media-container__lightbox .image-wrapper {
    height: 80vh;
    top: 50px
}

.modal-dialog--full-width .modal-dialog-header {
    max-width: none
}

@media (max-width:639px) {
    .modal-dialog--full-width .modal-dialog-header {
        height: 48px;
        background: rgba(var(--color-white), .9);
        margin-bottom: -48px
    }
}

@media (min-width:1024px) {
    .modal-dialog--full-width .modal-dialog-header-close-button {
        display: none
    }
}

@media (min-width:1024px) {
    .modal-dialog--full-width .modal-dialog-header-close-button-with-text {
        display: inline
    }
}

.inline-button-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 8px auto;
    -ms-flex-pack: center;
    justify-content: center
}

.inline-button-row .dealer-btn-wrapper .dealer-find__wrapper .contact-dealer-button__info form {
    padding: 0;
    margin-top: 4px
}

.inline-button-row>.btn__link,
.inline-button-row>.dealer-btn-wrapper {
    margin-left: auto;
    margin-right: auto
}

.inline-button-row>.btn__link>.btn,
.inline-button-row>.dealer-btn-wrapper>.btn {
    margin-top: 4px;
    margin-bottom: 4px
}

.inline-button-row>.btn__link>.btn:not(.btn--primary),
.inline-button-row>.dealer-btn-wrapper>.btn:not(.btn--primary) {
    background-color: var(--color-lightgrey);
    color: var(--color-darkgrey)
}

.inline-button-row>.btn__link>.btn:not(.btn--primary):hover,
.inline-button-row>.dealer-btn-wrapper>.btn:not(.btn--primary):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.inline-button-row>.btn__link>.btn:not(.btn--primary):active,
.inline-button-row>.dealer-btn-wrapper>.btn:not(.btn--primary):active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.inline-button-row>.btn__link>.btn--action,
.inline-button-row>.dealer-btn-wrapper>.btn--action {
    margin-top: 8px;
    margin-bottom: 8px
}

.inline-button-row--stretch {
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch
}

.inline-button-row--stretch .btn__link {
    width: 100%
}

.inline-button-row--stretch .btn__link .btn {
    display: block
}

.inline-button-row--middle {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center
}

.inline-button-row--max .btn__link {
    width: 100%;
    max-width: 480px
}

.inline-button-row--pull-left {
    width: 100%
}

.inline-button-row--pull-left>.btn__link,
.inline-button-row--pull-left>.dealer-btn-wrapper {
    margin-left: 0
}

.inline-button-row--horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.inline-button-row--horizontal>.btn__link,
.inline-button-row--horizontal>.dealer-btn-wrapper {
    margin-left: 0;
    margin-right: 8px
}

.inline-button-row .layout--teaser .ld-layout-item__wrapper {
    display: block !important
}

.inline-button-row .layout--teaser .contact-card,
.inline-button-row .layout--teaser .teaser--card {
    display: block !important;
    height: 100% !important
}

.inline-button-row .layout--teaser .contact-card .image-wrapper,
.inline-button-row .layout--teaser .teaser--card .image-wrapper {
    padding-bottom: 56.7% !important;
    -ms-flex: 0 !important;
    flex: 0 !important
}

.inline-button-row .layout--teaser .contact-card .image-wrapper img,
.inline-button-row .layout--teaser .teaser--card .image-wrapper img {
    position: absolute !important
}

.inline-button-row .layout--teaser .contact-card .teaser__content-wrapper,
.inline-button-row .layout--teaser .teaser--card .teaser__content-wrapper {
    -ms-flex: 0 !important;
    flex: 0 !important
}

.productfinder-compare .inline-button-row {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 105px 0 0
}

.productfinder-compare .inline-button-row>.btn__link>.btn {
    margin-left: 8px;
    margin-top: 0;
    margin-bottom: 0
}

.testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 100%
}

@media (max-width:639px) {
    .testimonial {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.testimonial>.image-wrapper {
    margin-right: 16px;
    min-width: 25%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.testimonial>.image-wrapper:after,
.testimonial>.image-wrapper:before {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    border-right: 2.5vw solid var(--color-white);
    right: 0
}

.testimonial>.image-wrapper:before {
    top: 0;
    height: 24%;
    z-index: 1
}

.testimonial>.image-wrapper:after {
    top: 24%;
    right: 0;
    border-top: 2.5vw solid transparent
}

.testimonial>.image-wrapper>.image-wrapper {
    margin: -1.25vw 0
}

@media (min-width:640px) {
    .testimonial>.image-wrapper {
        width: 25%
    }
}

.testimonial .content-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

.testimonial .content-wrapper blockquote {
    padding: 0 0 .5em;
    text-align: left
}

@media (min-width:640px) {
    .testimonial .content-wrapper blockquote {
        padding-top: 0
    }
}

.layout--white .testimonial>.image-wrapper:after,
.layout--white .testimonial>.image-wrapper:before {
    border-right-color: var(--color-white)
}

.read-more,
.read-more--mobile {
    max-width: 640px;
    margin-bottom: 16px
}

.read-more--mobile .read-more__toggle,
.read-more .read-more__toggle {
    font-size: .95rem
}

.read-more--mobile .read-more__toggle.read-more-open .icon,
.read-more .read-more__toggle.read-more-open .icon {
    transition-duration: .25s;
    transform: rotateX(180deg)
}

.read-more--mobile .read-more__content,
.read-more .read-more__content {
    margin-bottom: 16px;
    display: none;
    font-size: .95rem
}

.read-more--mobile .read-more__content.read-more-open,
.read-more .read-more__content.read-more-open {
    display: block
}

.read-more--section {
    max-width: unset;
    margin: 0
}

.read-more--section .read-more__content {
    width: 100%
}

@media (min-width:1024px) {
    .read-more--mobile .read-more__content {
        display: block
    }

    .read-more--mobile .read-more__toggle {
        display: none
    }
}

.product-tile {
    position: relative;
    min-width: 330px;
    max-width: 350px;
    margin: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px)
}

.product-tile__image-wrapper {
    min-width: 330px;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 5
}

.product-tile__image-wrapper>.product-image {
    opacity: 1;
    display: block;
    width: 310px
}

.product-tile__image-wrapper>.product-image>.image-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    position: relative
}

.product-tile__image-wrapper>.product-image>.image-wrapper>img {
    height: auto;
    transform: translateY(5%)
}

.product-tile__approved-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 26px;
    background: var(--color-textgrey);
    width: 60%;
    max-width: 60%;
    display: inline-block;
    z-index: 6
}

.product-tile__approved-wrapper.wrapper--empty {
    background: none
}

.product-tile__approved-wrapper>img {
    height: auto;
    width: 60%;
    margin: auto
}

.product-tile__approved-wrapper.plus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    font-family: var(--font-face-medi), Arial, sans-serif;
    font-size: 13px
}

.product-tile__details-wrapper {
    position: relative;
    background: var(--color-lightgrey);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 275px;
    height: 100%;
    padding: 60px 8px 3rem 16px;
    margin-top: -60px
}

.product-tile__details-wrapper .product-tile__details-productType {
    background-color: var(--color-textgrey);
    color: var(--color-white);
    font-size: .8rem;
    padding: 6px 10px;
    position: relative;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
    display: inline-block
}

.product-tile__details-wrapper>.btn__link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.product-tile__details-wrapper>.btn__link .icon {
    transition: transform .15s linear
}

.product-tile__details-wrapper>.calendar-event__event-info__title,
.product-tile__details-wrapper>.calendar-list__heading,
.product-tile__details-wrapper>h3 {
    font-size: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 48px)
}

.product-tile__details-wrapper>.calendar-event__event-info__title a.textlink,
.product-tile__details-wrapper>.calendar-list__heading a.textlink,
.product-tile__details-wrapper>h3 a.textlink {
    color: var(--color-black)
}

.product-tile__details-wrapper>.calendar-event__event-info__title a.textlink:hover,
.product-tile__details-wrapper>.calendar-list__heading a.textlink:hover,
.product-tile__details-wrapper>h3 a.textlink:hover {
    color: var(--color-red)
}

.product-tile__details-wrapper>div {
    width: 100%
}

.product-tile__details-wrapper>div>div {
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--color-black)
}

.product-tile__details-wrapper>div>div span:first-child {
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px
}

.product-tile__details-wrapper>div>div.product-tile__details-wrapper__qualityrating {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px
}

.product-tile__details-wrapper>div .product-tile__details-wrapper__tooltip .product-tile__details-wrapper__icon {
    display: inline-block;
    cursor: pointer;
    color: var(--color-red)
}

.product-tile__details-wrapper>div .product-tile__details-wrapper__tooltip .product-tile__details-wrapper__more {
    display: inline-block
}

.product-tile .product-tile__buttons_wrapper {
    max-width: 300px;
    padding: 15px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: right;
    justify-content: right;
    container-type: inline-size;
    container-name: button-container;
    position: absolute;
    width: 100%;
    bottom: -3rem;
    right: .5rem
}

@media (max-width:639px) {
    .product-tile .product-tile__buttons_wrapper {
        width: 40vw
    }
}

.product-tile .product-tile__buttons_wrapper.multiple_buttons {
    -ms-flex-pack: center;
    justify-content: center
}

.product-tile .product-tile__buttons_wrapper .product-tile__button {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease-in-out, transform .1s ease;
    box-sizing: border-box;
    box-shadow: 0 0 0 8px var(--color-white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-tile .product-tile__buttons_wrapper .product-tile__button-icon {
    display: inline;
    vertical-align: middle;
    margin-right: 0
}

@media (min-width:400px) {
    .product-tile .product-tile__buttons_wrapper .product-tile__button-icon {
        display: none
    }
}

.product-tile .product-tile__buttons_wrapper .product-tile__button-label {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    font-size: 1rem
}

@media (min-width:400px) {
    .product-tile .product-tile__buttons_wrapper .product-tile__button-label {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: normal;
        display: inline
    }
}

.product-tile .product-tile__buttons_wrapper.multiple_buttons .product-tile__button {
    -ms-flex-positive: 0;
    flex-grow: 0
}

@container button-container (max-width: 300px) {
    .product-tile .product-tile__buttons_wrapper.multiple_buttons .product-tile__button {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .product-tile .product-tile__buttons_wrapper.multiple_buttons .detailsLink {
        margin-top: 4px
    }

    .product-tile .product-tile__buttons_wrapper.single_button .product-tile__button {
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .product-tile .product-tile__buttons_wrapper .product-tile__button {
        font-size: 1rem;
        padding: 10px 12px
    }
}

.product-tile .product-tile__buttons_wrapper .shoplink {
    color: var(--color-text-darkgrey);
    background-color: var(--color-lightgrey)
}

.product-tile .product-tile__buttons_wrapper .shoplink:hover {
    color: var(--color-red);
    background-color: var(--color-hover-lightgrey)
}

.product-tile .product-tile__buttons_wrapper .detailslink {
    color: var(--color-white);
    background-color: var(--color-red)
}

.product-tile .product-tile__buttons_wrapper .detailslink:hover {
    background-color: var(--color-primary-700)
}

.product-tile--comparing .product-tile__details-wrapper .btn__link {
    pointer-events: none
}

.product-tile--comparing .product-tile__details-wrapper .btn__link .icon-LMHIconsaddpinblack {
    opacity: .5;
    transform: rotate(-45deg)
}

.product-tile.ui-draggable-dragging {
    transform: rotate(-2deg) !important;
    opacity: .7;
    z-index: 999;
    box-shadow: 0 1px 32px 6px rgba(var(--color-black), .2)
}

.product-tile--placeholder {
    box-shadow: none;
    visibility: hidden;
    opacity: 0
}

.product-tile--thirdparty .product-tile__image-wrapper>.product-image {
    width: 240px;
    margin-left: auto;
    margin-right: auto
}

.product-tile--thirdparty .product-tile__image-wrapper>.product-image>.image-wrapper>img {
    transform: translate(0);
    z-index: 6;
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-tile--thirdparty .product-tile__details-wrapper {
    min-height: 200px
}

.product-tile--thirdparty .product-tile__details-wrapper>.calendar-event__event-info__title,
.product-tile--thirdparty .product-tile__details-wrapper>.calendar-list__heading,
.product-tile--thirdparty .product-tile__details-wrapper>h3 {
    white-space: normal
}

.product-tile--thirdparty .product-tile__details-wrapper .product-tile__button {
    z-index: 10
}

.product-tile--thirdparty .product-tile__details-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(180deg, transparent 0, rgba(var(--color-white), .8) 40%, var(--color-white) 80%, var(--color-white))
}

.product-tile--thirdparty .product-tile__details-wrapper>div {
    padding-top: 5px;
    font-size: .9rem;
    line-height: 1.25
}

.product-tile--compare {
    min-width: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%;
    max-height: calc(100% - 16px)
}

.product-tile--compare .product-tile__image-wrapper {
    width: 100%;
    background-size: 80%;
    height: 310px
}

.product-tile--compare .product-tile__image-wrapper .image-wrapper {
    padding-bottom: 310px
}

.product-tile--compare .product-tile__image-wrapper .image-wrapper img {
    max-height: 310px;
    width: auto
}

.product-tile--compare .product-tile__details-wrapper {
    max-height: none
}

.product-tile--compare .product-tile__details-wrapper .calendar-event__event-info__title,
.product-tile--compare .product-tile__details-wrapper .calendar-list__heading,
.product-tile--compare .product-tile__details-wrapper h3 {
    max-width: 100%
}

.product-tile--compare .product-tile__details-label {
    font-weight: 600
}

.product-tile--compare .product-tile__details-value {
    padding-left: 24px
}

.product-tile--used {
    margin-bottom: 4rem
}

.product-tile--used .product-tile__image-wrapper>.product-image {
    width: 240px;
    margin-left: auto;
    margin-right: auto
}

.product-tile--used .product-tile__image-wrapper>.product-image>.image-wrapper>img {
    transform: translate(0);
    z-index: 6;
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-tile--used .product-tile__details-wrapper {
    padding-bottom: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--color-lightgrey);
    margin-bottom: 2rem
}

.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content .calendar-event__event-info__title,
.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content .calendar-list__heading,
.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content h3 {
    font-size: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 48px)
}

.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content .calendar-event__event-info__title a.textlink,
.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content .calendar-list__heading a.textlink,
.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content h3 a.textlink {
    color: var(--color-black)
}

.product-tile--used .product-tile__details-wrapper .product-tile__details-used-content .product-tile__details-used-specs {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--color-black)
}

.product-tile--used .usedTileFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    background: var(--color-lightgrey)
}

.product-tile--used .usedTileFooter .product-tile__buttons_wrapper {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px;
    bottom: -1rem
}

.product-tile--used .usedTileFooter .usedproductPrice-wrapper {
    margin-right: 12px
}

.product-tile--used .usedTileFooter .usedproductPrice-wrapper .usedproductPrice {
    color: var(--color-red);
    font-size: 1.35rem;
    font-weight: 700
}

.productfinder__products-container.btn-color-shop-red .product-tile .shoplink {
    color: var(--color-white);
    background-color: var(--color-red)
}

.productfinder__products-container.btn-color-shop-red .product-tile .shoplink:hover {
    background-color: var(--color-primary-700)
}

.productfinder__products-container.btn-color-shop-lightgrey .product-tile .shoplink {
    color: var(--color-text-darkgrey);
    background-color: var(--color-lightgrey)
}

.productfinder__products-container.btn-color-shop-lightgrey .product-tile .shoplink:hover {
    color: var(--color-red);
    background-color: var(--color-hover-lightgrey)
}

.productfinder__products-container.btn-color-shop-darkgrey .product-tile .shoplink {
    color: var(--color-white);
    background-color: var(--color-textgrey)
}

.productfinder__products-container.btn-color-shop-darkgrey .product-tile .shoplink:hover {
    background-color: var(--color-toned-textgrey)
}

.productfinder__products-container.btn-color-details-red .product-tile .detailslink {
    color: var(--color-white);
    background-color: var(--color-red)
}

.productfinder__products-container.btn-color-details-red .product-tile .detailslink:hover {
    background-color: var(--color-primary-700)
}

.productfinder__products-container.btn-color-details-lightgrey .product-tile .detailslink {
    color: var(--color-text-darkgrey);
    background-color: var(--color-lightgrey)
}

.productfinder__products-container.btn-color-details-lightgrey .product-tile .detailslink:hover {
    color: var(--color-red);
    background-color: var(--color-hover-lightgrey)
}

.productfinder__products-container.btn-color-details-darkgrey .product-tile .detailslink {
    color: var(--color-white);
    background-color: var(--color-textgrey)
}

.productfinder__products-container.btn-color-details-darkgrey .product-tile .detailslink:hover {
    background-color: var(--color-toned-textgrey)
}

.productfinder__products-container.btn-color-detailsUsed-red .product-tile--used .detailslink {
    color: var(--color-white);
    background-color: var(--color-red)
}

.productfinder__products-container.btn-color-detailsUsed-red .product-tile--used .detailslink:hover {
    background-color: var(--color-primary-700)
}

.productfinder__products-container.btn-color-detailsUsed-lightgrey .product-tile--used .detailslink {
    color: var(--color-text-darkgrey);
    background-color: var(--color-lightgrey)
}

.productfinder__products-container.btn-color-detailsUsed-lightgrey .product-tile--used .detailslink:hover {
    color: var(--color-red);
    background-color: var(--color-hover-lightgrey)
}

.productfinder__products-container.btn-color-detailsUsed-darkgrey .product-tile--used .detailslink {
    color: var(--color-white);
    background-color: var(--color-textgrey)
}

.productfinder__products-container.btn-color-detailsUsed-darkgrey .product-tile--used .detailslink:hover {
    background-color: var(--color-toned-textgrey)
}

@media (max-width:639px) {
    .product-tile.product-tile--used:not(.product-tile--compare) {
        min-width: 280px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 100%
    }

    .product-tile.product-tile--used:not(.product-tile--compare) .product-tile__details-wrapper {
        max-width: 100%
    }

    .product-tile.product-tile--used:not(.product-tile--compare) .product-tile__approved-wrapper {
        max-width: 200px
    }

    .product-tile.product-tile--used:not(.product-tile--compare) .product-tile__image-wrapper .product-image {
        width: 200px
    }

    .product-tile.product-tile--used:not(.product-tile--compare) .product-tile__image-wrapper .product-image>.image-wrapper>img {
        transform: translate(-50%, -50%)
    }

    .product-tile:not(.product-tile--compare) {
        min-width: 280px;
        max-width: 280px;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .product-tile:not(.product-tile--compare) .product-tile__image-wrapper {
        max-width: 280px;
        min-width: 0
    }

    .product-tile:not(.product-tile--compare) .product-tile__image-wrapper .product-image {
        width: 280px
    }

    .product-tile:not(.product-tile--compare) .product-tile__image-wrapper .product-image>.image-wrapper>img {
        transform: translateY(15%)
    }

    .product-tile:not(.product-tile--compare) .product-tile__details-wrapper {
        max-width: 100%
    }

    .product-tile:not(.product-tile--compare) .product-tile__details-wrapper>div>div:not(:first-child) {
        margin-top: 8px
    }

    .product-tile--compare .product-tile__image-wrapper {
        display: none
    }
}

.big-quote {
    max-width: 80vw;
    padding: 5vw;
    margin: 0 auto
}

.big-quote blockquote {
    padding: 0 !important
}

@media (min-width:1024px) {
    .big-quote blockquote {
        font-size: clamp(1.5rem, 2.65vw, 2.65rem)
    }
}

.big-quote .blog-header p.date,
.big-quote p.calendar-event__event-info__additional-information,
.big-quote p.calendar-event__event-info__meta,
.big-quote p.event-detail__category,
.big-quote p.event-detail__meta__appointments,
.big-quote p.event-detail__meta__attendance-note,
.big-quote p.event-detail__meta__registration-note,
.big-quote p.info,
.big-quote p.info--secondary,
.big-quote p.product-info,
.blog-header .big-quote p.date {
    text-align: center;
    margin: auto
}

.calendar-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: var(--color-lightgrey);
    min-height: 56px
}

@media (max-width:767px) {
    .calendar-event {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    .calendar-event+.calendar-event {
        border-top: 1px solid var(--color-lightgrey)
    }
}

.calendar-event__date-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-textgrey);
    color: var(--color-white);
    max-width: 25%;
    padding: 16px
}

@media (max-width:767px) {
    .calendar-event__date-time {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none
    }
}

.calendar-event__date-time__date,
.calendar-event__date-time__time {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 130%
}

.calendar-event__date-time__date+.calendar-event__date-time__time {
    margin-top: 0
}

.calendar-event__date-time__date {
    font-weight: 700
}

.calendar-event__date-time__date span {
    display: inline-block
}

.calendar-event__event-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px
}

.calendar-event__event-info__additional-information,
.calendar-event__event-info__meta,
.calendar-event__event-info__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.calendar-event__event-info__additional-information span+span:before,
.calendar-event__event-info__meta span+span:before,
.calendar-event__event-info__title span+span:before {
    content: "∙ "
}

.calendar-event__event-info__title {
    margin-bottom: 8px
}

.calendar-event__event-info__additional-information {
    color: var(--color-red)
}

.calendar-event__btn-wrapper {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px
}

@media (max-width:767px) {
    .calendar-event__btn-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0
    }
}

.calendar-event.btn {
    background-color: var(--color-white);
    color: var(--color-black)
}

.calendar-event.btn:hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.calendar-event.btn:active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.calendar-event+.calendar-event {
    border-color: var(--color-white)
}

.layout-100--fixed .ld-layout-item__wrapper .calendar-event p+p {
    margin-top: 0
}

.popup-dialog {
    display: none;
    z-index: 9998;
    overflow-y: auto;
    padding: 2.5vw 2.5vw 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scrollbar-width: none
}

.popup-dialog::-webkit-scrollbar {
    display: none
}

.popup-dialog-dimmer {
    width: 100%;
    height: 100%;
    min-height: 2000px;
    background: var(--color-lightgrey);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0
}

.popup-dialog-header {
    max-width: 640px;
    margin: auto;
    position: relative;
    z-index: 1
}

.popup-dialog-content-wrapper {
    position: relative;
    z-index: 9998
}

.popup-dialog-content-wrapper.popup-dialog--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh
}

.popup-dialog-content {
    display: none;
    padding: 16px;
    z-index: 9998;
    background-color: var(--color-white);
    box-shadow: 1px 10px 19px rgba(0, 0, 0, .25);
    filter: drop-shadow(1px 10px 19px rgba(0, 0, 0, .25));
    max-height: 90vh
}

.popup-dialog-content .popup-dialog-inner-wrapper {
    overflow-y: auto;
    scrollbar-width: none
}

.popup-dialog-content .popup-dialog-inner-wrapper::-webkit-scrollbar {
    display: none
}

.popup-dialog-content.popup-dialog-content--center {
    width: 400px;
    max-width: 400px
}

@media (max-width:767px) {
    .popup-dialog-content.popup-dialog-content--center {
        width: 300px;
        max-width: 300px
    }
}

.popup-dialog-content.popup-dialog-content--center .popup-dialog-inner-wrapper {
    max-height: calc(80vh - 80px)
}

.popup-dialog-content.popup-dialog-content--bottom-left {
    position: fixed;
    width: 280px;
    max-width: 280px;
    bottom: 10px;
    left: 10px
}

.popup-dialog-content.popup-dialog-content--bottom-left .popup-dialog-inner-wrapper {
    max-height: calc(70vh - 80px)
}

.popup-dialog-content .popup-dialog-close-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998
}

.popup-dialog-content .popup-dialog-close-button .btn {
    color: var(--color-darkgrey)
}

.popup-dialog-content .popup-dialog-image {
    margin-bottom: 16px;
    margin-top: 32px
}

.popup-dialog-content .popup-dialog-header {
    margin-bottom: 16px
}

.popup-dialog-content .popup-dialog-header .popup-dialog-headline .calendar-event__event-info__title,
.popup-dialog-content .popup-dialog-header .popup-dialog-headline .calendar-list__heading,
.popup-dialog-content .popup-dialog-header .popup-dialog-headline h3 {
    color: var(--color-darkgrey);
    font-size: 1.8rem;
    font-weight: 600
}

.popup-dialog-content .popup-dialog-header .popup-dialog-subheadline {
    color: var(--color-red);
    font-size: 1.12rem
}

.popup-dialog-content .popup-dialog-footer {
    margin-top: 4px
}

.popup-dialog-content .popup-dialog-footer.popup-dialog-footer-centered {
    text-align: center
}

.popup-dialog-content .popup-dialog-text {
    margin-bottom: 16px
}

.popup-dialog .loadingspinner svg {
    color: var(--color-darkgrey);
    animation: load 1.4s linear infinite
}

.module-fact-counter {
    margin-top: 65px;
    width: 100%
}

.module-fact-counter--content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-fact-counter--content:nth-of-type(2),
.module-fact-counter--content:nth-of-type(3) {
    margin-top: 40px
}

.module-fact-counter--content.red {
    background-color: var(--color-red)
}

.module-fact-counter--content.dark {
    background-color: var(--color-textgrey)
}

.module-fact-counter--content.lightgrey {
    background-color: var(--color-lightgrey)
}

.module-fact-counter--content.dark .module-fact-counter--counter,
.module-fact-counter--content.dark .module-fact-counter--headline,
.module-fact-counter--content.dark .module-fact-counter--subheadline,
.module-fact-counter--content.red .module-fact-counter--counter,
.module-fact-counter--content.red .module-fact-counter--headline,
.module-fact-counter--content.red .module-fact-counter--subheadline {
    color: var(--color-white)
}

.module-fact-counter--row {
    margin: 15px;
    width: 245px;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    position: relative
}

.module-fact-counter--headline,
.module-fact-counter--subheadline {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--color-black);
    margin-top: 16px;
    margin-bottom: 16px
}

.module-fact-counter--headline {
    height: 100%
}

.module-fact-counter--counter {
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
    color: var(--color-black);
    margin: 0
}

@media (max-width:768px) {
    .module-fact-counter--counter {
        font-size: 50px
    }
}

.module-fact-counter+.module-fact-counter+.module-fact-counter {
    margin-bottom: 100px
}

.module-banner {
    background: var(--color-darkgrey);
    color: var(--color-white);
    text-align: center
}

.module-banner p {
    padding: .25rem 0
}

.layout-passepartout-homepage .layout-100--fixed {
    padding: 0
}

@media (min-width:640px) {
    .layout-passepartout-homepage .ld-layout-item__wrapper.ld-layout-item__wrapper {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header {
        border-bottom: 0
    }

    .layout-passepartout-homepage .media-carousel--header:before {
        background-color: var(--color-textgrey);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 4px);
        display: inline-block
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list {
    height: 100%
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track {
    height: 100vw
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track {
        height: 100%
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text__wrapper {
        width: 1280px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text {
    bottom: 10vw;
    top: auto;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text {
        top: 0;
        bottom: unset;
        width: 50%
    }
}

@media (max-width:767px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text {
        padding-left: 1.25vw !important
    }
}

@media (max-width:1279px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text {
        padding-left: 24px
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper {
    margin-left: 0;
    padding-left: 40px
}

@media (max-width:1279px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper {
        padding-left: 1.25vw
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h3 {
    font-size: 5vw
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h3 {
        font-size: 2.5vw
    }
}

@media (min-width:1024px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h3 {
        font-size: 2.2vw
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h3 {
        font-size: 32px
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h2 {
    font-size: 7.5vw
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h2 {
        font-size: 5vw
    }
}

@media (min-width:1024px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h2 {
        font-size: 4.4vw
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item .media-carousel-item-text .item-wrapper .h2 {
        font-size: 56px
    }
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image {
        width: 85%;
        float: right;
        height: 100%
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image {
        width: 100%;
        max-width: 1920px;
        float: unset;
        margin: 0 auto
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image_16_9 {
    display: block
}

@media (min-width:640px) and (max-width:1023px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image_16_9 {
        display: none
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image_1_1 {
    display: none
}

@media (min-width:640px) and (max-width:1023px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .media-carousel-item-image_1_1 {
        display: block
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .carousel-item__overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(0deg, #4a595c 45%, rgba(74, 89, 92, 0) 80%)
}

@media (min-width:640px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .carousel-item__overlay:after {
        background-image: linear-gradient(90deg, #4a595c 20%, rgba(74, 89, 92, 0) 90%), linear-gradient(0deg, rgba(74, 89, 92, 0) 50%, rgba(74, 89, 92, .8))
    }
}

@media (min-width:1024px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .carousel-item__overlay:after {
        background-image: linear-gradient(90deg, #4a595c 20%, rgba(74, 89, 92, 0) 90%), linear-gradient(0deg, #4a595c 15%, rgba(74, 89, 92, 0) 40%)
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-list .slick-track .carousel-item__overlay:after {
        background-image: linear-gradient(90deg, #4a595c 30%, rgba(74, 89, 92, 0))
    }
}

.layout-passepartout-homepage .media-carousel--header .slick-dots,
.layout-passepartout-homepage .slides-container .slick-dots {
    max-width: 1280px;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width:1279px) {
    .layout-passepartout-homepage .media-carousel--header .slick-dots,
    .layout-passepartout-homepage .slides-container .slick-dots {
        position: absolute;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        max-height: 48px;
        transform: translate(-50%);
        left: 50%;
        width: auto;
        background: none;
        margin-bottom: 0
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li,
    .layout-passepartout-homepage .slides-container .slick-dots>li {
        width: 24px;
        display: inline-block;
        padding: 4px;
        max-width: 100%
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li button,
    .layout-passepartout-homepage .slides-container .slick-dots>li button {
        background: #fff;
        width: 4px;
        height: 4px;
        min-height: 4px;
        max-height: 4px;
        -ms-flex: 0 0 4px;
        flex: 0 0 4px;
        margin: 8px;
        padding: 0;
        border: 0;
        line-height: inherit
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li button:after,
    .layout-passepartout-homepage .slides-container .slick-dots>li button:after {
        content: none
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li.slick-active button,
    .layout-passepartout-homepage .slides-container .slick-dots>li.slick-active button {
        background: #ba1926;
        width: 8px;
        height: 8px;
        min-height: 8px;
        max-height: 8px;
        -ms-flex: 0 0 8px;
        flex: 0 0 8px;
        margin: 5px;
        padding: 0;
        border: 1px solid #fff
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li.slick-active:after,
    .layout-passepartout-homepage .media-carousel--header .slick-dots>li.slick-active button:after,
    .layout-passepartout-homepage .slides-container .slick-dots>li.slick-active:after,
    .layout-passepartout-homepage .slides-container .slick-dots>li.slick-active button:after {
        content: none
    }
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .media-carousel--header .slick-dots>li, 
    .layout-passepartout-homepage .slides-container .slick-dots>li {
        padding: 0;
        -ms-flex: 1 1 calc(100% - 96px);
        flex: 1 1 calc(100% - 96px)
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li button,
    .layout-passepartout-homepage .slides-container .slick-dots>li button {
        margin: 0 auto;
        background: var(--color-textgrey);
        color: #fff;
        height: 60px;
        border: 0 solid var(--color-textgrey);
        border-bottom: 4px solid var(--color-lightgrey)
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li.slick-active:after,
    .layout-passepartout-homepage .slides-container .slick-dots>li.slick-active:after {
        content: "";
        border: 0
    }

    .layout-passepartout-homepage .media-carousel--header .slick-dots>li.slick-active button,
    .layout-passepartout-homepage .slides-container .slick-dots>li.slick-active button {
        background: var(--color-carousel-grey);
        color: var(--color-white);
        border-bottom: 4px solid var(--color-carousel-red);
        height: 60px
    }
}

.layout-passepartout-homepage .layout-cta {
    max-width: 1280px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

@media (min-width:1280px) {
    .layout-passepartout-homepage .layout-cta {
        bottom: 70px
    }
}

.layout-passepartout-homepage .layout-cta .teaser:not(.teaser--highlighted)>div {
    color: var(--color-red)
}

.layout-passepartout-homepage .layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper {
    height: 17vh
}

.layout-passepartout-homepage .layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper>.contact-card,
.layout-passepartout-homepage .layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper>.teaser--card {
    height: 100%;
    width: 100%
}

@media (min-width:960px) {
    .layout-passepartout-homepage .layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper {
        height: unset
    }
}

@media (min-width:640px) {
    .layout-passepartout-homepage .layout-cta.layout-25-split--fixed {
        padding: 24px 24px 40px
    }
}

.layout-passepartout-homepage .layout-cta.layout-25-split--fixed .ld-layout-item__wrapper {
    width: 25%
}

@media (max-width:639px) {
    .layout-passepartout-homepage .layout-cta.layout-25-split--fixed .ld-layout-item__wrapper {
        width: 50%
    }
}

.layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper {
    height: 17vh
}

.layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper>.contact-card,
.layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper>.teaser--card {
    height: 100%;
    width: 100%
}

@media (min-width:960px) {
    .layout-cta.layout-25-split--fixed.layout--teaser .ld-layout-item__wrapper {
        height: unset
    }
}

@media (min-width:640px) {
    .layout-cta.layout-25-split--fixed {
        padding: 24px 24px 40px
    }
}

.layout-cta.layout-25-split--fixed .ld-layout-item__wrapper {
    width: 25%
}

@media (max-width:639px) {
    .layout-cta.layout-25-split--fixed .ld-layout-item__wrapper {
        width: 50%
    }
}

@media (min-width:640px) {
    .layout-100-headline--fixed h1.homepage.ld-layout-item__wrapper {
        font-size: 48px;
        padding-bottom: 0 !important;
        margin-bottom: -10px
    }
}

@media (min-width:1280px) {

    .layout-passepartout-homepage .media-carousel-item-text-leftbottom,
    .layout-passepartout-homepage .media-carousel-item-text-rightbottom {
        padding-bottom: 200px
    }

    .layout-passepartout-homepage .media-carousel-item-text-background .item-wrapper {
        background: none
    }

    .layout-passepartout-homepage .media-carousel-item-text-background .item-wrapper .h2,
    .layout-passepartout-homepage .media-carousel-item-text-background .item-wrapper .h3 {
        color: var(--color-white)
    }

    .layout-passepartout-homepage .media-carousel-item-image {
        padding-bottom: 56.25%
    }
}

@media (max-width:1279px) {
    .layout-passepartout-homepage .media-carousel-item-text-background {
        background: none
    }

    .layout-passepartout-homepage .media-carousel-item-text-background .item-wrapper .h2,
    .layout-passepartout-homepage .media-carousel-item-text-background .item-wrapper .h3 {
        color: var(--color-white)
    }

    .layout-passepartout-homepage .media-carousel--header {
        border-bottom: none !important
    }

    .layout-passepartout-homepage .media-carousel--header .media-carousel-item-image {
        height: 100%;
        max-height: 100%;
        padding-bottom: 0
    }

    .layout-passepartout-homepage .media-carousel--header .media-carousel-item-text,
    .layout-passepartout-homepage .slides-container .media-carousel-item-text {
        position: absolute;
        top: 0;
        width: 50vw
    }

    .layout-passepartout-homepage .media-carousel--header .media-carousel-item-text .item-wrapper div.h3,
    .layout-passepartout-homepage .slides-container .media-carousel-item-text .item-wrapper div.h3 {
        font-size: 2.5vw
    }

    .layout-passepartout-homepage .media-carousel--header .media-carousel-item-text .item-wrapper div.h2,
    .layout-passepartout-homepage .slides-container .media-carousel-item-text .item-wrapper div.h2 {
        font-size: 5vw
    }

    .layout-passepartout-homepage .media-carousel--header .media-carousel-item-text .item-wrapper div .btn__link,
    .layout-passepartout-homepage .slides-container .media-carousel-item-text .item-wrapper div .btn__link {
        height: 56px;
        width: 50%
    }
}

@media (max-width:639px) {
    .layout-passepartout-homepage .layout-cta {
        position: relative;
        margin-top: 0
    }
}

.product-description.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.product-description.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.product-description.layout-article--centered>.ld-layout-item__wrapper h2,
.product-description.layout-article--centered>.ld-layout-item__wrapper h3,
.product-description.layout-article--centered>.ld-layout-item__wrapper p {
    max-width: 960px
}

.product-description.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.product-description.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.product-description.layout-article--centered>.ld-layout-item__wrapper h3 {
    margin-bottom: 4p
}

#modal-dialog-zoom-image-used-product-stage .media__wrapper {
    height: 100%
}

#modal-dialog-zoom-image-used-product-stage [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1
}

.layout--jobfinder .btn--readmore {
    margin-top: 16px;
    display: none
}

.layout--jobfinder .btn--readmore.inline-block {
    display: inline-block
}

.layout--jobfinder .filter-group--events li.hide-filter,
.layout--jobfinder .filter-group--jobs li.hide-filter {
    display: none
}

.layout--workday-jobfinder .btn--readmore {
    margin-top: 16px;
    display: none
}

.layout--workday-jobfinder .btn--readmore.inline-block {
    display: inline-block
}

.layout--workday-jobfinder .loadingspinner svg {
    color: var(--color-darkgrey);
    animation: load 1.4s linear infinite
}

@keyframes load {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media (min-width:640px) {

    .layout-jobdescription .calendar-event__event-info__title,
    .layout-jobdescription .calendar-list__heading,
    .layout-jobdescription .h3,
    .layout-jobdescription h3 {
        font-size: 1.5rem
    }
}

.layout-jobdescription.layout-article--centered>.ld-layout-item__wrapper .detail {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.layout--feature .ld-layout-item__wrapper:last-child section {
    background-color: var(--color-white);
    box-shadow: none
}

.layout--feature.scroll-image .ld-layout-item__wrapper:first-child .feature-item {
    position: fixed;
    top: 55px
}

@media (max-width:767px) {
    .layout--feature.scroll-image {
        padding-top: calc(100vw + 70px)
    }

    .layout--feature.scroll-image .ld-layout-item__wrapper:last-child {
        pointer-events: none
    }

    .layout--feature.scroll-image .ld-layout-item__wrapper:last-child a {
        pointer-events: auto
    }
}

@media (min-width:768px) {
    .layout--feature.scroll-image .ld-layout-item__wrapper:first-child .feature-item {
        top: 50%;
        transform: translateY(-50%);
        width: 50%
    }
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item {
    left: 0
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item svg circle {
    transition: opacity .5s ease-in-out;
    opacity: 0;
    stroke: var(--color-white);
    fill: var(--color-darkred);
    stroke-width: 6px;
    fill-opacity: .8
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item svg circle.active {
    opacity: 1
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item svg circle.active.selected {
    stroke: var(--color-red);
    fill-opacity: 1
}

.layout--feature .ld-layout-item__wrapper:first-child .feature-item img {
    max-height: 100vh;
    margin: 0 auto;
    width: auto
}

@media (min-width:768px) {
    .layout--feature .ld-layout-item__wrapper:first-child .feature-item img {
        max-width: calc(100vh - 200px);
        height: auto;
        width: 100%
    }
}

.layout--feature .ld-layout-item__wrapper:last-child {
    margin-top: 0;
    padding: 0 16px 16px
}

.layout--feature .ld-layout-item__wrapper:last-child section {
    max-width: 640px;
    margin-right: auto
}

.layout--feature .ld-layout-item__wrapper:last-child section .infobox-text {
    margin: 0 !important
}

.layout--feature .ld-layout-item__wrapper:last-child div .infobox-media,
.layout--feature .ld-layout-item__wrapper:last-child section .infobox-media {
    max-width: 640px
}

.layout--feature .ld-layout-item__wrapper:last-child .feature-page--start section:first-child {
    margin-top: 40px
}

.layout--feature .ld-layout-item__wrapper:last-child .feature-page--start section.has-headline .feature-headline {
    margin-top: calc(100vw + 70px)
}

.layout--feature .ld-layout-item__wrapper:last-child .feature-page--start section.has-headline .feature-headline.active {
    color: var(--color-red)
}

.layout--feature .ld-layout-item__wrapper:last-child .layout-100-headline--fixed {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:768px) {
    .layout--feature .ld-layout-item__wrapper:last-child [data-feature-headline] {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .layout--feature .ld-layout-item__wrapper:last-child {
        padding: 64px 32px 16px
    }

    .layout--feature .ld-layout-item__wrapper:last-child .feature-page--start,
    .layout--feature .ld-layout-item__wrapper:last-child section {
        overflow: hidden
    }

    .layout--feature .ld-layout-item__wrapper:last-child .feature-page--start section.has-headline .feature-headline {
        margin-top: 0
    }

    .layout--feature .ld-layout-item__wrapper:last-child .feature-page--start+div {
        overflow: hidden
    }
}

.layout--download .layout--lightgrey,
.layout--download .layout--shadegrey {
    background-color: var(--color-white)
}

.error .layout-50--fixed,
.error .layout-50-reverse--fixed {
    -ms-flex-direction: row;
    flex-direction: row
}

.error .text-wrapper {
    overflow-y: auto;
    padding: 0 2.5vw 2.5vw;
    margin: auto 2.5vw;
    max-width: 640px;
    text-align: right;
    height: auto
}

@media (min-width:1280px) {
    .error .text-wrapper {
        padding: 0 32px 32px;
        margin: auto 32px
    }
}

.error .text-wrapper h1 {
    font-size: 6rem;
    font-size: 15vw;
    color: var(--color-red)
}

.error .text-wrapper .button-wrapper {
    margin-top: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.error-500 .header-error .text-wrapper {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    padding: 0 2.5vw;
    margin: 2.5vw;
    max-width: 640px;
    height: calc(100% - 5vw);
    text-align: right;
    right: calc(50% + 1vw);
    left: auto
}

@media (min-width:1280px) {
    .error-500 .header-error .text-wrapper {
        padding: 0 32px;
        margin: 32px
    }
}

.error-500 .header-error .text-wrapper h1 {
    font-size: 6rem;
    color: var(--color-red)
}

@media (max-width:639px) {
    .error-500 .header-error .text-wrapper h1 {
        font-size: 3.5rem
    }
}

.error-500 .header-error .text-wrapper .button-wrapper {
    margin-top: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.layout-event--sidebar {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.layout-event--sidebar .ld-layout-item__wrapper {
    width: 100%;
    max-width: 640px
}

.layout-event--sidebar .ld-layout-item__wrapper:first-child p.event-detail__category+h1 {
    margin-top: 0
}

@media (min-width:1280px) {
    .layout-event--sidebar {
        padding-bottom: 64px !important;
        padding-top: 64px !important
    }
}

.event-detail__category {
    font-weight: 700;
    white-space: normal
}

.event-detail__title {
    color: var(--color-red);
    white-space: normal
}

.event-detail__metawrapper {
    max-width: 640px
}

.event-detail__meta__appointments,
.event-detail__meta__attendance-note,
.event-detail__meta__registration-note {
    margin-bottom: 8px;
    white-space: normal
}

@media (min-width:640px) {
    .event-detail__meta__appointments.dropdown {
        margin-left: -16px
    }
}

.event-detail__meta__appointments__meta span+span:before {
    content: "∙ "
}

.event-detail__meta__attendance-note {
    color: var(--color-red);
    font-weight: 700
}

.event-detail__meta .icon {
    color: var(--color-red)
}

.event-detail__description {
    margin-bottom: 16px;
    margin-top: 16px
}

.event-detail__buttons {
    display: block
}

.layout-25--fixed,
.layout-25-split--fixed,
.layout-33--fixed,
.layout-40-60--flex,
.layout-40-60-reverse--flex,
.layout-50--fixed,
.layout-50--flex,
.layout-50-reverse--fixed,
.layout-50-reverse--flex,
.layout-50-split--flex,
.layout-60-40--flex,
.layout-60-40-reverse--flex,
.layout-100--fixed,
.layout-100--flex,
.layout-100-headline--fixed,
.layout-100-headline--flex,
.layout-article--centered,
.layout-article--sidebar,
.layout-event--sidebar,
.layout-inner-65-35,
.layout-inner-65-35-reverse,
.layout-inner-100,
.layout-passepartout,
.layout-teasercarousel--fixed,
.layout-teasercarousel__wrapper,
.ld-layout,
.ld-layout-fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.layout-25--fixed .ld-layout-item__wrapper,
.layout-25-split--fixed .ld-layout-item__wrapper,
.layout-33--fixed .ld-layout-item__wrapper,
.layout-40-60--flex .ld-layout-item__wrapper,
.layout-40-60-reverse--flex .ld-layout-item__wrapper,
.layout-50--fixed .ld-layout-item__wrapper,
.layout-50--flex .ld-layout-item__wrapper,
.layout-50-reverse--fixed .ld-layout-item__wrapper,
.layout-50-reverse--flex .ld-layout-item__wrapper,
.layout-50-split--flex .ld-layout-item__wrapper,
.layout-60-40--flex .ld-layout-item__wrapper,
.layout-60-40-reverse--flex .ld-layout-item__wrapper,
.layout-100--fixed .ld-layout-item__wrapper,
.layout-100--flex .ld-layout-item__wrapper,
.layout-100-headline--fixed .ld-layout-item__wrapper,
.layout-100-headline--flex .ld-layout-item__wrapper,
.layout-article--centered .ld-layout-item__wrapper,
.layout-article--sidebar .ld-layout-item__wrapper,
.layout-event--sidebar .ld-layout-item__wrapper,
.layout-inner-65-35 .ld-layout-item__wrapper,
.layout-inner-65-35-reverse .ld-layout-item__wrapper,
.layout-inner-100 .ld-layout-item__wrapper,
.layout-passepartout .ld-layout-item__wrapper,
.layout-teasercarousel--fixed .ld-layout-item__wrapper,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper,
.ld-layout-fixed .ld-layout-item__wrapper,
.ld-layout .ld-layout-item__wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.layout-25--fixed .ld-layout-item__wrapper p+p,
.layout-25-split--fixed .ld-layout-item__wrapper p+p,
.layout-33--fixed .ld-layout-item__wrapper p+p,
.layout-40-60--flex .ld-layout-item__wrapper p+p,
.layout-40-60-reverse--flex .ld-layout-item__wrapper p+p,
.layout-50--fixed .ld-layout-item__wrapper p+p,
.layout-50--flex .ld-layout-item__wrapper p+p,
.layout-50-reverse--fixed .ld-layout-item__wrapper p+p,
.layout-50-reverse--flex .ld-layout-item__wrapper p+p,
.layout-50-split--flex .ld-layout-item__wrapper p+p,
.layout-60-40--flex .ld-layout-item__wrapper p+p,
.layout-60-40-reverse--flex .ld-layout-item__wrapper p+p,
.layout-100--fixed .ld-layout-item__wrapper p+p,
.layout-100--flex .ld-layout-item__wrapper p+p,
.layout-100-headline--fixed .ld-layout-item__wrapper p+p,
.layout-100-headline--flex .ld-layout-item__wrapper p+p,
.layout-article--centered .ld-layout-item__wrapper p+p,
.layout-article--sidebar .ld-layout-item__wrapper p+p,
.layout-event--sidebar .ld-layout-item__wrapper p+p,
.layout-inner-65-35 .ld-layout-item__wrapper p+p,
.layout-inner-65-35-reverse .ld-layout-item__wrapper p+p,
.layout-inner-100 .ld-layout-item__wrapper p+p,
.layout-passepartout .ld-layout-item__wrapper p+p,
.layout-teasercarousel--fixed .ld-layout-item__wrapper p+p,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper p+p,
.ld-layout-fixed .ld-layout-item__wrapper p+p,
.ld-layout .ld-layout-item__wrapper p+p {
    margin-top: .5em
}

.layout-25--fixed .ld-layout-item__wrapper>*,
.layout-25-split--fixed .ld-layout-item__wrapper>*,
.layout-33--fixed .ld-layout-item__wrapper>*,
.layout-40-60--flex .ld-layout-item__wrapper>*,
.layout-40-60-reverse--flex .ld-layout-item__wrapper>*,
.layout-50--fixed .ld-layout-item__wrapper>*,
.layout-50--flex .ld-layout-item__wrapper>*,
.layout-50-reverse--fixed .ld-layout-item__wrapper>*,
.layout-50-reverse--flex .ld-layout-item__wrapper>*,
.layout-50-split--flex .ld-layout-item__wrapper>*,
.layout-60-40--flex .ld-layout-item__wrapper>*,
.layout-60-40-reverse--flex .ld-layout-item__wrapper>*,
.layout-100--fixed .ld-layout-item__wrapper>*,
.layout-100--flex .ld-layout-item__wrapper>*,
.layout-100-headline--fixed .ld-layout-item__wrapper>*,
.layout-100-headline--flex .ld-layout-item__wrapper>*,
.layout-article--centered .ld-layout-item__wrapper>*,
.layout-article--sidebar .ld-layout-item__wrapper>*,
.layout-event--sidebar .ld-layout-item__wrapper>*,
.layout-inner-65-35 .ld-layout-item__wrapper>*,
.layout-inner-65-35-reverse .ld-layout-item__wrapper>*,
.layout-inner-100 .ld-layout-item__wrapper>*,
.layout-passepartout .ld-layout-item__wrapper>*,
.layout-teasercarousel--fixed .ld-layout-item__wrapper>*,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper>*,
.ld-layout-fixed .ld-layout-item__wrapper>*,
.ld-layout .ld-layout-item__wrapper>* {
    width: 100%
}

.layout-25--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-25-split--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-33--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-40-60--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-40-60-reverse--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-50--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-50--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-50-reverse--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-50-reverse--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-50-split--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-60-40--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-60-40-reverse--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-100--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-100--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-100-headline--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-100-headline--flex .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-article--centered .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-article--sidebar .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-event--sidebar .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-inner-65-35 .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-inner-65-35-reverse .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-inner-100 .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-passepartout .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-teasercarousel--fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.ld-layout-fixed .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video,
.ld-layout .ld-layout-item__wrapper .teaser .image-wrapper.image-wrapper--video {
    height: auto
}

.layout-25--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-25-split--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-33--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-40-60--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-40-60-reverse--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-50--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-50--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-50-reverse--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-50-reverse--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-50-split--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-60-40--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-60-40-reverse--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-100--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-100--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-100-headline--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-100-headline--flex .ld-layout-item__wrapper .image-wrapper--video,
.layout-article--centered .ld-layout-item__wrapper .image-wrapper--video,
.layout-article--sidebar .ld-layout-item__wrapper .image-wrapper--video,
.layout-event--sidebar .ld-layout-item__wrapper .image-wrapper--video,
.layout-inner-65-35 .ld-layout-item__wrapper .image-wrapper--video,
.layout-inner-65-35-reverse .ld-layout-item__wrapper .image-wrapper--video,
.layout-inner-100 .ld-layout-item__wrapper .image-wrapper--video,
.layout-passepartout .ld-layout-item__wrapper .image-wrapper--video,
.layout-teasercarousel--fixed .ld-layout-item__wrapper .image-wrapper--video,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper .image-wrapper--video,
.ld-layout-fixed .ld-layout-item__wrapper .image-wrapper--video,
.ld-layout .ld-layout-item__wrapper .image-wrapper--video {
    height: 100%
}

.layout-25--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-25-split--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-33--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-40-60--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-40-60-reverse--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-50--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-50--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-50-reverse--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-50-reverse--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-50-split--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-60-40--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-60-40-reverse--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-100--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-100--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-100-headline--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-100-headline--flex .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-article--centered .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-article--sidebar .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-event--sidebar .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-inner-65-35 .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-inner-65-35-reverse .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-inner-100 .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-passepartout .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-teasercarousel--fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper .image-wrapper--video>img,
.ld-layout-fixed .ld-layout-item__wrapper .image-wrapper--video>img,
.ld-layout .ld-layout-item__wrapper .image-wrapper--video>img {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%)
}

.layout-25--fixed,
.layout-25-split--fixed,
.layout-33--fixed,
.layout-50--fixed,
.layout-50-reverse--fixed,
.layout-100--fixed,
.layout-100-headline--fixed,
.layout-100-headline--flex,
.layout-article--centered,
.layout-article--sidebar,
.layout-event--sidebar,
.layout-inner-65-35,
.layout-inner-65-35-reverse,
.layout-inner-100,
.layout-teasercarousel--fixed,
.layout-teasercarousel__wrapper,
.ld-layout-fixed {
    max-width: 1280px;
    padding: 5vw 1.25vw;
    margin: 0
}

.layout-25--fixed .ld-layout-item__wrapper,
.layout-25-split--fixed .ld-layout-item__wrapper,
.layout-33--fixed .ld-layout-item__wrapper,
.layout-50--fixed .ld-layout-item__wrapper,
.layout-50-reverse--fixed .ld-layout-item__wrapper,
.layout-100--fixed .ld-layout-item__wrapper,
.layout-100-headline--fixed .ld-layout-item__wrapper,
.layout-100-headline--flex .ld-layout-item__wrapper,
.layout-article--centered .ld-layout-item__wrapper,
.layout-article--sidebar .ld-layout-item__wrapper,
.layout-event--sidebar .ld-layout-item__wrapper,
.layout-inner-65-35 .ld-layout-item__wrapper,
.layout-inner-65-35-reverse .ld-layout-item__wrapper,
.layout-inner-100 .ld-layout-item__wrapper,
.layout-teasercarousel--fixed .ld-layout-item__wrapper,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper,
.ld-layout-fixed .ld-layout-item__wrapper {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw
}

.layout-25--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-25-split--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-33--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-50--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-50-reverse--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-100--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-100-headline--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-100-headline--flex .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-article--centered .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-article--sidebar .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-event--sidebar .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-inner-65-35 .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-inner-65-35-reverse .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-inner-100 .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-teasercarousel--fixed .ld-layout-item__wrapper .ld-layout-item__headline,
.layout-teasercarousel__wrapper .ld-layout-item__wrapper .ld-layout-item__headline,
.ld-layout-fixed .ld-layout-item__wrapper .ld-layout-item__headline {
    margin-bottom: 1.25vw
}

@media (min-width:1280px) {

    .layout-25--fixed,
    .layout-25-split--fixed,
    .layout-33--fixed,
    .layout-50--fixed,
    .layout-50-reverse--fixed,
    .layout-100--fixed,
    .layout-100-headline--fixed,
    .layout-100-headline--flex,
    .layout-article--centered,
    .layout-article--sidebar,
    .layout-event--sidebar,
    .layout-inner-65-35,
    .layout-inner-65-35-reverse,
    .layout-inner-100,
    .layout-teasercarousel--fixed,
    .layout-teasercarousel__wrapper,
    .ld-layout-fixed {
        padding: 32px 16px;
        margin: 0
    }

    .layout-25--fixed .ld-layout-item__headline,
    .layout-25-split--fixed .ld-layout-item__headline,
    .layout-33--fixed .ld-layout-item__headline,
    .layout-50--fixed .ld-layout-item__headline,
    .layout-50-reverse--fixed .ld-layout-item__headline,
    .layout-100--fixed .ld-layout-item__headline,
    .layout-100-headline--fixed .ld-layout-item__headline,
    .layout-100-headline--flex .ld-layout-item__headline,
    .layout-article--centered .ld-layout-item__headline,
    .layout-article--sidebar .ld-layout-item__headline,
    .layout-event--sidebar .ld-layout-item__headline,
    .layout-inner-65-35 .ld-layout-item__headline,
    .layout-inner-65-35-reverse .ld-layout-item__headline,
    .layout-inner-100 .ld-layout-item__headline,
    .layout-teasercarousel--fixed .ld-layout-item__headline,
    .layout-teasercarousel__wrapper .ld-layout-item__headline,
    .ld-layout-fixed .ld-layout-item__headline {
        margin-bottom: 16px
    }
}

@media (max-width:1279px) {

    .layout-25--fixed .ld-layout-item__wrapper,
    .layout-25-split--fixed .ld-layout-item__wrapper,
    .layout-33--fixed .ld-layout-item__wrapper,
    .layout-50--fixed .ld-layout-item__wrapper,
    .layout-50-reverse--fixed .ld-layout-item__wrapper,
    .layout-100--fixed .ld-layout-item__wrapper,
    .layout-100-headline--fixed .ld-layout-item__wrapper,
    .layout-100-headline--flex .ld-layout-item__wrapper,
    .layout-article--centered .ld-layout-item__wrapper,
    .layout-article--sidebar .ld-layout-item__wrapper,
    .layout-event--sidebar .ld-layout-item__wrapper,
    .layout-inner-65-35 .ld-layout-item__wrapper,
    .layout-inner-65-35-reverse .ld-layout-item__wrapper,
    .layout-inner-100 .ld-layout-item__wrapper,
    .layout-teasercarousel--fixed .ld-layout-item__wrapper,
    .layout-teasercarousel__wrapper .ld-layout-item__wrapper,
    .ld-layout-fixed .ld-layout-item__wrapper {
        padding-left: 1.25vw !important;
        padding-right: 1.25vw !important
    }
}

.carousel-button-wrapper {
    max-width: 1280px;
    position: absolute;
    margin-top: calc(-48px + -1.5vw);
    margin-bottom: 75px;
    padding: 0 1.25vw;
    right: 0
}

.carousel-button-wrapper button {
    float: right
}

@media (min-width:1280px) {
    .carousel-button-wrapper {
        padding-left: calc(1.25vw + 16px);
        padding-right: calc(1.05vw + 16px);
        margin-top: -64px;
        width: 100%;
        right: auto
    }
}

@media (max-width:1279px) {
    .carousel-button-wrapper {
        margin-left: 1.25vw !important;
        margin-right: 1.25vw !important
    }
}

.productfinder-compare .carousel-button-wrapper {
    position: static
}

.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.mobile-order-primary {
    -ms-flex-order: -1;
    order: -1
}

@media (min-width:768px) {
    .mobile-order-primary {
        -ms-flex-order: 0;
        order: 0
    }
}

.layout--lightgrey {
    background: var(--color-lightgrey) !important
}

.layout--white {
    background: var(--color-white) !important
}

.layout--dark {
    background: var(--color-textgrey) !important
}

.layout--red {
    background: var(--color-red) !important
}

.layout--white-to-shadegrey {
    background-image: linear-gradient(180deg, rgba(var(--color-white), 1) 0, rgba(var(--color-shadegrey), 1));
    background-repeat: repeat-x
}

.layout--shadegrey {
    background: var(--color-shadegrey)
}

.layout--teaser {
    margin: 0 auto
}

.layout--teaser .ld-layout-item__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.layout--teaser.layout--contacts .contact-card,
.layout--teaser.layout--contacts .teaser--card {
    -ms-flex-direction: column;
    flex-direction: column
}

.layout--teaser.layout--contacts .teaser .teaser__content-wrapper .teaser__text-wrapper>p {
    margin-left: 0
}

@media (min-width:960px) and (max-width:1279px) {
    .layout--teaser.layout--contacts.layout-25--fixed .ld-layout-item__wrapper {
        width: 33.333%
    }
}

@media (min-width:640px) and (max-width:767px) {

    .layout--teaser.layout--contacts.layout-50--fixed .ld-layout-item__wrapper,
    .layout--teaser.layout--contacts.layout-50-reverse--fixed .ld-layout-item__wrapper {
        width: 50%
    }

    .layout--teaser.layout--contacts.layout-50--fixed .ld-layout-item__wrapper .image-wrapper,
    .layout--teaser.layout--contacts.layout-50-reverse--fixed .ld-layout-item__wrapper .image-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.layout-100--fixed.layout--teaser .ld-layout-item__wrapper {
    -ms-flex-pack: center;
    justify-content: center
}

.layout-100--fixed.layout--teaser .teaser>.image-wrapper {
    margin-top: .25rem
}

.layout--left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.layout--text-width .ld-layout-item__wrapper {
    max-width: 640px
}

@media (max-width:1023px) {
    .layout--mobile-shrink {
        padding: 0;
        height: 0
    }
}

.ld-layout-item__wrapper .wrapper-content,
.ld-layout-item__wrapper .wrapper-content--left {
    -ms-flex-direction: column;
    flex-direction: column
}

.ld-layout-item__wrapper .wrapper-content--left {
    -ms-flex-align: start;
    align-items: flex-start
}

.layout-100--fixed .ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px
}

.layout-100--fixed .ld-layout-item__wrapper.layout--default {
    background: var(--color-white) !important
}

.layout-100--fixed .ld-layout-item__wrapper.layout--white {
    background: var(--color-lightgrey) !important
}

.layout-100-headline--fixed,
.layout-100-headline--flex {
    text-align: center;
    padding: 2rem 2rem 0
}

@media (min-width:960px) {

    .layout-100-headline--fixed,
    .layout-100-headline--flex {
        padding-top: 8rem
    }
}

.layout-100-headline--fixed .ld-layout-item__wrapper,
.layout-100-headline--flex .ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding: 6.25vw 16px 1.25vw
}

.layout-100-headline--fixed>:not(a),
.layout-100-headline--flex>:not(a) {
    width: 100%
}

.layout-100-headline--fixed h2,
.layout-100-headline--flex h2 {
    max-width: 1216px;
    font-size: 1.5rem !important
}

@media (min-width:768px) {

    .layout-100-headline--fixed h2,
    .layout-100-headline--flex h2 {
        font-size: 3rem !important
    }
}

@media (min-width:1280px) {

    .layout-100-headline--fixed,
    .layout-100-headline--flex {
        margin: auto;
        padding-top: 36px;
        padding-bottom: 4px
    }

    .layout-100-headline--fixed .ld-layout-item__wrapper,
    .layout-100-headline--flex .ld-layout-item__wrapper {
        padding-top: 36px;
        padding-bottom: 4px !important
    }
}

.layout-100-headline--fixed.layout--dark>h2,
.layout-100-headline--fixed.layout--red>h2,
.layout-100-headline--flex.layout--dark>h2,
.layout-100-headline--flex.layout--red>h2 {
    color: var(--color-white)
}

.layout-100-headline--flex {
    max-width: 100% !important;
    width: 100% !important
}

.layout-25--fixed .ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:640px) {
    .layout-25--fixed .ld-layout-item__wrapper {
        width: 50%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:1280px) {
    .layout-25--fixed .ld-layout-item__wrapper {
        width: 25%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

.layout-25-split--fixed .ld-layout-item__wrapper {
    width: 50%;
    clear: right;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    overflow: unset
}

@media (min-width:768px) {
    .layout-25-split--fixed .ld-layout-item__wrapper {
        width: 25%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

.layout-33--fixed .ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:960px) {
    .layout-33--fixed .ld-layout-item__wrapper {
        width: 33.33333%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

.layout-teasercarousel__wrapper {
    display: block;
    position: relative;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1024px) {
    .layout-teasercarousel__wrapper {
        width: 100%
    }
}

.layout-teasercarousel__wrapper .teaser__content-wrapper {
    display: -ms-flexbox !important;
    display: flex !important
}

.layout-teasercarousel--fixed {
    height: auto;
    width: auto;
    margin-bottom: 48px !important
}

.layout-teasercarousel--fixed .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.layout-teasercarousel--fixed .slick-slide {
    height: auto
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.layout-teasercarousel--fixed .slick-slide.related-content-teaser.animate-in {
    animation: pulse .75s ease-in-out
}

.layout-teasercarousel--fixed .ld-layout-item__wrapper,
.display-multiple-slides .ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch
}

.layout-teasercarousel--fixed .ld-layout-item__wrapper .teaser {
    height: 100%
}

@media (min-width:640px) {
    .layout-teasercarousel--fixed .ld-layout-item__wrapper,
    .display-multiple-slides .ld-layout-item__wrapper {
        width: 50%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 320px
    }
}

@media (min-width:1024px) {
    .layout-teasercarousel--fixed {
        display: block
    }

    .layout-teasercarousel--fixed .ld-layout-item__wrapper,
    .display-multiple-slides .ld-layout-item__wrapper {
        width: 33.33333%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 50%
    }
}

@media (min-width:1280px) {
    .layout-teasercarousel--fixed {
        width: 1280px
    }

    .layout-teasercarousel--fixed .ld-layout-item__wrapper,
    .display-multiple-slides .ld-layout-item__wrapper {
        width: 25%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 25%
    }
}

.layout-50--fixed>.ld-layout-item__wrapper,
.layout-50-reverse--fixed>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px
}

.layout-50--fixed>.ld-layout-item__wrapper.layout--default,
.layout-50-reverse--fixed>.ld-layout-item__wrapper.layout--default {
    background: var(--color-lightgrey)
}

@media (min-width:768px) {

    .layout-50--fixed>.ld-layout-item__wrapper,
    .layout-50-reverse--fixed>.ld-layout-item__wrapper {
        width: 50%;
        clear: right;
        float: left;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:639px) {
    .layout-50-reverse--fixed {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout-article--sidebar>.ld-layout-item__wrapper,
.layout-event--sidebar>.ld-layout-item__wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 1.25vw
}

.layout-article--sidebar>.ld-layout-item__wrapper:first-child,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child {
    display: block;
    width: 100%
}

.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+ul,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+ul,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+ul,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+ul,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--left+ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox--right+ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+ul {
    margin-top: .5em
}

.layout-article--sidebar>.ld-layout-item__wrapper:first-child .calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h3 {
    clear: both
}

.layout-article--sidebar>.ld-layout-item__wrapper:first-child .calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul {
    max-width: 640px
}

.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .btn+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .icon+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ol+p,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child p+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+.calendar-event__event-info__title,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+.calendar-list__heading,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h1,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h2,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h3,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h4,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h5,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+h6,
.layout-article--sidebar>.ld-layout-item__wrapper:first-child ul+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .btn+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .icon+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-button+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-link+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-media+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .infobox-text+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child .inline-button-row+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ol+p,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child p+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+.calendar-event__event-info__title,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+.calendar-list__heading,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h1,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h2,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h3,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h4,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h5,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+h6,
.layout-event--sidebar>.ld-layout-item__wrapper:first-child ul+p {
    margin-top: 1em
}

.layout-article--sidebar .layout--contacts .ld-layout-item__wrapper,
.layout-event--sidebar .layout--contacts .ld-layout-item__wrapper {
    width: 50%
}

@media (min-width:960px) and (max-width:1279px) {

    .layout-article--sidebar .layout--contacts .ld-layout-item__wrapper,
    .layout-event--sidebar .layout--contacts .ld-layout-item__wrapper {
        width: 50% !important
    }
}

@media (max-width:767px) {

    .layout-article--sidebar,
    .layout-event--sidebar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .layout-article--sidebar>.ld-layout-item__wrapper,
    .layout-event--sidebar>.ld-layout-item__wrapper {
        max-width: 640px
    }
}

@media (min-width:768px) {

    .layout-article--sidebar>.ld-layout-item__wrapper,
    .layout-event--sidebar>.ld-layout-item__wrapper {
        max-width: 640px
    }

    .layout-article--sidebar>.ld-layout-item__wrapper:nth-child(2),
    .layout-event--sidebar>.ld-layout-item__wrapper:nth-child(2) {
        max-width: 640px;
        min-width: 240px
    }
}

@media (min-width:1024px) {

    .layout-article--sidebar>.ld-layout-item__wrapper:nth-child(2),
    .layout-event--sidebar>.ld-layout-item__wrapper:nth-child(2) {
        max-width: 320px
    }
}

@media (min-width:1280px) {

    .layout-article--sidebar,
    .layout-article--sidebar>.ld-layout-item__wrapper,
    .layout-event--sidebar,
    .layout-event--sidebar>.ld-layout-item__wrapper {
        padding-left: 16px;
        padding-right: 16px
    }
}

.layout-article--centered>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    padding-left: 16px;
    padding-right: 16px;
    display: block !important;
    max-width: 960px;
    width: auto
}

.layout-article--centered>.ld-layout-item__wrapper .infobox--left+ol,
.layout-article--centered>.ld-layout-item__wrapper .infobox--left+p,
.layout-article--centered>.ld-layout-item__wrapper .infobox--left+ul,
.layout-article--centered>.ld-layout-item__wrapper .infobox--right+ol,
.layout-article--centered>.ld-layout-item__wrapper .infobox--right+p,
.layout-article--centered>.ld-layout-item__wrapper .infobox--right+ul,
.layout-article--centered>.ld-layout-item__wrapper ol+ol,
.layout-article--centered>.ld-layout-item__wrapper ol+p,
.layout-article--centered>.ld-layout-item__wrapper ol+ul,
.layout-article--centered>.ld-layout-item__wrapper p+ol,
.layout-article--centered>.ld-layout-item__wrapper p+p,
.layout-article--centered>.ld-layout-item__wrapper p+ul,
.layout-article--centered>.ld-layout-item__wrapper ul+ol,
.layout-article--centered>.ld-layout-item__wrapper ul+p,
.layout-article--centered>.ld-layout-item__wrapper ul+ul {
    margin-top: .5em
}

.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper h1,
.layout-article--centered>.ld-layout-item__wrapper h2,
.layout-article--centered>.ld-layout-item__wrapper h3 {
    clear: both
}

.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper h1,
.layout-article--centered>.ld-layout-item__wrapper h2,
.layout-article--centered>.ld-layout-item__wrapper h3,
.layout-article--centered>.ld-layout-item__wrapper h4,
.layout-article--centered>.ld-layout-item__wrapper h5,
.layout-article--centered>.ld-layout-item__wrapper h6,
.layout-article--centered>.ld-layout-item__wrapper ol,
.layout-article--centered>.ld-layout-item__wrapper p,
.layout-article--centered>.ld-layout-item__wrapper ul {
    max-width: 640px
}

.layout-article--centered>.ld-layout-item__wrapper .btn+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .btn+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .btn+h1,
.layout-article--centered>.ld-layout-item__wrapper .btn+h2,
.layout-article--centered>.ld-layout-item__wrapper .btn+h3,
.layout-article--centered>.ld-layout-item__wrapper .btn+h4,
.layout-article--centered>.ld-layout-item__wrapper .btn+h5,
.layout-article--centered>.ld-layout-item__wrapper .btn+h6,
.layout-article--centered>.ld-layout-item__wrapper .icon+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .icon+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .icon+h1,
.layout-article--centered>.ld-layout-item__wrapper .icon+h2,
.layout-article--centered>.ld-layout-item__wrapper .icon+h3,
.layout-article--centered>.ld-layout-item__wrapper .icon+h4,
.layout-article--centered>.ld-layout-item__wrapper .icon+h5,
.layout-article--centered>.ld-layout-item__wrapper .icon+h6,
.layout-article--centered>.ld-layout-item__wrapper .infobox+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .infobox+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h1,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h2,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h3,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h4,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h5,
.layout-article--centered>.ld-layout-item__wrapper .infobox+h6,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h1,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h2,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h3,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h4,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h5,
.layout-article--centered>.ld-layout-item__wrapper .infobox-button+h6,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h1,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h2,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h3,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h4,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h5,
.layout-article--centered>.ld-layout-item__wrapper .infobox-link+h6,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h1,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h2,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h3,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h4,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h5,
.layout-article--centered>.ld-layout-item__wrapper .infobox-media+h6,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h1,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h2,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h3,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h4,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h5,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text+h6,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h1,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h2,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h3,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h4,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h5,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+h6,
.layout-article--centered>.ld-layout-item__wrapper .inline-button-row+p,
.layout-article--centered>.ld-layout-item__wrapper ol+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper ol+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper ol+h1,
.layout-article--centered>.ld-layout-item__wrapper ol+h2,
.layout-article--centered>.ld-layout-item__wrapper ol+h3,
.layout-article--centered>.ld-layout-item__wrapper ol+h4,
.layout-article--centered>.ld-layout-item__wrapper ol+h5,
.layout-article--centered>.ld-layout-item__wrapper ol+h6,
.layout-article--centered>.ld-layout-item__wrapper ol+p,
.layout-article--centered>.ld-layout-item__wrapper p+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper p+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper p+h1,
.layout-article--centered>.ld-layout-item__wrapper p+h2,
.layout-article--centered>.ld-layout-item__wrapper p+h3,
.layout-article--centered>.ld-layout-item__wrapper p+h4,
.layout-article--centered>.ld-layout-item__wrapper p+h5,
.layout-article--centered>.ld-layout-item__wrapper p+h6,
.layout-article--centered>.ld-layout-item__wrapper ul+.calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper ul+.calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper ul+h1,
.layout-article--centered>.ld-layout-item__wrapper ul+h2,
.layout-article--centered>.ld-layout-item__wrapper ul+h3,
.layout-article--centered>.ld-layout-item__wrapper ul+h4,
.layout-article--centered>.ld-layout-item__wrapper ul+h5,
.layout-article--centered>.ld-layout-item__wrapper ul+h6,
.layout-article--centered>.ld-layout-item__wrapper ul+p {
    margin-top: 1em
}

.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper h1,
.layout-article--centered>.ld-layout-item__wrapper h2,
.layout-article--centered>.ld-layout-item__wrapper h3,
.layout-article--centered>.ld-layout-item__wrapper h4,
.layout-article--centered>.ld-layout-item__wrapper h5,
.layout-article--centered>.ld-layout-item__wrapper h6,
.layout-article--centered>.ld-layout-item__wrapper ol,
.layout-article--centered>.ld-layout-item__wrapper p,
.layout-article--centered>.ld-layout-item__wrapper ul {
    margin-left: auto;
    margin-right: auto
}

.layout-article--centered>.ld-layout-item__wrapper .calendar-event__event-info__title,
.layout-article--centered>.ld-layout-item__wrapper .calendar-list__heading,
.layout-article--centered>.ld-layout-item__wrapper .infobox-text:not(.infobox--left):not(.infobox--right) {
    margin-left: unset;
    margin-right: unset
}

.layout-article--centered>.ld-layout-item__wrapper .icon+h6 {
    margin-top: 0
}

.layout-article--centered>.ld-layout-item__wrapper .table-responsive {
    max-width: 960px;
    margin: 0 auto
}

.ld-layout-item__wrapper.layout--white .btn__link .btn:not(.btn--primary) {
    background-color: var(--color-white);
    color: var(--color-black)
}

.ld-layout-item__wrapper.layout--white .btn__link .btn:hover,
.ld-layout-item__wrapper.layout--white .btn__link .btn:not(.btn--primary):hover {
    background-color: var(--color-primary-700);
    color: var(--color-white)
}

.ld-layout-item__wrapper.layout--white .btn__link .btn:active {
    background-color: var(--color-primary-900);
    color: var(--color-white)
}

.layout-100--flex {
    padding: 0
}

.layout-100--flex>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    margin-left: 0;
    margin-right: 0
}

.layout-100--flex>.ld-layout-item__wrapper.layout--default {
    background: var(--color-white) !important
}

.layout-100--flex>.ld-layout-item__wrapper.layout--default .btn {
    background-color: var(--color-lightgrey);
    color: var(--color-black)
}

.layout-100--flex>.ld-layout-item__wrapper.layout--white {
    background: var(--color-white) !important
}

.layout-100--flex>.ld-layout-item__wrapper.layout--white .btn {
    background-color: var(--color-white);
    color: var(--color-black)
}

.layout-100--flex>.ld-layout-item__wrapper.layout--dark .btn,
.layout-100--flex>.ld-layout-item__wrapper.layout--red .btn {
    color: var(--color-darkgrey)
}

@media (min-width:1280px) {
    .layout-100--flex {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.layout-100--flex.layout--white {
    background: var(--color-lightgrey) !important
}

.layout-100--flex.layout--default {
    background: var(--color-white) !important
}

.layout-passepartout {
    overflow: hidden;
    margin: 0
}

.layout-passepartout>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: transparent
}

.layout-passepartout.layout--white {
    background: var(--color-white)
}

.layout-passepartout.layout--white>.ld-layout-item__wrapper {
    background: none
}

@media (min-width:1024px) {
    .layout-passepartout {
        background-image: linear-gradient(180deg, rgba(var(--color-white), 1) 0, transparent);
        background-repeat: repeat-x
    }
}

.layout-passepartout--shadow {
    box-shadow: 0 2px 3px 0 rgba(var(--color-black), .2);
    z-index: 1
}

.layout-50--flex>.ld-layout-item__wrapper,
.layout-50-reverse--flex>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {

    .layout-50--flex>.ld-layout-item__wrapper,
    .layout-50-reverse--flex>.ld-layout-item__wrapper {
        width: 50%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:639px) {
    .layout-50-reverse--flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout-50-split--flex>.ld-layout-item__wrapper {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.layout-60-40--flex>.ld-layout-item__wrapper,
.layout-60-40-reverse--flex>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {

    .layout-60-40--flex>.ld-layout-item__wrapper,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper {
        width: 60%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0;
        min-height: calc(-60vw + 100%)
    }

    .layout-60-40--flex>.ld-layout-item__wrapper:last-child,
    .layout-60-40-reverse--flex>.ld-layout-item__wrapper:last-child {
        width: 40%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:639px) {
    .layout-60-40-reverse--flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout-40-60--flex>.ld-layout-item__wrapper,
.layout-40-60-reverse--flex>.ld-layout-item__wrapper {
    width: 100%;
    clear: right;
    float: right;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {

    .layout-40-60--flex>.ld-layout-item__wrapper,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper {
        width: 40%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0;
        min-height: calc(-60vw + 100%)
    }

    .layout-40-60--flex>.ld-layout-item__wrapper:last-child,
    .layout-40-60-reverse--flex>.ld-layout-item__wrapper:last-child {
        width: 60%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:639px) {
    .layout-40-60-reverse--flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout-100-headline--flex.layout--white {
    background-color: var(--color-lightgrey) !important
}

.layout-inner-65-35,
.layout-inner-65-35-reverse,
.layout-inner-100 {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.layout-inner-65-35-reverse>.ld-layout-item__wrapper,
.layout-inner-65-35>.ld-layout-item__wrapper,
.layout-inner-100>.ld-layout-item__wrapper {
    padding: 1.25vw;
    max-width: calc(640px + 2.5vw);
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.layout-inner-65-35-reverse>.ld-layout-item__wrapper.layout--default,
.layout-inner-65-35-reverse>.ld-layout-item__wrapper.layout--white,
.layout-inner-65-35>.ld-layout-item__wrapper.layout--default,
.layout-inner-65-35>.ld-layout-item__wrapper.layout--white,
.layout-inner-100>.ld-layout-item__wrapper.layout--default,
.layout-inner-100>.ld-layout-item__wrapper.layout--white {
    background: var(--color-white)
}

@media (max-width:767px) {

    .layout-inner-65-35,
    .layout-inner-65-35-reverse,
    .layout-inner-100 {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {

    .layout-inner-65-35,
    .layout-inner-65-35-reverse,
    .layout-inner-100 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .layout-inner-65-35-reverse>.ld-layout-item__wrapper:nth-child(2),
    .layout-inner-65-35>.ld-layout-item__wrapper:nth-child(2),
    .layout-inner-100>.ld-layout-item__wrapper:nth-child(2) {
        max-width: 35%;
        min-width: 320px;
        margin-left: auto;
        width: 100%
    }
}

@media (min-width:1280px) {

    .layout-inner-65-35,
    .layout-inner-65-35-reverse,
    .layout-inner-100 {
        padding: 32px
    }

    .layout-inner-65-35-reverse>.ld-layout-item__wrapper,
    .layout-inner-65-35>.ld-layout-item__wrapper,
    .layout-inner-100>.ld-layout-item__wrapper {
        padding: 32px;
        max-width: 704px
    }
}

@media (max-width:767px) {
    .layout-inner-65-35-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout-inner-100 {
    width: 100%
}

.layout-splitscreen {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.layout-splitscreen .layout-splitscreen__left {
    position: fixed;
    width: 50%;
    left: 0;
    bottom: 0;
    border: 1px solid green
}

.layout-splitscreen .layout-splitscreen__right {
    width: 50%;
    overflow: hidden;
    border: 1px solid red
}

.layout-splitscreen .layout-splitscreen__right .layout-splitscreen__right-header {
    position: fixed;
    height: 100px;
    width: 100%;
    background: var(--color-lightgrey);
    z-index: 1
}

.layout-splitscreen .layout-splitscreen__right .layout-splitscreen__right-header+.layout-splitscreen__content {
    margin-top: 100px
}

.display-multiple-slides {
    padding-bottom: 48px;
}

.display-multiple-slides .swiper-wrapper {
    margin-bottom: 48px;
}
.display-multiple-slides .swiper-slide {
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
}
.display-multiple-slides .swiper-slide .teaser {
    height: 100%;
}
@media (min-width: 1280px) {
    .display-multiple-slides .swiper-wrapper {
        padding: 32px 0;
    }
}
/* .display-multiple-slides.layout-teasercarousel__wrapper {
    padding-left: 0;
    padding-right: 0;
} */
.dropdown .ui-selectmenu-button.ui-button {
    background-color: var(--color-red);
    color: var(--color-white);
    width: 100%;
    min-height: 48px;
    padding: 8px 16px;
}
.display-multiple-slides .swiper-wrapper.swiper-wrapper-certer {
    justify-content: center;
}
.swiper-carousel-image .swiper-pagination .swiper-pagination-bullet {
    background: var(--color-white);
    opacity: 1;
    border-radius: 0;
    margin: 0 8px;
}
.swiper-carousel-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: inset 0 -.15rem var(--color-red);
}
.wizard-question.swiper-slide {
    height: 100%;
    min-height: 1px;
}