
.main-menu-wrapper.mobile{
	top:0;
}

footer{
    max-width: 100%;
    overflow-x: hidden;
	z-index: 98;
    position: relative;
}

.main-menu img{
	margin-top:-4px;
}

.langselect ul li{
	list-style-type:none;
}


.main-menu{
	width:100%;
}

.langselect img{
	width:1rem;
	margin-right:0.5rem;
}

.logo_intellisens{
	width:6rem
}


.mobilelangselect{
	position:absolute;
	top:1rem;
	right:1rem;
	z-index:5000;
}

.news_image_two_columns{
	margin-bottom:2rem;
}

.news_image_two_columns img{
	width:calc(100% - 10px);
	height:auto;
}

#weiterleitung{
	display:none;
}

.news_detail_header{
	text-align:center;
	position:relative;
}

.news_detail_header img{
	width:100%;
	max-width:1920px;
	height:auto;
}

.news_detail_header::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 90%);
    z-index: 1;
}

.news_detail_header .header .container{
    max-width: 1200px;	
}
	
.news_detail_header .header{
	position:absolute;
	z-index:5;
	color:#fff;
	top:calc(50% - 3rem);
	width:100%;
	text-align:left;
}

.news_detail_header .trenner, .news-trenner {
    content: "";
    width: 2.5rem;
    height: 2px;
    background-color: #d23a84;
	margin-left:0.35rem;
	margin-top:-0.5rem;
}

.news-trenner{
    margin-top: 0.25rem;
    margin-left: 0;
    margin-bottom: 3rem;
}

.news-backlink-wrap a:hover{
	color:#d23a84;
}

.paginated{
	color:#d23a84;
}

.next_last a:hover{
	color:#d23a84;
}

.red_arrow{
	color:#d23a84;
}

.next_last{
	padding-top:2rem;
	padding-bottom:2rem;
	border-top:1px solid #a0a0a0;
}

.news_detail_header .tags{
    margin-left: 0.35rem;
    margin-top: 0.4rem;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
	.fm{
		right:0;
	}

}


