.threejs-element {
  width: 200px;
  height: 200px;

  display: none;
}

.hannsjana-home {
  width: 200px;
  height: 200px;
}

.main {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  z-index: 1;

  width: 100vw;


  overflow-y: scroll;

  padding: 20px;

  padding-right: 450px;

  /* background-color: #E6C7FE; */
}

.video-wrap {
  width: 100%;
  /* background-color: pink; */
  display: flex;
  flex-direction: row;

  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;

  /* border: solid red; */

  flex-wrap: wrap;
}

.band-youtube-wrap {
  /* border: solid yellow; */
  /* height: 50px; */

  flex: 80vw;
  height: 50vw;
  flex-grow: unset;

  padding-right: 20px;
  padding-bottom: 20px;
}

.band-youtube {
  /* height: 22.5vw; */
  width: 100%;
  height: 100%;
}


.titel-player-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.player-background {
  position: fixed;
  width: 430px;
  height: 100vh;
  background-color: var(--highlightsmall);
  /* background-color: pink; */

  top: 0;
  right: 0;

  -webkit-box-shadow: -2px 0px 15px 5px rgba(0,0,0,0.25);
  box-shadow: -2px 0px 15px 5px rgba(0,0,0,0.25);
}

p {
  margin-bottom: 0;
}

.menu-projekte {
  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%;
  transform: translateX(25%);

  padding-bottom: 20px;
  padding-top: 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% - 3px));
  padding-right: 3px;
  bottom: 20px;
  right: 0;
  color: white;
  opacity: 0;

text-shadow: 0px 0px 7px rgba(0,0,0,0.62);
}

.über-uns-text {
  width: 100%;
}
