/* file css/lehnart.css -------------------------------------*/
/* Colors and backgrounds  ------------------------*/

/* FOOTER ------------------------------------------------------------*/
header, footer {
  background:  f7b3ae; // #2d2d2d
  }

/* Hintergrundfarbe fuer die Kachel Behaelterflaeche 
 * durch wertverringerung der Gleitkommazahl wirds heller
--------------------------------------------------*/
#fussbereich {
background:rgba(242,96,77,0.33); z-index:99;
}
/* z.B. Impressum */
footer ,footer a {
  color: #dcd2be;
  font-size: 1em;   
  }

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  // text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.1);
  // font-variant:small-caps; 
}

footer, footer a,  footer a:focus, footer a:hover, footer a:visited, footer a:active {
  color: #222; 
}

/* FOOTER BOTTOM ------------------------------------------------------------*/
.footer-bottom {
    position:static;
    bottom: 0.2em ;
    width: 100%;
     background-color:rgba(111, 111, 111, 0.4);  //  #f7b3ae; (247, 179, 174, 0.6)
    
  padding-top: 1em; padding-bottom: 4em;
  noverflow: hidden;
  z-index:22;
}

.footer-bottom: nixa{ // standard ohne Shadow
  text-shadow: 0 -1px 0 #FFF, -1px 1px 0 #111;
}
.footer-bottom a:hover , a:active, a:focus{
 // text-shadow: -1px -1px 0 #fff, 1px 1px 0 #111;
     }
footer a:hover { color:red;}
.footer-bottom .left {
  position:relative; left:0;top:0;
  width: 49% ;
  padding-top: 0.5em; 
  float: left;
  noborder:2px dotted green;
}
.footer-bottom .right {
 position:relative; right:0;top:0;
  width: 49% ;
  padding-top: 0.5em; padding-left:0.5em;
  float: right; 
  noborder:2px dotted red;
}
.footer-bottom .central {
  position:relative; left:0;top:3em; 
  width: 66% ;
  margin:3em auto 1em; // central
  padding: auto;
  clear:both; 
  noborder:2px dotted red;
  }
#divBottom {
  font-size:1.2em;
  }