/* Prio 1 Teaser */
.teaser-prio1 { position: relative;  color: #fff; margin-bottom: 46px; }
.teaser-prio1 .text-block { background-color: var(--contentBlue);  padding: 20px; overflow: hidden; }
.teaser-prio1 h1 { line-height: normal; }
.teaser-prio1 h1 a {color: #fff;}
.teaser-prio1 h1 span { display: block; font-size: .55em; margin-bottom: 3px; color: #fff;}
.teaser-prio1 .date { margin-bottom: 10px; font-size: .86em; text-transform: uppercase; }
.teaser-prio1 .teaser-text { display: none; }

/* Teaser List */
.teaser-news .teaser-items>a { margin-bottom: .5em; }
.teaser-news .teaser-items .text {margin-top: .6em;}


/* Mbox News dbb */
.mbox.news .news { display: flex; flex-direction: column; gap: .8em;}

@media (min-width: 768px) {
    /* Prio 1 Teaser */
    .teaser-prio1 .text-block { position: absolute;  top: 0; width: 100%; height: 100%;background-color: transparent; background-image: linear-gradient(to top, rgba(0,0,0,.33) 33%, transparent 70%); }
    .teaser-prio1 .text { margin-top: 27%; }
    .teaser-prio1 h2 {font-size: 2em; width: 95%; }

    /* Teaser List */
    .teaser-news .teaser-items>a {position: relative; margin-bottom: 0; }
    .teaser-news .teaser-items .text {margin-top: 0;}
}

@media (min-width: 992px) {
    /* Prio 1 Teaser */
    .teaser-prio1 h2 { }
}

@media (min-width: 1450px) {
    /* Prio 1 Teaser */
    .teaser-prio1 h2 {  }
}