
.ModuleMNWerbung {
    width: 69%;
    position: relative;
    margin: 19% 0;
    display: inline-block;
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: -28%;
    overflow: hidden;
}

.ModuleMNWerbung:hover .background-video {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transition: all 0.5s;
}

.ModuleMNWerbung:hover.v2 .background-video {
	transition: all 0.5s;
}

.overlay {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	z-index: 10;
	margin-top: -27.8%;
    padding-top: 56%;
}

.ModuleMNWerbung:hover .overlay, .ModuleMNWerbung.v2:hover .overlay {
	opacity: 0.3;
	transition: opacity 0.4s;
}

.front {
	position: absolute;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	z-index: 30;
	top: 0;
	left: 0;
	margin-top: -27.6%;
}

.ModuleMNWerbung.v2 .front {
	opacity: 0;
	transition: all ease-in 0.5s;
}

.ModuleMNWerbung.v2:hover .front {
	opacity: 1;
}

.front img {
	padding: 0;
	width: 100%;
	margin: -4px 0;
}

.ModuleMNWerbung a.button {
	border-radius: 4px;
	border: none;
	-moz-box-shadow: 8px 10px 6px rgba(30, 30, 30, 0.66);
	box-shadow: 8px 10px 6px rgba(30, 30, 30, 0.66);
	background-color: rgba(54, 96, 162, 0.7);
	transition: all 0.3s;
}

.ModuleMNWerbung a.button:hover {
	-moz-box-shadow: 2px 3px 6px rgba(30, 30, 30, 0.66);
	box-shadow: 2px 3px 6px rgba(30, 30, 30, 0.66);
	background-color: rgba(54, 96, 162, 0.7);
	transform: scale(0.94);
	color: #fcdb16;
}

.ModuleMNWerbung a.button{
	color: #fff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	line-height: 2;
	padding: 0 3px;
    font-weight: bold;
}
.ModuleMNWerbung a.button:hover {
	color: #fcdb16;
	transition: all 0.3s;
}

a.button.left {
	position: absolute;
	left: 3%;
	z-index: 200;
	top: 85%;
}

a.button.right {
	position: absolute;
	z-index: 200;
	top: 85%;
	left: 50%;
}
ul.playlist {
    width: 29%;
    display: inline-block;
    position: relative;
    margin-left: 0.5%;
}

ul.playlist li {
    float: left;
}

.playlist a.play {
    display: block;
    position: absolute;
    width: 98%;
    height: 41%;
    z-index: 3;
    background: url(../img/video-play-button.png) center center no-repeat transparent;
    background-size: 100%;
    z-index: 100;
}

.playlist a.play:hover {
    background: url(../img/video-play-button_hover.png) center center no-repeat rgba(0, 0, 0, 0.3);
    background-size: 100%;
}

.playlist img.vorschau {
    width: 98%;
    height: 100%;
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 0;
    overflow: hidden;
}

.playlist h2.sendung {
    width: 100%;
    display: inherit;
    margin: 2px 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3rem;
    font-size: 1.2rem;
}
@media screen and (max-width: 820px) {
	.ModuleMNWerbung a.button{
		font-size: 1.1rem;
        line-height: 1.3;
    }

	a.button.right {
		left: 50%;
	}
    .playlist h2.sendung {
        font-size: 1rem;
    }

}

@media screen and (max-width: 530px) {
    .ModuleMNWerbung {
        width: 100%;
        position: relative;
        margin: 27% 0;
        display: inline-block;
    }
	.ModuleMNWerbung a.button{
		font-size: 1rem;
        line-height: 1.2;
        -moz-box-shadow: 4px 5px 3px rgba(30, 30, 30, 0.66);
        box-shadow: 4px 5px 3px rgba(30, 30, 30, 0.66);
    }

	a.button.right {
		left: 50%;
        width: 45%;
        padding-right: 0;
    }
    .playlist h2.sendung {
        font-size: 1rem;
    }
    ul.playlist {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-left: 0;
    }
    ul.playlist li {
        float: left;
        width: 48%;
       
    }
    ul.playlist li:last-child {
         margin-left: 4%;
    }
    .playlist a.play {
        display: block;
        position: absolute;
        width: 47%;
        height: 82%;
        z-index: 3;
        background: url(../img/video-play-button.png) center center no-repeat transparent;
        background-size: 100%;
        z-index: 100;
}

    .playlist a.play:hover {
        background: url(../img/video-play-button_hover.png) center center no-repeat rgba(0, 0, 0, 0.3);
        background-size: 100%;
    }

}
