.ce_bgimage.bg_left_bottom .ce_bgimage-image {

    background-position: 80% bottom;

}

.langeschrift.align-left.block .headline-icon-right img {
    width: 136px;
}

.langeschrift .headline-icon-right {
    width: 152px;
}

.langeschrift .headline_span_icon h3 {
    font-size: calc(8px + (14 - 9) * ((100vw - 320px) / (1600 - 320)));
    margin-top: 4%;
}

.schattentext {
    
   text-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

.mod_article:not(.fullwidth).article-pb > .container {
    padding-bottom: 0px;
}

.header.original .mainmenu ul li a::before {
    content: '';
    width: 6px;
    background: #E3256C !important;
        background-color: rgb(227, 37, 108);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 46%;
    border-radius:15px;
}

/****Headline icon right start****/


.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 150px;
margin-left: 4%;
margin-top: 8%;
	}


.headline-icon-right{
		width: auto;
	}
	.headline-icon-left{
		width: auto;
	}


.headline-icon-left,
.headline-icon-right{
	float:left;
}

.headline-icon-left .headline-icon-big h1,
.headline-icon-left .headline-icon-big h2,
.headline-icon-left .headline-icon-big h3,
.headline-icon-left .headline-icon-big h4,
.headline-icon-left .headline-icon-big h5,
.headline-icon-left .headline-icon-big h6{
	margin-bottom: -25px;
}

.headline-icon-left .headline-icon-big span {
    
    font-size: calc(60px + (60 - 30) * ((100vw - 320px) / (1600 - 320)));
    text-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

.ce_überschrift_icon_rechts .headline_span_icon span{
	border-right: 2px solid #E3256C;
	padding-right: 10px;
	font-weight: initial;
}


.ce_überschrift_icon_rechts{
	text-transform:uppercase;
}
.headline_span_icon h3 {
    font-size: calc(13px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
    margin-top: 4%;
    text-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

@media(min-width: 769px){
	.headline_span_icon h3 {
    margin-top: 4%;
}
.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 102px;
margin-left: 4%;
	}

	
	.headline-icon-right{
		width: auto;
	}
	.headline-icon-left{
		width: auto;
	}
}
/****Headline icon right end****/
@media(max-width: 769px){
	.headline_span_icon h3 {
    margin-top: 9%;
}

.langeschrift .headline_span_icon h3 {
    
    margin-top: 10%;
}
.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 114px;
margin-left: 4%;
	}



}

@media(min-width: 1200px){
	
	.langeschrift .headline_span_icon h3 {
    
    margin-top: 5%;
}

.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 133px;
margin-left: 4%;
	}

}
@media(min-width: 1800px){

.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 150px;
margin-left: 4%;
	}

}
@media(min-width: 2000px){

.headline-icon-right .ce_image .image_container img
{
		width: auto;
height: 153px;
margin-left: 4%;
	}

}


/*************Qickmenu mobile*************/
#mobile-quickm{
	width: 101%;
	bottom: 0;
	position: fixed;
	display: block;
	z-index: 999999;
	left: 0;
}

.mobile-section{
    width: 33%;
    background-color: #c13870;
    float: left;
    font-size: 40px;
    vertical-align: middle;
    line-height: 70px;
    text-align-last: center;
}

.mobile-section:not(:last-of-type){
    border-right: 1px solid #ffffff;
}

.mobile-section img{
	position: relative;
    width: 45px;
    top: -10px;
}

.mobile-section{
    border-top: 1px solid #ffffff;
}

.mobile-section a{
     color: #ffffff;
     display: block;
}

.mobile-section a:hover{
     border: none!important;
}

@media(min-width: 768px){   
    #mobile-quickm{
        display: none;
    }    
}
/***********Quickmenu mobile end*********/