.main {
  /* background-color: blue;
  border: solid pink; */
  /* position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;

  display: flex; */
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  z-index: 1;

  /* width: 80vw; */
  padding-right: 20vw;

  overflow: hidden;
}

.hannsjana-home-link {
  display: none;
}

.projekt-bild:hover + .bild-credit {
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.hannsjana {
  color: white;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}


.bild-credit {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  transform: translateY(calc(-25% - 3px));
  padding-right: 23px;
  bottom: 0;
  right: 0;
  color: white;
  opacity: 0;

text-shadow: 0px 0px 7px rgba(0,0,0,0.62);
}

.left {
  /* border: solid blue; */
  flex: 60%;
  height: 100%;
  /* padding: 3vw; */

  /* display: flex; */
  position: relative;
}

.main-image {
  /* align-self: flex-start; */
  width: 100%;
  position: absolute;
  padding-left: 0vw;
  padding-right: 0vw;

  top: 20vh;

}

.right {
  flex: 40%;
  /* border: solid red; */

  /* padding: 3vw; */
  padding-right: 5vw;

  overflow-y: auto;

  position: relative;
}

.home-text {
  font-size: 30px;
      padding-left: 20vw;
      padding-right: 20vw;
      /* position: absolute; */
      /* top: 20vh; */
      padding-bottom: 10vh;

  font-family: Authentic;
  /* font-weight: 60; */
}

.padding-main {
  width: 5vw;
}


.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide-active {
  opacity: 1 !important;
}
