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

.flex_container{
  margin: 8%;
  display:flex;
  justify-content: center;
}
.flex_content {
  width: 90%;
  display: flex;
  flex-direction:column;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(255, 255, 255,0.96);
}
.flex_item {
  margin-top: 4vh;
  padding-bottom: 4vh;
  padding-left:  2vw;
  padding-right:  2vw;
}
.ueberschrift{
  padding: 2vh 10vh;
  background-color:rgb(1, 170, 173);
  border-radius: 15px;
  color: white;
  text-align: center;
}
.underline{
  text-decoration: underline;
}
