/* ------------- videos -----------------
    margin-top: -5px;
    background: #000;*/

.film{position:relative;}
.filmmtex{border-radius: .7em .7em 0 0;}
.filmotex{border-radius: .7em;}

.video{
    border-radius: .7em;
}
.video video{
    width:100% !important;
    height:auto !important;
    margin-bottom: -7px;
}



.texte .video .videotext {
    text-align: left;
    padding: .5em .5em .3em .5em;
    background: #3c3c3c;
    color: #c8cfb8;
    border-radius: 0 0 0.7em 0.7em;
}
.texte .videotext p {
    line-height: 1.3em;
    margin-bottom: .1em;
    color: #c3c3c3;
}

.texte .videotext p.ytweiterlg {
    float: right;
    font-size: .75em;
    line-height: 1.1em;
    margin: 0 0 .2em 1em;
}
p.ytweiterlg a{
    text-decoration: none;
    background: #00773C;
    display: block;
    padding: .3em .7em .3em .5em;
    color: #fff!important;
    border-radius: .5em;
    font-style: oblique;
}
p.ytweiterlg a:hover,p.ytweiterlg a:focus{
    background:#ff7000;
}

.v400 {
    max-width:400px;
    height: auto;
    margin: 0 auto;clear:both;
}
.v854 {
    max-width:854px;
    height: auto;
    margin: 0 auto;clear:both;
}
.v1000 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 562px;
    margin: 0 auto;
}
.v1280 {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    border-radius: 1em;clear:both;
}

.vop1000 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 562px;
    margin: 0 auto;
    border-radius: 1em;
}

.vop400,.vop854,.vop1000,.vop1280 {
    height: auto;
    margin: 0 auto;
    border-radius: 1em;
}




/* ------------- videos ende ----------------- */

/* ----------------------------------------- video ---------------------*/
.fleftvi {
    float: left;
    margin: 0 1.3em .5em 0;
    position: relative;
    width: 154px;
    height: auto;
}
.fleftvi img {
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 0 1em rgb(1 50 50 / 36%);
    width: 154px;
    height: auto;
}
.fleftvi::after {
    background: url(../system/video.png) no-repeat scroll 0 0;
    content: "";
    display: block;
    width: 50px;
    height: 44px;
    right: 14px;
    position: absolute;
    top: 28px;
    z-index: 1000;
}


