.visible-desktop
{
	display: none;
}

.visible-mobile
{
	display: inherit;
}

.mobile-menu {
	overflow: hidden;
}

.mobile-menu .inner
{
	position: relative;
}

.mobile-menu .menudiv .closebtn
{
	position: absolute;
	right: 12px;
	top: 24px;
}

.mobile-menu .menudiv .innermenu
{
}

.mobile-menu .menudiv.hidden
{
	max-height: 0;
}

.mobile-menu .menudiv
{
	position: relative;
	border-top: 1px #ffffff solid;
	max-height: 1500px;
	height: auto;
	transition: max-height ease-out .3s;
}

.mobile-menu .menudiv ul.menu
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-menu .menudiv ul.menu > li
{
	margin: 0;
}

.mobile-menu a.menubutton,
.mobile-menu .menudiv ul.menu > li a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px;
	color: #555;
	text-align: center;
	background: #ddd;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

.mobile-menu a.menubutton:hover,
.mobile-menu a.menubutton:focus,
.mobile-menu .menudiv ul.menu > li a.active,
.mobile-menu .menudiv ul.menu > li a:hover,
.mobile-menu .menudiv ul.menu > li a:focus
{
	color: #ff6d00;

	background: -moz-linear-gradient(#eee,#ddd);
	background: -webkit-linear-gradient(#eee,#ddd);
	background: -o-linear-gradient(#eee,#ddd);
	background: -ms-linear-gradient(#eee,#ddd);
	background: linear-gradient(#eee,#bbb);
}

/* Website Spezifische Anweisungen */