﻿.multiline-text p:not(:last-child) {
    margin-bottom: 0px
}

.multiline-text p:last-child {
    margin-bottom: 20px
}

.multiline-text p {
    margin-top: 0px;
    margin-bottom: 0px
}

.multiline-text p:first-child:empty {
    display: none
}

.multiline-text p:last-child:empty {
    display: none
}

.multiline-text p:not(:last-child):empty {
    margin-bottom: 10px
}

.multiline-text p:last-child {
    margin-bottom: 10px
}

.multiline-text .A-List.A-List--unordered {
    margin-top: 0
}

.multiline-text .A-List.A-List--unordered .A-List__item {
    padding-left: 17px
}

.multiline-text .A-List.A-List--unordered .A-List__item .A-List__icon.A-List__icon--noIcon:before {
    content: '\2713';
    background: none;
    width: 20px;
    height: 20px;
    vertical-align: top
}

.w100 {
    width: 100%
}

@media (max-width: 767px) {
    .w100-xs {
        width: 100%
    }
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center
}

.row-without-margin::after {
    clear: both
}

.row-without-margin::after,
.row-without-margin::before {
    display: table;
    content: " "
}

.button-row {
    display: flex;
    flex-direction: column
}

.button-row::after {
    clear: both
}

.button-row::after,
.button-row::before {
    display: table;
    content: " "
}

.button-row button {
    margin-top: 15px
}

.button-row button[class*='col-'] {
    text-align: center
}

.button-row button[class*='col-'] span.a-button__label {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .button-row {
        flex-direction: row
    }

    .button-row button {
        margin-top: 0
    }
}

.A-FormField-Input:not(.A-FormField-Input-Checkbox):not(.A-FormField-Input-Radio) .A-FormField__element.label-always-outside~.A-FormField__label {
    color: #000;
    cursor: default;
    font-weight: 700;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    white-space: nowrap
}

label.A-FormField__label.external-label {
    color: #000;
    cursor: default;
    font-weight: 700;
    white-space: nowrap;
    height: 1em;
    line-height: 1em;
    display: inline-block;
    font-size: 0.7em;
    padding: 0 15px
}

input[type=date] {
    min-width: 200px
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
    height: 100%
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-right: 2px;
    padding-left: 2px
}

input[type=date]::-ms-clear,
input[type=date]::-webkit-clear-button {
    display: none
}

.product-review-sticker {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-review-sticker .product-review-container {
    display: flex;
    flex-direction: column-reverse
}

.product-review-sticker .product-review-container>* {
    display: block
}

.product-review-sticker .product-review-container .product-review-headline {
    display: block
}

.product-review-sticker-variant {
    margin-bottom: 20px
}

.product-review-sticker-variant .A-Text-ComponentHeader__headline.A-Text-ComponentHeader__headline--withSubline.h1.u-TextColor--lightBlue {
    margin-bottom: 20px
}

.product-review-sticker-variant .product-variant-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.product-review-sticker-variant .product-variant-header .product-variant-label {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 9px
}

.product-review-sticker-variant .product-variant-header .product-variant-select {
    position: relative;
    border: solid 1px black;
    margin-left: auto;
    margin-right: auto
}

.product-review-sticker-variant .product-variant-header .product-variant-select select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 16px;
    padding-right: 40px;
    border: solid 0 white;
    background-color: white
}

.product-review-sticker-variant .product-variant-header .product-variant-select:after {
    pointer-events: none;
    content: " ";
    position: absolute;
    display: inline-block;
    border: solid gray;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: translate(-21px, 0px) rotate(45deg);
    top: 18px;
    right: 0
}

.product-review-sticker-variant .product-review-sticker-variant-item {
    display: none;
    flex-wrap: wrap;
    flex-direction: column-reverse
}

.home-staged-typography img {
    max-width: 100%
}

.home-staged-typography .M-Text-StagedTypography__content {
    justify-content: center
}

.home-staged-typography .M-Text-StagedTypography__content .M-Text-StagedTypography__item {
    float: none
}

.home-staged-typography .A-Text-RichText {
    font-weight: 200
}

.home-staged-typography .A-Text-RichText p {
    font-weight: 200
}

.download-appstore .infoline p:not(:last-child) {
    margin-bottom: 0px
}

.download-appstore .infoline p:last-child {
    margin-bottom: 20px
}

.download-appstore .download-appstore-badges {
    padding-left: 20%;
    padding-right: 20%
}

.download-appstore img {
    max-width: 100%
}

@media (min-width: 768px) {
    .download-appstore .download-appstore-badges {
        display: flex;
        flex-wrap: wrap
    }

    .download-appstore .download-appstore-badges .download-appstore-badge {
        width: 50%;
        display: inline-block
    }

    .download-appstore .download-appstore-badges .download-appstore-badge:nth-child(odd):last-child {
        width: 100%
    }

    .download-appstore .download-appstore-badges .download-appstore-badge:nth-child(odd):last-child a {
        display: block;
        width: 50%;
        margin-left: 25%
    }
}

@media (max-width: 767px) {
    .download-appstore .download-appstore-badges .download-appstore-badge {
        width: 100%
    }
}

.home-teaser-grid .home-headline-standalone .home-headline-main {
    font-size: 48px;
    font-weight: 200
}

.home-teaser-grid .home-teaergrid2col-youtube .A-Image__preloadWrapper.A-Image__preloadWrapper--ratio16to9 iframe {
    position: absolute;
    z-index: 5
}

.home-share-buttons .share-icon {
    height: 44px;
    width: 44px;
    display: inline-block
}

.home-share-buttons .share-icon:hover {
    opacity: 0.6
}

.home-share-buttons img {
    max-width: 100%
}

.blocking-loading-animation {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30001;
    background-repeat: no-repeat;
    background-position: center
}

.blocking-loading-animation.inline-loading {
    height: 30px;
    width: 30px;
    position: relative
}

