* {
	margin: 0;
	padding: 0;
	font-family: Calibri, sans-serif;
}
header {
	background-color: orange; /* #327A4D; /* Cloud-Grün */
	width: 100%;
	float: left;
	border-bottom: 1px solid black;
	}
#one {
	padding: 0.3em 0.3em 0.3em 1.0em;
	/* background-color: #F6CED8; /* bläulich */
	}
#two {
	padding: 0.3em 0.3em 0.3em 1.0em;
	background-color: yellow;
	}
#drei {
	/* padding-left: 1.5em; */
	padding: 0.0em 0.0em 0.0em 1.0em;
	}
h2 {
	/* background-color: #CEE3F6; /* rötlich */
	}
h3 {
	/* background-color: #CEE3F6; /* rötlich */
	}
#bereichlogo {
	color: white;
	background-color: orange;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	float: left;
	}
#bereichlogo {
	width: auto;
	}	
#steuerung li{
	list-style: none;
	float: left;
	}
#steuerung a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	text-decoration: none;
	color: white;
	background-color: orange;
	}	
.menue-button {
	display: none;
	}
#steuerung {
	float: right;
	}	
#steuerung a:hover{
	color: white;
	background-color: #327A4D;
	}
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/* Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:600px) {
	.menue-button {
		display: block;
	}
	.menue-button {
		background-color: darkblue;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.3em 0.3em 0.3em 0.3em; 
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	#bereichlogo {
		width: 100%;
	}
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}	
	#steuerung li {
		width: 100%;
		border-bottom: 2px solid silver;
	}	
	.menue-button:hover {
		color: black;
		background: orange;
	}
}


/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
	display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none; 
}
/* Allgemein Anweisungen */
section {
	float: left;
	width: 100%;
	}
h1, h2, h3, h4, h5, h6 { margin: 0.3em 0 0 0.3em ;}
h1, h2, h3, h4, h5, h6 { padding: 0.3em; }
#lokal { color: black; }
#datum { font-weight: bold;
         color: black; }
#plz   { color: blue; }
#ort   { font-weight: bold;	
         color: black; }
#strasse { color: black; }
#anlass  { font-weight: bold;
           color: black; }
#text    { color: black; }
