#wrapper{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#menuBtn {
	display: none;
}

#mainNav {
	z-index: 9;
	display: block !important;
	position: relative;
	top: 0;
	width: auto;
	padding-left: 30px;
	float: left;
}

#mainNav ul li {
	display: inline-block;
	width: auto;
}

#mainNav li a {
	position: relative;
	display: inline-block;
	width: auto;
	background-color: transparent;
	font-weight: 600;
	color: #fff;
	padding: 0;
	margin: 0 13px;
	line-height: 76px;
	font-size: 14px;
	letter-spacing: 2px;
	border: 0px;
}

#mainNav li.active a,
#mainNav li a:hover {
	color: #92F18A;
	background-color: transparent;
}

#mainNav li.active a:after,
#mainNav li a:hover:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #92f18a;
	border-radius: 10px;
	top: 60%;
	left: 0;
}


.sub-menu {
	display: none !important;
}

header .social {
	padding-top: 175px;
}

footer {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 3px 15px;
	height: auto;
	font-size: 11px;
	font-size: 0.79em;
	font-weight: 300;
	line-height: 22px;
	line-height: 2em;
	letter-spacing: 1.5px;
}

#pageTitle {
	min-width: 200px;
}

.page-contact #pageInfo #contactNav,
.page-press #pageInfo #contactNav,
.page-booking #pageInfo #contactNav,
.page-newsletter #pageInfo #contactNav {
	display: block;
}

.page-mashups #pageInfo #mashupNav,
.page-mashup #pageInfo #mashupNav,
#mashupNav.active {
	display: block;
}

#pageInfo nav {
	float: left;
}

/* Startseite
//==========================================================*/
#news{
	margin-left: -10px;
}

.newsEntry{
	width: 345px;
	float: left;
	margin-left: 10px;
}

/* Live
//==========================================================*/

.headerImage {
	margin-bottom: 25px;
}

.eventEntry {
	position: relative;
	height: 80px;
	background-color: transparent;
}

.eventEntry:after {
	display: block;
	content: ' ';
	clear: both;
}

.eventInfos {
	line-height: 1.3;
	float: left;
	width: 100%;
}

.eventEntry .eventDate {
	width: 80px;
	height: 80px;
	padding: 15px;
	margin-right: 8px;
}

.eventLocation {
	height: 80px;
	padding-top: 18px;
	background-color: #fff;
}

.eventActions {
	position: absolute;
	top: 0;
	right: 0;
	clear: none;
}

.eventActions .btn {
	line-height: 80px;
	width: 90px;
	height: 80px;
	font-size: 12px;
}

/* Contact
//==========================================================*/

#subNavTitle {
	display: block;
	float: left;
	line-height: 40px;
	margin-right: 20px;
	font-size: 9px;
	font-size: 0.82em;
	text-transform: uppercase;
}

.contact .headerImage {
	height: 350px;
	overflow: hidden;
}

.contact form input{
	width: 48%;
}

form:after {
	display: block;
	content: ' ';
	clear: both;
}

input {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
}

textarea {
	margin-top: 30px;
}
/* Impressum
//==========================================================*/

.page-impressum aside {
	max-width: 359px;
	float: left;
}

.page-impressum aside:first-of-type {
	margin-right: 32px;
}