#container
{
  align center;
}


#ahf_logo
{
  display: flex;
  justify-content: center;
  margin: 25px;
  position: relative;
  height: 300px;
  top: 50px;
}

#ahf_bild
{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#ahf_bild img
{
  width: 1000px;
}

#ahf_logo img
{
  height:150px;
}

#logos
{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#logos img
{
  margin-left: 25px;
  margin-right: 25px;
  height: 150px;

}

#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: 2em;
  text-align: center;
  font-family: "Helvetica Black", "Arial", sans-serif;
}

/* Small screen / tablet / 760px to 991px */
@media (max-width: 991px) {
 #ahf_bild img
{
  width: 600px;
}
}