/*
List View Header styles
*/

.listView {
	position:relative;
	margin-bottom:120px;
}

.listTitle {
	margin: 1em 0 0;
	font-size:1.125rem;
	margin-bottom:0.25rem;
	line-height:21px;
	max-height:3.7rem;
	overflow:hidden;
}

/*
Aktuelles Content Styles
*/

.aktuellesPost {
	margin:2em 2em 0 5em;
}
.aktuellesPost > a {
	clear: left;
	float: left;
	margin-top: 2em;
}

.aktuellesPost:not(article) .thumbnail {
	width:150px;
	height:150px;
	overflow: hidden;
}
.aktuellesPost:not(article) .centered {
	width:100%;
	height:100%;
	transform: translate(50%, 50%);
}

.aktuellesImage {
	position:relative;
}
.aktuellesPost:not(article) .aktuellesImage {
	max-height:150%;
	max-width:150%;
	transform: translate(-50%, -50%);
}
.aktuellesImageAlt {
	position:relative;
	width:150px;
	height:150px;
}
.aktuellesLogo {
	position:relative;
	width:150px;
	height:150px;
}
article .aktuellesImage {
	width: auto;
	height: 300px;
}

.aktuellesPostContent {
	float: left;
	margin-left: 1em;
	min-width: 300px;
	max-width: calc(100vw - 400px);
	overflow: hidden;
}

.aktuellesPostContent a {
	text-decoration: none;
}
.aktuellesPostContent h2 {
	color: #1e9cd8;
}
.aktuellesPostContent:hover a .listTitle {
	text-decoration: underline;	
	text-decoration-color: #1e9cd8;	
}

.aktuellesInfo {
	height:21px;
	font-size:0.7rem;
	font-weight: 400;
	color: white;
	letter-spacing: 0.2em;
	text-transform: none;	
	line-height:15px;
}

.aktuellesDate {
	width:8em;
	height:15px;
	background-color:#009EE2;
	text-align:center;
	margin:0;
	float:left;
}

.entry-summary {
	position: relative;
}

.entry-summary p {
	margin-bottom: 0;
}

.link-more {
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
	width:80px;
	height:36px;
	background-color:#009EE2;
	cursor:pointer;
}
.link-more a {
	position: absolute;
	top: 0.4em;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
}


/*
Category styles
*/

.catDate {
	width:50px;
	height:15px;
	background-color:#009EE2;
	color:#ffffff;
	text-weight:900;
	text-align:center;
	margin:0;
	margin-right:0.5em;
	float:left;
	line-height:13px;
}

.catDate p {
	margin:0;
	margin-top:0.1em;
	color:#ffffff;
	font-size:0.7rem;
}	

.catAuthor {
	height:15px;
	background-color:#009EE2;
	font-size:0.7rem;
	color:#ffffff;
	text-weight:900;
	text-align:left;
	margin:0;
	padding-right:0.5em;
	float:left;
	line-height:13px;
}

.catAuthor p {
	margin:0;
	margin-left:0.4em;
	margin-top:0.1em;
	color:#ffffff;
	font-size:0.7rem;
}

.imported {
	background-color:#E2097D;
}

.important {
	background-color:#831D81;	
}
@media screen and ( min-width: 59em ) {
	.aktuellesPostContent {
		max-width: calc(100vw - 750px);
	}
}
