.bild_ueber_text{
}
.bild_ueber_text .bild img{
    width:100%;
}
.kachelslider_content_element .bild_ueber_text{
    vertical-align: middle;
    display:inline-block;
}
.bild_ueber_text .text_wrapper{
    position:relative;
    background-color:white;
}
.bild_ueber_text .text_wrapper article.text{
    padding:20px;
    padding-bottom:40px;
}
.bild_ueber_text .text_wrapper article.text .h{
    font-size:1.8em;
}
.bild_ueber_text .text_wrapper article.text .headline{
    margin-bottom:5px;
}
.bild_ueber_text .text_wrapper article.text .mehr-erfahren{
    position:absolute;
    bottom:20px;
    right:20px;
}
body.inhalte_bearbeiten .bild_ueber_text_off:after,
body.inhalte_bearbeiten .bild_ueber_text:after{
    opacity:1;
    transition: all .4s;
    text-transform: none;
    position:absolute;
    top:0px;
    right:0px;
    font-size:10px;
    max-height:20px;
    line-height:12px;
    background-color:rgba(0,0,0,.3);
    padding:5px;
    color:white;
    content:'Bild über Text';
}
