
.bildrechtelightbox {
    width: 600px;
}

.bildrechtelightbox .img {
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    display: table-cell;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bildrechtelightbox .txt {
    margin-bottom: 10px;
}

.bildrechtelightbox .img img {
    position: absolute;
    width: 80px;
    height: auto;
    top: 50%;
    transform: translatey(-50%);
}

.bildrechtelightbox > div {
    clear: both;
    margin-bottom: 10px;
}

.bildrechtelightbox > div:after, .bildrechtelightbox .img:after, .bildrechtelightbox .txt:after, .bildrechtelightbox .img img:after {
    content: '';
    clear: both;
}

.bildrechtelightbox h2 {
    margin-top: 0;
}
