body {
margin:0;
padding:0;
text-align: left; 
font-size: 14px; 
line-height: 21px;
font-weight: normal;
font-family: Arial;
color:#878786;
/*background-color:silver;*/
}

#wrapper {
position:absolute; 
top:0; 
left:0; 
width: 100%; 
max-width: 1080px; 
min-width: 300px; 
min-height:100%; 
/*margin-bottom:-50px; */
/*padding-bottom:6em;*//*unten mehr Platz*/
background:url(../basicMedia/hochwald_unten_balken-1080.jpg) bottom left no-repeat;
background-size: 88% auto;
/*border:1px solid red;*/
/*background-color:cyan;*/
/*z-index:-10;*/
}


header {
position: absolute;
top:0;
left:0;
width:100%;
height:auto;
background:url(../basicMedia/hochwald_balken-1080p.jpg) top left no-repeat;
background-size: 100% auto;
/*border:1px solid #000;*/

}

header img {
width:40%;
height:auto;
margin-left:7%;
margin-top: 110px;
/*border: 1px solid red;*/
}



section {
float: left; 
margin-top:3em;
margin-left:8%;
max-width:100%;
height:auto;
}

article {
float:left;
width:66%;
height:auto;
}

article p {
padding-bottom:1em;
margin-right:3em;
}


article h1 {
color:#919292;
font-weight:bold;
letter-spacing:0.1em;
text-transform: uppercase;
font-size: 1em;
line-height:1.5em;
font-family: Arial;
padding-bottom:1em; 
}

article.datenschutz, .impressum {
width:100%;
}

article.datenschutz p, .impressum p {
font-size: 1em;  
line-height: 1.35em;
padding-bottom:0em;
}

article.datenschutz h2, .impressum h2 {
font-size: 1.2em;  
line-height: 1.5em;}
}

article ul {
display:block; 
list-style: none;
padding: 0 0 0 0; 
margin: 0 0 0 0;
}

article ul.team  {
margin-left:-6%; 
}
        
article ul.team li {
float: left; 
height:auto;
padding: 0 40px 10px 0; 
margin-bottom:5px;
list-style: none;
}      
      


aside {
display:block;
width:33%;
float:right;
margin-right:5px;
}

aside img {
width:100%;
border:1px dotted #95c039;
margin-bottom:2em;
}

.hinweis {
border:1px solid #95c039; 
padding:8px; 
font-weight:bold; 
font-size: 13px; 
width:60%;
margin-bottom:2em;
font-family:Arial;
letter-spacing:0.03em;
}


footer {
clear:both;
height: auto;
width: auto;
margin-top:9.5em;
font-weight:500;
color: #919292;
}

footer p {
padding-bottom:0;
}


footer ul {
  display:block; 
  list-style: none;
  padding: 0; 
   margin: 0; 
}
        
footer li {
  float: left; 
  height:auto;
  padding: 4px 1.75% 4px 1.75%; 
  border-right: 1px solid #95c039;
  margin-bottom:5px;}
 
footer li:first-child {
      /*border-left: 1px solid #95c039;*/
      padding-left:0;
      }
      
footer li:last-child {
  border-right: 0px solid #95c039;
      }
      


.spacer {
margin-top:3%;
margin-bottom:25%;
/*border: 1px solid #000;*/
}


b {
color:#919292;
font-weight:700;
}

a {
color:#95c039;
text-decoration:none;
font-weight: 600;
font-size:0.93em;

}

a:hover { 
color: #cedf9e;
text-decoration:none;
}




.gruen {color:#95c039;}
.grau80 {color:#575656;}
.grau60 {color:#878786;}
.grau40 {color:#b1b2b3;}
.rot { color: #df1d1d;}
.breit {letter-spacing:0.1em; }
.kleiner {font-size: 9px;  }
.klein11p {font-size: 11px;  line-height: 14px;}


