@charset "UTF-8";
/* CSS Document */

*, a {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;}
	
html {
	width: 100%;
	height: 100%;
}	

body {
	font-family: 'Helvetica Neue', 'Arapey', serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin: 70px 70px 0 70px;
}

section img {
	width: 100%;
	height: auto;
}

section.news img {
	width: 50%;
	height: auto;
}

p {
	margin-bottom: 10px;}
/*
section.news img {
	width: 50%;
	height: auto;}
	*/

img.shadow {
	box-shadow: 5px 5px 0 0 #000;
	}

div.wrap {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	max-width: 1000px;
	text-align: left;}
	
section.line {
	border-top: 1px solid #000;
	padding-top: 10px;}	
	
.zweispalten {
	-webkit-column-count: 2;
	-webkit-column-gap: 4%;}	
	
section.nav ul {
	list-style: none;
		font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
font-size: 200%;
line-height: 90%;
	}	
	
	section p {
		margin-top: 10px;}
	
section.nav ul li {
	display: inline;
	display: inline-block;
	margin-right: 46px;
	vertical-align: top;}
	
section.nav ul li:last-child	 {
	margin-right: 0;}
	
section.nav ul li:first-child {
	margin-top: -5px;}	
	
	
section.center {
	text-align: center;
	padding: 0 0;}	
	
	
	img.logo {
		width: 200px;
		height: auto;}
	
section.margin {
	margin-bottom: 10px;}	

section.img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -143px;
	width: 400px;
	height: 286px;}

section.third {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1%;}
	
section.third img {
	width: 100%;
	height: auto;}	
	
section.third:nth-child(2n) {
	margin-right: 0;}	

table tr {
	vertical-align: top;}


.date {
	color: #97d2af;
	margin-right: 15px;}

a:link {
	text-decoration: none;
	color: #333;}

a:visited {
		text-decoration: none;
	color: #333;}

a:hover {
		text-decoration: line-through;
	color: #333;}

a:active {
		text-decoration: none;
	color: #333;
	outline: none;
	border: none;}

a:focus {
	outline: none;
	border: none;}

h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 220%;
	line-height: 100%;
	letter-spacing: 0px;}
	
h1.title {
	line-height: 70%;
	font-size: 1000%;
	color: #6C9;}	
	
h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 160%;
	line-height: 100%;
	letter-spacing: 0px;}	




section.item {
	position: absolute;
	width: 320px;
	height: 200px;
	overflow: hidden;}
	
	
/* nav */

span.hide {
display: none;
font-size: 50%;
line-height: 100%;}	

li.follow:hover {
	cursor: pointer;}

	li.follow:hover span.hide {
		display: block;}
		
	span.hide:hover {
		display: block;}	
		
		
div.container figcaption {
	text-align: center;
	margin: 10px;}		
	
	
/* press */

div.floatsongs figure {
	float: left;
	width: 31%;
	margin-right: 2.3%;
	}
	
	div.floatsongs figure audio {
		width: 100%;}
		
section.news {
	margin: 30px 0 50px 0;}		