.news-list-view{
    --main-color: black;
}
.news_list_dark{
    --main-color: white;
}
.news_list_light{
    --main-color: black;
}

.slider__news-slider .splide__arrows .splide__arrow--prev {
    position: absolute;
    z-index: 50;
    display: grid;
    place-content: center;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 30px)) scaleX(-1);
    transform-origin: center;
    background-color: transparent;
    border: 2px solid white;
    outline: none;
    margin: 2rem;
}
.slider__news-slider .splide__arrows .splide__arrow--next {
    position: absolute;
    z-index: 50;
    display: grid;
    place-content: center;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 30px));
    background-color: transparent;
    border: 2px solid white;
    outline: none;
    margin: 2rem;
}

.news-list-view .header a{
	color: var(--main-color);
	text-decoration:none;
}

.news-list-view h3{
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.4rem;
}

.news_list_archiv{
	margin-top:2rem;
}

.news_list_archiv h3{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.listarticle_holder{
	margin-bottom:4rem;
}

.more-text-link{
	color:var(--mahnke-primary);
	margin-top:0.4rem;
}
.more-text-link:hover{
	text-decoration:underline;
}

.news_list_archiv p{
	margin-bottom:0;
}

.news_list_archiv .tags{
	border-top:0;
	border-bottom:0;
	margin-top:2px;
	margin-bottom:2px;
}

.teaser-text{
	color: var(--main-color);
}

.news_more_link a{
	color:var(--mahnke-primary);
	text-decoration:none;
}

.mobile-news{
	margin-bottom:40px;
}

.news-list-media{
	position:relative;
}

a.youtube_video{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	background-image:url(../Images/play.png);
	background-repeat:no-repeat;
	background-position:center;
}

.inline-news-header{
    margin-bottom: 3rem;
}
.inline-news-header .trenner{
    content: "";
    width: 2.5rem;
    height: 2px;
    background-color: var(--mahnke-primary);
	margin-top:-0.5rem;
    margin-top: 0.25rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

.title_news {
    font-size: 55px;
}

@media(max-width:999px) {
	.title_news{
		font-size:1.4rem;
	}
	.news_detail_header{
		padding-top:4rem;
	}
}

.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: var(--mahnke-primary);
	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:var(--mahnke-primary);
}

.paginated{
	color:var(--mahnke-primary);
}

.next_last a:hover{
	color:var(--mahnke-primary);
}

.red_arrow{
	color:var(--mahnke-primary);
}

.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;
}