/**
* Block Name: geschichte
*/
section.geschichte {
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  padding: 200px 0px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.geschichte .story_box {
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 44px);
  padding: 22px;
  background-color: #fef59b;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-height: calc(100% - 100px);
  height: 150px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
section.geschichte .story_box.expanded {
  height: calc(100% - 100px);
}
section.geschichte p.story_text {
  max-height: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.geschichte .story_box.expanded p.story_text {
  max-height: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  overflow: scroll;
  -o-text-overflow: none;
  text-overflow: clip;
}
section.geschichte .story_box button.expand {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #e52351;
  font-weight: 700;
  padding: 7px 12px;
  color: #fef59b;
}
section.geschichte .story_box button.expand:hover {
  background-color: #f3997b;
}

section.geschichte .swiper-container {
  overflow: initial;
  height: calc(100vh - 200px);
}

section.geschichte .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.geschichte .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
section.geschichte .gallery {
  padding: 7px;
  position: relative;
}
section.geschichte .gallery img {
  height: calc(85vh - 200px);
  width: auto;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  section.geschichte .swiper-slide {
    width: 90vw;
  }
  section.geschichte .gallery {
    width: 100%;
  }
  section.geschichte .gallery img {
    max-height: calc(85vh - 200px);
    height: auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  section.geschichte .swiper-wrapper.mousewheel {
    -webkit-transition-duration: 0.4s !important;
    -o-transition-duration: 0.4s !important;
    transition-duration: 0.4s !important;
  }
}
@media (min-width: 992px) {
  section.geschichte {
    padding: 100px 0px;
    padding-top: 20px;
  }
  section.geschichte .gallery img {
    height: calc(85vh - 100px);
  }
}
