@media only screen and (max-width: 1000px) {

  .bild-credit {
    width: 100px;
    opacity: 1;
    text-shadow: 0px 0px 8px rgba(0,0,0,1.0);
    text-align: end;
  }

  figure {
    margin-left: 0;
    margin-right: 0;
  }

  .über-uns-text {
  width: 100%;
  }
  .über-uns-titel-groß {
    position: relative;
  }


  .über-uns-bild-wrap {
  position: relative;
  width: 100%;
  /* border: solid blue; */
  }

}
