#headerinfobox, #firstmenu {
  display:none;
}

#firstmenu_high  {
  display:block;
  position:absolute;
  z-index:999;
  color:#fff;
  width:100%;
  overflow:hidden;
  bottom:0px;
}

/* Transparenter Hintergrund. */
#firstmenu_high::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

#firstmenu_high, #menu  {
  font-size:18px;
  padding-top:7px;
  padding-bottom:2px;
}

.iconpic {
  display:block;
  height:18px;
  width:18px;
  padding-top:0px;
  padding-left:4%;
  padding-right:4%;
  padding-bottom:7px;
}

.icontext {
  display:block;
  float:left;
  margin-left:calc(-1.5%);
  margin-right:calc(-1.5%);
  padding-right:3.5%;
}

.icontext_visited {
  display:block;
  float:left;
  margin-left:calc(-1.5%);
  margin-right:calc(-1.5%);
  padding-right:3.5%;
}

/* Passt die Postition des Menü Inhalten mit 94% Breite an */
.platz {
  float:left;
  width:4%;
  margin-left:-10px;
}

.setvisivle {
 display:none;
}

.txtdiv_half {
  float:left;
  width:44%;
}

.txtdiv_half_description {
  float:left;
  width:46%;
	margin-bottom:20px;
	margin-right:4%;
}

.txtdiv_half_description h2 {
  margin-top:33px;
}

