.largermain {
  padding-right: 25vw !important;
}

.threejs-element {
  width: 200px;
  height: 200px;
  z-index: 10;
}

.hannsjana-home {
  width: 200px !important;
  height: 200px !important;
}

.projekt-youtube-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.projekt-youtube {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.main {
  /* background-color: blue; */
  /* border: solid blue; */
  position: relative;
  top: 40px;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 1;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  padding-left: 20px;
  padding-right: 55vw;

  padding-top: 20px;

  padding-bottom: 20vh;

  overflow-y: scroll;
  /* overflow-y: clip; */
}

.projekt-bild:hover + .bild-credit {
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.projekt-video: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: 0;
  right: 0;
  color: white;
  opacity: 0;

text-shadow: 0px 0px 7px rgba(0,0,0,0.62);
}

.menu-projekte {
  text-decoration: underline;
}


.projekt-left {
  flex: 50%;
  /* border: solid red; */
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}

.projekt-right {
  flex: 50%;
  /* border: solid blue; */
  height: 100vh;
  position: relative;

  padding-left: 3vw;
  padding-right: 3vw;

  overflow-y: scroll;
}


.projekte-spacer-left {
  height: calc(30vh - 50px);
  flex-shrink: 0;
}

/* .projekte-spacer {
  height: calc(20vh - 50px);
  flex-shrink: 0;
} */

.projekt-frame {
  width: 100%;
  height: 200px;

  display: flex;

  /* border: solid blue; */

  margin-top: 50px;
}


.projekt-text {
  display: flex;
  flex-direction: column;

  flex: 70%;

  padding-bottom: 5vh;
  padding-top: 30px;
}

.projekt-titel {
  font-family: Krona;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: black;

  position: sticky;
  /* top: 10vh; */
  /* top: 98px;  */


  transition: all 0.3s ease;
}

.projekt-titel.shrink {
  font-size: 20px; /* Adjust the size you want when it becomes sticky */
  /* border: solid blue; */
}

.projekt-beschreibung {
  font-size: 15px;
  overflow-y: scroll;
  /* width: 80%; */
}

.credits {
  font-size: 14px;
  width: 70%;
}

.projekt-bild-wrap {
  position: relative;
  max-height: 100%;
}
/* .projekt-video-wrap {
  position: relative;
} */

.projekt-video {
  flex: 30%;
  transition: all 0.15s ease;
  transform-origin: bottom;
  padding-bottom: 7px;
  max-height: 95vh !important;
  max-width: 100%;
}

.projekt-bild {
  flex: 30%;
  transition: all 0.15s ease;
  transform-origin: bottom;
  padding-bottom: 7px;
  max-height: 95vh !important;
}

.projekt-cover {
  height: 200px;
  padding-left: 40px;
  max-width: 30vw;
  object-fit: cover;
}

.projekt-logos {
  display: flex;
  /* padding-bottom: 15vh; */
  flex-wrap: wrap;

  width: 500px;

  position: sticky;
  bottom: 0;

  background-color: var(--background);

  /* border: solid yellow; */
}

.sticky-test {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  height: 50px;
  /* border: solid blue; */
  bottom: 0;
}



.logo {
  /* width: calc(33%); */
  width: 150px;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
}

.text {
  /* border: solid red; */
}

.logos {
  /* border: solid blue; */
  width: 100%;
}
