.bildtextdefault {
    box-sizing: border-box;
    display: inline-block;;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    overflow:hidden;
    width:100%;

}
.text_auf_bild{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    display: block;
    overflow: hidden !important;
    min-height: 0;
    min-width: 0;
    max-width:100%;
    width:100%;
    position:relative;
}
.text_auf_bild  img{
    transition: .8s;
    height: 100%;
    width: 100%;
    max-height:655px;
    max-width:100%;
    object-fit: cover;
}
.hoverzoom.text_auf_bild:hover .bild img{
    transform: scale(1.03);
}
.text_auf_bild .text_wrapper{
    box-sizing: border-box;
    content: none;
    margin-top: 0;
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin-bottom: 0;
    text-align: center;
}
.text_auf_bild .text_wrapper article.text{
    padding:0px;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:left;
    padding:20px;
    padding-bottom:0px;
    background-color:rgba(0,0,0,.3);
    max-width:90%;
    margin:0 auto;
    margin-bottom:20px;
}
.text_auf_bild .text_wrapper article.text .headline,
.text_auf_bild .text_wrapper article.text .inhalt{
    padding-bottom:20px;
}
.text_auf_bild .text_wrapper article.text .headline{
    padding-bottom:0px;
}
.text_auf_bild .text_wrapper article.text .h{
    color:white;
    font-size:1.8em;
    display:inline-block;
    width:100%;
    text-transform: uppercase;
}
.text_auf_bild .text_wrapper article.text p,
.text_auf_bild .text_wrapper article.text ul li,
.text_auf_bild .text_wrapper article.text strong{
    font-size:1em;
    color:white;
}
.text_auf_bild .text_wrapper article.text a{
    font-size:1em;
    color:white;
    text-decoration: underline;
}
.editorbild{
    position:absolute;
    top:10px;
    left:5%;
    z-index: 700;
}
.editorbild img{
    max-width:150px;
    max-height:150px;
    border:1px dotted gray;
}
.text_auf_bild .editorbild .image_placeholder{
    min-width:150px;
    max-height:100px;
    padding-top:10% !important;
}
body.logged_in .text_auf_bild .bild .posrelative .miniinfo.head,
body.logged_in .text_auf_bild .bild .posrelative .image_placeholder .middler{
    display:none;
}
body.inhalte_bearbeiten .text_auf_bild_off:after,
body.inhalte_bearbeiten .text_auf_bild: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:'Text auf Bild';
}
@media screen and (max-width:800px){
    .text_auf_bild .text_wrapper article.text .h{
        font-size:1.5em;
    }
}

