/* KI-Kennzeichnung: Badge unten rechts am sichtbaren Bildrand */

.tierheim-ki-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.tierheim-fokus-karussell__slide .tierheim-ki-wrap {
    display: block;
    width: 100%;
}

.swiper-slide .tierheim-ki-wrap {
	    display: block;
	    width: 100%;
}

.tier-hintergrund-wrap {
    position: relative;
}

.tierheim-ki-label {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    pointer-events: none;
    white-space: nowrap;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
}
