.dm-teaserCluster--aab_cde .dm-groupHeadline {grid-area: hl;}
.dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(1) {grid-area: a;}
.dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(2) {grid-area: b;}
.dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(3) {grid-area: c;}
.dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(4) {grid-area: d;}
.dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(5) {grid-area: e;}
.dm-teaserCluster--aab_cde .dm-teaserCluster__moreChips {grid-area: more;}
.dm-teaserCluster--aab_cde .dm-slot--mobile:nth-of-type(1) {grid-area: slot;}

.dm-teaserCluster--aab_cde {
    grid-template-areas:  "hl"
                        "a"
                        "b"
                        "c"
                        "slot"
                        "d"
                        "e"
                        "more"
;
}

@media (min-width: 768px) {
    .dm-teaserCluster--aab_cde {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
                "hl     hl    hl"

                "a      a      b"

                "c      d     e"

                "more more more"
    ;
    }
}

@media (max-width: 767px) {
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(3),
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(4),
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(5) {
        font-size: var(--articleTextSize);
        grid-template-columns: 1.1rem 1.1rem 4.3fr 1fr 0 minmax(0, 5fr);
        grid-template-rows: min-content min-content min-content min-content 1fr;
        grid-template-areas:
             "date       date      date     date    date   anzeige   "
             "icon       over      over     over    over   over      "
             "hl         hl        hl       hl      .      figure    "
             "author     author    author   social  .      figure    "
    }
}

@media (max-width: 550px) {

    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(3) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect1x1,
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(4) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect1x1,
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(5) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect1x1 {
        display: block;
    }

    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(3) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect340x191,
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(4) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect340x191,
    .dm-teaserCluster--aab_cde .dm-teaser:nth-of-type(5) .dm-figure--teaser .dm-figure__image.dm-figure__image--aspect340x191 {
        display: none;
    }

}
