@CHARSET "UTF-8";

article.article>header {
	margin-bottom: 0.5em;
}

article.article>header>h1 {
	color: #10a69a;
}

article.article.bigImage>figure>figcaption {
	margin: 0.8em 0 1em;
}

article.article.smallImage>figure>figcaption {
	margin-top: 0.8em;
}

article.article.smallImage>figure {
	float: left;
	margin-right: 1.2em;
	width: 48%;
}

article.article>aside {
	background-color: #F3F3F3;
	padding: 1em 0;
	margin-top: 2em;
}

article.article.inline>aside {
	margin: 1em 0;
}

article.article>aside>section>header>h1 {
	/* firefox fix */
	margin: 0;
}

article.article>aside>section>header>h1,article.article>aside>section>figure>figcaption
	{
	margin-bottom: 0.5em;
}

article.article>aside>section>figure>ul {
	list-style-type: none;
}

article.news,article.article {
	margin-bottom: 2em;
}

article.reformation  {
	width: 100%;
}

article.reformation div.pseudoTableFooter {
	display: block;
}

.reformationkasten {
    background-color: #f3f3f3;
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0 0 1em 0;
}

.reformationkasten .fontMarginal {
	margin-top: 10px;
}

html body div.grid-container div.mainBackground main.grid-parent section.pseudoTableRow article.pseudoTable figure.mod {
	width: 33.333333%;
	float: left;
	padding: 1%;
}


.pseudoTableFooter ul, article.pseudoTable ul {
	margin: 0 1em;
}


ul.allesendungen {
	list-style-type: none;
}

ul.allesendungen li {
	margin-bottom: 1em;
	}
	
.beitrag_abspielen {
	font-size: 18px;
	position: relative;
}
.beitrag_abspielen:after {
	margin-left: 10px;
	top: 2px;
	position: absolute;
	content: url('https://pep.ekir.de/pep/images/play-round.png');	
}	