@font-face {
	font-family:'Sohoma';
	src:url('img/Sohoma_Light_Condensed.ttf');
}
@font-face {
	font-family:'Sohoma';
	src:url('img/Sohoma_Extrabold_Condensed.ttf');
    font-weight:bold;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
body {
	margin:auto;
	padding:1em;
	color:#fff;
	background-color:#000;
	line-height:1.5em;
	font-family:'Sohoma',verdana,serif;
	font-size:1.2em;
	letter-spacing:.05em;
	hyphens:auto;
}
article {
	margin:auto;
	padding:0;
	max-width:calc(800px + 4em);
}
img {
	border:none !important;
}
a {
	color:#9b3;
	white-space:nowrap;
}
a:visited {
	color:#999;
}
a:hover,
a:focus {
	color:#f00;
}
a + sup a {
	margin-left:-.3em;
	padding:0;
	text-decoration:none;
}
s {
	color:#777;
}
#menu, aside, strong, th, h1, h2, h3, h4 {
	letter-spacing:0;
}
header {
	margin-right:2rem;
}
header > a {
	float:left;
	margin:-1.5em 1em 0 0;
}
header > a > img {
	width:200px;
}
h1 {
	margin:1em 0 0 0;
	padding:0;
	font-size:3.5em;
}
header > a,
header > a:hover,
header > a:focus {
	display:block;
	color:inherit;
	background-color:transparent;
	text-decoration:none;
}
header > p {
	margin:.5em 0 0 230px;
	padding:0;
	font-size:1.48em;
}
#menu {
	margin:1.5rem 0 0 8rem;
	padding:0 .5rem;
	font-weight:bold;
	background-color:#222;
}
#menu a {
	display:inline-block;
	margin:.2rem .5rem;
	color:#fff;
	font-size:1.2rem;
	text-decoration:none;
}
#menu a:hover,
#menu a:focus {
	color:#9b3;
}
#menu .aktiv {
	color:#f00;
}
#sprung {
	display:block;
	position:absolute;
	left:-50px;
	top:-50px;
	background-color:transparent;
	font-size:xx-small;
	text-decoration:none;
}
section {
	max-width:800px;
	margin:0 2em;
	padding:0 0 1px;
}
section > p > img {
	width:100%;
}
section li + li {
	margin-top:.5em;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
}
h2:first-child {
	margin-top:2.5em;
}
h2, h3 {
	color:#9b3;
	margin:3em 0 0 0;
}
h3 + table {
	margin-top:1em;
}
q {
	color:inherit;
	font-style:italic;
}
q:before {
	content:"„";
}
q:after {
	content:"”";
}
dl {
	margin-left:8em;
}
dl p {
	margin:.5em 0 0 0;
}
dt {
	float:left;
	width:7em;
	font-weight:bold;
	margin-left:-8em;
}
table {
	width:100%;
	border-collapse:collapse;
	background-color:#111;
}
th, td {
	vertical-align:top;
	text-align:left;
	padding:.2em 1em .2em .5em;
}
th {
	color:#888;
	background-color:#000;
	font-weight:normal;
	font-style:italic;
	letter-spacing:.05em;
}
tr:nth-child(even) > td {
	background-color:#222;
}
th:nth-child(1) {
	width:60%;
}
.neutral th:nth-child(1) {
	width:auto;
}
.prog th:nth-child(1) {
	width:6em;
}
td a + span:before {
	content:"(";
}
td a + span:after {
	content:")";
}
small {
	font-weight:normal;
}
blockquote {
	margin-left:.2em;
	padding-left:1em;
	border-left:solid 4px #9b3;
}
cite {
	color:#555;
	font-size:smaller;
}
#impressum li strong:after {
	content:":";
	padding-right:.3em;
}
footer {
	margin:3rem 0 1rem;
	color:#555;
	text-align:right;
	font-size:smaller;
	border-top:dotted 1px #777;
}
footer span {
	display:inline-block;
	float:left;
}
footer span > a {
	margin-right:1em;
}
hr {
	margin-top:2em;
	border:none;
	border-top:dashed .2em #9b3;
}
form {
	margin-top:2em;
}
form aside {
	margin:0;
	padding:0;
	width:auto;
	color:inherit;
	background-color:transparent;
	font-size:smaller;
	font-weight:100;
	line-height:1.2em;
	hyphens:none;
	transform:none;
}
form th {
	white-space:nowrap;
	width:auto;
	text-align:center;
}
form td {
	text-align:center;
}
form th:first-child,
form td:first-child {
	text-align:left;
}
textarea,
input[type=email],
input[type=text],
input[type=number] {
	box-sizing:border-box;
	width:100%;
	padding:.4em .5em .2em;
	font-size:inherit;
	font-family:inherit;
}
input[type=submit] {
	width:auto;
	padding:.4em 1em;
	color:#000;
	background-color:#9b3;
	font-size:larger;
	font-weight:bold;
	border-radius:.3em;
	border:none;
}
select {
	font-size:1em;
	font-family:inherit;
}
textarea {
	height:10em;
	padding:.3em .5em;
	font-size:inherit;
	font-family:inherit;
}
.sub {
	margin:3em 0;
	text-align:center;
}
.box {
	margin-top:3em;
	padding:1.5em;
	background-color:#222;
	border-radius:.5em;
}
.box form {
	margin:0;
}
.box h3,
.box p {
	margin:0;
}
.box input[type="url"] {
	display:none;
}
.box select {
	width:100%;
}
.box input,
.box select,
.box textarea {
	margin-top:.5em;
	padding:.4em .4em .2em;
}
.box input[type="submit"] {
	margin:1em 1em .1em;
	padding:.4em .6em .2em;
	font-family:inherit;
}
.box input[type="submit"]:hover,
.sub input[type="submit"]:hover {
	color:#fff;
	background-color:#f00;
	cursor:pointer;
}
.box form p {
	text-align:center;
}
#msg {
	padding:0 2em 1em;
	background-color:#020;
	border:solid 3px #9b3;
	border-radius:.5em;
}
#msg > h3 {
	margin:1.6em 0 .5em;
}
.ok h3 {
	color:#9b3;
}
.err {
	background-color:#200 !important;
	border:solid 3px #f00 !important;
}
.err h3 {
	color:#f00;
}
@media screen and (max-width:729px) {
	body {
		font-size:1em;
	}
	header > p {
		margin-left:225px;
	}
}
@media screen and (max-width:659px) {
	header {
		font-size:.9em;
	}
	header > a > img {
		width:180px;
	}
	header > p {
		margin-left:202px;
	}
}
@media screen and (max-width:599px) {
	article {
		width:100%;
		padding:0;
	}
	section {
		width:100%;
		margin:0 !important;
		padding:0;
	}
	header {
		margin-right:0 !important;
		font-size:.8em;
	}
	header > a > img {
		width:160px;
	}
	header > p {
		margin-left:180px;
	}
}
@media screen and (max-width:539px) {
	header {
		font-size:.7em;
	}
	header > a > img {
		width:120px;
	}
	header > p {
		margin-left:137px;
	}
}
@media screen and (max-width:439px) {
	header > a > img {
		width:100px;
	}
}
@media screen and (max-width:379px) {
	section {
		padding:20px 20px 1px 20px;
	}
}
