
/*
FARBEN ------------
hellgrün: 	#A6BD0D
Dunkelgrün:	#4B5600
Dunkelgrün aktiv: #8A9D07
*/

#mobile_menu { 
	float: left; 
	position: fixed; 
	top: 0em; left: 0em; 
	width: 100%; 
	display: none;
	background-color: none;
	z-index: 99;
	}

#mobile_header { 
	height: 75px; padding: 0; 
	margin: 0; background-color: #fff; 
	border-bottom: 1px solid #ccc; 
	} /* Sommer */

#burger_pic { float: left; cursor: pointer; width: 2.5em; margin-top: 1.0em; margin-left: 0.5em; }
#logo_mobile { float: right; height: 40px; margin: 15px 10px 5px 3px; }

#mobile_navi { 
	padding: 0; margin: 0; font-size: 1.5em; width: 90%; background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px solid #999; margin-bottom: 0.25em;
	}

#mobile_navi  a { 
	display: block; text-decoration: none; color: #fff; 
	height: 2em; line-height: 2em; padding-left: 0.5em;
	}

#mobile_navi a:hover , #mobile_navi .acc_bar:hover { background-color: #999; color: #fff;}

#mobile_navi .acc_bar { cursor: pointer; 
	border-top: 1px solid #999;   
	height: 1.8em; line-height: 1.8em;
	background-color: #555; /* sommer */
	/* background-color: #096287; winter */
	color: #fff; 
	}

#mobile_navi .pfeil_down {background-image: url(/pic/pfeil_down.png); background-repeat: no-repeat; background-position: right; padding-left: 0.5em; }

/* Aktive Rubrik - Farbe / Pfeil nach oben */
#mobile_navi .current, #mobile_navi .current:hover  { 
	#fff; font-weight: bold; 
	background-color: #009FE3; /* sommer */
	/* background-color: #76CEF2; winter */
	color: #fff;
	background-image: url(/pic/pfeil_up.png); 
	background-repeat: no-repeat; 
	background-position: right;
	}
	
#mobile_navi .aktiv { font-weight: bold; }


/* Sub-Menu / Seiten */
#mobile_navi .acc_content a { padding-left: 1em; color: #000; border-bottom: 1px dotted #fff; background-color: #ddd;}

#mobile_navi .acc_content a:hover { background-color: #bbb;}

@media screen and (max-width: 1410px)
	{
	img.logo { margin-left: 30px; } 
	#navi_lang { margin-right: 25px ;  }
	}

@media screen and (max-width: 960px)
	{
	body { font-size: 90%; background-position: center -200px; }
	/* Standard Layout */
	#wrap_header { display: none; }
	#subnavi { display: none; }
	#aktuell { display: none; }

	#banner { 
		top: 70px; 
		height: 160px; 
		background-size: 550px auto; 
		background-repeat: no-repeat; 
		}

	#wrap_main { top: 225px; }

	td.hide_mob , th.hide_mob { display: none; }
	#wrap_main main { padding: 20px 20px; }

	#wrap_sitemap #sitemap { padding: 10px 20px; }

	/*#content {width: 100%; padding: }*/

	.spalte1 { padding: 1% 2%; width: 93%; margin-bottom: 15px; }
	
	.spalte2 { padding: 1% 2%; width: 93%; }

	footer { height: 20px; line-height: 20px; }

	/* Mobile Menu */
	#mobile_menu { display: block;}
	}

