
.default .wsCommentContainer {
	border: 1px solid silver;
	margin: 10px;
}

.default .wsComment {
	padding: 0px;
	margin: 0px;
}

.default .wsComment .entry-meta {
	padding: 10px;
	margin: 0px;
	background-color: #ddd;
}

.default .wsComment .entry-meta .entry-meta-header {
	font-size: 8pt;
	font-style: italic;
}

.default .wsComment .entry-meta .entry-meta-actions {
	text-align: right;
}

.default .wsComment .comment {
	padding: 10px;
}

.default .wsCommentActions {
	background-color: #ccc;
	min-height: 40px;
	padding: 10px;
}

.default .pagination > .active > a, .default .pagination > .active > span, .default .pagination > .active > a:hover, .default .pagination > .active > span:hover, .default .pagination > .active > a:focus, .default .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #7870e3;
	border-color: #8e87e8;
}

.default .article_content img {
	width: 100%;
	max-width: 800px;
	margin-top: 30px;
}

.default .entry-meta {
	text-align: right;
	right: 25px;
	color: #2f609b !important;
	position: absolute;
}

.default .fa-arrow-left:before {
	content: "";
	color: #2f609b !important;
}

.default .news-box-inhalt {
	text-align: left;
}

.default .article_content {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1.7;
	color: #4d4d4d;
}

.default .news-seite-back {
	text-align: left;
	margin-left: 10px;
}

.default .list-ansicht .news-box-inhalt {
	height: 130px;
}

.default .row.news-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.default .article_title a {
	font-size: 22px;
	color: #000;
	margin-bottom: 30px;
	display: block;
}

.default img.articleCoverImage {
	width: 100%;
}

.default .news-box-inhalt {
	background-color: #fcfcff;
	padding: 20px;
	border-radius: 10px;
}

@media (max-width: 600px) {
	.default .entry-meta {
		position: static;
	}
	
	.default .list-ansicht .news-box-inhalt {
		height: auto;
	}
}
