@charset "utf-8";
/*
 * description: news list and detail view
 */

/* ***** NEWS ***** */
div.pageTitle {
	float: left;
	width: 100%;
}

.news .page-navigation p {
	display: none;
}

/* *** news navigations, category filter *** */
.news-menu ul {
	padding-left: 0;
}
.news-menu ul li, ul.category-filter li {
	display: inline;
	margin: 0 0 0 5px;
	border-right: 1px solid black;
}
.news-menu ul li:first-child {
	margin-left: 0;
}
.news-menu ul li:last-child, ul.category-filter li:last-child {
	border-right: none;
}
@media (min-width: 769px) {
	.news-menu.align-right ul, ul.category-filter {
		text-align: right;
	}
}
.news-menu ul li a {
	text-decoration: none;
	padding: 0 5px 0 0;
}
.news-menu ul li.current a {
	font-weight: bold;
	color: black;
}
.news-menu ul li:first-child a {
	padding-left: 0;
}
.news-menu ul li a:hover {
	text-decoration: none;
	color: black;
}

/* *** news pagination *** */
.page-navigation::after {
  content: "";
  display: block;
  clear: both;
}
.f3-widget-paginator {
	list-style: none;
	float: right;
}
.f3-widget-paginator li {
	float: left;
  display: block;
  padding: 0 4px;
}
.f3-widget-paginator li.current {
	font-weight: 600;
	color: rgb(0 93 117 / 50%);
}
.f3-widget-paginator li a:hover {
	border-bottom: 1px solid black;
}

div.newsPage {
	clear: both;
}

/* *** news category filter *** */
ul.category-filter .active {
	font-weight: 600;
}

/* *** NEWS LIST VIEW: News Overview *** */
#article-list {
	border-top: 1px solid black;
	padding-top: 15px;
}
.news .article {
	margin-bottom: 25px;
}
.news .article .news-img-wrap {
	position: relative;
    display: inline-block;
    width: 100%;
	float: none;
	margin: 0;
}

.news-list-view .article a {
	color: black;
}

.news-list-view .article a:hover {
	color: black;
}

.news-list-view .article .header h2 {
	margin-bottom: 10px;
}

.news .article .news-img-wrap h2 {
	position: absolute;
    bottom: 25px;
    background-color: white;
    padding: 2px 8px;
	margin: 0 25px 0 0;
}

.news-list-view .article.col-xs-8 .date {
	position: absolute;
	padding: 5px;
}
.news-list-view .article.col-xs-8 .date span {
	color: white;
}

div.news-list-view div.article {
	text-decoration: none;
	color: black;
	padding-bottom: 0;
}

div.news-list-view div.article .teaser-text a.more {
	font-style: italic;
	margin-top: 10px;
	text-decoration: none;
	color: black;
}

div.article .news-img-wrap a {
	padding: 0!important;
	border-width: 0!important;
	border-color: transparent!important;
}

div.news-list-view div.article .news-img-wrap a,
div.news-list-view div.article .news-img-wrap a img {
	width: 100%!important;
}

div.news-list-view div.article .date span {
	color: #000;
	font-size: 16px;
	border-right: none;
}

.news-list-view .article .teaser-text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	font-weight: 100;
	font-size: 18px;
}

.news .article p.date {
	margin: 0;
}
.news .article .teaser-text p {
	margin: 0;
}


/* *** NEWS DETAIL *** */
.news-single h2 {
    margin-bottom: 5px;
 }
div.news-single div.article .header,
div.news-single div.article .teaser-text {
	padding-bottom: 0!important;
}

div.news-single div.article .footer {
	margin-bottom: 20px;
	color: black;
	padding-top: 0!important;
	border: none;
	font-weight: 100;
}
div.news-single div.article .footer p {
	padding: 0!important;
	margin: 0!important;
}
div.news-single div.article .footer p .news-list-date {
	border-right: none;
}
div.news-single div.article .footer .news-list-category {
	display: none;
}

div.news-single div.article .teaser-text p.bodytext{
	margin: 0;
	padding: 0;}

div.news-single div.article .teaser-text {
	font-size: 20px !important;
	color: rgb(30, 30, 30);
	margin-bottom: 10px;
}

