/* mukta-vaani-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/mukta-vaani-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/mukta-vaani-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mukta-vaani-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mukta-vaani-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/mukta-vaani-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mukta-vaani-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mukta-vaani-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mukta Vaani";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mukta-vaani-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dancing-script-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dancing-script-v25-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html, body {
  font-size: 16px;
}

* {
  line-height: calc(1em + 0.8rem);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

#wrapper {
  min-height: 100vh;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #82348b;
}

::selection {
  color: rgb(255, 255, 255);
  background: #82348b;
}

/* Basis Styling */
#hamburger {
  position: absolute;
  right: 5rem;
  top: 90px;
  z-index: 1222222910;
  transform: scale(1.5);
}

.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  background: none;
  border: 0px solid currentColor;
  border-radius: 3px;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #3C3D3E;
  transition: all 0.2s ease;
}

.hamburger-icon {
  top: 0.75em;
}

.hamburger-icon:before {
  top: -0.55em;
}

.hamburger-icon:after {
  top: 0.55em;
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg);
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0;
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg);
}

@media only screen and (max-width: 962px) {
  #hamburger {
    transform: scale(1);
  }
}
/* Basis Styling */
#hamburger {
  position: absolute;
  right: 5rem;
  top: 90px;
  z-index: 1222222910;
  transform: scale(1.5);
}

.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  background: none;
  border: 0px solid currentColor;
  border-radius: 3px;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #3C3D3E;
  transition: all 0.2s ease;
}

.hamburger-icon {
  top: 0.75em;
}

.hamburger-icon:before {
  top: -0.55em;
}

.hamburger-icon:after {
  top: 0.55em;
}

.hamburger-active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg);
}

.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
  top: 0;
}

.hamburger-active .hamburger-icon:before {
  transform: rotate(90deg);
}

@media only screen and (max-width: 962px) {
  #hamburger {
    transform: scale(1);
  }
}
#footer .cascade .content-text:nth-of-type(2), #main .cascade .content-text:nth-of-type(2) {
  margin-left: 6rem;
  margin-top: 3rem;
}
#footer .content-grid, #main .content-grid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #3C3D3E;
}
#footer p, #main p {
  font-size: 1rem;
  font-weight: 600;
  color: #3C3D3E;
}
#footer p.twentyfour, #main p.twentyfour {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  margin-left: 52px;
  margin-top: 0;
}
#footer p.twentyfour::before, #main p.twentyfour::before {
  content: url("../icons/24.png");
  margin-right: 0.5rem;
}
#footer p.place, #main p.place {
  display: flex;
  margin-bottom: 0;
}
#footer p.place::before, #main p.place::before {
  content: url("../icons/place.png");
  margin-right: 1rem;
  position: relative;
  top: -15px;
}
#footer p.mail::before, #main p.mail::before {
  content: url("../icons/mail.png");
  margin-right: 1rem;
  vertical-align: -15%;
}
#footer .btn, #main .btn {
  background: #b5b4c5;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  text-transform: uppercase;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  margin: 12px 0;
}
#footer .btn a, #main .btn a {
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
}
#footer .btn_row, #main .btn_row {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: flex-end;
}
#footer .btn_row a, #main .btn_row a {
  text-decoration: none;
  color: #3C3D3E;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
}

#footer {
  padding-top: 100px;
}

.head h2 {
  font-family: "Dancing Script";
  font-size: 2.5rem;
  padding-left: 1rem;
}
.head.big h2 {
  font-size: 7rem;
  color: #afb0b3;
}

.startseite .head h2 {
  font-size: 12.5rem;
  margin: 0;
}
.startseite .head h3 {
  font-size: 1.5rem !important;
}
.startseite #h1_leitsaetze.head h2 {
  font-size: 2.5rem;
  margin: auto;
}

@media only screen and (max-width: 576px) {
  .startseite #h1_leitsaetze.head h2 {
    font-size: 1.75rem;
    padding-left: 1rem;
  }
}
html {
  font-size: 16px;
  font-family: "Mukta Vaani";
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: #3c3d3e;
}

body {
  background-color: #eee8e8;
  overflow-x: hidden;
  color: #3c3d3e;
}

.center {
  text-align: center;
  justify-items: center;
}

#phone-table {
  position: fixed;
  top: 62%;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  transition: all 0.5s ease-in-out;
  transform: translateX(-70%);
  cursor: pointer;
}
#phone-table #phone_img {
  position: relative;
  aspect-ratio: 1/1;
  margin-left: 50px;
  transition: all 0.5s ease-in-out;
}
#phone-table .inner {
  background: #a31934;
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem 2rem 2rem;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
#phone-table .inner a {
  color: #fff;
  text-decoration: none;
}
#phone-table .phone_slide {
  display: flex;
}
#phone-table .phone_slide::before {
  content: url("../icons/phone_w.png");
  margin-right: 0.5rem;
}

.bg-video video {
  width: 100vw;
  height: auto;
}

body.phone-active #phone-table {
  transform: translateX(0%);
}
body.phone-active #phone-table #phone_img {
  position: relative;
  margin-left: -50px;
}

