#container
{
  align center;
}


#ahf_logo
{
  display: flex;
  justify-content: center;
  margin: 25px;
  position: relative;
  width:clientwidth;
  height: 300px;
  top: 50px;
}

#ahf_bild
{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#ahf_bild img
{
  width: 400px;
}

#ahf_logo img
{
  height:150px;
}

#logos
{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#logos img
{
  margin-left: 10px;
  margin-right: 10px;
  height: 75px;

}

#footer
{
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

#footer a
{
  color: black;
  text-decoration: none;
  font-family: "Helvetica Black", "Arial", sans-serif; 
}

#auswahltext
{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#auswahltext p
{
  font-size: 1em;
  text-align: center;
  font-family: "Helvetica Black", "Arial", sans-serif;
}

