div.main > div.content > main > section > article
{
	margin-bottom: 32px;
}

div.main > div.content > main > section > article > div.news-stamp
{
	border-bottom: 1px dotted #A0A0A0;
	color: #A0A0A0;
	display: block;
	font-family: Calibri, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 12px;
	text-align: right;
}

div.news-img
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 300px;
	margin: 0px 20px 20px 0px;
	width: 300px;
}

a.news-more
{
	color: #0094FF;
	font-weight: bold;
}

p.news-youtube
{
	text-align: center;
}

p.news-youtube > iframe
{
	height: auto;
	width: 50%;
}

center
{
	text-align: center;
}

center > iframe
{
	height: auto;
	width: 50%;
}

/* MOBILE */

@media screen and (max-width: 999px)
{

}

@media screen and (max-width: 599px)
{
	div.news-img
	{
		margin: 0px auto 20px auto;
		float: none;
	}
}

@media screen and (max-width: 799px)
{
	p.news-youtube > iframe
	{
		width: 100%;
	}
	
	center > iframe
	{
		width: 100%;
	}
}

/* DESKTOP */

@media screen and (min-width: 1000px)
{
	
}

article#pages
{
	text-align: center;
}

article#pages > div
{
	display: inline-block;
}

article#pages > div > a
{
	display: table-cell;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

article#pages > div > a.now
{
	background-color: #0094FF;
	color: #FFFFFF;
	font-weight: bold;
}

article#pages > div > a.next_page:hover
{
	background-color: #7FC9FF;
	color: #FFFFFF;
}

section > figure
{
	display: block;
	margin-bottom: 32px;
	text-align: center;
}

section > figure > img 
{
	display: inline-block;
	margin: 0px auto 8px auto;
	max-width: 1024px;
	width: 100%;
}

section > figure > figcaption
{
	color: #0094FF;
	font-family: "Calibri";
	font-variant: small-caps;
	text-align: center;
}

section > div.news-author
{
	border-top: 1px dotted #A0A0A0;
	clear: both;
	color: #A0A0A0;
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 8px;
}

section > div.news-author:before
{
	content: "Autor: ";
}

section > div.news-published
{
	color: #A0A0A0;
	font-family: Calibri, sans-serif;
	font-size: 12px;
	font-style: italic;
}

section > div.news-published:before
{
	content: "Veröffentlichung: ";
}

