.section_hero {
  width: 100vw;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.scroll-container {
  position: relative;
  z-index: -101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  height: 4800vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-texr {
  margin-top: 0vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 15vw;
  line-height: 90%;
  font-weight: 400;
  text-align: center;
}

.body {
  background-color: #0d0d0d;
}

.section_gradients {
  position: absolute;
  width: 100vw;
  height: 100px;
}

.container_gradients {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.upper_gradient {
  width: 100vw;
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 5%, 0.75)), to(hsla(0, 0%, 5%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 5%, 0.75), hsla(0, 0%, 5%, 0));
  color: #0d0d0d;
}

.lower_gradient {
  width: 100vw;
  height: 30vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 5%, 0.75)), to(hsla(0, 0%, 5%, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 5%, 0.75), hsla(0, 0%, 5%, 0));
  color: #0d0d0d;
}

.container_information {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 20px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-top {
  width: 100%;
}

.image {
  width: 12vw;
  min-width: 240px;
}

.content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-adresse {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1px;
}

.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.container_pictures {
  position: absolute;
  z-index: 500;
  width: 100vw;
  min-height: 100px;
  min-width: auto;
}

.full-wrap-katz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-frame-horizontal {
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-2 {
  width: 100%;
}

.picture-frame-vertical {
  width: 60%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.start-animation {
  position: fixed;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.animation_element_black {
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0d0d0d;
}

.animation_middle {
  height: 0vh;
}

.bildinformation {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.bildinformation.textblack {
  color: #000;
}

.full-wrap-frieda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-wrap-wsm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-wrap-gadaffi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .scroll-texr {
    font-size: 13.5vw;
  }

  .upper_gradient {
    height: 30vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(80%, rgba(13, 13, 13, 0.48)), to(hsla(0, 0%, 5%, 0)));
    background-image: linear-gradient(180deg, #0d0d0d, rgba(13, 13, 13, 0.48) 80%, hsla(0, 0%, 5%, 0));
  }

  .lower_gradient {
    height: 30vh;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0d0d0d), color-stop(75%, rgba(13, 13, 13, 0.5)), to(hsla(0, 0%, 5%, 0)));
    background-image: linear-gradient(0deg, #0d0d0d, rgba(13, 13, 13, 0.5) 75%, hsla(0, 0%, 5%, 0));
  }

  .container_information {
    z-index: 2000;
    padding: 20px 30px 30px;
  }

  .image {
    width: 14vw;
    min-width: 180px;
  }

  .text-adresse {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .container_pictures {
    overflow: hidden;
  }

  .bildinformation {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .upper_gradient {
    height: 40vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(80%, rgba(13, 13, 13, 0.48)), to(hsla(0, 0%, 5%, 0)));
    background-image: linear-gradient(180deg, #0d0d0d, rgba(13, 13, 13, 0.48) 80%, hsla(0, 0%, 5%, 0));
  }

  .lower_gradient {
    height: 40vh;
  }

  .container_information {
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .text-adresse {
    font-size: 18px;
    letter-spacing: 0.2px;
  }

  .bildinformation {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    overflow: hidden;
  }

  .scroll-container {
    z-index: -101;
    height: 3200vh;
  }

  .scroll-texr {
    font-size: 18vw;
  }

  .container_gradients {
    overflow: hidden;
  }

  .upper_gradient {
    height: 40vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(75%, rgba(13, 13, 13, 0.5)), to(hsla(0, 0%, 5%, 0)));
    background-image: linear-gradient(180deg, #0d0d0d, rgba(13, 13, 13, 0.5) 75%, hsla(0, 0%, 5%, 0));
  }

  .lower_gradient {
    height: 40vh;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0d0d0d), color-stop(75%, rgba(13, 13, 13, 0.5)), to(hsla(0, 0%, 5%, 0)));
    background-image: linear-gradient(0deg, #0d0d0d, rgba(13, 13, 13, 0.5) 75%, hsla(0, 0%, 5%, 0));
  }

  .smooth-scrolling {
    overflow: hidden;
    width: 100vw;
  }

  .container_information {
    overflow: hidden;
    padding-bottom: 40px;
  }

  .image {
    min-width: 140px;
  }

  .content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-adresse {
    margin-top: 16px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
  }

  .full-wrap-katz {
    height: 200vh;
  }

  .picture-wrap {
    width: 90vw;
  }

  .picture-frame-horizontal {
    width: 95%;
  }

  .picture-frame-vertical {
    width: 80%;
  }

  .start-animation {
    overflow: hidden;
  }

  .bildinformation {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0.2px;
  }

  .full-wrap-frieda {
    height: 200vh;
  }

  .full-wrap-wsm {
    height: 200vh;
  }

  .full-wrap-gadaffi {
    height: 200vh;
  }
}