 .copyrightinfo{
      display:none !important;
  } 
  .flexContainer{
      display:flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .flexContainer div{
      padding: 5px 10px 0 0;
      flex: 1;
      min-width: 25rem;
  }
  .b_prozess_btn {
    text-align: center; 
    padding: 25px 5px 0 5px !important; 
    min-width: 20rem !important; 
    cursor: pointer;
  }
  .b_prozess_ausgabe_left {
    text-align: left; 
    padding: 0 5px 0 5px !important; 
    max-width: 50rem !important;
  }
  .b_prozess_ausgabe_rigth {
    text-align: left; 
    padding: 0 5px 0 5px !important;
    height: 100%; 
  }
  .b_prozess_ausgabe_img {
    height: 100%; 
    text-align: center; 
    align-content: center;
  }
  .image {
    margin-left: calc(50% - 41.5px);
  }
  .img_rise:hover {
      transform: scale(1.1);
  }