.at-productBanner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    border-bottom: 3px solid #2d7bc8;
}

.at-productBanner:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    background-color: rgba(68, 158, 243, 0.75);
}

.at-productBanner__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    z-index: 1;
}

.at-productBanner__intro {
    margin-bottom: 2em;
    color: #fff;
}

.at-productBanner__introTitle {
    margin-top: 0;
}

.at-productBanner__introDescription {
    font-size: 1.2em;
    line-height: 1.5;
}

.at-productBanner__introLink {
    padding: 14px 28px;
    border: 3px solid #fff;
}

.at-productBanner--noOverlay:after {
    content: none;
}

.at-productBanner.at-productBanner--noOverlay {
    border-bottom: 0;
}

.at-productBanner--noOverlay .at-productBanner__intro {
    padding: 1.5em;
    color: #2d4668;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
}

.at-productBanner__products {
    margin-bottom: 1.5em;
}

.at-productBanner--noOverlay .at-productBanner__products .c-productViewHighlightMainCategory {
    display: none;
}

.at-productBanner .newslistitem {
    box-sizing: border-box;
    position: relative;
    min-height: 126px;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2d7bc8;
    background-color: #328ae3;
    overflow: hidden;
}

.at-productBanner .newsitemtitle {
    color: #fff;
    font-size: 1.2em;
    font-family: "aller_lightregular", sans-serif;
}

.at-productBanner .newsitemtitle a {
    color: #fff;
}

.at-productBanner .introduction {
    display: block;
    margin-top: -1.75em;
    text-indent: -999em;
}

.at-productBanner .smallNewsImage,
.at-productBanner .date {
    display: none;
}

.at-productBanner .introduction a {
    display: block;
    margin-bottom: 3px;
    width: 7em;
    padding: 5px 12px;
    color: #2a346c;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
    text-indent: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 3px 0 #2d7bc8;
    background-color: #fff;
}

.at-productBanner .introduction a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc3242;
}

@media (min-width: 450px) {
    .at-productBanner .smallNewsImage {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 9em;
        display: block;
        border: none;
        box-shadow: none;
        border-radius: 0;
        object-fit: cover;
        height: 100%;
    }

    .at-productBanner .newsitemtitle {
        display: -webkit-box;
        margin-left: 8rem;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .at-productBanner .introduction {
        margin-left: 8rem;
    }
}

@media (min-width: 768px) {
    .at-productBanner__intro {
        margin-bottom: 0;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    .at-productBanner--noOverlay .at-productBanner__inner {
        padding: 60px 15px 60px 15px;
    }
}

@media (min-width: 768px) {
    .at-productBanner__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        'intro products'
        'intro news';
        gap: 2em 10%;
        padding: 60px 15px 30px 15px;
    }

    .at-productBanner__inner.at-productBanner__inner--noNews {
        grid-template-areas:
        'intro products'
        'intro products';
    }

    .at-productBanner__intro {
        grid-area: intro;
    }

    .at-productBanner__products.at-productBanner__products--noNews {
        grid-area: products;
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: 100%;
        grid-gap: 2em;
    }

    .at-productBanner__products,
    .c-productViewHighlight {
        margin-bottom: 0;
    }

    .at-productBanner__products .c-productViewHighlight__link {
        display: flex;
        height: 100%;
    }

    .at-productBanner__products .c-productViewHighlight__imageContainer {
        flex-shrink: 0;
    }

    .at-productBanner__products .c-productViewHighlight__infoContainer {
        width: 100%;
    }

    .at-productBanner__news {
        grid-area: news;
    }
}

@media (min-width: 1000px) {
    .at-productBanner__inner {
        padding: 30px 15px 50px 15px;
    }

    .at-productBanner--noOverlay .at-productBanner__inner {
        padding: 30px 15px 80px 15px;
    }
}
