.main {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  z-index: 1;

  width: 100vw;
  padding-right: 20vw;

  overflow-y: scroll;

  padding: 20px;
}

p {
  margin-bottom: 0;
}

.menu-about {
  text-decoration: underline;
}


.über-uns-titel-groß {
  font-family: Krona;
  /* position: sticky; */
  top: 0;
  z-index: 22;
}

.über-uns-titel {
  font-family: Krona;
  /* position: sticky;
  top: 50px; */
}

.über-uns-bild-wrap {
  position: relative;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;

  /* border: solid blue; */
}

.über-uns-bild {
  width: 100%;

  /* border: solid blue; */
}

.über-uns-bild:hover + .bild-credit {
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}


.bild-credit {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  transform: translateY(calc(-25% - 23px));
  padding-right: 3px;
  bottom: 0;
  right: 0;
  color: white;
  opacity: 0;

text-shadow: 0px 0px 7px rgba(0,0,0,0.62);
}

.über-uns-text {
  width: 60%;
}
