

/*###########################HTML-TAG###########################*/

html {
background: url(../img/Dark_forest.jpg) no-repeat center center fixed;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}


body {
	width: 100%;
	

	}    


.lean {
	font-size: 87,5%;
	font-family: Arial, 'Lucida Sans Unicode';
	
	line-height: 1.5;
	text-align: left;
	margin: 0 auto;
	width: 80%;
	clear: both;
	
	
}


/*###########################HEADER-TAG###########################*/

.mainheader {
	width: 100%;
	height: auto;
}

.mainheader nav {
	background-color: #8fc2c4;
	opacity: 0.8;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 20px 30px black;
}

.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainheader nav ul li {
	float: left;
	display: inline;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color: #000000;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}


.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a:visited {
	background-color: #CF5C3F;
	opacity: 0.8;
	text-shadow: none;
	box-shadow: 10px 20px 30px black;
}


.mainheader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*###########################HTML-TAG###########################*/

a {
	text-decoration: none;
}

a:link, a:visited {
	color: black;
	

}

a:hover, a:active {
	background-color: #CF5C3F;
	color: #000000
}


.content {
	width: 70%;
	float: left;
	color: black;
	background-color: #8fc2c4;
	opacity: 0.8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 20px 30px black;
	margin: 2% 0 0 0;
	
	
}



.topcontent {
	background-color: #38610B;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bottomcontent {
	background-color: #FFF;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.top-sidebar {
	width: 21%;
	float: left;
	background-color: #CF5C3F;
	opacity: 0.8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 2% 0 2% 3%;
	box-shadow: 10px 20px 30px black;
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #8fc2c4;
	opacity: 0.8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 2% 0 2% 3%;
	box-shadow: 10px 20px 30px black;
}

.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #CF5C3F;
	opacity: 0.8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 2% 0 2% 3%;
	
}

.mainfooter {
	width: 96%;
	height: auto;
	float: left;
	background-color: #8fc2c4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 2%;
	margin: 2% 0 2% 0;
	box-shadow: 10px 20px 30px black;
}

.inside1 {
	width: 25%;
	height: 80px;
	float: left;
padding: 2% 2%;
	margin: 2% 2% 2% 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		box-shadow: 10px 20px 30px black;
}

.inside2 {
	width: 25%;
	height: 80px;
	float: left;
	padding: 2% 2%;
	margin: 2% 2% 2% 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		box-shadow: 10px 20px 30px black;
}

.inside3 {
	width: 25%;
	height: 80px;	
	float: left;
	padding: 2% 2%;
	margin: 2% 2% 2% 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		box-shadow: 10px 20px 30px black;
}

.mainfooter p {
	

	
}


/*########################### test an first post individuelle schriftfarbe###########################*/

.article {

	color:#000000;
	opacity: 100%;
	padding: 3% 2%;

}



/*########################### Das TEam ###########################*/
/*########################### Das TEam ###########################*/
/*########################### Das TEam ###########################*/



img.fade {
border:1px solid #000;
opacity: 0.4;
}

img.fade:hover {opacity: 1;}	


/*########################### kontakt ###########################*/
/*########################### kontakt ###########################*/
/*########################### kontakt ###########################*/


form {
  background-color: #CF5C3F;
  opacity: 0.8;
  width: 60%;	/* Breite des Formulars */
	float: left; 
  padding: 20px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 20px 30px black;
	margin: 2% 6% 0 0;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,


textarea {
  width: 90%;
  border: 1px solid #8fc2c4;
  margin-bottom: 1em;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 20px 30px black;
}
textarea {
  height: 40%;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}


/*########################### wm ###########################*/
/*########################### wm ###########################*/
/*########################### wm ###########################*/

.WM {
	font-size: 87,5%;
	font-family: Arial, 'Lucida Sans Unicode';
	
	line-height: 1.5;
	text-align: left;
	margin: 0 auto;
	clear: both;
	
	
	width: 100%;
	float: left;
	color: black;
	
	opacity: 1;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin: 2% 0 0 0;
}

.left {
	width: 50%;
	float: left;
	background-color: #CF5C3F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 2% 0 2% 3%;



}



.right {

	width: 30%;
	float: left;
	background-color: #CF5C3F;
	opacity: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin: 2% 0 2% 3%;


}




.WM1 {
	padding: 3% 2%;



}



.WM2 {




}

.WM3 {




}

