/* styles Desktop 1220 px
======================== */
#topnews {
	grid-area:topnews;
	border:0!important;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
#topnews img {
	width:100%;
	height:auto;
}
.copyright {
	display:block;
	background-color:#ebebeb;
	text-align:right;
	font-size:10px;
	line-height:150%;
	padding:0 0 4px 0;
}
.copyright .news_datum {
	float:left;
	margin-left:4px;
}
#topnews h1 {
	color:#314150;
	margin-top:16px;
}
#topnews a, .frontnews a {
	color:#314150;
}
#topnews a.intern, .frontnews a {
	font-weight:400;
	margin-top:8px;
}
#topnews a.newslink {
	line-height:0;
}
#topnews_date {
	position:absolute;
	top:-20px;
	left:-20px;
	width:90px;
	height:90px;
	border:5px solid #8fd300;
	border-radius:50%;
	background-color:#fff;
}
#topnews_date span {
	display:block;
	font-weight:bold;
	text-align:center;
	color:#667588;
	font-family:'Fira Sans Condensed', sans-serif;
}
#topnews_date .datum {
	font-size:30px;
	margin-top:26px;
}

#topnews_date .jahr {
	margin-top:4px;
}
#content article.frontnews {
	border:0;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid #959595;
}
article.frontnews a.news_image {
	display:block;
	overflow:hidden;
	height:360px;
	width:100%;
	background:url(/images/icons/icon_lag.png) center center / 100% auto no-repeat;
	margin-bottom:4px;
}
article.frontnews a.news_image.topnews {
	height:180px;
}
article.frontnews h2 {
	margin-top:16px;
}
#content article.frontnews h1 {
	margin-top:16px;
}
#content article.frontnews div.teaser {
	font-weight:400;
	margin-bottom:16px;
}
#content article.frontnews div.text {
	margin-bottom:16px;
}