.section-tile {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px
}

.section-tile::after {
    clear: both
}

.section-tile::after,
.section-tile::before {
    display: table;
    content: " "
}

.section-tile .section-tile-title {
    padding: 15px;
    background: #f0f0f0;
    font-size: 1.125rem
}

.section-tile .section-tile-content {
    padding: 15px
}

.section-tile .section-tile-content::after {
    clear: both
}

.section-tile .section-tile-content::after,
.section-tile .section-tile-content::before {
    display: table;
    content: " "
}

.A-Collapsable .M-Table {
    padding-top: 0
}

.M-Table--collapse-row .M-Table__cell {
    vertical-align: middle;
    text-align: left
}

.M-Table--collapse-row .M-Table__cell.text-right {
    text-align: right
}

.M-Table--collapse-row .M-Table__cell.text-center {
    text-align: center
}

@media (max-width: 991px) {
    .M-Table--collapse-row .M-Table__cell.md-max-text-right {
        text-align: right
    }

    .M-Table--collapse-row .M-Table__cell .A-Text-RichText {
        vertical-align: middle
    }

    .M-Table--collapse-row .M-Table__cell .M-Table__mobileHead {
        vertical-align: middle;
        text-align: left
    }
}

.home-teaser-card .home-headline-standalone .home-headline-main {
    font-size: 48px
}

.home-teaser-card .A-Teaser-TeaserCard__content {
    color: black
}

.home-teaser-card .A-Teaser-TeaserCard .A-Teaser-TeaserCard__content__headline:not(:last-child) {
    margin-bottom: 10px
}

.home-teaser-card .A-Teaser-TeaserCard .A-Teaser-AggregationExpandableTeaser__description:not(:last-child) {
    margin-bottom: 8px
}

