/* Beschreibung rechts unten */
.backgroundimage-credit {
    position: absolute;
    z-index: 2;

    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;

    bottom: 8px;
    right: 12px;
    font-size: 0.75rem;
    opacity: 0.6;
    padding: 2px 8px;
}

.backgroundimage-credit a {
    display: inline-block;
    text-decoration: none;
    color: white !important;
}

.backgroundimage-credit:hover {
    opacity: 1;
}