@media only screen and (min-width: 601px) {
/* ###################################################################### Anfang > 601px */
  


div#einwurf,
nav#brotkrumen {
	display: block;
}

nav#brotkrumen {
	color: white;
}

nav#brotkrumen a {
	display: none;
}

.innen {
	margin: 0 auto 0 auto;
}

div#einwurf {
	display: block;
	position: absolute;
	right: 20px;
	top: 58px;
}

div#kopfstreifen {
	height: 160px;
	padding-bottom: 0px;
}

div#signet {
	padding-top: 30px;
	padding-left: 20px;
}

div#signetchile {
	padding-left: 20px;
	padding-top: 10px;
}

div#navSchalterMobil {
	display: none;
}

nav#brotkrumen {
	height: 35px;
	padding: 20px 20px 0 20px;
}

div#inhalt {
	padding: 0px 20px 0 20px;
}

div#buehne {
	padding: 0 20px 0 20px;
	margin-bottom: 50px;
}

div#buehneklein {
	padding: 0 20px 20px 0px;
}

div#buehne h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	position: absolute;
	bottom: 20%;
	background-color: rgba(255,255,255,0.5);
	padding: 0.9em 1em 0.9em 0.5em;
	margin-bottom: 0;
	width: 70%;
	display: none;
}

div#buehneklein h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	position: absolute;
	bottom: 20%;
	background-color: rgba(255,255,255,0.5);
	padding: 0.9em 1em 0.9em 0.5em;
	margin-bottom: 0;
	width: 70%;
}


/* Haupt-Navigation */

nav#hauptMobil {
  display: none;
}

nav#haupt {
  z-index: 2500;
  position: absolute;
  background-color: #F0F0F0;
  border-top: 1px solid white;
  top: 151px;
  width: 100%;
  display: block;
}

nav#haupt ul {
  z-index: 2600;
}

nav#haupt>ul {
	height: 40px;
	margin: 0 10px 0 10px; 
}

nav#haupt ul li {
	position: relative;
	float: left;
	display: block;
	height: 40px;
	text-align: left;
	padding-right: 0px;
}

nav#haupt li a {
	padding: 14px 10px 8px 10px;
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 14px;
	margin-left: 0px;
}


nav#haupt>ul>li>a:focus,
nav#haupt>ul>li>a:hover {
	background-color: white;
}

nav#haupt>ul>li:focus,
nav#haupt>ul>li:hover {
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	        box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px; 
}


nav#haupt ul li ul {
	background-color: white;
	padding: 10px 0px 10px 0px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px; 
}


/* Zum Testen
nav#haupt ul li.nav01 ul {
	display: block;
	background-color: #e62d4b;
	width: 300px;
}
*/

nav#haupt ul li.nav06 ul {
}


nav#haupt ul li:hover ul {
  height: auto;
	display: block;
	z-index: 9000;
	color: white;
}

nav#haupt ul li ul li {
	float: none;
	height: auto;
	white-space: nowrap;
	background-color: white;
}

nav#haupt ul li ul li:first-child {
	background-image: none;
}


nav#haupt ul li:hover ul li {
	float: none;
	display: block;
	width: auto;
}

nav#haupt ul li ul li a:focus,
nav#haupt ul li ul li a:hover,
nav#haupt ul li ul li a:active {
	text-decoration: underline;
}

nav#haupt ul li ul li a {
	padding: 5px 18px 5px 18px; 
	background-image: none;
	font-size: 12px;
	margin-left: 0px;
}



/* Spalten */

div.inhaltFluss {
	width: 66%;
	float: left;
	margin-right: 4%;
}

div.inhaltFluss .spalteA{
	width: 48%;
	float: left;
	margin-right: 4%;
}

div.inhaltFluss .spalteB{
	width: 48%;
	float: left;
}

div.inhaltSeite {
	width: 30%;
	float: left;
}

#kontaktKopie {
	display: none;
}

#kontaktOriginal {
	display: block;
}
  
}/* #####################################################################   Ende > 601px */


