.navbar_wrapper {
  height: 10vh;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.image {
  height: 90%;
}

.button {
  width: auto;
  height: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 18px;
  display: flex;
}

.body {
  height: auto;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 25, 25, .99);
}

.hero_wrapper {
  height: 100%;
  min-height: 90vh;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .38);
  background-clip: border-box;
  padding: 25px 10vw 50px;
}

.div-block {
  background-image: url('../images/Background-Tree.png');
  background-position: 0 0;
  background-size: auto;
}

.image-2 {
  background-color: #000;
}

.content_bottom {
  margin-top: 35px;
  display: flex;
}

.hero_h1 {
  color: #fff;
  text-align: center;
  font-family: Libre Caslon Text, sans-serif;
}

.text-span {
  color: #fff;
  font-size: 32px;
}

.hero_text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.hero_text.italic {
  font-style: italic;
}

.hero_text.trauergesp {
  margin-left: 55px;
}

.hero_text.fursie {
  margin-top: 50px;
  margin-left: 55px;
}

.hero_text.wortefinden {
  margin-left: 95px;
}

.hero_text.dasein {
  margin-top: 50px;
  margin-left: 95px;
}

.hero_text.zeremonie {
  margin-left: 130px;
}

.rupert_image {
  height: 300px;
}

.hero_textblock {
  width: 50%;
  margin-left: 0;
}

.heading {
  text-align: center;
  margin-top: 40px;
  font-family: Libre Caslon Text, sans-serif;
}

.content_wrapper {
  padding-left: 10vw;
  padding-right: 10vw;
}

.blue_line {
  width: 300px;
  height: 3px;
  text-align: left;
  background-color: #61a8b5;
}

.blue_line.sml {
  width: 50px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.content_header_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content_text_wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.content_text {
  text-align: left;
  margin-top: 34px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 16px;
}

.icon, .icon-2 {
  color: #000;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.slide-nav {
  background-color: #cecece;
  margin-bottom: 0;
}

.slider_text {
  font-family: Libre Caslon Text, sans-serif;
  font-style: italic;
}

.slide {
  height: 600px;
  overflow: visible;
}

.slider {
  overflow: visible;
}

.div-block-2 {
  background-image: url('../images/funeral2.webp');
  background-position: 50%;
  background-size: auto;
}

.image-3 {
  height: 80%;
}

.sliderbeschreibung {
  text-align: justify;
  padding: 16px 25px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.slider-2 {
  width: auto;
  height: auto;
  background-color: #fff;
  margin-top: 50px;
}

.image-4 {
  width: 60vw;
  height: auto;
  object-fit: fill;
}

.div-block-3 {
  height: 360px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide-nav-2 {
  margin-top: 0;
  position: absolute;
  top: 370px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-arrow-2 {
  color: #000;
  margin-right: 0;
}

.left-arrow-2 {
  color: #000;
  left: 0;
}

.content_items {
  justify-content: space-around;
  align-items: center;
  margin-top: 61px;
  margin-bottom: 0;
  padding-bottom: 19px;
  display: flex;
}

.content_item {
  width: 33%;
  text-align: center;
}

.heading-2 {
  font-family: Libre Caslon Text, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-2.white {
  color: #fff;
  margin-bottom: 0;
}

.text-block-2 {
  margin-top: 15px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 15px;
}

.text-block-2.white {
  color: #fff;
  margin-top: 10px;
}

.podcast_wrapper {
  height: 100px;
  background-image: url('../images/podcast.jpeg');
  background-position: 50%;
  background-size: auto 100vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.podcast_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.podcast_button {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 31px;
  padding-right: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.footer_wrapper {
  height: auto;
  background-color: #000;
  padding: 25px 10vw;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.nav-text {
  color: #fff;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 18px;
}

.div-block-4 {
  background-color: #1b1515;
  background-image: url('../images/Hauptfoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-danksagung {
  color: #747474;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lucida handwriting, sans-serif;
  font-size: 15px;
}

.slider-danksagung.name {
  text-align: center;
  margin-top: 15px;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.image-5 {
  width: 500px;
  margin-top: 10px;
}

.html-embed {
  margin-top: 25px;
}

.content-blocker {
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.icon-3 {
  top: 150px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-4 {
  top: 150px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-5 {
  width: 100px;
  height: 1px;
}

.quote_text {
  color: #fff;
  margin-left: -186px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.quote_text.quote_sub {
  margin-left: 309px;
}

.div-block-6 {
  text-align: center;
  background-color: #61a8b5;
  margin-top: 25px;
  padding: 40px 10vw;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 16px;
}

.impressum {
  padding-left: 5vw;
  padding-right: 5vw;
}

.impressumh {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.textimpressum {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.impressumh-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.textimpressum-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.link-4, .link-5 {
  color: #000;
  text-decoration: none;
}

.link-6 {
  color: #9b7a7a;
}

.link-6.w--current, .link-7, .link-8 {
  color: #000;
  text-decoration: none;
}

.link-9 {
  color: #463333;
}

.link-9.w--current {
  color: #000;
  text-decoration: none;
}

.text-block-3 {
  margin-top: 20px;
  font-family: Libre Caslon Text, sans-serif;
}

.link-10, .link-11 {
  color: #000;
}

.image-6 {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .navbar_wrapper {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    width: 25%;
    height: auto;
  }

  .button {
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .content_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .hero_text {
    font-size: 18px;
  }

  .rupert_image {
    height: 250px;
  }

  .hero_textblock {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .content {
    overflow: hidden;
  }

  .heading {
    font-size: 32px;
  }

  .sliderbeschreibung {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    width: 75vw;
  }

  .image-4 {
    width: 100%;
  }

  .div-block-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2 {
    margin-top: 0;
    position: absolute;
    top: 204px;
  }

  .right-arrow-2 {
    margin-right: 0;
    top: -75px;
    right: -45px;
  }

  .left-arrow-2 {
    margin-left: 0;
    position: absolute;
    top: -75px;
    bottom: 0%;
    left: -45px;
    right: 0%;
  }

  .content_items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .content_item {
    width: 80%;
  }

  .text-block-2 {
    color: #000;
  }

  .text-block-2.white {
    color: #fff;
  }

  .podcast_wrapper {
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .podcast_text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
  }

  .podcast_button {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 19px;
  }

  .nav-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    background-position: 70%;
  }

  .image-5 {
    width: auto;
  }

  .content-blocker {
    width: 90%;
  }

  .quote_text {
    margin-left: 0;
  }

  .quote_text.quote_sub {
    margin-top: 8px;
    margin-left: 70px;
  }

  .div-block-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}


@font-face {
  font-family: 'Inkfree';
  src: url('../fonts/Inkfree.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida handwriting';
  src: url('../fonts/lucida-handwriting-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}