.unternehmen{
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2%;
    margin-bottom: 0%;
    font-size: 120%;
  }
  
  .my-4{
    color: black!important;
  }
  
  .desc_text{
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
    margin-bottom: 0%;
    align-items: center;
    text-align: center;
    font-size: 120%;
  }
  
  .margin_bottom{
    margin-bottom: 5%;
  }

  .margin_top{
    margin-top: 5%;
  }

  .flyer img{
    width: 65%;
    height: auto;
  }

  .block{
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }