.module_video{
	height: 350px;
}

.module_video .inner_content{
	position: relative;
	height: 350px;
	overflow:hidden;
}

.bp_768 .module_video, .bp_768 .module_video .inner_content{
	position: relative;
	height: 420px;
}

.bp_1400 .module_video, .bp_1400 .module_video .inner_content{
	position: relative;
	height: 500px;
}

.module_video {
    margin-bottom: 0px;
}

.bp_768 .module_video {
    margin-bottom: 50px;
}

.module_video .poster_wrapper {
	position: relative;
	width:  100%;
	height: 100%;
}

/*.module_video .poster {
	position: absolute;
}*/

@media (max-width: 767px){
    .module_video .text_container{
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .module_video .text_container .text_inner{
        z-index: 25;
    }
}

.module_video .text_container .headline_container h3.h1.headline {
	padding-top:0;
        line-height: 20px;
}
.bp_768 .module_video .text_container .headline_container h3.h1.headline {
        line-height: 25px;
}
.bp_1024 .module_video .text_container .headline_container h3.h1.headline {
        line-height: 30px;
}
.module_video .headline_container {
	padding-bottom: 5px;
}
.module_video .headline_container > * {
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
}

.module_video .text_container .headline,
.module_video .text_container .subheadline {
    display: block;
}

.bp_768 .module_video .text_container .headline,
.bp_768 .module_video .text_container .subheadline {
    color: #fff;
}

.module_video .overlay_gradient {
	position: absolute;
	top: 0px;
	margin-left: 0px; /* account for padding */
	width: 100%;
	height: 100%;
        left:0;
}

.module_video .text_container .link_box.button {
    margin-top: 35px;
}
.module_video .link_box.button {
    float:none;
    text-align: center;
}

.module_video .link_box.button a {
    color: #fff;
    background-color: #dc052f;
    border: 1px solid #dc052f;
    padding: 5px 10px;
    display: inline-block;
    font-family: "FetteEngD", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 5px;
}
.bp_1200 .module_video .link_box.button a {
    color: #fff;
    background-color: #dc052f;
    border: 1px solid #dc052f;
    padding: 9px 35px;
    display: inline-block;
    font-family: "FetteEngD", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 5px;
}
.module_video .link_box.button a:hover {
    background-color: #fff;
    text-decoration: none;
    color:#dc052f;
}

.video_close {
	display: block;
	background:url("../../../../../../fileadmin/templates/img/close-video.png") no-repeat;
	background-size: 50px 50px;
	width:50px;
	height:50px;
	text-indent: -999999px;
	cursor: pointer;
        top: 70px!important;
}

/* USED LOOK */

/*.module_video:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/fileadmin/templates/img/used-masc-slider-top.png) no-repeat center;
    position: absolute;
    top: -285px;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
}*/

.bp_768 .module_video:before {
    top: -320px;
}

.bp_1400 .module_video:before {
    top: -360px;
}


/*.bp_768 .module_video:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/fileadmin/templates/img/used-masc-slider-bottom.png) no-repeat center;
    position: absolute;
    bottom: -320px;
    right: 0;
    z-index: 9;
    pointer-events: none;
}*/

.bp_1200 .module_video:after {
    bottom: -319px;
}

.bp_1400 .module_video:after {
    bottom: -360px;
}

.module_video .inner_content:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../../../../fileadmin/templates/img/video-left.png) no-repeat;
    /*background-size: cover;*/
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
}
.module_video .inner_content:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/video-right.png") no-repeat right bottom;
    position:absolute;
    bottom:0;
    right:0;
    pointer-events: none;
}
.bp_768 .module_video .text_container .text_inner:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-masc-slider-text-left.png") no-repeat left top;
    position:absolute;
    top:0;
    left:0;
    pointer-events: none;
}
.bp_768 .module_video .text_container .text_inner:after {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    background:url("../../../../../../fileadmin/templates/img/used-video-text-right.png") no-repeat right bottom;
    position:absolute;
    bottom:0;
    right:0;
    pointer-events: none;
}

.module_video .slide .text {
    color: #fff;
}
.bp_768 .module_video .text_container {
    background: transparent;
    z-index: 2;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 300px;
    top:250px;
}

.module_video .text_container .h1,
.module_video .text_container .subheadline {
    float:none;
    text-align: center;
    margin-top: 55px;
    margin-bottom:10px;
    font-size:25px;
}
.bp_1200 .module_video .text_container .subheadline {
    font-size:31px;
}
.module_video .text_container .h1 {
    margin-top: 20px;
    font-size:50px;
    text-align: center;
    line-height: 50px;
}

.bp_1200 .module_video .text_container .h1 {
    font-size:70px;
    line-height: 70px;
}


.bp_768 .module_video .text_container {
    height: 550px;
}

.bp_768 .module_video .text_container {
    position: absolute;
    margin: 0;
    right: 0;
    left: 0;
    background: none;
    height: auto;
    top: auto;
    bottom: -40px;
    z-index: 1000;
}
.module_video .text_container .text_inner {
    padding: 5px 0 50px;
}
.bp_768 .module_video .text_container .text_inner {
    padding: 0 35px 60px;
    max-width: 400px;
    float: right;
}
.bp_1200 .module_video .text_container .text_inner {
    max-width: 520px;
}
.bp_768 .module_video .text_container .text_overlay {
    background-color: transparent;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.bp_1200 .module_video .text_container .text_inner {
    max-width: 600px;
    /*    margin-top: -470px;*/
}
.bp_1200 .module_video .text .headline {
    font-size: 45px;
}