.mod_youtube{
	 /* margin:4rem auto; */
	 /* max-width:52rem; */
	 /* padding:0 1.5rem; */
	 /* text-align:center */
}
.videoWrapper{
	 /* margin:2rem auto; */
	 position:relative;
	 padding-bottom:55%;
	 padding-top:15px;
	 height:0;
	 overflow:hidden
}
.videoWrapper iframe{
	 margin:0;
	 position:absolute;
	 border:none;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%
}
.mod_youtube .overlay{
	 background-size:cover;
	 background-position:center center;
	 background-repeat:no-repeat;
	 padding:1rem;
	 text-align:center;
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-align:center;
	 -ms-flex-align:center;
	 align-items:center;
	 -webkit-box-pack:center;
	 -ms-flex-pack:center;
	 justify-content:center
}
.mod_youtube .overlay:before{
	 content:"";
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background-color:rgba(0,0,0,.2);
	 z-index:0
}
.mod_youtube .overlay div{
	 z-index:1
}
.mod_youtube .overlay p{
	 color:#fff;
	 font-size:.6rem;
	 line-height:1.2;
	 max-width:700px;
	 margin:0 auto 1rem 0;
	 -webkit-hyphens:none;
	 -ms-hyphens:none;
	 hyphens:none
}
.mod_youtube .overlay p a{
	 color:#fff
}
.mod_youtube .overlay p a:after{
	 height:1px
}
.mod_youtube .play{
	 background:#ff0000;
	 border-radius:50%/10%;
	 color:#fff;
	 font-size:1em;
	 height:3em;
	 margin:.5em auto;
	 padding:0;
	 position:relative;
	 text-align:center;
	 text-indent:.1em;
	 -webkit-transition:all 150ms ease-out;
	 transition:all 150ms ease-out;
	 width:4em;
	 cursor:pointer
}
.mod_youtube.gruen .play{
	 background-color:#005B4C
}
.mod_youtube.gelb .play{
	 background-color:#f1b300
}
.mod_youtube.blau .play{
	 background-color:#004679
}

.mod_youtube .play::before{
	 background:inherit;
	 border-radius:5%/50%;
	 bottom:9%;
	 content:"";
	 left:-5%;
	 position:absolute;
	 right:-5%;
	 top:9%
}
.mod_youtube .play::after{
	 border-style:solid;
	 border-width:1em 0 1em 1.732em;
	 border-color:transparent transparent transparent #fff;
	 content:'';
	 font-size:.75em;
	 height:0;
	 margin:-1em 0 0 -.75em;
	 top:50%;
	 position:absolute;
	 width:0
}


@media only screen and (min-width:768px){
	.mod_youtube .overlay p{font-size:.8rem}
}
@media only screen and (min-width:1024px){
	.mod_youtube .overlay p a:after{height:2px}
}
