.bildtextdefault {
    box-sizing: border-box;
    display: inline-block;;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    overflow:hidden;
    width:100%;
}
.bild_text{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    overflow: hidden !important;
    min-height: 0;
    min-width: 0;
    max-width:100%;
    width:100%;
    position:relative;
}
.bild_text .bild_text_inner{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}
.bild_text  img{
    transition: .8s;
    height: 100%;
    width: 100%;
    max-height:935px;
    max-width:100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
/*.bild_text:hover img{
    transform: scale(1.03);
}*/
.bild_text .text_wrapper{
    position:relative;
    margin-top: -18vw;
    margin-left: 0;
    width:100%;
    max-width: 60%;
    background-color: rgba(255,255,255,.9);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 35px;
    z-index: 2;
    box-sizing: border-box;
}
.higher .bild_text .text_wrapper{
    margin-top: -26vw;
}
.right .bild_text .text_wrapper{
    margin-left: 40%;
}
.bild_text .text_wrapper article.text{
    text-transform:uppercase;
    font-size:.9em;
}
.norm_text .bild_text .text_wrapper article.text{
    text-transform: none;
}
.norm_text .bild_text .text_wrapper article.text .h{
    color: #28a144;
}
.norm_text .bild_text .text_wrapper article.text p,
.norm_text .bild_text .text_wrapper article.text li,
.norm_text .bild_text .text_wrapper article.text span{
    font-size: 1.5rem;
    line-height: 1.7em;
}
.bild_text .text_wrapper article.text .h{
    color: #555555;
    text-transform:none;
}
.bild_text .text_wrapper article.text .h strong{
    color:#555555;
}
.bild_text .text_wrapper article.text p,
.bild_text .text_wrapper article.text li,
.bild_text .text_wrapper article.text span{
    font-size:3.5em;
    line-height:1.2em;
    margin-bottom: 0;
}
.bild_text .text_wrapper article.text p.faehnchen{

    max-width:80%;
    color:white;
    font-size:7em;
    line-height:1em;
    padding-bottom:6px;
    font-weight:bold;
    margin-bottom:20px;
    position: relative;
    z-index:1;
    overflow:hidden;
}
.bild_text .text_wrapper article.text p.faehnchen:after{
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,161,68,1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
}
/*span.mce-text{*/
/*    font-size:1em !important;*/
/*    color: rgba(40,161,68,1) !important;*/
/*}*/
.bild_text .text_wrapper article.text p:last-of-type{
    padding-bottom:35px;
}

.editorbild{
    position:absolute;
    top:10px;
    left:10px;
    z-index: 601;
}
.editorbild img{
    max-width:150px;
    max-height:150px;
    border:1px dotted gray;
}
.inhalte_bearbeiten .bild{
    opacity:.5;
}
@media screen and (max-width:1000px){
    .bild_text .text_wrapper,
    .right .bild_text .text_wrapper{
        position: relative;
        right: unset;
        left: unset;
        width: calc(100% - 20px);
        max-width: none;
        margin: -15vw auto 0;
        box-sizing: border-box;
        background-color: white;
        z-index: 2;
        padding: 30px 10px;
    }
    .higher .bild_text .text_wrapper{
        margin-top: -15vw;
    }
    .mobile_centred .bild_text .text_wrapper{
        text-align: center;
    }
}



