* {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 500 !important;
}
body {
	margin: 0;
	padding: 0;
	background: #000 url(../gfx/poster.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1 {
	font-size: 1.9em;
	border-bottom: 2px solid #fff;
}
.video-background, .controls, .navigation, .no-mobile, #hider, #shower {
	display: none;
}
.logo, .content, .navigation {
	z-index: 999;
	margin: 0 auto;
	background: transparent;
	position: relative;
}
.logo {
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 0 0;
}
.navigation-mobile {
	display: block;
	width: 100%;
	height: 70px;
	background-color: transparent;
	padding: 17px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}
.navigation-mobile ul {
	padding: 0;
	margin: 0 auto 3px auto;
	display: inline-block;
	float: none;
	text-align: center;
}
.navigation-mobile ul li {
	list-style: none;
	padding: 0;
	margin: 0 18px 0 0;
	float: left;
	text-align: center;
}
.navigation-mobile ul li a {
	font-size: 1.15em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-style: normal;
}
.navigation-mobile ul li a:hover, .navigation-mobile ul li a.active {
	color: #009fe3;
}
.navigation-mobile ul li.last {
	margin-right: 0;
}
.content {
	border-top: 2px solid #fff;
	top: 0;
	right: 0;
	width: 290px;
	padding-bottom: 0;
	padding-top: 5px;
	margin: 0 auto 0 auto;
}
table {
	width: 290px;
}
td.date {
	width: 15%;
}
td.time {
	display: none;
}
td.city {
	width: 36%;
}
td.location {
	width: 39%;
}
td.info {
	display: none;
}
a.pressefoto img {
	margin-right: 6px;
	margin-bottom: 6px;
	border: 2px solid #fff;
}
label {
	width: 276px;
	margin: 0 0 3px 0;
}
label.checkbox {
	width: 260px;
	float: left;
}
input[type="text"], textarea {
	width: 276px;
	margin: 0 0 10px 0;
}
select {
	width: 292px;
}
input[type="submit"] {
	margin: 0;
	width: 290px;
	font-size: 1.3em;
}