.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 .tags{
	color:var(--main-color);
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid var(--main-color);
	border-bottom:1px solid var(--main-color);
	width:100%;
	background-repeat:no-repeat;
	background-position:center left;
	background-size:30px auto;
}

.news-list-view .tags:not(:has(.news-list-tags)) {
	border: none;
	padding: 0;
	min-height: fit-content !important;
}


.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:#1f1f1f;
	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);
}

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

.news_more_link a{
	color:#1f1f1f;
	text-decoration:none;
}

 .news_more_link{
    display: inline-block;
    text-decoration: none;
    width: fit-content;
    color: #FF5253;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
    margin-bottom: .5rem;
}
.news_more_link:hover {
        color: #ffffff;
        background-color: transparent;
        border-width: 2px;
        border-radius: 10px;
        border-color: #ffffff;
}

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

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



.inline-news-header{
    margin-bottom: 3rem;
}
.inline-news-header .trenner{
    content: "";
    width: 2.5rem;
    height: 2px;
    background-color: #1f1f1f;
	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: 1100px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 190px;
}

@media (max-width: 1200px) {
    .news_detail_header img {
        margin-top: 150px;
    }
}

@media (max-width: 980px) {
    .news_detail_header img {
        margin-top: 70px;
    }
}


.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: #1f1f1f;
	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:#1f1f1f;
}

.paginated{
	color:#1f1f1f;
}

.next_last a:hover{
	color:#1f1f1f;
}

.red_arrow{
	color:#1f1f1f;
}

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

.article .img-fluid {
    border-radius: 30px;
}

.news-list-view .header h3 a span{
    color: white;
    font-size: 25px;
}

.teaser-text p{
    color: white;
}