.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  max-height: 15vh;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

._24h-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1625vw;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0.5px none rgba(0, 0, 0, 0.3);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fff;
}

.heading-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 15px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
}

.hero-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 88vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Bestattung_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  display: block;
  max-width: 75vw;
  min-width: auto;
  margin: 10px auto 0px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.phone-link {
  color: #bfbfbf;
  font-weight: 400;
  text-decoration: none;
}

.phone-link:hover {
  color: #acacac;
  font-weight: 700;
}

.nav-menu {
  display: block;
  max-height: none;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-2 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-4 {
  margin-right: 5px;
}

.link-drop {
  font-family: Merriweather, serif;
  font-size: 15px;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.dropdown-toggle-3 {
  padding-right: 20px;
  padding-left: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle-3:hover {
  color: #d3d3d3;
}

.dropdown-toggle-3.w--open {
  padding-top: 21px;
}

.dropdown-pointer {
  position: relative;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  left: 25px;
  max-height: 100vh;
  min-width: auto;
  padding-top: 10px;
  background-color: transparent;
}

.dropdown-title {
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 1px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  display: none;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #d3d3d3;
}

.link-nav {
  padding-right: 0px;
  padding-left: 45px;
  font-family: Merriweather, serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.link-nav:hover {
  color: #d3d3d3;
}

.link-nav.w--current {
  color: #d3d3d3;
}

.text-block-62 {
  text-decoration: none;
}

.link-dropdown {
  color: #333;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-dropdown:hover {
  color: #d3d3d3;
}

.link-dropdown.w--current {
  color: #d3d3d3;
}

.link-nav-kontakt {
  padding-right: 0px;
  padding-left: 45px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.link-nav-kontakt:hover {
  color: #d3d3d3;
}

.link-nav-kontakt.w--current {
  color: #d3d3d3;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  margin-top: -30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Merriweather, serif;
  color: #fff;
}

.heading {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section {
  max-height: none;
  max-width: none;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 0.8;
  font-size: 10px;
}

.hero--ber {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Beate_Rochus_1.jpg');
  background-position: 50% 15%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  margin-top: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Merriweather, serif;
  color: #fff;
}

.hero-leistung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Feuerbestattung_1.jpg');
  background-position: 100% 15%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-beratung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Beate_Rochus_Büro.jpg');
  background-position: 50% 40%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero--berf-hrung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Bestattung_2.jpg');
  background-position: 50% 60%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-trauerfeier {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Bestattung.jpg');
  background-position: 50% 10%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-formalit-ten {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Beate_Rochus_Büro.jpg');
  background-position: 50% 40%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-bestattungsarten {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Bestattung_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-erdbestattung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Bestattung_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-feuerbestattung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Feuerbestattung_Urne_4.jpg');
  background-position: 50% 20%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-seebestattung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Feuerbestattung_Urne_3.jpg');
  background-position: 50% 30%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-waldbestattung {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Feuerbestattung_Urne_2.jpg');
  background-position: 50% 25%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-leitfaden {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Feuerbestattung_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-kontakt {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 45vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/Beate_Rochus_Büro.jpg');
  background-position: 50% 30%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-block {
  max-width: 70vw;
  margin: 140px auto 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
}

.heading-content {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.p-content {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.image {
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.button {
  padding: 10px 25px;
  float: none;
  background-color: #333;
  font-family: Merriweather, serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  background-color: grey;
}

.div-block-6 {
  max-width: 70px;
  margin: 100px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding-top: 60%;
  border-radius: 0%;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-7 {
  max-width: 70vw;
  margin-right: auto;
  margin-left: auto;
}

.cards-heading {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 700;
}

.cards-p {
  font-family: Merriweather, serif;
  color: #666;
  line-height: 25px;
  font-weight: 300;
}

.div-block-8 {
  max-width: 50px;
  margin-bottom: 15px;
  border-bottom: 2px solid #666;
}

.button-card {
  margin-top: 10px;
  padding: 10px 20px;
  float: none;
  background-color: #333;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-card:hover {
  background-color: grey;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section-footer {
  min-height: 350px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.grid-footer {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-heading {
  margin-top: 0px;
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 30px;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.footer-heading-3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.footer-block {
  max-width: 70vw;
  margin: 40px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

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

.link-mail:hover {
  font-weight: 400;
}

.footer-heading-4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

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

.link-telefon:hover {
  font-weight: 400;
}

.footer-24h-tel {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

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

._24h-link:hover {
  font-weight: 700;
}

.footer-zeiten {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.link-block {
  min-height: 250px;
  background-image: url('../images/Google-Maps-Beate-Rochus-Bestattung.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
}

.p-content-2 {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.h--ber-mich {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.ber-mich-block {
  max-width: 70vw;
  margin: 140px auto 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.div-block-10 {
  margin-top: 20px;
}

.link-footer {
  margin-right: 30px;
  font-family: Merriweather, serif;
  color: grey;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-footer:hover {
  color: #333;
}

.h-impressum {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.p-impressum {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.contact-form {
  display: none;
  padding-top: 100px;
  padding-bottom: 80px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-2 {
  margin-bottom: 100px;
}

.kontakt-label {
  font-family: Merriweather, serif;
}

.textarea {
  margin-bottom: 20px;
}

.italic-text {
  font-family: Merriweather, serif;
  color: grey;
  font-size: 12px;
  letter-spacing: 1px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.p-kontakt-form {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #666;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.link-kontakt-form {
  color: #333;
  text-decoration: none;
}

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

.image-2 {
  height: 547.5px;
  max-height: none;
  max-width: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  max-height: none;
  max-width: none;
  background-image: url('../images/Google_Maps_Bestattung_Rochus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.p_form_list {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.p_content_contact {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.p-content-3 {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.cards-bestattung {
  padding-top: 20px;
  padding-bottom: 100px;
}

.button-card-bestattung {
  margin-top: 10px;
  padding: 10px 20px;
  float: none;
  background-color: #333;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-card-bestattung:hover {
  background-color: grey;
}

.list {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

.list-item {
  font-family: Merriweather, serif;
}

.h2-partner {
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.link-partner {
  font-family: Merriweather, serif;
  color: #333;
  text-decoration: none;
}

.link-partner:hover {
  color: #d3d3d3;
}

.cards-leistung {
  padding-top: 20px;
  padding-bottom: 100px;
}

.cards-grid-leistungen {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.section-footer-copy {
  min-height: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px none rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

@media screen and (min-width: 1440px) {
  .cards-grid-container {
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .link-block {
    background-image: url('../images/Google-Maps-Beate-Rochus-Bestattung.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .p-content-2 {
    margin-bottom: 40px;
  }
  .link-block-2 {
    background-image: url('../images/Google_Maps_Bestattung_Rochus.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .p_form_list {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .p_content_contact {
    margin-top: 20px;
  }
  .p-content-3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .body {
    overflow: visible;
  }
  .cards-leistung {
    padding-top: 140px;
  }
  .cards-grid-leistungen {
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  .heading-navigation {
    text-align: center;
  }
  .nav-menu {
    background-color: #fff;
  }
  .section {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000000;
    max-height: none;
  }
  .lottie-animation {
    display: none;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .cards-grid-leistungen {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-navigation {
    text-align: center;
  }
  .hero-section {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    background-color: #fff;
  }
  .div-block-4 {
    min-width: auto;
  }
  .main-content {
    padding: 40px 20px;
  }
  .section {
    position: -webkit-sticky;
    position: sticky;
    max-height: none;
  }
  .hero--ber {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-text {
    min-width: auto;
  }
  .hero-leistung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-beratung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero--berf-hrung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-trauerfeier {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-formalit-ten {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-bestattungsarten {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-erdbestattung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-feuerbestattung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-seebestattung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-waldbestattung {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-leitfaden {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-kontakt {
    max-height: 100vw;
    min-height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .cards-bestattung {
    padding: 40px 20px;
  }
  .cards-leistung {
    padding: 40px 20px;
  }
  .cards-grid-leistungen {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-section {
    max-height: 22%;
  }
  .heading-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-section {
    max-height: none;
    min-height: 80vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .navbar {
    max-width: 100%;
    padding-bottom: 0px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-color: #fff;
  }
  .icon-4 {
    margin-right: 20px;
  }
  .dropdown-toggle-3 {
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-nav {
    margin-left: 20px;
    padding-left: 0px;
    text-align: left;
  }
  .text-block-62 {
    text-align: left;
  }
  .link-nav-kontakt {
    margin-left: 20px;
    padding-left: 0px;
    text-align: left;
  }
  .div-block-3 {
    max-width: none;
  }
  .div-block-4 {
    min-width: auto;
    margin-top: -90px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 30px;
    line-height: 45px;
  }
  .brand.w--current {
    display: block;
  }
  .brand-image {
    max-width: 80%;
  }
  .menu-button {
    padding-top: 18px;
  }
  .hero--ber {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Beate_Rochus_1.jpg');
    background-position: 50% 0%;
  }
  .hero-text {
    min-width: auto;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-leistung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Feuerbestattung_1.jpg');
    background-position: 50% 0%;
  }
  .hero-beratung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Beate_Rochus_Büro.jpg');
    background-position: 50% 50%;
  }
  .hero--berf-hrung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Bestattung_2.jpg');
    background-position: 50% 0%;
  }
  .hero-trauerfeier {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Bestattung.jpg');
    background-position: 50% 0%;
  }
  .hero-formalit-ten {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Beate_Rochus_Büro.jpg');
    background-position: 50% 50%;
  }
  .hero-bestattungsarten {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Bestattung_1.jpg');
    background-position: 50% 0%;
  }
  .hero-erdbestattung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Bestattung_3.jpg');
    background-position: 50% 0%;
  }
  .hero-feuerbestattung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Feuerbestattung_Urne_4.jpg');
    background-position: 50% 50%;
  }
  .hero-seebestattung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Feuerbestattung_Urne_3.jpg');
    background-position: 50% 0%;
  }
  .hero-waldbestattung {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Feuerbestattung_Urne_2.jpg');
    background-position: 50% 0%;
  }
  .hero-leitfaden {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Feuerbestattung_1.jpg');
    background-position: 50% 0%;
  }
  .hero-kontakt {
    max-height: none;
    min-height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-image: url('../images/Beate_Rochus_Büro.jpg');
    background-position: 50% 0%;
  }
  .main-block {
    max-width: 85vw;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cards-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-7 {
    max-width: 85vw;
  }
  .section-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-footer {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-block {
    max-width: 85vw;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-content-2 {
    font-size: 15px;
    line-height: 30px;
  }
  .ber-mich-block {
    max-width: 85vw;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-impressum {
    font-size: 15px;
    line-height: 30px;
  }
  .link-block-2 {
    height: 250px;
  }
  .p_form_list {
    font-size: 15px;
    line-height: 30px;
  }
  .p_content_contact {
    font-size: 15px;
    line-height: 30px;
  }
  .p-content-3 {
    font-size: 15px;
    line-height: 30px;
  }
  .cards-bestattung {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .list {
    font-size: 15px;
    line-height: 30px;
  }
  .list-item {
    font-size: 15px;
  }
  .cards-leistung {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cards-grid-leistungen {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-footer-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-741a2a8c614c-db137c2f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-16d73bb23445-fcf5ff02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-16d73bb23447-fcf5ff02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-16d73bb2344c-fcf5ff02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-16d73bb2344e-fcf5ff02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-7addcb83662d-2827190c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-7addcb836636-2827190c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-847716c3e0b2-2827190c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-719c20c4f1dd-f48463e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-719c20c4f1e8-f48463e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-16d73bb2343b-fcf5ff02 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-16d73bb23442-fcf5ff02 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-16d73bb23449-fcf5ff02 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-7addcb836620-2827190c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-7addcb836629-2827190c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-7addcb836632-2827190c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-847716c3e0ae-2827190c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-719c20c4f1ce-f48463e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-719c20c4f1d9-f48463e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-719c20c4f1e4-f48463e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-741a2a8c613c-db137c2f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-741a2a8c6140-db137c2f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-741a2a8c6144-db137c2f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-741a2a8c6148-db137c2f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

