* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

header, nav, main, footer, aside, section {
	display: block;
}

body {
	background-image: url(../so_bilder/soblume1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left top;
	max-width: 60em;
	margin: 0 auto;
}	


header {
	background: rgba(56,216,20,0.7);
	padding: 0.8em;
	margin-bottom: 1.2em;
}

#logo {
	float: left;
	margin-right: 0.7em;
	margin-top: -1.2em;
	margin-left: 6em;
	width: 7.8em; 
}

/*#unabh {
	float:left;
	top: -3em;
}*/

#unabbild {
	float: right;
	transform: scale(0.8);
	margin-right: 4em;
	margin-top: -7.5em;
}

nav {	clear: both;
	float: left;
	margin-right: 2em;
	width: 12em;	
}
	
ul {
	list-style-type: none;
}
	
nav ul li a {
	text-decoration: none;
	display: block; 
	background-color: #1F8B07;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	padding: 0.3em 0.5em;
	margin-bottom: 0.7em;
	border-style: solid;
	border-width: 0.2em;
	border-color: white black black white;
}

nav ul li a:link {text-decoration:none; color: white; background-color: #1F8B07;}
nav ul li a:visited {text-decoration:none; color:white; background-color: #1F8B07;}
nav ul li a:active {text-decoration:none; color:white; background-color: #1F8B07;}
nav ul li a:hover {text-decoration:none; color:white; background-color: #38D814;}

main {
	background: rgba(242,255,112,0.8);
	width: 46em;
	padding: 1em;
	float: left;
}

#bear {
	display: block;
	margin-left: 200px;
	z-index: -2;	
	opacity: 0;
	animation: myfirst 15s;
}

@keyframes myfirst 
		{from 	{opacity: 1; transform: translateY(20%);
				}

		to 		{z-index: -2; opacyti: 0; transform: translateY(600px);
				}
		}

.bilder {
	float: left;
	margin-right: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.bilder img {
	width: 20em;
}

.bildstorchf {
	float: left;
	margin-right: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.bildstorchf img {
	width: 44em;
}

.bildkerze {
	float: left;
	margin-right: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.bildkerze img {
	width: 44em;
}
.bilderrechts {
	float: right;
	margin-top: 1.2em;
}

.bilderrkl {
	float: right;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
	margin-left: 1em;
}

.bilderrkl img {
	width: 26em;
}

.antragdarst {
	float: right;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
	margin-left: 1em;
}

.antragdarst img {
	width: 26em;
}


.bilderveranstlinks {
	float: right;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
	margin-left: 1em;
}

.bilderveranstlinks img {
	width: 20em;
}

.bilderveranst {
	float: left;
	margin-top: 2.4em;
	margin-bottom: 1.3em;
	margin-right: 1em;
}

.bilderveranstmitte {
	float: left;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
	margin-right: 1em;	
}

.bilderveranst img {
	width: 20em;
}

.film  {
	margin-left: 2.0em;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
}

.zeitung  {
	float: left;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
	margin-right: 1em;
}

.zeitung img {
	width: 26em;
}


#telefon {
	width: 4em;
	float: left;
	margin-right: 0.4em;
}

#telefon p {
	margin-bottom:0px;	
}

#nummer p {
	margin-bottom:0px;	
}

.clear {
	clear: both;
}

p span a:link {text-decoration:none; font-weight: bold; color: black;}
p span a:visited {text-decoration:none; font-weight: bold; color: black;}
p span a:active {text-decoration:none; font-weight: bold; color: black;}
p span a:hover {text-decoration:none; font-weight: bold; color: #38D814;}

main ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 0.3em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

main ul li a {
	text-decoration: none;
	background-color: #1F8B07;
	color: white;
	font-size: 1em;
	padding: 0.3em;
	border-style: solid;
	border-width: 0.16em;
	border-color: white black black white;
}

main ul li a:link {text-decoration:none; color:white; background-color: #1F8B07;}
main ul li a:visited {text-decoration:none; color:white; background-color: #1F8B07;}
main ul li a:active {text-decoration:none; color:white; background-color: #1F8B07;}
main ul li a:hover {text-decoration:none; color:white; background-color: #38D814;}

#foodwatch {
	width: 468px;
	margin-top: 0.7em;
	float: right;
}

.kursiv {
	font-style: italic;
}

#vorsitz {
	margin-top: 2em;
	margin-right: 1em;
	float: left;
}

