article.banner {
    background-size: cover;
    background-position: right;
    margin: 0 0 1.5rem 0;
    padding: 0 40px;
    height: 400px;
    overflow: hidden;
    flex-wrap: wrap;
}

article.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to right, #ffffff, #ffffff00);
    background-image: linear-gradient(to right, #ffffff, #ffffff00);
    top: 0;
    left: 0;
}

article.banner:after {
    position: absolute;
    display: block;
    margin: -40px 0 0 -40px;
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 4px var(--dark-gray);
    z-index: 1;
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    padding: 0 .8rem;
    top: 40px;
}

article.banner.brandNew:after {
    content: 'NEU';
}

article.banner.sales:after {
    content: 'ANGEBOT';
}

article.banner.action:after {
    content: 'AKTION';
}

article.banner.recommended:after {
    content: 'EMPFEHLUNG';
}

article.banner section h2 {

    font-size: 22px;
    margin: 0 0 16px 0;
}

article.banner section h3 {
    display: flex;
    font-size: 18px;
    color: var(--primary);
    margin: -12px 0 16px 0;
}

article.banner section h3.price {
    color: var(--black);
    font-size: 40px;
    margin: 0 0 1rem 0;
    align-items: flex-end;
}

article.banner section h3.price > .top {
    width: auto;
    margin: .05em .25em auto 0;
    font-size: 28px;
}

article.banner section p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px 0;
}

article.banner section ul {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
}

article.banner section ul li {
    margin: 0 0 4px 28px;
    font-size: 14px;
}

article.banner section ul li:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(https://mediagroup-central.s3.eu-central-1.amazonaws.com/images/icons/check-circle-solid.svg);
    background-repeat: no-repeat;
    transition: background-image .1s;
    top: 4px;
    margin: 0 4px 0 -22px;
    background-size: 100%;
}

article.banner section ol {
    padding: 0;
}

article.banner section ol li {
    margin: 0 0 0 28px;
    padding: 0 0 8px 0;
}

article.banner section h3:empty,
article.banner section p:empty,
article.banner section ul:empty,
article.banner section .bottom:empty {
    display: none;
}

article > section > div > span.small,
article.banner h3.price > span.small {
    margin: auto 0.5rem 0 0;
    font-size: 14px;
}

article.banner h3.price > span.small:last-child {
    margin: 0 0 0 0.5rem;
    line-height: 24px;
    font-weight: normal;
}

article.banner section .top {
    position: relative;
    display: block;
    margin: 40px 0 0 0;
    width: 100%;
}

article.banner section .center {
    position: relative;
    display: block;
    margin: 0 0 auto 0;
    width: 100%;
}

article.banner section .bottom {
    margin: auto 0 0 0;
    width: 100%;
    height: 100%;
    display: none;
}

article.banner section m-button {
    margin: 0;
    float: none;
    margin: 0 8px 8px 0;
}

article.banner section m-button:last-child {
    margin: 0 0 8px 0;
}

.splide__pagination {
    bottom: 1.75rem !important;
}

@media (min-width: 768px) {
    article.banner {
        margin: 0 auto 1.5rem auto;
        max-width: calc(var(--max-content-width) - 2rem);
    }

    article.banner:after {
        font-size: 1.4rem;
        height: 40px;
        line-height: 40px;
        padding: 0 1rem;
        top: 60px;
        margin: -60px 0 0 -40px;
    }

    article.banner.bannerFullWidth {
        max-width: 100%;
    }

    .splide article.banner {
        max-width: 100%;
        margin: 0;
    }

    article.banner section {
        max-width: 100%;
        margin: 0;
        position: relative;
        min-height: -webkit-fill-available;
    }

    .splide article.banner section {
        position: relative;
        min-height: calc(400px - 60px);
        max-width: calc(var(--max-content-width) - 2rem);
        margin: auto;
    }

    article.banner:before {
        background-image: -webkit-linear-gradient(to right, #ffffffe0, #ffffff00);
        background-image: linear-gradient(to right, #ffffffe0, #ffffff00);
    }

    article.banner section .top {
        width: 60%;
        margin: 3rem 0 0 0;
    }

    article.banner section .center {
        width: 60%;
        display: inline-block;
        contain: content;
        bottom: 0;
    }

    article.banner section .bottom {
        width: 40%;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        min-height: 100%;
    }

    article.banner section img {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .splide article.banner section img {
        bottom: -.75rem;
    }

    article.banner section h2 {
        font-size: 28px;
    }

    article.banner section h3 {
        font-size: 22px;
    }

    article.banner section p {
        font-size: 16px;
        line-height: 28px;
    }

    article.banner section ul li {
        font-size: 16px;
        margin: 0 0 8px 28px;
    }

    .splide__pagination {
        bottom: .5rem !important;
    }
}

@media (min-width: 1400px) {
    article.banner section {
        max-width: calc(var(--max-content-width) - 2rem);
        margin: 0 auto;
        position: relative;
        min-height: -webkit-fill-available;
    }

    .splide article.banner section {
        min-height: calc(600px - 60px);
    }

    .splide article.banner section h2 {
        font-size: 32px;
    }

    .splide article.banner section h3 {
        font-size: 26px;
    }

    .splide article.banner section h3.price {
        font-size: 40px;
    }

    .splide article.banner section p {
        font-size: 20px;
        line-height: 28px;
    }

    .splide article.banner section ul li {
        font-size: 20px;
        margin: 0 0 8px 28px;
    }

    .splide article.banner {
        height: 600px;
    }

    .splide article.banner section img {
        max-width: 600px;
    }

    article.banner section .top {
        width: 60%;
    }

    article.banner section ul li:before {
        top: 2px;
    }
}