/* specials_bildteaser-headline-hintergrundfarbe.css */
#bild-teaser h3 {
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 60px;
    bottom: 0px;
    margin-bottom: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
}
#bild-teaser figure {
    margin-bottom:0px;
}