
.logo {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  margin-left:10px;
  width: 25px; 
}

#impressum h3 {font-size: 14px;margin-top: 15px;margin-bottom:10px;}
#impressum h4 {font-size:12px;}
#impressum p, li {font-size:11px;}

#anfahrt,#map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e7eaf0;
}

#anfahrt {
  position: relative;
  padding-top: 50px;
}

#anfahrt address {
  position: absolute;
  width: 300px;
  height: 200px;
  left: 20px;
  top: 100px;
  padding: 1em 1em;
  background-color: #000;
  opacity: 0.8;
  color: white;
  font-size: 20px;
}

address p.hinweis {
  font-size: 14px;
}