@charset "utf-8";

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* general settings */

* {
	margin: 0em;
	padding: 0em;
	}
	
body {
	background-color: #CCC;
	font-size: 100%;
	font-family: 'source_sans_proregular', Verdana, Arial, sans-serif;
	}
	
h1 {
	font-size: 2.5em;
	line-height: 2.8em;
	font-weight: 100;
	color: #FFF;
	}

h2 {
	font-size: 1.563em;
	line-height: 1.8em;
	font-weight: 100;
	color: #00F;
	padding: 1em 0.875em 0em 0.875em;
	text-align: left;
	}

h3 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 100;
	color: #00F;
	padding: 0em 1.25em 0.5em 1.25em;
	text-align: left;
	}

p {
	line-height: 1.25em;
	font-weight: 100;
	color: #333;
	padding: 0.5em 1.25em 1.25em 1.25em;
	text-align: justify;
	}

li {
	list-style: square;
	font-weight: 100;
	color: #333;
	margin: 0.313em 0em 0.313em 0em;
	line-height: 1.25em;
	}
	
img {
	max-width: 100%;
	}

a {
	text-decoration: none;
	}

iframe {
	border-width: 0px;
	}
	
blockquote div{
	font-size: 0.94em;
	font-style: italic;
	text-align: justify;
	background-color:#FFD;
	width: 92%;
	margin: auto;
	padding: 5px;
	border: 1px solid #00F;
	}
	
table{
	width: 97%;
	border-top: 0.188em solid black;
	margin: auto;
	}

table td{
	border: 0px;
	padding: 10px;
	}
	
.unterstr {
	text-decoration: underline;
	}

/* on top bar */

#menubar {
	display: block;
	background: #FFF;
	}
	
#menubar ul {
	display: block;
	width: 2em;
	padding: 0.9em;
	}
	
#menubar ul li {
	display: inline;
	}

#menubar ul li a.menubutton {
	display: none;
	}

/* header */

.header {
	display: block;
	background: #333;
	background-image: url("head.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	text-align: center;
	}

/* navigation */

.nav {
	display: block;
	height: auto;
	background: #FFF;
	text-align: center;
	}
	
.nav ul {
	display: block;
	}
	
.nav ul li {
	display: inline;
	margin: 0em 0.188em 0em 0.188em;
	}
	
.nav ul li a {
	color: #888;
	font-size: 1.125em;
	line-height: 2.5em;
	padding: 0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
	}

.nav ul li a:hover {
	background: #DDD;
	border-top: 0.188em solid #333;
	border-right: 0.0625em solid #333;
	border-bottom: 0.0625em solid #333;
	border-left: 0.0625em solid #333;
	}

.nav ul li a.active {
	background: #DDD;
	color: #222;
	border: 0.188em solid #333;
	}

/* content area */

#main {
	display: block;
	width: 96%;
	max-width: 1200px;
	margin: 1.25em auto;
	}
	
#main div.seite {
	display: inline-block;
	width: 70.3%;
	vertical-align: top;
	}

#main div.vollbild {
	width: 97%;
	vertical-align: top;
	}

#main div.artikel {
	display: block;
	background: #FFF;
	vertical-align: top;
	margin: 0em 0em 1.563em 0em;
	text-align: center;
	border-bottom: 0.188em solid #333;
	-moz-box-shadow:    3px 3px 5px 5px #999;
	-webkit-box-shadow: 3px 3px 5px 5px #999;
	box-shadow:         3px 3px 5px 5px #999;
	}

#main div.artikel a {
	color: #00F;
	}

#main div.artikel a:hover {
	text-decoration: underline;
	}

#main div.artikel ul {
	text-align: left;
	padding: 0em 0.875em 1em 2.5em;
	}

#main div.sidebar {
	display: inline-block;
	width: 25.6%;
	margin-left: 3%;
	vertical-align: top;
	}

#main div.sidebar a {
	color: #333;
	}

#main div.sidebar a:hover {
	text-decoration: underline;
	}

#main div.info {
	margin-bottom: 1.563em;
	padding-top: 1.25em;
	background: #FFF;
	border-bottom: 0.188em solid #333;
	-moz-box-shadow:    3px 3px 5px 5px #999;
	-webkit-box-shadow: 3px 3px 5px 5px #999;
	box-shadow:         3px 3px 5px 5px #999;
	}

#main div.info ul {
	padding: 0em 0.875em 1em 2.5em;
	}

#vwrapper {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}

.evideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.evideo iframe,
.evideo object,
.evideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.bild-links {
	float: left;
	margin: 1em;
	}
	
.bild-rechts {
	float: right;
	margin: 1em;
	}

.bild-info {
	display: block;
	width: 87%;
	margin: 0em auto 0.5em auto;
	border-bottom: 0.188em solid #333;
	}

.download {
	font-size: 0.75em;
	font-weight: bold;
	}

.download img {
	display: inline;
	width: 3.25em;
	margin: 0em 1em 0em 2em;
	}

.highlight {
	color: #F00;
	}

.signatur {
	color: #777;
	font-size: 0.7em;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}

/* footer */

#footer {
	display: block;
	background: #333;
	text-align: center;
	height: 2.5em;
	}

#footer ul {
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0em auto;
	}

#footer ul li {
	display: inline;
	font-size: 0.8em;
	line-height: 2.5em;
	color: #CCC;
	padding: 0em 1em 0em 1em;
	}

#footer ul li a {
	color: #CCC;
	}

/* responsive design */
	
@media screen and (max-width:800px) {
	body {
		font-size: 88%;
		}
	}

@media screen and (max-width:720px) {
	#main div.sidebar, #main div.seite {
		width: 100%;
		display: block;
		margin: 0.625em 0em 0.625em 0em;
		}
	.bild-info {
		width: 94%;
		}
	.bild-links {
		transform: scale(0.9);
		}
	}

@media screen and (min-width:640px) {
	.nav {
		display: block !important;
		}
	}

@media screen and (max-width:640px) {
	body {
		font-size: 82%;
		}
	#menubar ul li a.menubutton {
		display: block;
		}
	.nav {
		display: none;
		}
	.nav ul li {
		display: block;
		margin: 0.3em 0em 0.3em 0em;
		}
	.bild-artikel {
		width: 10em;
		}

	.bild-links {
		transform: scale(0.8);
		}

	.bild-rechts {
		transform: scale(0.9);
		}
	}






