/* Slider Screenshot-Teaser-XL */
/* um das Springen der Punkte zu verhindern, Fließtext fixe Höhe */
.js .carousel-teaser-xl  .teaser-screenshot .content {
    /* 3 Zeilen + 14px */
    height: 86px;
    max-height: 86px;
    padding-top: 0px;
}
@media screen and (min-width: 660px) and (max-width: 979.9px) {
    /* 4 Zeilen + 14px */
    .js .carousel-teaser-xl  .teaser-screenshot .content {
        height: 105px;
        max-height: 105px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 659.9px) {
    /* 8 Zeilen + 14px */
    .js .carousel-teaser-xl  .teaser-screenshot .content {
        height: 206px;
        max-height: 206px;
        padding-top: 0px;
    }
}
/**/

/* Headline Color */
/* because of backwards compability the color for section-headline should also be possible in the group-headlines */
.group-headline > .size-7:not(p):not(.subheadline),
.group-headline > .size-6:not(p):not(.subheadline) {
    color: #1C449B;
}
/**/
