/**************************************/
/* Default styles for news extension */
/**************************************/
.news-page, .news-details-page{
	background-color: #fff;
}
.news .news-list-view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: initial;
	/* gap: 16px; */
	gap: 2.44%;
}

.news .news-list-view .article {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	min-width: 300px;
	width: 30%;
	margin-bottom: 25px;
}

.news .news-list-view .article .news-img-wrap {
	 margin: 0;
}

.news .news-list-view .article .news-img-wrap a {
	padding: 0;
}
.news .news-list-view .article .teaser-text {
	margin: 0;
}
.content-block.news-list-block .news h6 a {
	font-family: Roboto;
	text-decoration: none;
	color: #285661;
	font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.content-block.news-list-block .news h6 a:hover {
	color: #285;
}
.content-block.news-list-block .news h6 span {
	font-size: 16px;
}
.news .article .news-header-wrap .news-header {
    padding-top: 16px;
	display: flex;
}
.news .article .news-header-wrap .news-header .separator-vert {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 10px;
}
.news .article .news-header-wrap .news-header .teaser-text p {
    margin: 0;
}

.news-page .page-title-section{
    background-color: #285661;
    width: 100%;
    height: 200px;
    display: block;
    padding-top: 15px;
}
.news-page .page-title-section h2 span {
    color: #FFF;
    font-weight: bold;
    font-size: 48px;
}
.news-page .page-title-section h2 span::after,
.news-details-page .header h1::after{
    content: "";
    display: block;
    margin: 0px;
    width: 10%;
    padding-top: 4px;
    border-bottom: 6px solid #FFC222;
}
.news-details-page{
	color: #223654;
	font-size: 16px;
	font-family: "Open Sans",sans-serif;
	line-height: 24px;
	font-weight: 400;
}

.news-details-page .header h1{
	font-size: 48px;
    line-height: 56px;
	color: #285661;
    font-weight: bold;
}
.news-details-page .teaser-text{
	font-size: 18px;
	color: #212121;
    font-weight: bold;
}