/* Allgemeine Einstellungen */

body{
	margin: 0;
	padding: 0px;
}

#alles{
	font-family: Arial;
	top: 0px;
	left: 0px;
	margin: 0;
	height: 100%;
	padding: 0px;
	background-image: url('bilder/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

/* Container Anordnung */

#menu{
	position: fixed;
	margin-top: 0;
	top: -5px;
	margin-left: 0;
	z-index: 10;
	width: 99.99%;
	height: 50px;
	background-color: #57AB27;
}

#main{
	position: absolute;
	top: 20%;
	height: 79%;
	z-index: 0;
	width: 50%;
	margin-left: 25%;
	background-color: white;
	box-shadow: -2px -2px 2px #888888,
					2px 2px 2px #888888;
}

#fenster{
	width: 100%;
	height: 100%;
}

div#footer{
	align-items: baseline;
	margin-left: 0;
	height: 50px;
	top: 150px;
	width: 100%;
	background-color: #57AB27;
	transform: translate(0,200%)
}

#foot_pic{
	position: relative;
	float: right;
	height: 150px;
	transform: translate(0,-75%)
}

#clear{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0;
}

.bild{
	position: relative;
	float: left;
	width: 250px;
	margin: 0;
}

.bild2{
	margin-top: 50px;
	margin-left: 20%;
	background-image: url(bilder/holz.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 40%;
	box-shadow: 0px 0px 10px #000000,
					0px 0px 30px #000000;

}

#ani{
	margin-top: 2%;
	margin-left: 2%;
	box-shadow: 0em 0em 0.9em black;
	width: 40%;
	height: 60%;
	border-style: none;
}

/* Menü Einstellungen */

ul{
margin: 5px;
}

li{
	position: relative;
	float: left;
	left: 25%;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	border-style: none;
	padding-left: 0.25rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 15;
	color: white;
	background-color: #57AB27;
	z-index: 99;
}

.sub-menu li{
	width: 250px;
	left: -0px;
	background-color: #57AB27;
}

li:hover{
	text-decoration: underline;
}

a{
	text-decoration: none;
}

/* Dropdown Einstellungen */

.clearfix:after {
	content: "";
   display: table;
}

.sub-menu {
	position: absolute;
   display: none;
}

.top-menu:hover ul {
  display:block;  
  z-index:500;
  left: -45px;
  top: -5px;
}

/* Bilder Einstellungen */

#logo{
	position: fixed;
	z-index: 99;
	width: 250px;
	top: 65px;
	left: 55%;
	background-color: white;
	border-style: solid;
	border-color: gray;
	border-width: 8px;
	margin-top: 1%;
	margin-left: 10%;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0px 0px 10px #ffffff,
					0px 0px 30px #ffffff;
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

/* Text & Link Einstellungen */

h1{
	margin-top: 2%;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	color: #57AB27;
	margin-left: 2%;
}

h2{
	width: 90%;
	margin-left: 2%;
	color: #57AB27;
	font-family: arial;
	text-align: left;
	text-decoration: underline;
	font-size: 90%;
	overflow: hidden;
}

h3{
	margin-left: 10%;
	font-family: arial;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

p{
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	margin-left: 5%;
	margin-right: 15%;
}

p > a{
	color: #57AB27;
	font-weight: bold;
}

p > a:hover{
	text-decoration: underline;
}

.text{
	position: relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
}

#telefon{
	position: relative;
	top: -10px;
	text-align: right;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding-top: 0.25rem;
	margin-right: 100px;
	font-size: 15;
	color: white;
}

#slogan{
	position: fixed;
	z-index: 200;
	color: white;
	left: 20%;
	top: 70px;
	font-weight: bolder;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 	0px 0px 5px #000000,
						0px 0px 15px #000000,
						0px 0px 10px #ffffff,
						0px 0px 15px #ffffff;
}