

/* Beginn Overlay */

.overlay {
  height: 30px;
  width: 0;
  position: fixed;
  z-index: 1;
  bottom: 15px;
  left: 305px;
  overflow: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  margin-top: 3px;
  margin-left:120px;
  top: 0px;
  width: 150px;
  display: inline-block;
  text-align: center;
  
}


.overlay a {
  padding: 8px;
  text-decoration: none;
  text-align:center;
  float:left;
  font-size: 13px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #333;
  background-color: #04AA6D;
}

.overlay .closebtn {
  position: absolute;
  top: 2px;
  right: 45px;
  font-size: 14px;
}

/* Ende Overlay */



@media screen and (max-width: 600px) {

.FooterTxt_GA {
 content: hidden;
}

}

.FooterGA {
  height: 125px;
  width: 255px;
  position: fixed;
  z-index: 1;
  bottom: 25px;
  left: 15px;
  background-color: #FFE9B6;
  overflow-x: hidden;
  padding-top: 20px;
}

.FooterGA a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
}

.FooterGA a:hover { /* Farbwechsel bei ´mouse over´ */
  background-color: #FFE29E;
  color: black;
}

.FooterTxt_GA {
  position: fixed;
  z-index:0;
  top: 30px;
  margin-left: 300px; /* direkt neben Menu */
  padding: 0px 10px;
}

.HeadlineFooter {
	top:0;
	vertical-align:top;
    font-size:22px;
	font-weight:bold;
  }
  
 .TxtFooter {
	font-size:16px;
}
 
