.bild_wrapper {
    position: relative;
}
.bild_wrapper .bild img {
    border-radius: 50px;
    border-top-left-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bild_wrapper .bild_text {
    /*background-color: #839B00;
    position: absolute;*/
    bottom: 10px;
    width: 100%;
    /*border-radius: 50px;
    border-top-left-radius: 10px;*/
    padding: 15px 15px 15px 30px;
    /*color: #fff;*/
    font-size: 22px;
    min-height: 105px;
    margin-top: -15px;;
}
.bild_wrapper .bild_text_inner {
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.bild_wrapper--stretch {
    height: 100%;
}
.bild_wrapper--stretch .bild {
    height: 100%;
}
.bild_wrapper.remove-rounded .bild img {
    border-radius: 0;
}