.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:#fff;
	text-decoration:none;
}

.news-list-view .tags{
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width:100%;
	padding-left:30px;
	background-image:url(../Icons/tag_icon.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:30px auto;
}

.news-list-view h3{
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.4rem;
}

.teaser-text{
	color:#fff;
}

.news_more_link a{
	color:#e30613;
	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;
}