nav.mainNav {
	padding-bottom: 10px;
}

.mainNav ul {
	width: 100%;
}

.mainNav ul li {
	width: 100%;
}

.main {
	padding-bottom: 20px;
}

#langMenu {
	display: none;
}

#langMenuSmart {
	display: inline;
}

#langMenuSmart li {
	width: 50%;
	position: relative;
	float: left;
	text-align: center;
}

#menuUL {
	height: 32px; /* 32px = Höhe eines Menu-Links */
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#menuULopen {
	height: 380px;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#back {
	top: 152px;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#backopen{
    top: 510px;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.mainBody {
	background-image:none;
}

#menuButton {
	display: block;
}


#logo img {
	height: 90px;
	display: block;
	margin: 0 auto 10px auto;
	padding: 5px 0px;
}

.datesType {
	display: none;
}

.datesInfo {
	width: 40%;
	text-align: left;
}

.mainNav ul a {
	height: 32px;
	font-size: 1.1em;
	padding: 6px 0px;
}

h1, h2 {
	text-align: center;
}

footer {
	height: 99px;
	bottom: -99px;
}


.cdCover {
	float: none;
	width: 100%;
	margin-left: 0%;
}

.cdCover img {
	width: 100%;
	max-width: 300px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cdTitle {
	margin-top: 0.3em;
	text-align: center;
}

.bcwrapper {
	float: none;
	text-align: center;
}

.cdLinks {
	display: flex;
	justify-content: center;
}