.home-teaser-card a.A-Link__coverLink.nolink {
    cursor: default
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard-inner {
    position: relative
}

@media (min-width: 1260px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items-outer {
        position: relative
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items {
    overflow: hidden;
    flex-wrap: nowrap;
    position: relative
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .pusher {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
    position: absolute;
    width: 0;
    height: 1px
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .pusher-mobile {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    position: relative;
    width: 0;
    height: 1px
}

@media (min-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .pusher {
        display: inline-block;
        position: relative
    }

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .pusher-mobile {
        display: none;
        position: absolute
    }
}

@media (max-width: 767px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-item~.scroll-left {
        pointer-events: none
    }

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-item~.scroll-left:after {
        border-color: #ACAEB1 !important
    }
}

@media (max-width: 767px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.last-item~.scroll-right {
        pointer-events: none
    }

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.last-item~.scroll-right:after {
        border-color: #ACAEB1 !important
    }
}

@media (min-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-page~.scroll-left {
        pointer-events: none
    }

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-page~.scroll-left:after {
        border-color: #ACAEB1 !important
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items:not(.first-page)~.scroll-left:hover {
    border-color: black !important
}

@media (min-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.last-page~.scroll-right {
        pointer-events: none
    }

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.last-page~.scroll-right:after {
        border-color: #ACAEB1 !important
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items:not(.last-page)~.scroll-right:hover:after {
    border-color: black !important
}

@media (min-width: 768px) {

    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-page.last-page~.scroll-left,
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items.first-page.last-page~.scroll-right {
        display: none
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .A-Teaser-TeaserCard {
    min-width: 100%
}

@media (min-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .A-Teaser-TeaserCard {
        min-width: 33.333333%
    }
}

@media (max-width: 1024px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items .A-Teaser-TeaserCard {
        padding-left: 6px;
        padding-right: 6px
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll {
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    padding-top: 24px;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 767px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll {
        top: 36vw;
        top: 12vw;
        top: calc(28vw - 50px)
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll {
        top: 60px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll {
        top: calc(50% - 70px)
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-right {
    right: 0
}

@media (min-width: 1260px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-right {
        right: -38px
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-right:after {
    content: '';
    display: inline-block;
    border: solid #005691;
    border-width: 0 2px 2px 0;
    padding: 20px;
    transform: translate(-21px, 0px) rotate(-45deg)
}

@media (max-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-right:after {
        transform: translate(-6px, 0px) rotate(-45deg);
        padding: 18px
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-left {
    left: 0
}

@media (min-width: 1260px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-left {
        left: -38px
    }
}

.home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-left:after {
    content: '';
    display: inline-block;
    border: solid #005691;
    border-width: 0 2px 2px 0;
    padding: 26px;
    transform: translate(17px, 0px) rotate(135deg)
}

@media (max-width: 768px) {
    .home-teaser-card.carousel-mode .M-Teaser-TeaserCard__items~.scroll.scroll-left:after {
        padding: 18px
    }
}

.home-teaser-card.carousel-mode .A-Teaser-TeaserCard .A-Teaser-TeaserCard__content__headline:not(:last-child) {
    margin-bottom: 10px
}

.home-teaser-card.carousel-mode .A-Teaser-TeaserCard .A-Teaser-AggregationExpandableTeaser__description:not(:last-child) {
    margin-bottom: 8px
}

.home-teaser-card.carousel-mode a.A-Link__coverLink.nolink {
    cursor: default
}

.imagebox.fullscreen .imagebox-banner {
    display: none
}

.imagebox .imagebox-banner {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 3%;
    margin-top: calc(10px + 3%);
    z-index: 1;
    max-width: 100%;
    width: 25%
}

.imagebox .imagebox-banner img {
    max-width: 100%
}

.imagebox .scroll {
    z-index: 2
}

.imagebox {
    margin-bottom: 30px
}

.imagebox:not(.fullscreen) .scroll {
    top: calc(50% - 110px) !important
}

.imagebox.fullscreen .imagebox-inner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0
}

.imagebox.fullscreen .imagebox-inner .imagebox-controls {
    color: white;
    bottom: 100px;
    right: 100px;
    position: absolute
}

.imagebox.fullscreen .imagebox-inner .imagebox-preview {
    text-align: center
}

.imagebox.fullscreen .imagebox-outer {
    height: 100%;
    width: 100%;
    padding: 5px
}

.imagebox.fullscreen .imagebox-outer .imagebox-modal-close {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10
}

.imagebox.fullscreen .imagebox-outer .imagebox-modal-close:before,
.imagebox.fullscreen .imagebox-outer .imagebox-modal-close:after {
    width: 80%;
    height: 4px;
    content: '';
    display: inline-block;
    background-color: #636466;
    position: absolute;
    bottom: 0;
    top: 42%;
    right: 4px;
    border-radius: 25px
}

.imagebox.fullscreen .imagebox-outer .imagebox-modal-close:before {
    transform: rotate(45deg)
}

.imagebox.fullscreen .imagebox-outer .imagebox-modal-close:after {
    transform: rotate(-45deg)
}

.imagebox.fullscreen .imagebox-container {
    height: calc(100% - 100px)
}

.imagebox.fullscreen .imagebox-container .item img {
    max-height: 100%;
    min-height: 0;
    min-width: 0
}

.imagebox.fullscreen .scroll-right {
    right: 0 !important
}

.imagebox.fullscreen .scroll-left {
    left: 0 !important
}

.imagebox .imagebox-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden
}

.imagebox .imagebox-container .item {
    display: flex;
    position: relative;
    float: none
}

.imagebox .imagebox-container .item .item-description {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.imagebox .imagebox-container .item>img {
    object-fit: contain;
    width: 100%
}

.imagebox .imagebox-controls>* {
    display: inline-block;
    cursor: pointer
}

.imagebox .imagebox-preview {
    height: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth
}

.imagebox .imagebox-preview .preview-item {
    max-height: 100%;
    display: inline-block;
    width: 100px;
    cursor: pointer;
    vertical-align: middle;
    min-width: 100px
}

.imagebox .imagebox-preview .preview-item img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain
}

.imagebox .imagebox-preview .preview-item.current {
    border: solid 2px black
}

.imagebox .imagebox-container:not(.dragging) .pusher {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.imagebox .imagebox-container:not(.dragging) .pusher-mobile {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.imagebox .imagebox-inner {
    position: relative
}

@media (min-width: 1260px) {
    .imagebox .imagebox-outer {
        position: relative
    }
}

.imagebox .imagebox-outer .imagebox-modal-close {
    display: none
}

.imagebox .imagebox-container {
    overflow: hidden;
    flex-wrap: nowrap;
    position: relative
}

.imagebox .imagebox-container .pusher {
    display: none;
    position: absolute;
    width: 0;
    height: 1px
}

.imagebox .imagebox-container .pusher-mobile {
    display: inline-block;
    position: relative;
    width: 0;
    height: 1px
}

@media (min-width: 768px) {
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1) .pusher {
        display: inline-block;
        position: relative
    }

    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1) .pusher-mobile {
        display: none;
        position: absolute
    }
}

.imagebox .imagebox-container.imagebox-container-itemsperpage-1.first-item~.scroll-left {
    pointer-events: none
}

.imagebox .imagebox-container.imagebox-container-itemsperpage-1.first-item~.scroll-left:after {
    border-color: #ACAEB1 !important
}

.imagebox .imagebox-container.imagebox-container-itemsperpage-1.last-item~.scroll-right {
    pointer-events: none
}

.imagebox .imagebox-container.imagebox-container-itemsperpage-1.last-item~.scroll-right:after {
    border-color: #ACAEB1 !important
}

@media (max-width: 767px) {
    .imagebox .imagebox-container.first-item~.scroll-left {
        pointer-events: none
    }

    .imagebox .imagebox-container.first-item~.scroll-left:after {
        border-color: #ACAEB1 !important
    }
}

@media (max-width: 767px) {
    .imagebox .imagebox-container.last-item~.scroll-right {
        pointer-events: none
    }

    .imagebox .imagebox-container.last-item~.scroll-right:after {
        border-color: #ACAEB1 !important
    }
}

@media (min-width: 768px) {
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).first-page~.scroll-left {
        pointer-events: none
    }

    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).first-page~.scroll-left:after {
        border-color: #ACAEB1 !important
    }
}

@media (min-width: 768px) {
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).last-page~.scroll-right {
        pointer-events: none
    }

    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).last-page~.scroll-right:after {
        border-color: #ACAEB1 !important
    }
}

@media (min-width: 768px) {

    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).first-page.last-page~.scroll-left,
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1).first-page.last-page~.scroll-right {
        display: none
    }
}

.imagebox .imagebox-container.imagebox-container-itemsperpage-1 .item {
    min-width: 100%
}

.imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1) .item {
    min-width: 100%
}

@media (min-width: 768px) {
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1) .item {
        min-width: 33.333333%
    }
}

@media (max-width: 1024px) {
    .imagebox .imagebox-container:not(.imagebox-container-itemsperpage-1) .item {
        padding-left: 6px;
        padding-right: 6px
    }
}

.imagebox .imagebox-container~.scroll {
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    padding-top: 24px;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 767px) {
    .imagebox .imagebox-container~.scroll {
        top: 36vw;
        top: 12vw;
        top: calc(28vw - 50px)
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .imagebox .imagebox-container~.scroll {
        top: 60px;
        top: calc(50% - 70px)
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .imagebox .imagebox-container~.scroll {
        top: calc(50% - 70px)
    }
}

.imagebox .imagebox-container~.scroll.scroll-right {
    right: 0
}

@media (min-width: 1260px) {
    .imagebox .imagebox-container~.scroll.scroll-right {
        right: -38px
    }
}

.imagebox .imagebox-container~.scroll.scroll-right:after {
    content: '';
    display: inline-block;
    border: solid #636466;
    border-width: 0 4px 4px 0;
    padding: 26px;
    transform: translate(-21px, 0px) rotate(-45deg)
}

@media (max-width: 768px) {
    .imagebox .imagebox-container~.scroll.scroll-right:after {
        transform: translate(-6px, 0px) rotate(-45deg);
        padding: 18px
    }
}

.imagebox .imagebox-container~.scroll.scroll-left {
    left: 0
}

@media (min-width: 1260px) {
    .imagebox .imagebox-container~.scroll.scroll-left {
        left: -38px
    }
}

.imagebox .imagebox-container~.scroll.scroll-left:after {
    content: '';
    display: inline-block;
    border: solid #636466;
    border-width: 0 4px 4px 0;
    padding: 26px;
    transform: translate(17px, 0px) rotate(135deg)
}

@media (max-width: 768px) {
    .imagebox .imagebox-container~.scroll.scroll-left:after {
        padding: 18px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .imagebox .preview-item {
        margin-bottom: 17px
    }

    .imagebox .imagebox-container .item {
        display: block;
        text-align: center
    }

    .imagebox .imagebox-container .item img {
        max-height: calc(100% - 40px) !important
    }

    .product-qty-selector {
        padding-left: 0
    }

    .price .price-split {
        display: inline-block
    }

    .price .price-split:before {
        top: 37%
    }

    .price .price-split>* {
        display: inline-block
    }

    .price .price-split .price-int {
        line-height: 25px;
        margin-right: -5px
    }

    .price .price-split .price-separator {
        margin-top: 5px
    }

    .price .price-split .price-decimal {
        margin-top: 5px;
        margin-left: -5px
    }

    .price .price-split .price-currency {
        margin-top: 5px
    }
}

html.ytmobile .ytbackground {
    display: none
}

.home-carousel .imagebox-pagination {
    display: block;
    text-align: center;
    height: 60px;
    padding-top: 10px
}

.home-carousel .imagebox-pagination .preview-item {
    position: relative;
    border: solid 0px white;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px
}

.home-carousel .imagebox-pagination .preview-item.current {
    border: solid 0px white
}

.home-carousel .imagebox-pagination .preview-item:not(.current) .pagination-dot-active {
    display: none
}

.home-carousel .imagebox-pagination .preview-item:hover .pagination-dot {
    background-color: #005691
}

.home-carousel .imagebox-pagination .preview-item .pagination-dot {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform cubic-bezier 0.38, 0.04, 0.35, 0.96 600ms, opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    transition: transform cubic-bezier 0.38, 0.04, 0.35, 0.96 600ms, background-color cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms, opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms, -webkit-transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
    background-color: #b7b7b7;
    margin-top: 10px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    width: 16px;
    height: 16px;
    display: inline-block
}

.home-carousel .imagebox-pagination .preview-item .pagination-dot:hover {
    background-color: #005691
}

.home-carousel .imagebox-pagination .preview-item .pagination-dot.pagination-dot-active {
    background-color: #005691;
    width: 32px;
    height: 32px;
    top: -10px;
    left: -10px
}

@media (min-width: 1260px) {
    .home-carousel .imagebox-container~.scroll.scroll-right {
        right: 0
    }
}

@media (min-width: 1260px) {
    .home-carousel .imagebox-container~.scroll.scroll-left {
        left: 0
    }
}

.item.uitem {
    width: 100%;
    position: relative
}

.item.uitem .uitem-outer {
    width: 100%;
    position: relative
}

.item.uitem .uitem-inner {
    width: 100%;
    position: relative
}

.item.uitem picture,
.item.uitem img {
    width: 100%
}

.item.uitem .ytiframe {
    background-color: red
}

.item.uitem .uitem-text {
    width: 100%;
    padding: 50px;
    text-align: center
}

@media (max-width: 767px) {
    .item.uitem .uitem-text {
        padding: 20px
    }
}

.item.uitem .uitem-text .uitem-text-outer {
    width: 100%
}

.item.uitem .uitem-text .uitem-text-outer .uitem-text-inner {
    width: 100%
}

.item.uitem .uitem-media {
    width: 100%
}

.item.uitem.bigImage16-9 .uitem-text,
.item.uitem.bigImage21-9 .uitem-text {
    min-height: 100%
}

.item.uitem.bigImage16-9:before,
.item.uitem.bigImage21-9:before {
    content: ' ';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 0
}

.item.uitem.bigImage21-9:before {
    padding-top: 42.85%
}

.item.uitem.bigImage16-9,
.item.uitem.bigImage21-9 {
    display: flex
}

.item.uitem.bigImage16-9:before,
.item.uitem.bigImage21-9:before {
    width: 0;
    flex-shrink: 1;
    content: '';
    display: block
}

.item.uitem.bigImage16-9 .uitem-media,
.item.uitem.bigImage21-9 .uitem-media {
    position: absolute;
    top: 0;
    left: 0
}

.item.uitem.bigImage16-9 .uitem-text,
.item.uitem.bigImage21-9 .uitem-text {
    z-index: 1;
    position: relative;
    margin-top: auto;
    margin-bottom: auto
}

.item.uitem.bigImage16-9 .uitem-inner,
.item.uitem.bigImage21-9 .uitem-inner {
    min-height: 100%;
    display: flex
}

.item.uitem.bigImage16-9,
.item.uitem.ytbackgroundplaying,
.item.uitem.ytforegroundplaying {
    display: flex
}

.item.uitem.bigImage16-9:before,
.item.uitem.ytbackgroundplaying:before,
.item.uitem.ytforegroundplaying:before {
    padding-top: 56.25%;
    width: 0;
    flex-shrink: 1;
    content: '';
    display: block
}

.item.uitem.bigImage16-9 .uitem-media,
.item.uitem.ytbackgroundplaying .uitem-media,
.item.uitem.ytforegroundplaying .uitem-media {
    position: absolute;
    top: 0;
    left: 0
}

.item.uitem.aspect-free .uitem-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.item.uitem.aspect-free .uitem-text .uitem-text-outer {
    display: flex;
    height: 100%
}

.item.uitem.aspect-free .uitem-text .uitem-text-outer .uitem-text-inner {
    margin-top: auto;
    margin-bottom: auto
}

.item.uitem.noimg:before {
    display: none
}

.item.uitem.noimg picture {
    display: none
}

.item.uitem.ytforegroundplaying picture,
.item.uitem.ytbackgroundplaying picture {
    display: none
}

.item.uitem.ytforegroundplaying .uitem-text {
    display: none
}

.item.uitem:not(.noimg):not(.keepimgaspect) .uitem-media {
    height: 100%
}

.item.uitem:not(.noimg):not(.keepimgaspect) .uitem-media * {
    height: 100%
}

.item.uitem:not(.noimg):not(.keepimgaspect) .uitem-media img {
    object-fit: cover
}

.item.uitem .ytwrapperouter:not(.active) {
    display: none
}

.item.uitem .ytwrapperouter.active {
    height: 100%;
    width: 100%
}

.item.uitem .ytwrapperouter.active .ytwrapperinner,
.item.uitem .ytwrapperouter.active iframe {
    height: 100%;
    width: 100%
}

.item.uitem:not([class*="u-TextColor"]) {
    color: white
}

.item.uitem .A-Link:not(:last-child) {
    margin-bottom: 10px
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) {
    width: 100%;
    overflow: hidden
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer {
    width: 200%;
    display: flex
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer>* {
    display: inline-block;
    width: 50%
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer .uitem-inner {
    display: flex;
    position: relative
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer .uitem-media {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer .uitem-media picture {
    width: 100%;
    height: 100%
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer .uitem-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.item.uitem.aspect-free:not(.ytbackgroundplaying):not(.ytforegroundplaying) .uitem-outer .uitem-text {
    position: relative;
    z-index: 1
}

.item.uitem.ytcontainer .ytplaybtn {
    cursor: pointer;
    display: inline-block
}

.doh .singler {
    width: 100%;
    overflow: hidden
}

.doh .doubler {
    width: 200%;
    display: flex
}

.doh .doubler>* {
    display: inline-block;
    width: 50%
}

.doh img {
    width: 100%
}

.doh .stuff {
    display: flex;
    position: relative
}

.doh .stuff .stuff-outer {
    margin-top: auto;
    margin-bottom: auto
}

.doh .stuff .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%
}

.doh .stuff .bg picture {
    width: 100%;
    height: 100%
}

.doh .stuff .bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.logistics-provider-selection {
    display: flex;
    flex-direction: row
}

.logistics-provider-selection .A-Teaser-TeaserCard {
    width: 50%
}

.logistics-provider-selection .A-Teaser-TeaserCard .A-Teaser-TeaserCard__image {
    padding: 25px
}

.logistics-provider-selection .A-Teaser-TeaserCard .A-Teaser-TeaserCard__content {
    padding-top: 0;
    display: flex;
    flex-direction: column
}

.logistics-provider-selection .A-Teaser-TeaserCard .A-FormField-Input-Radio .A-FormField__icon {
    background: #e4e4e4
}

.logistics-provider-selection .A-Teaser-TeaserCard .A-Link__coverLink {
    cursor: pointer;
    height: 100%
}

.logistics-provider-selection .A-Teaser-TeaserCard .logistics-provider-hint {
    font-size: 0.75rem;
    margin-bottom: auto;
    margin-top: 0px
}

@media (min-width: 768px) {
    .logistics-provider-selection .A-Teaser-TeaserCard {
        width: 25%
    }
}

@media (min-width: 992px) {
    .logistics-provider-selection .A-Teaser-TeaserCard {
        width: 17%;
        min-width: 195px
    }
}

.dropdown:not(.is-open):not(:hover) .dropdown-arrow {
    display: none
}

.dropdown:not(.is-open):not(:hover) .dropdown-container {
    display: none
}

.dropdown .dropdown-container {
    min-width: 270px;
    max-width: 100vw
}

@media (max-width: 767px) {
    .dropdown .dropdown-container {
        width: 97vw
    }
}

.imgroup-element-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.home-footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

.home-footer>* {
    margin-top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .home-footer>* {
        width: 33.33%
    }
}

@media (min-width: 992px) {
    .home-footer>* {
        width: 20%
    }
}

.home-footer .multiline-text p {
    font-size: 14px
}

.home-footer .header-sticky-item {
    padding-left: 15px;
    padding-right: 15px
}

.home-footer .M-FooterNavigation__blockInstance__heading {
    font-size: 16px
}

html.reduced-mode .reduced-hide {
    display: none
}

html.reduced-mode .O-Header .O-Header__navRow,
html.reduced-mode .O-Footer__SearchForm {
    display: none
}

html:not(.reduced-mode) .standard-hide {
    display: none
}

.O-Footer .container-fluid,
.O-Banner .container-fluid {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px
}

.O-Footer .container-fluid>:not(.full-width),
.O-Banner .container-fluid>:not(.full-width) {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto
}

.O-Footer .container-fluid .home-footer-bar,
.O-Footer .container-fluid .home-header-bar,
.O-Banner .container-fluid .home-footer-bar,
.O-Banner .container-fluid .home-header-bar {
    min-height: 42px
}

.O-Footer .container-fluid .home-header-bar,
.O-Banner .container-fluid .home-header-bar {
    margin-bottom: 2px
}

.O-Footer .container-fluid .home-header-bar-content .home-benefit-no-mobile-display,
.O-Banner .container-fluid .home-header-bar-content .home-benefit-no-mobile-display {
    display: none
}

@media (min-width: 992px) {

    .O-Footer .container-fluid .home-header-bar-content .home-benefit-no-mobile-display,
    .O-Banner .container-fluid .home-header-bar-content .home-benefit-no-mobile-display {
        display: block
    }
}

.O-Footer .container-fluid .home-footer-bar-content,
.O-Footer .container-fluid .home-header-bar-content,
.O-Banner .container-fluid .home-footer-bar-content,
.O-Banner .container-fluid .home-header-bar-content {
    display: flex;
    flex-wrap: wrap;
    color: white;
    max-width: 1300px;
    padding-left: 6%;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto
}

.O-Footer .container-fluid .home-footer-bar-content>div,
.O-Footer .container-fluid .home-header-bar-content>div,
.O-Banner .container-fluid .home-footer-bar-content>div,
.O-Banner .container-fluid .home-header-bar-content>div {
    width: 100%;
    padding-left: 15%;
    padding-bottom: 0px;
    position: relative
}

@media (min-width: 480px) {

    .O-Footer .container-fluid .home-footer-bar-content>div,
    .O-Footer .container-fluid .home-header-bar-content>div,
    .O-Banner .container-fluid .home-footer-bar-content>div,
    .O-Banner .container-fluid .home-header-bar-content>div {
        padding-left: 0px !important;
        width: 50%
    }
}

@media (min-width: 992px) {

    .O-Footer .container-fluid .home-footer-bar-content>div,
    .O-Footer .container-fluid .home-header-bar-content>div,
    .O-Banner .container-fluid .home-footer-bar-content>div,
    .O-Banner .container-fluid .home-header-bar-content>div {
        width: 25%
    }
}

.O-Footer .container-fluid .home-footer-bar-content span,
.O-Footer .container-fluid .home-header-bar-content span,
.O-Banner .container-fluid .home-footer-bar-content span,
.O-Banner .container-fluid .home-header-bar-content span {
    font-size: 14px
}

.O-Footer .container-fluid .home-footer-bar-content svg,
.O-Footer .container-fluid .home-header-bar-content svg,
.O-Banner .container-fluid .home-footer-bar-content svg,
.O-Banner .container-fluid .home-header-bar-content svg {
    fill: white;
    background: none;
    width: 25px;
    position: absolute;
    left: 25px
}

.O-Footer .O-Footer__Copyright .O-Footer__Copyright__heading,
.O-Banner .O-Footer__Copyright .O-Footer__Copyright__heading {
    font-size: 16px
}

.O-Footer .O-Footer__Copyright .O-Footer__Copyright__navigationItem span,
.O-Banner .O-Footer__Copyright .O-Footer__Copyright__navigationItem span {
    font-size: 16px
}

.M-ProfileAccess__toggleLink {
    border: solid 0px white
}

.header-dropdown .header-sticky-item:not(:first-child) {
    border-top: 1px solid #DDD
}

.header-dropdown .header-sticky-item:not(:first-child) {
    padding-top: 10px
}

.header-sticky-items p {
    font-size: 14px
}

.header-sticky-item-inner {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.header-sticky-item-inner>a {
    display: flex;
    flex-direction: row;
    color: black
}

.header-sticky-item-inner>a:hover {
    color: #005691
}

.header-sticky-item-inner>a:hover svg {
    fill: #005691
}

.header-sticky-item-inner .header-sticky-item-content a:not([href^="tel"]):hover {
    color: #005691
}

.header-sticky-item-inner .header-sticky-item-content a:not([href^="tel"]):hover svg {
    fill: #005691
}

.header-sticky-item-inner .header-sticky-item-content b>a>* {
    font-weight: bold
}

.header-sticky-item-inner .header-sticky-item-content a:not([href^="tel"]):not([class*="u-TextColor"]) {
    color: black
}

.header-sticky-item-inner .header-sticky-item-icon {
    pointer-events: none
}

.header-sticky-item-icon {
    width: 35px;
    flex-shrink: 0
}

.header-sticky-item-content {
    display: flex;
    flex-direction: column
}

.header-sticky-item-content a[href^="tel"] span {
    font-weight: bold
}

.quality-notes {
    margin-top: 30px
}

.quality-notes>.M-Table {
    padding-top: 0
}

.home-headline-standalone .A-Text-ComponentHeader__subline {
    color: black
}

.home-kb-faq-cat-search.headline_content_hide .faqlist .M-Accordion.M-Accordion-Text .A-Text-ComponentHeader {
    display: none
}

.product-details-info-variant .A-Text-ComponentHeader__headline.A-Text-ComponentHeader__headline--withSubline.h1.u-TextColor--lightBlue {
    margin-bottom: 20px
}

.product-details-info-variant .product-variant-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.product-details-info-variant .product-variant-header .product-variant-label {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 9px
}

.product-details-info-variant .product-variant-header .product-variant-select {
    position: relative;
    border: solid 1px black;
    margin-left: auto;
    margin-right: auto
}

.product-details-info-variant .product-variant-header .product-variant-select select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 16px;
    padding-right: 16px;
    padding-right: 40px;
    border: solid 0 white;
    background-color: white
}

.product-details-info-variant .product-variant-header .product-variant-select:after {
    pointer-events: none;
    content: " ";
    position: absolute;
    display: inline-block;
    border: solid gray;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: translate(-21px, 0px) rotate(45deg);
    top: 18px;
    right: 0
}

.product-details-headline-import .home-headline-main {
    font-size: 40px;
    margin-top: 30px
}

.home-carousel-split {
    margin-bottom: 40px
}

.home-carousel-split .home-carousel-split-inner {
    position: relative
}

.home-carousel-split .home-carousel-split-dots {
    position: relative;
    width: 100%;
    display: flex;
    text-align: center
}

@media (max-width: 1023px) {
    .home-carousel-split .home-carousel-split-dots {
        position: absolute;
        padding-top: calc(56.25% - 21px);
        top: 0;
        left: 0
    }

    .home-carousel-split .home-carousel-split-dot {
        z-index: 11;
        position: relative
    }
}

.home-carousel-split .home-carousel-split-dot {
    display: inline-flex;
    cursor: pointer;
    z-index: 11;
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center
}

.home-carousel-split .home-carousel-split-dot.current {
    font-size: 36px
}

.home-carousel-split .home-carousel-split-dot.current>div {
    margin-top: -2px
}

.home-carousel-split .home-carousel-split-dot>div {
    margin-left: auto;
    margin-right: auto
}

.home-carousel-split .home-carousel-split-dot.current:not(:hover) .home-carousel-split-dot-default {
    display: none
}

.home-carousel-split .home-carousel-split-dot.current:hover .home-carousel-split-dot-default {
    display: none
}

.home-carousel-split .home-carousel-split-dot:not(.current):not(:hover) .home-carousel-split-dot-active {
    display: none
}

.home-carousel-split .home-carousel-split-dot:not(.current):hover .home-carousel-split-dot-default {
    display: none
}

.home-carousel-split .home-carousel-split-dot:first-child {
    margin-left: auto
}

.home-carousel-split .home-carousel-split-dot:last-child {
    margin-right: auto
}

.home-carousel-split .home-carousel-split-dot .home-carousel-split-dot-default:not([class*="u-TextColor"]) {
    color: #ccc
}

.home-carousel-split .home-carousel-split-dot .home-carousel-split-dot-active:not([class*="u-TextColor"]) {
    color: #005691
}

.home-carousel-split .home-carousel-split-image {
    width: 100%
}

.home-carousel-split .home-carousel-split-image .A-Image__figure {
    height: 100%
}

.home-carousel-split .home-carousel-split-image .A-Image__figure img {
    position: relative;
    transform: none;
    top: 0;
    left: 0
}

.home-carousel-split .home-carousel-split-image picture {
    height: 100%;
    display: block
}

.home-carousel-split .home-carousel-split-text {
    width: 100%
}

.home-carousel-split .home-carousel-split-text a,
.home-carousel-split .home-carousel-split-text button {
    position: relative;
    z-index: 11
}

.home-carousel-split .home-carousel-split-text .home-carousel-split-text-outer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.home-carousel-split .home-carousel-split-text .home-carousel-split-text-inner {
    padding: 14px 0 91px
}

@media (min-width: 768px) {
    .home-carousel-split .home-carousel-split-text .home-carousel-split-text-inner {
        padding: 84px 56px 91px
    }
}

.home-carousel-split .home-carousel-split-text .home-overline {
    font-size: 14px
}

@media (min-width: 768px) {
    .home-carousel-split .home-carousel-split-text .home-overline {
        font-size: 18px
    }
}

.home-carousel-split .home-carousel-split-text .home-headlineh1 {
    margin-bottom: 10px
}

.home-carousel-split .home-carousel-split-text .home-subheadline {
    font-size: 16px
}

@media (min-width: 768px) {
    .home-carousel-split .home-carousel-split-text .home-subheadline {
        font-size: 20px
    }
}

.home-carousel-split .home-carousel-split-text .home-quote p {
    font-size: 14px
}

@media (min-width: 768px) {
    .home-carousel-split .home-carousel-split-text .home-quote p {
        font-size: 24px
    }
}

.home-carousel-split .home-carousel-split-text .home-quote p:first-child:before {
    content: '“'
}

.home-carousel-split .home-carousel-split-text .home-quote p:last-child:after {
    content: '”'
}

.home-carousel-split .home-carousel-split-text .home-quote p:not(:empty):not(:last-child) {
    margin-bottom: 0px
}

.home-carousel-split .home-carousel-split-image img {
    width: 100%
}

@media (min-width: 1024px) {
    .home-carousel-split .home-carousel-split-image img {
        object-fit: cover;
        height: 100%
    }
}

.home-carousel-split .home-carousel-split-item {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.home-carousel-split .home-carousel-split-items {
    display: flex;
    width: 100%;
    overflow: hidden
}

@media (max-width: 1023px) {
    .home-carousel-split .home-carousel-split-image-portrait {
        display: none
    }
}

@media (min-width: 1024px) {
    .home-carousel-split .home-carousel-split-image-landscape {
        display: none
    }

    .home-carousel-split .home-carousel-split-item {
        display: flex;
        flex-direction: row
    }

    .home-carousel-split .home-carousel-split-image {
        width: 50%
    }

    .home-carousel-split .home-carousel-split-text {
        width: 50%
    }
}

.home-carousel-split .home-carousel-split-swipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.home-carousel-split button {
    z-index: 6;
    position: relative
}

.home-carousel-split .home-carousel-arrows {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 50px;
    z-index: 12;
    display: flex
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow svg {
    margin-top: auto;
    margin-bottom: auto
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow.home-carousel-arrow-left {
    left: 0
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow.home-carousel-arrow-left svg {
    margin-left: auto;
    margin-right: 10px
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow.home-carousel-arrow-right {
    right: 0
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow.home-carousel-arrow-right svg {
    margin-left: 10px
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow:not(:hover) .A-Icon--pagination-arrows.home-carousel-arrow-hover {
    display: none
}

.home-carousel-split .home-carousel-arrows .home-carousel-arrow:hover .A-Icon--pagination-arrows:not(.home-carousel-arrow-hover) {
    display: none
}

@media (max-width: 1023px) {
    .home-carousel-split .home-carousel-arrows {
        bottom: auto;
        top: 0;
        height: auto
    }

    .home-carousel-split .home-carousel-arrows:before {
        content: ' ';
        padding-top: 56%;
        width: 100%;
        display: block
    }

    .home-carousel-split .home-carousel-arrows .home-carousel-arrow {
        top: 0
    }
}

@media (max-width: 768px) {
    .home-carousel-split .home-carousel-arrows {
        display: none
    }
}

.home-carousel-split:not([class*="u-TextColor"]) {
    color: white
}

@media (min-width: 10px) {
    .A-Video__figure video {
        display: block !important
    }
}

.newsletter-popup-container {
    display: none
}

.newsletter-popup-container .newsletter-popup {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 57%;
    display: flex;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    min-width: 346px;
    min-height: 200px;
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup {
        height: 257px;
        width: 424px;
        bottom: 100px;
        left: 33px;
        transform: translate(0%, 0%)
    }

    .newsletter-popup-container .newsletter-popup div {
        width: auto;
        max-width: 214px
    }
}

.newsletter-popup-container .newsletter-popup div {
    display: flex;
    flex-flow: column;
    width: 50%
}

.newsletter-popup-container .newsletter-popup div img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup div img {
        width: auto;
        height: 100%
    }
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-icon-close {
    width: auto;
    margin-left: auto
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-icon-fill {
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    margin: 8px;
    cursor: pointer
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-headline {
    height: 20%;
    width: 100%;
    color: #000000;
    font-family: boschsans, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup .newsletter-popup-headline {
        height: 70px;
        width: 159px;
        font-size: 21px
    }
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-subline {
    height: 42%;
    width: 91%;
    color: #000000;
    font-family: boschsans, sans-serif;
    font-size: 0.65em;
    letter-spacing: 0;
    line-height: 18px
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup .newsletter-popup-subline {
        height: 73px;
        width: 185px;
        font-size: 12px
    }
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-primary {
    text-align: center
}

.newsletter-popup-container .newsletter-popup .confirm {
    color: #FFFFFF;
    font-family: boschsans, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 37px;
    cursor: pointer;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup .confirm {
        font-size: 16px;
        line-height: 45px
    }
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-color {
    height: 18%;
    width: 80%;
    background-color: #007BC0
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup .newsletter-popup-button-color {
        height: 19%
    }
}

.newsletter-popup-container .newsletter-popup .content {
    margin: 0 0 0 10px
}

@media screen and (min-width: 768px) {
    .newsletter-popup-container .newsletter-popup .content {
        margin: 0 0 0 14px
    }
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-primary span a {
    text-decoration: none;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-block
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-primary span a span {
    color: #fff
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-primary span a:visited {
    text-decoration: none
}

.newsletter-popup-container .newsletter-popup .newsletter-popup-button-primary:hover {
    background-color: #00629a
}

.footer-newsletter-container {
    width: 100%;
    background-color: #EFF1F2;
    padding: 1% 2% 1% 1%;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .footer-newsletter-container {
        display: flex
    }
}

.footer-newsletter-container .footer-newsletter-offertext {
    height: 15px;
    width: 32px;
    color: #FFFFFF;
    font-family: boschsans, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 35px;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .footer-newsletter-container .footer-newsletter-offertext {
        line-height: 15px;
        margin: 13px 5px
    }
}

.footer-newsletter-container .footer-newsletter-headline {
    width: auto;
    color: #9E2896;
    font-family: boschsans, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .footer-newsletter-container .footer-newsletter-headline {
        height: 21px;
        font-size: 0.9rem
    }
}

.footer-newsletter-container .footer-newsletter-subline {
    height: 36px;
    color: #9E2896;
    font-family: boschsans, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0;
    line-height: 18px;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .footer-newsletter-container .footer-newsletter-subline {
        height: auto;
        width: auto;
        margin: 0% 0% 0% 0%
    }
}

.footer-newsletter-container .footer-newsletter-subline .A-Link--primary a {
    color: #9E2896
}

.footer-newsletter-container .footer-newsletter-subline .A-Link--primary a:hover {
    color: #9E2896;
    font-weight: bold
}

.footer-newsletter-container .footer-newsletter-circle {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #9E2896;
    text-align: center;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .footer-newsletter-container .footer-newsletter-circle {
        height: auto;
        width: auto;
        margin: 0% 0% 0% 0%
    }
}

.footer-newsletter-container .footer-newsletter-content {
    text-align: center;
    margin: 0 0 0 20px
}

@media screen and (min-width: 1200px) {
    .footer-newsletter-container .footer-newsletter-content {
        margin-left: calc((50%) - 555px)
    }
}

@media (min-width: 1535px) {
    html.ultrawide .container {
        width: auto;
        max-width: 1500px
    }

    html.ultrawide .container-fluid {
        width: auto;
        max-width: 1500px
    }

    html.ultrawide .M-Navigation-Main__itemsWrapper {
        width: auto;
        max-width: 1500px
    }
}

.M-Stage:after {
    height: 50px !important;
    bottom: -50px !important
}

.product-details-list .A-ItemTeaser__wishList {
    display: none
}

.cx-webchat {
    right: 9% !important
}

@media screen and (max-width: 600px) {
    .cx-webchat {
        right: 18% !important
    }
}

@media (min-width: 351px) and (max-width: 482px) {

    .A-Link--button .A-Link__link,
    .A-Link--button--filled .A-Link__link {
        padding: 10px 5px !important
    }
}

@media (min-width: 250px) and (max-width: 350px) {

    .A-Link--button .A-Link__link,
    .A-Link--button--filled .A-Link__link {
        padding: 0px 5px !important
    }

    .A-Link--button {
        height: 50px !important
    }
}

@media (min-width: 201px) and (max-width: 249px) {

    .A-Link--button .A-Link__link,
    .A-Link--button--filled .A-Link__link {
        padding: 0px 5px !important
    }

    .A-Link--button {
        height: 70px !important
    }
}

@media (min-width: 0px) and (max-width: 200px) {

    .A-Link--button .A-Link__link,
    .A-Link--button--filled .A-Link__link {
        padding: 0px 5px !important
    }

    .A-Link--button {
        height: 100px !important
    }
}

.-blue {
	color: var(--major-highlight-blue__enabled__front__default);
	background: var(--major-highlight-blue__enabled__fill__default);
}