.thumbnail-lit{
    background-size: cover;
    height: 330px;
    object-fit: cover;
    width: 330px;
}

.thumbnail-speakerinnen{
    height: 330px!important;
}


.pic-wrapper{
    position: absolute;
}
.pic-label{
    background-color: white;
    padding: 10px 10px 10px 10px;
    top: 20px;
    position: relative;
    border: 1px solid white;
    margin-left: 20px;
    color: #4a4a4a;
    font-size: 13px;
}
.pic-content{
    padding: 10px;
    color: white;
    margin-top: -16px;
    min-height: 68px;
}
.interviews{
    position:absolute;
}
.all-inteviews{
    position: relative;
    bottom: -360px;
    font-size: 18px;
}
.ai-arrow{
    position: relative;
    bottom: -360px;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    color: #4a4a4a;
}
.all-inteviews a{
    color: #4a4a4a;
}
.pic-content a {
    color:white;
}

.pic-content a:hover {
    color:#e30513;
}

.counter-0{
    background-color: #f18289;
}

.counter-1{
    background-color: #aee6ea;
}

.counter-2{
    background-color: #f6cb91;
}

.all-inteviews a:hover{
    color:#e30513;
}

.interview-teaser{
    min-height:120px!important;
}

.speakerinnen-wrapper img{
    width: 100%;
}

.speakerinnen-wrapper .interview-teaser {
    width: 100%;
}

@media screen and (min-width: 1200px){
    .speakerinnen-wrapper .wp-block-column{
        margin-right: 20px;
    }
}

