﻿#kabeltv .animation .textmedia {
    position: relative;
}

/* Galerie auf volle Breite */
#kabeltv .animation .textmedia-gallery,
#kabeltv .animation .gallery-row,
#kabeltv .animation .gallery-item {
    width: 100% !important;
    max-width: none !important;
}

#kabeltv .animation .gallery-item {
    flex: 0 0 100% !important;
}

/* Bild auf 100 % */
#kabeltv .animation figure.image,
#kabeltv .animation picture,
#kabeltv .animation img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
}

/* Bild nach hinten */
#kabeltv .animation .textmedia-gallery {
    position: relative;
    z-index: 1;
}

/* Text über das Bild legen */
#kabeltv .animation .textmedia-text {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
    pointer-events: none;
}

/* Überschrift */
#kabeltv .animation .textmedia-text h5 {
    position: relative;
    z-index: 3;

    margin: 0;
    padding: 12px 24px;

    color: #fff;
    font-size: 36px;
    line-height: 1.2;

    background: rgba(210, 30, 35, 0.92);
}