#main p,
#main li {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: inherit;
  font-weight: 300;
  color: #3c3d3e;
}
#main li {
  line-height: 1.6rem;
  padding-left: 0.7rem;
}
#main .rte a {
  color: #3c3d3e;
  text-decoration: none;
  font-weight: 600;
}
#main .rte a:hover {
  color: #777;
  text-decoration: underline;
}
#main ul {
  padding-left: 28px;
}
#main .mod_article {
  padding: 5rem 1rem;
}
#main .mod_article.fullimage {
  padding: 5rem 0rem;
}
#main .mod_article:nth-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}
#main .mod_article:nth-of-type(1) h1 {
  padding-bottom: 5px;
  margin-bottom: 0;
}
#main .w80 .rte {
  max-width: 80%;
}
#main .slide {
  position: relative;
}
#main .slide .rte {
  max-height: 300px;
  overflow-y: scroll;
  border-top: 2px solid #3c3d3e;
  border-bottom: 2px solid #3c3d3e;
  padding: 0.5rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  scrollbar-width: none;
  /*IE10+*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#main .slide .rte::-webkit-scrollbar {
  display: none;
}
#main .slide .slide_btn {
  position: relative;
  right: 50px;
  left: auto;
  bottom: 50px;
  display: block;
  cursor: pointer;
  text-align: right;
}
#main .slide .slide_btn img {
  margin: 0 0 0 auto;
}
#main .slide.show .rte {
  max-height: 100%;
}
#main .center_img {
  margin: 0 auto;
}
#main .marginB3 {
  margin-bottom: 3rem;
}
#main .marginB0 {
  margin-bottom: 0;
}
#main .marginT0 {
  margin-top: 0;
}
#main .paddingT0 {
  padding-top: 0;
}
#main .paddingT2 {
  padding-top: 2rem;
}
#main .paddingT3 {
  padding-top: 3rem;
}
#main .paddingT5 {
  padding-top: 5rem;
}
#main .paddingT10 {
  padding-top: 10rem;
}
#main .paddingB0 {
  padding-bottom: 0;
}
#main .topSwiper .slick-slide img {
  width: 100% !important;
  height: auto;
}
#main .topSwiper button.slick-next, #main .topSwiper button.slick-prev {
  z-index: 11905;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 50px;
  font-size: 2rem;
  cursor: pointer;
}
#main .topSwiper button.slick-next {
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: 905;
}
#main .topSwiper button.slick-prev {
  position: absolute;
  left: 3rem;
  top: 50%;
}
#main .fvideo {
  gap: 3rem;
}
#main .loginBera {
  background: none;
}
#main .blumenSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}
#main .blumenSwiper .slick-slide img {
  transition: all 0.5s ease-in-out;
  transform: scale(0.5);
  border-radius: 25px;
}
#main .blumenSwiper .slick-slide .rte {
  width: 70%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#main .blumenSwiper .slick-slide .rte h3 {
  font-size: 2.5rem;
  font-family: "Dancing Script";
  margin-bottom: 0;
}
#main .blumenSwiper .slick-slide.slick-center img {
  transform: scale(1);
}
#main .blumenSwiper .slick-slide.slick-center .rte {
  opacity: 1;
}
#main .blumenSwiper button.slick-next, #main .blumenSwiper button.slick-prev {
  z-index: 905;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 50px;
  font-size: 2rem;
  cursor: pointer;
}
#main .blumenSwiper button.slick-next {
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: 905;
}
#main .blumenSwiper button.slick-prev {
  position: absolute;
  left: 3rem;
  top: 50%;
}

body.pg-bestattungsformen #main .content_grid_eight {
  align-items: center;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#deezer-widget.hide {
  display: none;
}

#btn_deezer_allow {
  cursor: pointer;
}

.content-grid {
  --content-maxwidth: 1260px;
  --padding-inline: 3rem;
  --breakout-maxwidth: 100rem;
  display: grid;
  grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end];
}
.content-grid > * {
  grid-column: content;
}
.content-grid > .inner-grid {
  grid-column: full-width;
}
.content-grid > .breakout {
  grid-column: breakout;
}
.content-grid > .full-width {
  grid-column: full-width;
}
.content-grid > .hide-pop {
  grid-column: full-width;
}
.content-grid > .slider {
  grid-column: full-width;
}

.inner-grid-top {
  display: flex;
  justify-content: space-between;
}
.inner-grid-top #navgrid {
  display: grid;
  padding: 5px;
  grid-template-columns: 25% 1fr 25%;
  grid-template-rows: auto;
  grid-template-areas: "f1 f2 f3";
}
.inner-grid-top .f1 {
  grid-area: f1;
  padding: 5px;
}
.inner-grid-top .f2 {
  grid-area: f2;
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.inner-grid-top .f3 {
  grid-area: f3;
  padding: 5px;
}

.inner-grid {
  display: grid;
  grid-template-columns: 33% 33% 1fr;
  grid-template-rows: auto;
}
.inner-grid.footer-grid {
  grid-column: content;
  grid-template-areas: "fullwidth fullwidth fullwidth" "columnF1 columnF2 columnF3" "fullwidthF fullwidthF fullwidthF";
}
.inner-grid .fullwidth {
  grid-area: fullwidth;
}
.inner-grid .columnF1 {
  grid-area: columnF1;
}
.inner-grid .columnF2 {
  grid-area: columnF2;
}
.inner-grid .columnF3 {
  grid-area: columnF3;
}
.inner-grid .fullwidthF {
  grid-area: fullwidthF;
  font-size: 1.25rem;
  font-weight: 700;
}
.inner-grid .fullwidthF p {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
.inner-grid.content-grid-right {
  max-width: 1600px;
  margin: 0 auto;
  --content-width: calc((100vw - $content-maxwidth) / 2);
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-template-areas: "leftR leftR rightR rightR";
}
.inner-grid.content-grid-full {
  grid-column: breakout;
}
.inner-grid.content-grid-full-page {
  grid-column: full-width;
  grid-template-columns: 100vw;
  grid-template-rows: auto;
}
.inner-grid .leftR {
  grid-area: leftR;
  padding: 2rem 5rem 2rem 3rem;
}
.inner-grid .rightR {
  grid-area: rightR;
}
.inner-grid .rightR img {
  width: 100%;
}
.inner-grid .padding-left {
  padding: 2rem 5rem 2rem 3rem;
}

.content_grid_eight {
  display: grid;
  grid-template-columns: repeat(10, [col-start] 1fr);
  color: #3c3d3e;
  gap: 3rem;
}
.content_grid_eight > * {
  grid-column: col-start 1/-1;
}
.content_grid_eight > .left50 {
  grid-column: col-start 1/span 5;
}
.content_grid_eight > .left60 {
  grid-column: col-start 1/span 6;
}
.content_grid_eight > .left100 {
  grid-column: col-start 3/span 8;
}
.content_grid_eight > .left70 {
  grid-column: col-start 1/span 7;
}
.content_grid_eight > .left40 {
  grid-column: col-start 1/span 4;
}
.content_grid_eight > .left30 {
  grid-column: col-start 1/span 3;
}
.content_grid_eight > .right50 {
  grid-column: col-start 6/span 6;
}
.content_grid_eight > .right40 {
  grid-column: col-start 7/span 5;
}
.content_grid_eight > .right30 {
  grid-column: col-start 8/span 4;
}
.content_grid_eight > .center75 {
  grid-column: col-start 3/span 6;
}
.content_grid_eight .right50.halfrow:nth-of-type(1),
.content_grid_eight .left50.halfrow:nth-of-type(1) {
  grid-row: 1/span 2;
}
.content_grid_eight .right50.halfrow:nth-of-type(2),
.content_grid_eight .left50.halfrow:nth-of-type(2) {
  grid-row: 2/span 3;
}
.content_grid_eight .right50.halfrow:nth-of-type(3),
.content_grid_eight .left50.halfrow:nth-of-type(3) {
  grid-row: 4/span 2;
}
.content_grid_eight .right50.halfrow:nth-of-type(4),
.content_grid_eight .left50.halfrow:nth-of-type(4) {
  grid-row: 5/span 2;
}
.content_grid_eight .right50.halfrow:nth-of-type(5),
.content_grid_eight .left50.halfrow:nth-of-type(5) {
  grid-row: 6/span 2;
}
.content_grid_eight .marginT5 {
  margin-top: 5rem;
}
.content_grid_eight .marginT3 {
  margin-top: 3rem;
}
.content_grid_eight.overlay {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
}
.content_grid_eight.overlay .fullwidth.head {
  grid-area: 1/1/2/2;
}
.content_grid_eight.overlay .bg_head {
  grid-area: 1/1/2/2;
}

.aloneSlide .w80 .rte {
  max-width: 90% !important;
}
.aloneSlide .w80 .slide_btn {
  right: 3% !important;
}

.full-width.content-player {
  position: relative;
}
.full-width.content-player:before {
  content: url("../icons/play-video.png");
  position: absolute;
  top: -30px;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rund img,
.round img {
  border-radius: 25px !important;
}

.bgFarnTop {
  background-image: url("../bg/farnTop.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.mod_article.bg_farn1.bg100::before {
  margin-top: 130px;
}
.mod_article.bg_farn1, .mod_article.bg_farn2, .mod_article.bg_farn3, .mod_article.bg_farn5, .mod_article.bg_farn7, .mod_article.bg_farn8, .mod_article.bg_farn9 {
  position: relative;
  background-color: transparent;
  overflow: visible;
}
.mod_article.bg_farn1::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 850px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn.png");
  margin-top: -100px;
}
.mod_article.bg_farn2::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 850px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn2.png");
  margin-top: -10px;
  right: 0;
  background-position: bottom right;
}
.mod_article.bg_farn3::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 1150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn3.png");
  margin-top: 220px;
  left: 0;
}
.mod_article.bg_farn5::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 1150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn5.png");
  margin-top: -220px;
  left: 0;
}
.mod_article.bg_farn6::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 1150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn6.png");
  margin-top: 50%;
  left: 0;
}
.mod_article.bg_farn7::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 750px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn6.png");
  margin-top: 300px;
  left: 0;
}
.mod_article.bg_farn8::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 1150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/farn5.png");
  margin-top: 120px;
  left: 0;
}
.mod_article.bg_farn9::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 1150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../bg/bgblume2.png");
  margin-top: -60px;
  left: 0;
}

.bg_putte {
  background-image: url("../bg/putte.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.bg_farn {
  background-image: url("../bg/farnTop.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.bg_farn9 {
  background-image: url("../bg/bgblume.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.background-image {
  background: url("../bg/farn10.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.team h2,
.round h2 {
  font-family: "Dancing Script";
  font-size: 2.5rem;
}
.team h3,
.round h3 {
  font-size: 1.275rem;
  font-weight: 300;
  text-transform: uppercase;
}
.team p,
.round p {
  font-weight: 300;
}
.team .content-image img,
.round .content-image img {
  border-radius: 250px;
}

.round-full img,
.rund-full img {
  border-radius: 250px !important;
}

.round-light img,
.rund-light img {
  border-radius: 25px !important;
}

.round-full img.no-borders {
  border-radius: 0 !important;
}

#main .erklaerung {
  font-size: 1rem;
}
#main .erklaerung p {
  font-size: inherit;
}
#main .erklaerung em strong {
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  color: #a31934;
}
#main .overlay .fullwidth.head {
  z-index: 10000;
}
#main .overlay .bg_head {
  z-index: 9999;
}

.uppercase {
  text-transform: uppercase;
}

.size16 {
  font-size: 1.6rem;
  font-weight: 300;
}

.videofaq .rte h3 a {
  text-decoration: none !important;
  color: #3c3d3e !important;
}

.slider {
  pointer-events: none;
}
.slider .swiper-wrapper img {
  pointer-events: none;
}

.holder-swiper {
  pointer-events: all;
}

.grid-square {
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  gap: 2rem 2rem;
  margin-bottom: 10rem;
}
.grid-square .itemA {
  grid-area: 1/1;
}
.grid-square .itemB {
  grid-area: 1/2;
}
.grid-square .itemC {
  grid-area: 2/1;
}
.grid-square .itemD {
  grid-area: 2/2;
}

.bigger p {
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 2.5rem !important;
}

.w70 {
  max-width: 70%;
  margin: 0 auto;
}

.content-grid-full {
  grid-column: breakout;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 3rem 2rem 3rem;
}

.gap3 {
  gap: 3rem 3rem;
  width: 100%;
}
.gap3 .content-text {
  flex: 0 0 calc(50% - 1.5rem) !important;
}

h4 {
  font-size: 1.25rem;
  color: #3c3d3e;
}

.padding-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.widget.widget-text, .widget.widget-textarea, .widget.widget-password {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
.widget.widget-text input[type=text],
.widget.widget-text input[type=password],
.widget.widget-text input[type=email],
.widget.widget-text #ctrl_7, .widget.widget-textarea input[type=text],
.widget.widget-textarea input[type=password],
.widget.widget-textarea input[type=email],
.widget.widget-textarea #ctrl_7, .widget.widget-password input[type=text],
.widget.widget-password input[type=password],
.widget.widget-password input[type=email],
.widget.widget-password #ctrl_7 {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0rem;
}
.widget.widget-text label, .widget.widget-textarea label, .widget.widget-password label {
  font-size: 1.25rem;
  color: #3c3d3e;
  margin-bottom: 0.5rem;
}
.widget.widget-text p, .widget.widget-textarea p, .widget.widget-password p {
  margin-bottom: 1rem;
}
.widget #ctrl_8 {
  border: 0;
}
.widget #ctrl_8 #lbl_8_0 {
  font-size: 0.9rem;
}
.widget #ctrl_7 {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0rem;
}
.widget label {
  font-size: 1.25rem;
  color: #3c3d3e;
  margin-bottom: 0.5rem;
}

#kontakt_form .widget.widget-text, #kontakt_form .widget.widget-textarea, #kontakt_form .widget.widget-password {
  margin-bottom: 0rem;
}

#article-74,
#article-80,
#article-86 {
  margin-bottom: 10rem;
}

#phonetop {
  overflow: visible;
  display: grid;
  position: relative;
  cursor: pointer;
}
#phonetop img {
  grid-area: 1/1;
  z-index: 2001;
  border: 2px solid #707070;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
#phonetop .telorte {
  transform-origin: top right;
  position: absolute;
  right: 5px;
  grid-area: 1/1;
  width: 200px;
  border: 1px solid #ff0000;
  padding: 7px;
  padding-top: 85px;
  z-index: 2000;
  background-color: #fff;
  border: 2px solid #707070;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#phonetop .telorte p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
}
#phonetop .telorte p.number {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: right;
}

#kontakt_form {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}

#gh_text {
  padding-top: 45px;
}
#gh_text p {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

#phonetop:hover .telorte {
  transform: scale(1);
  opacity: 1;
}
#phonetop:hover img {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.widget-submit {
  text-align: right;
}

button[type=submit] {
  background-color: #3c3d3e;
  color: #fff;
  padding: 0.2rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
  margin: 0 0 0 auto;
}
button[type=submit]::after {
  content: url("../icons/btn_senden.png");
  margin-left: 1rem;
}

.g-v-center {
  align-items: center;
}

.padding-bottom-10 {
  padding-bottom: 10rem !important;
}

.padding-top-10 {
  padding-top: 10rem;
}

.padding-top-5 {
  padding-top: 5rem;
}

.overflow-image,
.overflow-image_ {
  position: relative;
}
.overflow-image .over-name,
.overflow-image_ .over-name {
  position: absolute;
  bottom: 6rem;
  left: 8rem;
  background-color: #fff;
  padding: 0.3rem 1rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 7px;
}

.pos-relative {
  position: relative;
}

.overlayImage {
  position: absolute;
  bottom: -5%;
  right: 10%;
}
.overlayImage img {
  max-width: 900px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.overlayImage:hover img {
  transform: translateY(10%);
}

.flexicon {
  display: flex;
  color: #3c3d3e !important;
  text-transform: none;
  align-items: center;
  cursor: pointer;
}
.flexicon img {
  margin-right: 5px;
}

.overflow-image {
  overflow: hidden;
}
.overflow-image img {
  transition: all 0.5s ease-in-out;
}

#erklaerungen {
  background-image: url("../bilder/wir/arten_hg.jpg");
  background-repeat: no-repeat;
  min-height: 2000px;
  position: relative;
  background-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
#erklaerungen .over-text {
  padding: 2rem;
  cursor: pointer;
}
#erklaerungen .over-text h2 {
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  display: inline-block;
  padding: 0.3rem 1rem 0.3rem 1rem;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  right: 50px;
}
#erklaerungen .over-text h2::before {
  content: url("../icons/open.png");
  padding-right: 0.5rem;
}
#erklaerungen .over-text .content-text {
  position: absolute;
  display: inline-block;
  padding: 3rem 3rem 1.3rem 3rem;
  max-width: 60%;
  margin: 1.3rem 0;
  border-radius: 10px;
  z-index: 1;
  font-weight: 600;
  color: #555;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  transform: scaleX(0);
  transform-origin: top right;
}
#erklaerungen .over-text:nth-child(1) h2,
#erklaerungen .over-text:nth-child(1) .content-text {
  right: 50px;
}
#erklaerungen .over-text:nth-child(2) h2,
#erklaerungen .over-text:nth-child(2) .content-text {
  right: 150px;
}
#erklaerungen .over-text:nth-child(3) h2,
#erklaerungen .over-text:nth-child(3) .content-text {
  right: 250px;
}
#erklaerungen .over-text:nth-child(4) h2,
#erklaerungen .over-text:nth-child(4) .content-text {
  right: 50px;
}
#erklaerungen .over-text:nth-child(5) h2,
#erklaerungen .over-text:nth-child(5) .content-text {
  right: 150px;
}
#erklaerungen .over-text:nth-child(6) h2,
#erklaerungen .over-text:nth-child(6) .content-text {
  right: 50px;
}
#erklaerungen .over-text:nth-child(7) h2,
#erklaerungen .over-text:nth-child(7) .content-text {
  right: 250px;
}
#erklaerungen .over-text:nth-child(8) h2,
#erklaerungen .over-text:nth-child(8) .content-text {
  right: 70px;
}
#erklaerungen .over-text:hover .content-text {
  position: absolute;
  display: inline-block;
  padding: 3rem 3rem 1.3rem 3rem;
  max-width: 60%;
  margin: 1.25rem 0;
  border-radius: 10px;
  z-index: 1;
  font-weight: 600;
  color: #555;
  opacity: 1;
  width: 60%;
  transform: scaleX(100%);
}

#header .content-grid {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.btn {
  background: #b5b4c5;
  padding: 0.3rem 1rem;
  color: #3c3d3e;
  display: table;
  text-transform: uppercase;
  border-radius: 7px;
}
.btn_image img {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn_image figure {
  grid-column: full-width;
}

h1,
h2,
h3,
p,
li {
  color: #3c3d3e;
}

#gh_text .rte {
  display: none;
}
#gh_text.show .rte {
  display: block;
}

h1 {
  font-family: "Dancing Script";
  font-size: 6.875rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #afb0b3;
  word-break: break-all;
  word-break: break-word;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}

h3 {
  font-weight: 500;
  font-size: 1.875rem;
}

.uppercase {
  text-transform: uppercase;
}

.section {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.section.bild-s {
  height: 100vh;
  position: relative;
}
.section.bild-s img {
  position: absolute;
  bottom: 8rem;
  left: 5rem;
}
.section#s_leistung {
  background-image: url("../navi_bilder/b_leistungen.jpg");
}
.section#s_familie {
  background-image: url("../navi_bilder/b_familie.jpg");
  background-position-y: center;
}
.section#s_ausstellung {
  background-image: url("../navi_bilder/b_ausstellung.jpg");
  background-position: center;
}
.section#s_abschiednahme {
  background-image: url("../navi_bilder/b_abschiednahme.jpg");
  background-position: center;
}
.section#s_trauerfeier {
  background-image: url("../navi_bilder/b_trauerfeier.jpg");
  background-position: center;
}
.section#s_trauercafe {
  background-image: url("../navi_bilder/b_trauercafe.jpg");
  background-position: center;
}
.section#s_standort {
  background-image: url("../navi_bilder/b_standort.jpg");
  background-position: bottom;
}

.btn.anchor_erlangen,
.btn.anchor_herzogenaurach {
  cursor: pointer;
}

#navigation-table {
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transform: scale(0) translateY(-100vh);
  transition: all 0.5s ease-in-out;
  position: fixed;
  background-color: #eee8e8;
  z-index: 901;
  box-sizing: border-box;
  z-index: 1909;
  z-index: 1222222909;
}
#navigation-table .inner {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}
#navigation-table .inner .mod_navigation a {
  color: #3c3d3e;
  text-decoration: none;
}
#navigation-table .inner .mod_navigation a:hover {
  color: #a31934;
}
#navigation-table .inner .mod_navigation ul.level_1 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 25% 25% 25% 25%;
  height: 100vh;
  width: 80vw;
  margin: 0 auto;
}
#navigation-table .inner .mod_navigation ul.level_1 > li {
  position: relative;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 2rem;
}
#navigation-table .inner .mod_navigation ul.level_1 > li a,
#navigation-table .inner .mod_navigation ul.level_1 > li strong {
  font-size: 3.125rem;
  font-weight: 300;
}
#navigation-table .inner .mod_navigation ul.level_1 > li strong {
  color: #a31934;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:hover ul.level_2 {
  opacity: 1;
  transform: scaleY(1);
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(1) {
  grid-area: 1/1/2/2;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(2) {
  grid-area: 2/1/3/2;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(3) {
  grid-area: 3/1/4/2;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(4) {
  grid-area: 4/1/5/2;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(5) {
  grid-area: 1/2/2/3;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(5) ul.level_2 {
  left: 25rem;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(6) {
  grid-area: 2/2/3/3;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(7) {
  grid-area: 3/2/4/3;
}
#navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(8) {
  grid-area: 4/2/5/3;
}
#navigation-table .inner .mod_navigation ul {
  list-style: none;
  padding-left: 0;
}
#navigation-table .inner .mod_navigation ul.level_2 {
  opacity: 1;
  left: 20rem;
  position: absolute;
  left: 15rem;
  transform: scaleY(0);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
#navigation-table .inner .mod_navigation ul.level_2 a,
#navigation-table .inner .mod_navigation ul.level_2 strong {
  font-size: 1.25rem !important;
  text-transform: uppercase;
  padding: 0;
  line-height: 2.5rem;
}
#navigation-table .inner .mod_navigation ul li {
  background: none !important;
}
#navigation-table .inner .mod_navigation li.trail ul {
  list-style: none;
  padding-left: 0;
}
#navigation-table .inner .mod_navigation li.trail ul.level_2 {
  opacity: 1;
  left: 20rem;
  position: absolute;
  left: 15rem;
  transform: scaleY(1);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
#navigation-table li.bg_putte,
#navigation-table a.bg_putte,
#navigation-table strong.bg_putte,
#navigation-table li.bg_farn,
#navigation-table a.bg_farn,
#navigation-table strong.bg_farn,
#navigation-table li.bg_farn9,
#navigation-table a.bg_farn9,
#navigation-table strong.bg_farn9,
#navigation-table li.bg_farn10,
#navigation-table a.bg_farn10,
#navigation-table strong.bg_farn10,
#navigation-table li.bg_farn2,
#navigation-table a.bg_farn2,
#navigation-table strong.bg_farn2 {
  background: none !important;
  padding-left: 0;
}
#navigation-table #top-nav-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#navigation-table #top-nav-line img {
  cursor: pointer;
}
#navigation-table #nav-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#navigation-table #nav-line li.bg_putte {
  background: none;
}
#navigation-table #nav-line ul {
  list-style: none;
}
#navigation-table #nav-line ul.first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#navigation-table #nav-line ul.first ul.second {
  padding-left: 25px;
}
#navigation-table #nav-line ul.first ul.second a {
  color: #3c3d3e;
  font-size: 1.75rem;
  text-decoration: none;
}
#navigation-table #nav-line img {
  cursor: pointer;
}
#navigation-table #nav-line h3 {
  font-size: 4rem;
  font-weight: 500;
  color: #3c3d3e;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
#navigation-table #nav-line a {
  text-decoration: none;
}
#navigation-table #btn_close {
  color: #fff;
  font-size: 5rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#navigation-table #btn_close:hover {
  transform: rotate(90deg);
}

body.showNavP #navigation-table,
body.hamburger-active #navigation-table {
  display: block;
  transform: scale(1);
  transform: scale(1) translateY(0);
}

#btn_nav {
  cursor: pointer;
}

#navigation h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #3c3d3e;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
#navigation a {
  text-decoration: none;
  color: #555;
}
#navigation a:hover {
  color: #3c3d3e;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigation ul ul {
  padding-left: 0.5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper img {
  max-width: 900px;
  height: auto;
}

.swiper-slide {
  width: auto !important;
}

.swiper-button-prev {
  background-image: url("../icons/btn_prev.png");
  content: "" !important;
}

.swiper-button-next {
  background-image: url("../icons/btn_next.png");
  content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  width: 36px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}

.holder-swiper {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2002;
}

body.gender-active #gh_text {
  padding-top: 2px;
  margin-top: -3rem;
}
body.gender-active #gh_text .rte {
  display: block;
}

.title-slider {
  position: absolute;
  bottom: 3rem;
  left: 30%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
  z-index: 5000;
  transition: all 0.5s ease-in-out;
}
.title-slider:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.mySlider {
  position: relative;
}

.slidertext {
  padding: 3rem 11rem 9rem 11rem;
}
.slidertext p {
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 2.6rem !important;
}

#left {
  border: 1px solid #e1e1e1;
  padding: 2rem;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgb(255, 255, 255);
  margin-left: auto;
}

#wrapper {
  transition: all 0.5s ease-in-out;
}

.showNav #left {
  transform: translateX(0);
}
.showNav #wrapper {
  filter: blur(0.5rem);
  filter: opacity(0.1);
}

.twentyfour,
.mail {
  cursor: pointer;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.flex.row {
  flex-direction: row;
  justify-content: space-between;
}
.flex .content-text {
  flex: 0 0 50%;
}
.flex.full .content-text {
  flex: 0 0 100%;
}
.flex.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.flex.gap5 {
  gap: 5rem;
}

.padding-bottom {
  padding-bottom: 9rem;
}

html {
  scroll-behavior: smooth;
}

body.startseite {
  /* All the snapping stuff */
}
body.startseite #header .content-grid,
body.startseite #header .full-width {
  padding-top: 0;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: auto;
  justify-items: center;
  height: 100vh;
  width: 100vw;
}
body.startseite #header .content-grid .bg-video,
body.startseite #header .full-width .bg-video {
  grid-area: 1/1/3/2;
}
body.startseite #header .content-grid .startlogo,
body.startseite #header .full-width .startlogo {
  grid-area: 1/1/2/2;
  z-index: 1000;
}
body.startseite #header .content-grid .startlogo img,
body.startseite #header .full-width .startlogo img {
  max-width: 800px;
  height: auto;
  padding-top: 10%;
}
body.startseite #header .content-grid #claim,
body.startseite #header .full-width #claim {
  grid-area: 2/1/3/2;
  z-index: 1000;
  min-width: 50%;
  opacity: 0;
  transition: all 2.5s ease-in-out;
}
body.startseite #header .content-grid #claim.show,
body.startseite #header .full-width #claim.show {
  opacity: 1;
}
body.startseite #header .content-grid #claim h3,
body.startseite #header .full-width #claim h3 {
  color: #fff;
  text-shadow: 2px 2px #000;
}
body.startseite .full-width.content-player:before {
  content: none;
}
body.startseite #overlay-icon {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}
body.startseite ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
body.startseite .scroll-container {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
body.startseite .absolute--text {
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.startseite .section {
  position: sticky;
  height: calc(100vh - 200px);
  width: 100%;
  top: 0;
  scroll-snap-align: end;
}
body.startseite .section .btn {
  background: #fff;
  padding: 0.2rem 3.9rem 0.2rem 0.5rem;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
body.startseite .section .btn ::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../icons/btn_start.png");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-30%);
  right: 5px;
  position: absolute;
  display: inline-block;
  transition: all 0.9s ease-in-out;
}
body.startseite .section .btn a {
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
}
body.startseite .section .btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
body.startseite #claim {
  margin: 0 auto;
  max-width: 60%;
}
body.startseite #claim h3 {
  font-size: 5.875rem;
  font-weight: 500;
  color: #3c3d3e;
  font-family: "Dancing Script";
}
body.startseite #claim h3 span {
  color: #fff;
  display: block;
}
body.startseite #claim h3 span.left {
  text-align: left;
}
body.startseite #claim h3 span.right {
  text-align: right;
}
body.startseite .content_grid_eight {
  align-items: center;
}
body.startseite #txt-ht {
  margin-bottom: 0px;
  z-index: 90000;
  position: relative;
}
body.startseite .left70,
body.startseite .left60 {
  text-align: right;
}
body.startseite .left70 figure,
body.startseite .left60 figure {
  display: inline-block;
}
body.startseite .posrel {
  position: relative;
}
body.startseite #overLN {
  position: absolute;
  top: 50%;
  width: 100%;
}
body.startseite #claimMG,
body.startseite #claimMG_ {
  position: absolute;
  top: calc(10% + 5rem);
  width: 100%;
}
body.startseite #claimMG h2,
body.startseite #claimMG_ h2 {
  text-align: right;
  color: #d8d1d1;
}
body.startseite #claimMG h3,
body.startseite #claimMG_ h3 {
  color: #d8d1d1;
}
body.startseite #main .color-white {
  color: #d8d1d1;
}
body.startseite #main .color-white p {
  color: #d8d1d1;
}
body.startseite #main #article-285 {
  margin-top: 7rem;
  position: relative;
  overflow: visible;
}
body.startseite #main #article-285::before {
  content: url("../bilder/start/abschied.png");
  position: absolute;
  left: 30%;
  top: 10%;
  transform: translateY(-50%);
}
body.startseite .marginNeg5 {
  margin-top: -5rem;
}

