.module_text_with_image {
	padding: 35px 0;
}
.module_text_with_image.gray {
	background-color: #dfdfdf;
}
.module_text_with_image .headline_container.full {
	width: 100%;
	clear: both;
}
.module_text_with_image .headline_container.full.right {
	width: 100%;
	clear: both;
}
.bp_768 .module_text_with_image .headline_container.full.right {
	position: relative;
	/*left: calc(50% + 10px);  col width + gutter */
	/* better browser support than calc() */
	left: 50%;
	width: 50%;
	margin-left: 10px;
}
.bp_768 .module_text_with_image.grid_switch .headline_container.full.right {
	/* put headline back to left */
	left: 0;
	margin-left: 0;
}


.bp_1024 .module_text_with_image {
	padding: 65px 0;
}

.bp_1400 .module_text_with_image .headline_container.full.right {
	margin-left: 18px;
}
.module_text_with_image.no_margin{
    padding:0!important;
}

.module_text_with_image .headline_container .social_icons {
	position: absolute;
	top: 8px;
	right: 0;
}
.bp_768 .module_text_with_image .headline_container .social_icons {
	left: 180px;
	right: auto;
}
.bp_1200 .module_text_with_image .headline_container .social_icons {
	top: 11px;
	left: 200px;
}
.module_text_with_image .headline_container .hl_link {
	position: relative;
	margin-right: 5px;
}
.module_text_with_image .headline_container .hl_link .hover_img {
    position: absolute;
    top: 0;
    left: 0;
}
.module_text_with_image .headline_container .hl_link img {
	width:22px;
}
.bp_1200 .module_text_with_image .headline_container .hl_link img {
	width:27px;
}


.module_text_with_image .text a {
    color: #fff;
    background-color: #dc052f;
	border:1px solid #dc052f;
    padding: 5px 5px;
    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_480 .module_text_with_image .text a {
    padding: 5px 20px;
}
.module_text_with_image .text a:hover {
    background-color: #fff;
    text-decoration: none;
	color:#dc052f;
}


.module_text_with_image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../../../../fileadmin/templates/img/used-image-slider-right.png") no-repeat right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.module_text_with_image:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../../../../fileadmin/templates/img/used-image-slider-left.png") no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.module_video + .module_text_with_image:before, .module_masc_slider + .module_text_with_image:before{
    display: none;
}
.module_text_with_image.disable_used:before,
.module_text_with_image.disable_used:after {
	content: none;
    display: none;
}
.module_text_with_image .grid_50 .video_outer {
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.module_text_with_image .grid_50 .video_outer iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}