div.news-single div.article .news-img-wrap .outer {
	font-size: 0;
}
div.news-single div.article .news-img-wrap .outer:nth-child(2) {
	margin-top: 15px;
}
div.news-single div.article .news-img-wrap .mediaelement-image,
div.news-single div.article .news-img-wrap .mediaelement-video {
/* 	float: left; */
	display: inline-block;
	vertical-align: bottom;
	max-width: 66.6%;
}
div.news-single div.article .news-img-wrap .mediaelement-image a,
div.news-single div.article .news-img-wrap .mediaelement-image img {
/* 	float: left; */
	width: 100%;
}
div.news-single div.article .news-img-wrap .news-img-caption {
	font-style: italic;
	display: inline-block;
	vertical-align: bottom;
	width: 33.3%;
	height: 100%;
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
}
div.news-single div.article .news-img-wrap .news-img-caption p {
	margin-bottom: 0;
}
div.news-single div.article .news-img-wrap a{
	border-width: 0!important;
	border-color: transparent!important;
	/*background-color: black!important;*/
}

div.news-single div.article .news-text-wrap {
	position: relative;
	float: left;
	padding-top: 20px;
}
div.news-single div.article .news-text-wrap .mediaelement iframe{
	height: 340px;
}

div.news-single div.article div.side-info {
	padding-top: 20px;
}
div.news-single div.article div.side-info h4 {
	margin-top: 0;
}
div.news-single div.article div.celement_text p {
	font-weight: 100;
}

div.news-single div.article .news-text-wrap footer {
	position: absolute;
	margin-top: 0;
	top: 0;
	right: 0;
	margin-top: 22px;
	padding-left: 10px;
	margin-right: -40%;
	width: 38%;}
div.news-single div.article .news-text-wrap footer{
	top: 0;	}
div.news-single div.article .news-text-wrap footer p,
div.news-single div.article .news-text-wrap aside p{
	margin: 0;
	padding: 0;}
div.news-single div.news-related-wrap .news-related {
	width: 100%;
	padding: 0;
	margin-top: 20px;
	border: none;
	display: inline-block;
}
div.news-single div.news-related-wrap .news-related h5 {
	margin: 0;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 15px;
	line-height: normal;
}

div.news-single div.news-related-wrap .news-related ul,
div.news-single div.news-related-wrap .news-related ul li {
	list-style-type: none;
}
div.news-single div.news-related-wrap .news-related ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-weight: 100;
	font-size: 15px;
}
div.news-single div.news-related-wrap .news-related ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
div.news-single div.news-related-wrap .news-related ul li a{
	text-decoration: none;
	color: black;
}
div.news-single div.news-related-wrap .news-related ul li a:hover{
	color: black;
}


/* *****  JOBS LIST ***** */
.jobs-list .article {
	position: relative;
	margin-bottom: 2em;
}
.jobs-list .article .picture-box {
	min-height: 300px;
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-list .article .app-deadline {
	position: absolute;
	top: 1.5em;
	right: calc(var(--bs-gutter-x)/ 2);
	max-width: 315px;
	background: rgb(34 36 41 / 60%);
	color: #fff;
	font-family: 'QuadraatSansHeadliner', 'Myriad Pro', Helvetica, sans-serif;
  font-weight: bold;
	padding: 0.4em 0.6em;
}
.jobs-list .article .title-box {
	position: absolute;
	bottom: 0;
	max-width: 315px;
	background: rgb(34 36 41 / 60%);
	padding: 0.8em 1em 0.6em;
	line-height: initial;
}
.jobs-list .article .title-box h3 a {
	color: #fff;
}
.jobs-list .article .job-teaser {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 1em;
	opacity: 0;
	transition: 0.6s;
	margin: 0 calc(var(--bs-gutter-x)/ 2);
}
.jobs-list .article:hover .job-teaser {
	opacity: 1;
}
.jobs-list .article .job-teaser span {
	font-weight: 900;
}
.jobs-list .teaser-text p {
	margin: 0;
}
.jobs-list .teaser-text .more {
	font-family: 'webBold', 'Myriad Pro', Helvetica, sans serif;
	color: #1E1E1E;
	text-decoration: none;
}
/* *** job detail *** */
#jobArticle div.news-single .header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#jobArticle div.news-single .header .footer {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
#jobArticle div.news-single .header .news-title {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#jobArticle div.news-single div.article .teaser-text {
	display: none;
}


/* ************* extra small devices - Phones - (max-width: 767px)  ********************** */
@media screen and (max-width : 768px){
	/* *** NEWS DETAIL *** */
	div.news-single div.article .news-img-wrap .mediaelement-image {
		max-width: 100%;
	}
	div.news-single div.article .news-img-wrap .news-img-caption {
		width: 100%;
		padding: 10px 0;
	}
}
