.middleareaheader { float: none; font-size: 15px; font-family: OpenSansRegular; line-height: 25px;}
ul.icon{
	list-style-type: circle;
	list-style-position: inside;
}

/* Abstand zwischen Zeilen: */
ul.icon li{
  margin: 0.6em 0;
}

/* für die Anfahrt-SEite */
.layer {
    background-color: rgba(239, 239, 234, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    padding-top:4em;
    padding-right:4em;
    padding-left:4em;
}
.boldyellow{
	font-weight: bold;
	color: #FFD700;
}