.mobile {
	display:none;
}

#mobile-menu {
	display:none;
}

@media screen and (max-width:1060px) {
	body#frontend {
		min-width:0;
		padding-bottom:0;
		height:auto;
		min-height:0;
	}

	#frontend .header-yellow {
		display:none;
	}

	#frontend .footer {
		display:none;
	}

	#frontend .content-wrap {
		width:auto;
		padding:0;
		margin:0;
	}

	#frontend .main-content {
		padding:20px;
		margin:0 auto;
		margin-top:50px;
	}

	#frontend .main-content h1 {
		display:none;
	}

	#frontend .indent-content {
		width:auto;
		margin:0;
	}

	/*.mobile-header {*/
		/*display:block;*/
		/*background-color:#fed300;*/
		/*height:50px;*/
	/*}*/
	.mobile-header {
		display:block;
		position:fixed;
		top:0;
		width:100%;
		background-color:#fed300;
		height:50px;
		z-index:100;
	}

	.left-logo {
		line-height:50px;
		text-transform:uppercase;
		padding-left:20px;
		font-family:'Antenna Cond', 'Arial Black', sans-serif;
		font-size:25px;

	}
	.left-logo img {
		height:50px;

	}

	#page-title {
		color:#000;
		font-family:'Antenna Cond', 'Arial Black', sans-serif;
		font-size:24px;
		line-height:50px;
		font-weight:normal;
		padding:2px 13px 1px 60px;

	}

	#menu-button {
		background: center center no-repeat transparent;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wISDCw4t0XiegAAADtJREFUSMftkrEJADAMw6LS/192p0IfSIYiTd4ERiSpblYNMCLZdwAtvyXhn7tGJJiwCZuwCZuwCSt5ONhpGCnD8ZgsAAAAAElFTkSuQmCC);

		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 10px;
		z-index:999;
	}

	#mobile-menu {
		width:300px;
		position:fixed;
		display:block !important;
		/*background-color:#fed300;*/
		background:#fed300;
		left:-300px;
		overflow-y:auto;
		z-index:200;
		border-right:solid 1px #666;
	}

	#mobile-menu ul {
		list-style:none;
		margin:0;
		padding:0;
		margin-bottom:10px;
	}

	#mobile-menu ul li {

	}

	#mobile-menu .root-item {
		font-size:1.5em;
		font-weight:bold;
		padding-left:10px;

	}

	#mobile-menu a.active {
		background-color:#E2258F;
		color:#fff;
		font-size:1.2em;
		font-weight:bold;
		border-radius:8px;
		border-color:#fff;
	}

	#mobile-menu a {
		text-decoration:none;
		height:40px;
		line-height:40px;
		display:block;
		padding-left:40px;
	}

	#mobile-menu span.root-item {
		text-decoration:none;
		height:30px;
		line-height:30px;
		display:block;
		padding-left:10px;
	}

	.frage-ansehen {
		padding:0 20px;
	}

	.sprachauswahl {
		position:fixed;
		width:auto;
		right:10px;
		height:50px;
		line-height:50px;
		top:0;
		z-index:100;
		background-color:#FED300;
	}

	.sprachauswahl strong {
		margin-right:10px;
	}

	.sprachauswahl > img {
		margin-right:2px;
		margin-top:20px;
	}

	.frage {
		padding:0;
	}

	.frage-blaettern {
		padding-right:20px;
	}

	.frage .frage-image {
		float:right;
	}
}
