
.ProzessImage{
  width: 90%;
  height: auto;
}

.customrow{
    height: 10em;
  }

  .unterkategorie{
    font-size: 100%;
  }

  .textbereich{
    align-self: center;
    margin-top: 40px;
  }

  .headercd{
    text-align: center;
    font-stretch: normal;
  }

  #applogo{
    width: 90%;
    margin-left: 1.5em;
    margin-top: 1em;
  }

  .appbeschr{
    margin-top: 4em;
    align-self: center;
    font-size: auto;
  }

  .Banner{
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

@media (max-width: 768px) {
  .textbereich{
    margin-top: 0px;
  }
  .ProzessImage{
    width: 60%;
  }
  .ServiceContainer{
    padding-left: 7%;
    padding-right: 7%;
  }
  .serviceheader{
    text-align: center;
    margin-bottom: 20px !important;
  }
  .servicerow{
    margin-bottom: 70px !important;
  }
  .section-heading{
    font-size: 2em !important;
  }
}

@media (max-width: 991px) {
  .ProzessImage{
    width: 40%;
  }
  .textbereich{
    margin-top: 0px;
  }
  .serviceheader{
    text-align: center;
    margin-bottom: 20px !important;
  }
  .servicerow{
    margin-bottom: 70px !important;
  }
}