.wrapper{
  background-image:url(../img/geschafft.jpg);
}

.hUeberschrift{
  margin-top: 100px;
  width: 100%;
  color: #ffffff;
  font-size: 3.5vh;
  font-weight: 500;
  display: flex;
  justify-content:center;
  text-align: center;
  text-decoration: underline;
}

.content{
  margin-top: 40px;
  display: flex;
  width:100%;
  justify-content:center;
  align-items: center;

}
.hAnfang{
  margin-top:40px;
  width: 70%;
  border-radius: 22px;
  padding: 20px;
  font-size: 2.2vh;
  color: white;
  background-color: var(--color_header_small);
}

.flex-container {
  margin-top: 70px;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
 }

  .flex-container a{
    display:flex;
  text-decoration: none;
  color: azure;
  font-size: 3.5vh;
  padding: 2% 10%;
  margin: 20px;
  background-image: url("../img/geschafft.jpg");
  opacity: 0.8;
  border-radius: 10px;
  }

  .flex-container a:hover{
  transform: scale(1.1);
  transition: 0.5s;
  border-radius:20px;
  }

