* {box-sizing: border-box}
.ytelement {border-radius: 4px;
    overflow: hidden; position: relative;}
.YTLazy {background-color: #fff;position: relative; border: 2px solid #ddd;text-align: center; overflow: hidden; border-radius: 4px; margin: 3px}
.YTLazy iframe, .YTPrevPict {left: 0;top: 0;border: none;right: 0;width: 100%}
.YTPrevPict, .YTvideobox {position: relative}

.YTvideobox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%}
.YTvideobox iframe {border: none; outline: 0; width: 100%; border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.YTvideoboxPrevPict {position: absolute; top: 0; left: 0; height: 100% !important; width: 100%}

.bottomheadline{
	padding: 12px;
}

/*
.videobox .YTPrevPictLayer {padding-top: 20%}
.videobox  {margin: 25px 0;overflow: hidden;}
*/
.YTPrevPict .YTPrevPictLayer {height: calc(100% - 100px)}
.YTPrevPictLayer {cursor: pointer; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.45);text-align: center;border-radius: 4px; overflow: hidden}
.YTPrevPictLayer img {width: 30%;
    max-width: 100px;
    margin: 0 auto;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    position: absolute;}
.YTPrevPictLayer.dark {background-color: rgba(0,0,0,0.85)}

.switch{padding-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    right: 0;}
.switch input {display: none;}
.switch i {
    display: inline-block;
    cursor: pointer;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    height: 20px;
    box-shadow: inset 0 0 10px rgba(0,0,0,.5);
    width: 75px;
    max-width: 75px;
	background-color: rgba(0,0,0,0.8)
}
.switch i:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    margin: 2px;
}
.switch :checked + i {
    box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px rgb(82,93,113);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #333333;
    background-color: #e00 !important
    }
.switch :checked + i:before {margin-left: 58px;}

.ytctAllowBox {position: absolute; bottom: 0; width: 100%; background-color: #fff; min-height: 100px}
.ytctAllowHint {font-size: 14px;    margin-top: 12px; margin-bottom: 40px;   padding: 0 18px;}
.ytctAllowHint a {font-weight: bold; text-decoration: underline; cursor: pointer}
.ytctAllowHint h4{margin: 0; font-size: 15px}
.ytctAllowHint p{margin-top: 0}

@media (max-width: 768px)
{
/*
	.ytelement, .YTLazy, .YTPrevPict, .ytelement iframe  {height: 350px !important; margin: 0}
	.YTLazy {width: calc(100% - 6px) !important}
*/	
}


