/****
/****  tt_news
/****/
.ttNewsDate{
	font-size: 11px;
	color: #878187;
	float: left;
}
.news-list-date{
	font-size: 11px;
	color: #878187;
}
.news-single-rightbox{ text-align: right; }
.news-single-rightbox .ttNewsDate{ float: right; }
.ttNewsMore a,
.news-list-morelink,
.linkWithArrow{
	font-size: 14px;
	padding-right: 15px;
	background: none;
	color: #5eb6e3;

}
.ttNewsMore a{ float: right;}

a.ttNewsBack {
	font-size: 14px;
	padding-left: 15px;
	background: none;
	color: #5eb6e3;
}
.latest-news-content .bodytext{
	margin-bottom: 12px;
	margin-bottom: 0.8rem;
}
.news-latest-container,
.news-single-backlink{ padding: 0;}
.news-single-imgcaption{ font-style: italic; width: auto !important;}



/* ARCHIVE-MENU */
.news-amenu-container,
.news-amenu-container ul{ padding: 0; margin: 0; }
.news-amenu-container ul li{ padding: 0; margin: 0; background: none; margin-bottom: 10px;}
.news-amenu-container ul li:before{ display: none; }
.news-amenu-container ul li:hover{ background: none; }
.news-amenu-container ul .news-amenu-item-year,
.news-amenu-container ul .news-amenu-item-year:hover{ background: none; padding: 0; margin: 0; }

.news-amenu-container{
    border: 1px solid #a5a4a4;
    padding: 32px;
    padding: 2rem;

}
.news-amenu-container ul{
    padding: 0;
    margin: 0;
}
.news-amenu-container h3{
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}
.news-amenu-container ul li.news-amenu-item-year{
    font-weight: bold;
    font-size: 25px;
}

.news-amenu-container ul li a{
    text-decoration: underline;
    color: #4b4b49;
    font-size: 22px;
    font-size: 1rem;
}
.news-amenu-container ul li a:before{
    content: ' ';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #004a6c;
    margin-right: .75rem;
}

.news-amenu-container ul li.amenu-act a{
    color: #004a6c;
}


.news-list-item h2{
	margin-bottom: 0.5rem;
}

.news-list-item h2 a{
	color:#00508c;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}

.news-single-links p{
	display:none;
}

.news-single-files img {
	margin-right: 5px;
}

/* CATEGORY MENU */

.news-catmenu-header{
	display:none;
}

.news-catmenu{
	padding-left: 23px;
}

.news-catmenu a,
.news-amenu-container ul a{
	color:#00508C;
	font-size: 13px;
	font-size: 0.838rem;
}

.news-catmenu a:hover, .news-catmenu a:focus,
.news-amenu-container ul a:hover, .news-amenu-container ul a:focus {
	color: #AC8B18;
	text-decoration: none;
}

.news-amenu-container ul{
	list-style-type:none;
}

.news-category {
	position: absolute;
	top: 0px;
	background: #AC8B18;
	color: #FFF;
	font-size: 13px;
	font-size: 0.838rem;
	padding: 7px 12px;
	pointer-events: none;
}


/* LATEST */
.news-latest-home h2{
    margin: 2rem 0 2.25rem 0;
}
.size-sm .news-latest-home h2{
    margin-bottom: 1.15rem;
}
.news-latest-container article{
    position: relative;
    margin-bottom: 5px;
}
.news-latest-container h3{
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0;
    font-size: 16px;
    font-size: 1rem;
    color: #4b4a49;
}
.news-latest-container .bodytext{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #4b4a49;
}
.news-latest-container article.hover:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAA3CAYAAAF2qCpEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMtJREFUeNpi+P//PwMIbw5k/s/EgARQOCxbglj+w3nE6QEIIEwlCAbMOCafdX8YUaVgDIAAYgRphwG4egYsAKsgqoupYyZAAME9fnNFI6bnsWojQwDD5UwD4w6AAEIJLBi4tbIJhP/jDyeiAnNgFWFNH2SZNLzDCSCAsPqOcAodIr4b3oqol8ZH09OoIgYGgADDGnfYAHrpR5ZtVHP2qEGjBtHLIBZQ0icGvL16EH9eA7XrhmkYqYXXMRIbRm+vHPw/Wh6NGjRqEFkAAGbfeb77j9G+AAAAAElFTkSuQmCC');
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -15px;
}
.size-xs .news-latest-container article.hover:before{
    display: none;
}
.news-latest-container article.hover h3,
.news-latest-container article.hover .bodytext{
    color: #003658;
}
#latestNewsPreview .newsTitleWrapper{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(0,54,88);
    background: rgba(0,54,88,.8);
    padding: 16px 32px;
    padding: 1rem 2rem;
}
#latestNewsPreview a{ overflow: hidden; }
#latestNewsPreview a img{
    transition: .1s transform;
}
#latestNewsPreview a:hover img{
    transform: scale(1.1);
}
#latestNewsPreview .newsTitleWrapper:after{
    display: block;
    height: 40px;
    height: 2.5rem;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 50%;
    margin-top: -20px;
    content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMS44NDhweCIgaGVpZ2h0PSI0MC44NjVweCIgdmlld0JveD0iMCAwIDIxLjg0OCA0MC44NjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxLjg0OCA0MC44NjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjAuNzA4LDAuNzA3IDIwLjQzNCwyMC40MzIgMC43MDcsNDAuMTU4ICIvPjwvc3ZnPg==');
}
#latestNewsPreview .newsTitleWrapper p,
#latestNewsPreview .newsTitleWrapper h3{
    color: white;
    margin-bottom: 0;
}

#latestNewsPreview .newsTitleWrapper h3{
    font-size: 25px;
    font-size: 1.5625rem;
}




/* LIST-VIEW */
.news-list-container hr{
    border-color: #3b4a59;
    margin: .5rem 0;
}

/* PAGINATOR */
.tt_newsPaginator{ text-align: left; }
.tt_newsPaginator span a{
	display: inline-block;
	height: 2rem;
    width: 2rem;
	background: #013b6b;
	color: white;
	font-size: 1rem;
	line-height: 2rem;
	text-align: center;
	font-weight: normal;
	text-indent: 0;
	transition: 0.2s linear all;
}
.tt_newsPaginator span.inactive a{
	display: inline-block;


	background: #013b6b;
	color: white;
	
	text-align: center;
	font-weight: normal;
}
.tt_newsPaginator span.active a{
    background: #c75e00;
}
.tt_newsPaginator span.inactive a:focus,
.tt_newsPaginator span.inactive a:hover{
	background: #c75e00;
    text-decoration: none;
}