body.startseite #hamburger .hamburger-icon,
body.startseite #hamburger .hamburger-icon:before,
body.startseite #hamburger .hamburger-icon:after {
  background: #fff;
}
body.startseite.hamburger-active #hamburger .hamburger-icon,
body.startseite.hamburger-active #hamburger .hamburger-icon:before,
body.startseite.hamburger-active #hamburger .hamburger-icon:after {
  background: #000;
}

@media only screen and (max-width: 1500px) {
  #article-291 {
    display: none;
  }
}
@media only screen and (max-width: 1350px) {
  body.startseite #header .full-width .startlogo img {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 50px;
  }
  body.startseite #claim h3 {
    font-size: 3.875rem;
    font-weight: 500;
    color: #3c3d3e;
    font-family: "Dancing Script";
  }
  body.startseite #header .full-width {
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #navigation-table .inner .mod_navigation ul.level_1 > li a,
  #navigation-table .inner .mod_navigation ul.level_1 > li strong {
    font-size: 2.125rem;
    font-weight: 300;
  }
  #navigation-table .inner .mod_navigation ul.level_2 a,
  #navigation-table .inner .mod_navigation ul.level_2 strong {
    font-size: 1rem !important;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 962px) {
  html {
    font-size: 13px;
  }
  #main .content_grid_eight > .left50,
  #main .content_grid_eight > .left60,
  #main .content_grid_eight > .left40,
  #main .content_grid_eight > .left30,
  #main .content_grid_eight > .left20,
  #main .content_grid_eight > .left10 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .right50,
  #main .content_grid_eight > .right60,
  #main .content_grid_eight > .right40,
  #main .content_grid_eight > .right30 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight {
    display: grid;
    grid-template-columns: repeat(10, [col-start] 1fr);
    color: #3c3d3e;
    gap: 3rem;
  }
  #main .content_grid_eight > * {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left50 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left60 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left100 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left70 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left40 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .left30 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .right50 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .right40 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .right30 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight > .center75 {
    grid-column: col-start 1/-1;
  }
  #main .content_grid_eight .right50.halfrow:nth-of-type(1),
  #main .content_grid_eight .left50.halfrow:nth-of-type(1) {
    grid-row: 1/span 1;
  }
  #main .content_grid_eight .right50.halfrow:nth-of-type(2),
  #main .content_grid_eight .left50.halfrow:nth-of-type(2) {
    grid-row: 2/span 1;
  }
  #main .content_grid_eight .right50.halfrow:nth-of-type(3),
  #main .content_grid_eight .left50.halfrow:nth-of-type(3) {
    grid-row: 3/span 1;
  }
  #main .content_grid_eight .right50.halfrow:nth-of-type(4),
  #main .content_grid_eight .left50.halfrow:nth-of-type(4) {
    grid-row: 4/span 1;
  }
  #main .content_grid_eight .right50.halfrow:nth-of-type(5),
  #main .content_grid_eight .left50.halfrow:nth-of-type(5) {
    grid-row: 5/span 1;
  }
  #main .w80 .rte {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content_grid_eight > .center75 {
    grid-column: col-start 1/-1;
  }
  #navigation-table .inner .mod_navigation ul.level_1 {
    width: 95vw;
  }
  #hamburger {
    right: 2rem;
    top: 1.375rem;
  }
  #phone-table {
    transform: translateX(-80%);
    cursor: pointer;
  }
  #phone-table #phone_img {
    transform: scale(0.5);
  }
  body.startseite #claimMG_ {
    border-radius: 0 !important;
    position: static;
    padding-top: 3rem;
  }
  body.startseite #claimMG_ h2,
  body.startseite #claimMG_ h3,
  body.startseite #claimMG_ p {
    color: #555 !important;
  }
  body.startseite #claimMG_ p {
    padding: 0rem 3rem;
  }
  body.startseite #header .full-width .startlogo img {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #navigation-table .inner .mod_navigation ul.level_1 > li {
    flex-direction: column;
    align-items: flex-start;
  }
  body.startseite #claim {
    max-width: 90%;
  }
  body.startseite #claim h3 {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 576px) {
  #footer .content_grid_eight > .left50,
  #footer .content_grid_eight > .left60,
  #footer .content_grid_eight > .left40,
  #footer .content_grid_eight > .left30,
  #footer .content_grid_eight > .left20,
  #footer .content_grid_eight > .left10 {
    grid-column: col-start 1/-1;
  }
  #footer .content_grid_eight > .right50,
  #footer .content_grid_eight > .right60,
  #footer .content_grid_eight > .right40,
  #footer .content_grid_eight > .right30 {
    grid-column: col-start 1/-1;
  }
  .content_grid_eight {
    justify-items: center;
  }
  #navigation-table {
    height: 100vh;
    overflow: scroll;
  }
  #navigation-table .inner .mod_navigation ul.level_1 {
    display: flex;
    flex-direction: column;
    grid-template-columns: 100%;
    grid-template-rows: 25% 25% 25% 25% 25% 25% 25% 25%;
    height: 100vh;
    width: 80vw;
    margin: 0 auto;
    overflow: scroll;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li {
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0rem;
    padding-bottom: 3rem;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li a,
  #navigation-table .inner .mod_navigation ul.level_1 > li strong {
    font-size: 3.125rem;
    font-weight: 300;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li strong {
    color: #a31934;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(6) {
    grid-area: 6/1/7/2;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(7) {
    grid-area: 7/1/8/2;
  }
  #navigation-table .inner .mod_navigation ul.level_1 > li:nth-child(8) {
    grid-area: 8/1/9/2;
  }
  #navigation-table .inner .mod_navigation li ul.level_2,
  #navigation-table .inner .mod_navigation li.trail ul.level_2 {
    position: static;
    transform: scale(1);
    display: block;
    text-align: center;
  }
  .content-grid {
    --content-maxwidth: 576px;
    --padding-inline: 0;
    --breakout-maxwidth: 100rem;
    display: grid;
    grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end];
  }
  .content-grid > * {
    grid-column: content;
  }
  .content-grid > .inner-grid {
    grid-column: full-width;
  }
  .content-grid > .breakout {
    grid-column: breakout;
  }
  .content-grid > .full-width {
    grid-column: full-width;
  }
  .content-grid > .hide-pop {
    grid-column: full-width;
  }
  .content-grid > .slider {
    grid-column: full-width;
  }
  .head.big h2 {
    font-size: 3rem;
  }
  #main .mod_article {
    padding: 2rem 2rem;
  }
  #main .content_grid_eight {
    display: grid;
    grid-template-columns: repeat(10, [col-start] 1fr);
    color: #3c3d3e;
    gap: 1rem;
  }
  .wald_teaser .content-image:nth-of-type(2) {
    display: none;
  }
  #wald_sec {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  body.startseite #claimMG,
  body.startseite #claimMG_ {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    top: calc(10% + 10rem);
  }
  body.startseite #claimMG h2,
  body.startseite #claimMG_ h2 {
    color: #3c3d3e;
  }
  body.startseite #overLN {
    position: static;
    width: 100%;
  }
  #footer .btn_row,
  #main .btn_row {
    box-sizing: border-box;
    padding: 0 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .btn_row a,
  #main .btn_row a {
    padding: 5px 8px;
  }
  #footer .btn_row a.vright,
  #main .btn_row a.vright {
    flex: 0 0 100%;
    text-align: center;
  }
  #footer .btn_row a.vright img,
  #main .btn_row a.vright img {
    margin: 0 auto;
  }
  h1 {
    font-size: 3.875rem;
  }
  .head h2 {
    font-size: 1.75rem;
    padding-left: 1rem;
  }
  #footer {
    padding-top: 3rem;
  }
  #main .slide .slide_btn {
    position: relative;
    right: 0 !important;
    left: auto;
    bottom: 50px;
    display: block;
    cursor: pointer;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  body.startseite #claim {
    max-width: 90%;
  }
  body.startseite #claim h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 600px) {
  .slide_btn {
    position: relative;
    right: 0 !important;
    left: auto;
    bottom: 50px;
    display: block;
    cursor: pointer;
    text-align: right;
    border: 2px solid #ff0000 !important;
  }
}/*# sourceMappingURL=aufbau.css.map */