/* news */
.news-list-view
{
	position: relative;
	display: block;
	overflow: hidden;
}

.news-list-view .article
{
	position: relative;
	display: block;
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin: 0 0 2rem 0;
	border-left: 3px solid #AA0101;
	padding-left: 12px;
}

.news-list-view .article:nth-child(2n+1)
{
	margin-right: 4%;
	clear: both;
}

/* single column view for default content column */
.default .news-list-view .article { float: none; width: auto; }
.default .news-list-view .article:nth-child(2n+1) { margin-right: 0; clear: none; }


.news-list-view .article a:hover
{
	text-decoration: none;
}

.news-list-view .header
{
	position: relative;
	display: block;
}
.news-list-view .header h3
{
	padding: 0 0 0.25rem 0 !important;
	margin: 0;
	font-size: 1.125rem;
}
.news-list-view .header a
{
	color: #FFFFFF;
}

.news-list-view .news-img-wrap
{
	float: left;
	padding: 0.25rem .5rem 0 0;
}

.stadtgespraech .news-img-wrap
{
	float: right;
	padding: 0.25rem 0 0 0.5rem;
}

.news-single .news-img-wrap
{
	float: right;
	padding: .25rem 0 .5rem .5rem;
	max-width: 50%;
	box-sizing: border-box;
}
.news-single .news-img-wrap img
{
	width: 100%;
	height: auto;
}

.news-list-view .teaser-text
{
	color: #666666;
}
.high-contrast .news-list-view .teaser-text
{
	color: #000000;
}

.news-single .teaser-text
{
	font-weight: bold;
	color: #666666;
}
.high-contrast .news-single .teaser-text
{
	color: #000000;
}

.news-list-view .stadtgespraech
{
	margin-bottom: 3rem;
}

.news-list-view .footer
{
	position: relative;
	display: block;
	clear: both;
	font-size: 0.85rem;
	color: #999999;
}

.news-list-view .stadtgespraech .footer
{
	clear: none;
}

.news-single .footer
{
	font-size: 0.85rem;
	color: #999999;
}

.news-list-view .news-list-date
{
	clear: both;
	display: none;
	padding: .25rem 0 .25rem 0;
}

.news-show-archive
{
	text-align: center;
}


.page-navigation
{
	display: block;
	clear: both;
}
.news-list-view .page-navigation:first-child
{
	display: none;
}

.content .page-navigation p
{
	display: none;
}
.content .page-navigation li
{
	display: block;
	float: left;
	margin: 0 0.5rem 0.5rem 0 !important;
	padding-left: 0;
}
.content .page-navigation a
{
	margin: 0 !important;
}

.article .more,
.stadtgespraech .more,
.news-backlink-wrap a,
.news-show-archive a,
.content .page-navigation li:not(.current) a,
.content .page-navigation li.current
{
	position: relative;
	display: inline-block;
	margin: 1rem 0 0 0;
	padding: .25rem .75rem;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #666666 !important;
	font-size: 0.95rem;
	transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
	cursor: default;
	text-decoration: none;
}
.high-contrast .article .more,
.high-contrast .stadtgespraech .more,
.high-contrast .news-backlink-wrap a,
.high-contrast .news-show-archive a,
.high-contrast .content .page-navigation li:not(.current) a,
.high-contrast .content .page-navigation li.current
{
	color: #000000 !important;
	border-color: #000000:
}

.content .page-navigation li:before
{
	display: none;
}
.article .more,
.stadtgespraech .more
{
	clear: both;
	float: none;
	margin: 0.5rem 0 0 0;
}
.content .page-navigation li a
{
	color: inherit;
	text-decoration: none;
}
.article .more:hover,
.stadtgespraech .more:hover,
.news-backlink-wrap a:hover,
.news-show-archive a:hover,
.content .page-navigation li:not(.current) a:hover
{
	color: #FFFFFF !important;
	background: #AA0101;
	border-color: #AA0101;
	text-decoration: none;
	cursor: pointer;
}
.high-contrast .article .more:hover,
.high-contrast .stadtgespraech .more:hover,
.high-contrast .news-backlink-wrap a:hover,
.high-contrast .news-show-archive a:hover,
.high-contrast .content .page-navigation li:not(.current) a:hover
{
	color: #FFFFFF !important;
	background: #000000;
	border-color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.content .page-navigation li.current
{
	border: 1px solid #AAAAAA;
	color: #AAAAAA !important;
}