/* amaranth-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: "Amaranth";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/amaranth-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amaranth-italic - 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: "Amaranth";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/amaranth-v18-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amaranth-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: "Amaranth";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/amaranth-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amaranth-700italic - 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: "Amaranth";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/amaranth-v18-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-semi-condensed-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: "Sofia Sans Semi Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sofia-sans-semi-condensed-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-semi-condensed-italic - 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: "Sofia Sans Semi Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/sofia-sans-semi-condensed-v4-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-semi-condensed-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: "Sofia Sans Semi Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sofia-sans-semi-condensed-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-semi-condensed-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: "Sofia Sans Semi Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sofia-sans-semi-condensed-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-semi-condensed-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: "Sofia Sans Semi Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/sofia-sans-semi-condensed-v4-latin-800.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;
}

.hamburg {
  display: block;
  background: #7b333e;
  width: 70px;
  height: 52px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-radius: 4px;
  transition: border-radius 0.5s;
}

.line {
  position: absolute;
  left: 8px;
  height: 4px;
  width: 55px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

.hamburg.checked .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

.hamburg.checked .line:nth-child(2) {
  opacity: 0;
}

.hamburg.checked .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

:root {
  --lila: #9c4493;
  --h-lila: #d7b4d4;
  --h-lila-rgb: 215, 180, 212;
  --lila-rgb: 156, 68, 147;
  --max-width: 1680px;
  --max-width-full: 1600px;
  --padding-inline: 12rem;
  --breakout-maxwidth: 100rem;
  --grau: #707070;
}

html {
  font-size: 16px;
  font-family: "Amaranth";
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body {
  background-color: var(--h-lila);
  overflow-x: hidden;
}

#main p,
#main li {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: inherit;
  font-weight: 500;
}
#main li {
  line-height: 1.6rem;
  padding-left: 0.7rem;
}
#main .rte a {
  color: #fff;
}
#main .rte a:hover {
  color: #777;
}
#main ul {
  padding-left: 28px;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "f1 f3";
}
.inner-grid-top .f1 {
  grid-area: f1;
  padding: 5px;
}

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

.f3 {
  grid-area: f3;
  padding: 5px;
  display: none;
}

.inner-grid {
  display: grid;
  grid-template-columns: 19% 27% 27% 27%;
  grid-template-rows: auto;
  max-width: var(--max-width);
  margin: 0 auto;
}
.inner-grid.v-center {
  align-items: center;
}
.inner-grid.footer-grid {
  grid-column: full-width;
  grid-template-areas: "fullwidth fullwidth fullwidth fullwidth" "columnF1 columnF2 columnF3  columnF4" "fullwidthF fullwidthF fullwidthF fullwidthF";
  margin: 0;
  max-width: 100vw;
}
.inner-grid.footer-grid .content-text .rte {
  height: 100%;
}
.inner-grid.footer-grid .content-text .rte .filialen {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.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 .columnF4 {
  grid-area: columnF4;
}
.inner-grid .fullwidthF {
  grid-area: fullwidthF;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
.inner-grid .fullwidthF p {
  font-size: 1.25rem !important;
  font-weight: 300 !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-30 {
  grid-template-columns: 30% 70%;
  grid-template-rows: auto;
}
.inner-grid.content-grid-40 {
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
}
.inner-grid.content-grid-40 div:nth-child(1) {
  grid-column: 1/2;
}
.inner-grid.content-grid-40 div:nth-child(2) {
  grid-column: 2/3;
}
.inner-grid.content-grid-50 {
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}
.inner-grid.content-grid-50 > div:nth-child(1) {
  grid-column: 1/2;
  padding-right: 2.5rem;
  width: calc(100% - 2.5rem);
}
.inner-grid.content-grid-50 > div:nth-child(2) {
  grid-column: 2/3;
  padding-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.inner-grid.content-grid-60 {
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
}
.inner-grid.content-grid-60 div:nth-child(1) {
  grid-column: 1/2;
}
.inner-grid.content-grid-60 div:nth-child(2) {
  grid-column: 2/3;
}
.inner-grid.content-grid-70 {
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
}
.inner-grid.content-grid-70 div:nth-child(1) {
  grid-column: 1/2;
}
.inner-grid.content-grid-70 div:nth-child(2) {
  grid-column: 2/3;
}
.inner-grid.content-grid-full {
  grid-column: breakout;
}
.inner-grid.content-grid-full .leftR,
.inner-grid.content-grid-full .full {
  grid-column: 1/5;
}
.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 .tteaser {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
.inner-grid .tteaser h3 {
  font-style: italic;
}
.inner-grid .tteaser .base {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  position: relative;
}
.inner-grid .tteaser .base .title {
  position: absolute;
  bottom: 38%;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
}
.inner-grid .tteaser .baseHover {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  z-index: 2;
  padding: 0.9rem;
  background: rgba(var(--lila-rgb), 0.8);
  color: #fff;
  transition: all 0.3s ease-in-out;
  max-width: 550px;
}
.inner-grid .tteaser .baseHover p {
  color: #fff;
  font-size: 1.2rem !important;
  line-height: 1.3rem !important;
}
.inner-grid .tteaser .baseHover h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.inner-grid .tteaser:hover .baseHover {
  opacity: 1;
  display: block;
  z-index: 2;
}
.inner-grid .tteaser:hover .title {
  display: none;
}
.inner-grid .padding-left {
  padding: 2rem 5rem 2rem 3rem;
}
.inner-grid p {
  font-size: 1.25rem;
  font-weight: 500;
}
.inner-grid strong {
  font-weight: 700;
}

.bg-lila {
  background-color: var(--lila);
}
.bg-lila h1,
.bg-lila h2,
.bg-lila p,
.bg-lila li {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-h-lila {
  background-color: var(--hlila);
}
.bg-h-lila h1 {
  color: #fff;
}
.bg-h-lila p,
.bg-h-lila li {
  color: var(--lila);
}

.article-136 .rightR {
  position: relative;
}

#btn-notfall {
  position: absolute;
  right: 10%;
  max-width: 200px;
}

#article-134 {
  padding: 2rem 0;
}

.h1pink h1 {
  color: var(--lila);
}
.h1pink li {
  color: #ffffff;
}

.flex ul {
  flex: 0 0 50%;
}

h1 {
  font-family: "Amaranth";
}

.headP {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.headP > .content-grid {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  background: rgba(var(--h-lila-rgb), 0.2);
  box-shadow: 0px 1px 6px -1px #000000;
}
.headP #headimage {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: -1;
}
.headP #headimage picture {
  top: -30px;
  position: relative;
}

#btn-notfall {
  cursor: pointer;
}

body.startseite .headP {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 5fr;
}
body.startseite .headP > .content-grid {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  background: rgba(var(--h-lila-rgb), 0);
  box-shadow: 0px 0 0 0 #000000;
}
body.startseite .headP #headimage {
  grid-column: 1/2;
  grid-row: 1/6;
  z-index: -1;
}
body.startseite .headP #video {
  grid-column: 1/2;
  grid-row: 1/6;
  z-index: 0;
  width: 100vw;
}
body.startseite .headP #video video {
  width: 100vw;
  opacity: 0.1;
}
body.startseite .headP #teaser-start {
  grid-column: 1/2;
  grid-row: 3/6;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  margin-bottom: 5rem;
  align-items: center;
  z-index: 105;
  justify-items: center;
}
body.startseite .headP #teaser-start .button {
  color: #fff;
  font-style: italic;
  font-size: 1.875rem;
  border: 0;
  margin: 3rem;
  width: 375px;
}
body.startseite .headP #teaser-start .button #tradition {
  grid-column: 1/2;
}
body.startseite .headP #teaser-start .button #abschied {
  grid-column: 2/3;
}
body.startseite .headP #teaser-start .button #vorsorgen {
  grid-column: 3/4;
}
body.startseite .headP #teaser-start .button a {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}
body.startseite .headP #teaser-start .button .text {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background: var(--lila);
  width: 100%;
  text-align: center;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.startseite .headP #teaser-start .button .bild {
  opacity: 0;
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  max-width: 375px;
  align-items: center;
  z-index: 0;
  transform: scaleY(0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body.startseite .headP #teaser-start .button .bild .itext {
  font-size: 0.9rem;
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 0.5rem;
  text-align: center;
}
body.startseite .headP #teaser-start .button .bild .ibild {
  font-size: 0.9rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
body.startseite .headP #teaser-start .button:hover .bild {
  opacity: 1;
  display: grid;
  height: 100%;
  transform: scaleY(1);
}
body.startseite .headP #teaser-start .button:hover .text {
  opacity: 0;
}
body.startseite .navdiv .rte > ul h3 {
  font-size: 1.25rem;
  color: #fff;
}

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

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

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

#auflistung {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
#auflistung.show {
  max-height: 1000px;
}

.ho {
  display: flex;
}
.ho .column {
  padding: 1rem;
}

.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 0rem 2rem 0rem;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between;
}
.content-grid-full.four-columns {
  grid-template-columns: 23% 23% 23% 23%;
  grid-template-rows: 1fr;
}
.content-grid-full.four-columns .baseHover {
  opacity: 1;
  background: rgba(var(--lila-rgb), 0.5);
}
.content-grid-full.four-columns .tteaser {
  position: relative;
  cursor: pointer;
}
.content-grid-full.four-columns .tteaser .title {
  position: absolute;
  bottom: 38%;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  font-style: italic;
}
.content-grid-full.four-columns .tteaser:hover .baseHover, .content-grid-full.four-columns .tteaser.selected .baseHover {
  opacity: 0;
}
.content-grid-full.four-columns .tteaser:hover .title, .content-grid-full.four-columns .tteaser.selected .title {
  display: block;
  bottom: 5%;
}
.content-grid-full.four-columns .tteaser.selected .title {
  bottom: 5%;
}
.content-grid-full.three-columns {
  grid-template-columns: 33% 33% 33%;
}
.content-grid-full.three-columns .media {
  margin-bottom: 2rem;
}
.content-grid-full.three-columns .media figure {
  padding: 0 1rem;
}

.katalog_h {
  width: 100%;
}

.katalog {
  grid-column: 1/4;
}
.katalog #btn_blumenkatalog {
  background: var(--lila);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.katalog_gallerie {
  max-height: 0;
  overflow: hidden !important;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
}
.katalog_gallerie.show {
  max-height: 2100px;
}

h1.lila {
  color: var(--lila);
}

#buecherliste {
  background-color: var(--lila);
  color: #fff;
  border: 0;
  cursor: pointer;
}

#article-159 .rte {
  position: relative;
}

#buttonH {
  border-radius: 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  text-align: center;
  background: #fff;
  top: 0;
  color: var(--lila);
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#buttonH p {
  color: var(--lila);
}
#buttonH:hover {
  background: var(--lila);
  color: #fff;
  transform: scale(1.3);
}
#buttonH:hover p {
  color: #fff;
}

#vorsorgeformular,
#vorsorgeverfuegung {
  background-color: var(--lila);
  color: #fff;
  padding: 0.5rem 3rem;
  border: 0;
  text-decoration: none;
}

#vorsorgeverfuegung {
  background-color: var(--h-lila);
}

.erklaerung {
  background-color: var(--lila);
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  font-style: italic;
}
.erklaerung p {
  font-size: 0.9rem;
  font-style: italic;
  color: #fff;
}

#floristikslider .splide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0;
  overflow: hidden;
}
#floristikslider .splide.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 100;
}

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

h4 {
  font-size: 1.25rem;
  color: #9c4493;
}

.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;
  background-color: #d7b4d4;
}
.widget.widget-text label, .widget.widget-textarea label, .widget.widget-password label {
  font-size: 1.25rem;
  color: #9c4493;
  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;
  background-color: #d7b4d4;
}
.widget label {
  font-size: 1.25rem;
  color: #9c4493;
  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;
}

.navdiv {
  display: flex;
  width: 100%;
}
.navdiv .content-text {
  width: 80%;
}
.navdiv .rte > ul {
  display: flex;
}
.navdiv .rte > ul h3 {
  font-size: 1.25rem;
  color: var(--grau);
}
.navdiv .rte > ul h3.active {
  color: #fff !important;
}
.navdiv .rte > ul li {
  list-style-type: none;
  width: 25%;
  text-align: center;
  position: relative;
}
.navdiv .rte > ul li ul.second {
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  left: 50%;
  top: -30px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  padding-left: 0 !important;
  margin-left: 0;
}
.navdiv .rte > ul li ul.second li {
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  padding-left: 0 !important;
}
.navdiv .rte > ul li ul.second li:nth-of-type(1) {
  font-weight: 600;
}
.navdiv .rte > ul li ul.second a {
  color: var(--lila);
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  font-style: italic;
  line-height: normal;
}
.navdiv .rte > ul li ul.second a:hover {
  color: #9c4493;
}
.navdiv .rte > ul li:hover {
  list-style-type: none;
  width: 25%;
  text-align: center;
  position: relative;
}
.navdiv .rte > ul li:hover ul.second {
  opacity: 1;
}

#phonetop {
  overflow: visible;
  display: grid;
  position: absolute;
  right: 0;
  cursor: pointer;
}
#phonetop .logo {
  max-width: 130px;
}
#phonetop img {
  grid-area: 1/1;
  z-index: 2001;
  transition: all 0.3s ease-in-out;
}
#phonetop .telorte {
  transform-origin: top right;
  position: absolute;
  width: 100%;
  right: 5px;
  grid-area: 1/1;
  max-width: 400px;
  padding: 7px;
  padding-top: 0px;
  z-index: 2000;
  padding: 1rem;
  background-color: var(--grau);
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
#phonetop .telorte p {
  margin: 0 0;
  padding: 0.5rem 0;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#phonetop .telorte p.number {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
#phonetop .telorte p.logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

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

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

#phonetop:hover .telorte {
  transform: scale(1);
  opacity: 1;
}
#phonetop:hover img {
  border: 0;
}

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

button[type=submit] {
  background-color: #9c4493;
  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: #9c4493 !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;
  background: #d7b4d4;
  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 {
  background: #d7b4d4;
  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 {
  background: #d7b4d4;
  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: 1rem;
  padding-bottom: 1rem;
  align-self: start;
  --content-maxwidth: 100%;
  --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];
}

.btn {
  background: #b5b4c5;
  padding: 0.3rem 1rem;
  color: #9c4493;
  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;
}

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

h1 {
  text-transform: none;
  font-style: italic;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 4rem;
  word-break: break-all;
  word-break: break-word;
  font-family: "Amaranth";
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}

h3,
h4 {
  font-weight: 500;
  font-size: 1.875rem;
  color: #fff;
}

h4 {
  font-size: 1.675rem;
}

button {
  padding: 0.5rem 1rem;
}
button.h-pink {
  background-color: var(--h-lila);
  color: #fff;
  font-style: italic;
  border: 0;
  cursor: pointer;
}

#a_kinder .inner-grid {
  position: relative;
}
#a_kinder .inner-grid .popup {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

body.showPopup #a_kinder .inner-grid {
  position: relative;
}
body.showPopup #a_kinder .inner-grid .popup {
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.uppercase {
  text-transform: uppercase;
}

.book-liste {
  display: flex;
  padding: 1rem;
  background-color: #bf81bc;
}
.book-liste .column {
  flex: 0 0 45%;
}
.book-liste .column strong {
  font-style: italic;
}
.book-liste .column p {
  color: #fff;
}
.book-liste .column:nth-of-type(3) {
  flex: 0 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.book-liste .column:nth-of-type(3) .btn-close {
  background-color: var(--lila);
  color: #fff;
  border: 0;
}

.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;
}

.grow {
  padding: 1rem;
}
.grow img {
  max-width: 260px;
  height: auto;
}

.grow {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.original-image {
  transition: transform 0.3s ease;
}

.zoomed-image {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 150%; /* Adjust the size as needed */
  height: 150%; /* Adjust the size as needed */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Ensure the zoomed image doesn't interfere with mouse events */
  z-index: 10;
}
.zoomed-image.i-right {
  right: auto;
  left: 1rem;
}
.zoomed-image h3 {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.grow:hover .zoomed-image {
  opacity: 1;
}

.rightR,
.inner-grid,
.full-width {
  overflow: visible;
}

#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: #9c4493;
  z-index: 2003;
  background-image: url("../hg/overlay_icon_navi.png");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: left center;
}
#navigation-table .inner {
  margin: 3rem;
}
#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 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: 0;
}
#navigation-table #nav-line ul.first ul.second a {
  color: #fff;
  font-size: 1.75rem;
}
#navigation-table #nav-line ul.first ul.second a:hover {
  color: #d7b4d4;
  color: #d4d4d4;
}
#navigation-table #nav-line img {
  cursor: pointer;
}
#navigation-table #nav-line h3 {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  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 {
  display: block;
  transform: scale(1);
  transform: scale(1) translateY(0);
  overflow: scroll;
}

#footer {
  background-color: #9c4493;
}
#footer .content-grid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --content-maxwidth: 1980px;
  --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];
}
#footer p {
  font-size: 0.9rem;
  font-weight: 100;
  color: #fff;
  font-style: italic;
  text-align: center;
  line-height: 1.1rem;
}
#footer p strong {
  font-size: 1.25rem;
}
#footer .flex.column {
  flex-direction: column;
}
#footer .flex.column.center {
  align-items: center;
}
#footer .flex.column a {
  color: #fff;
  text-decoration: none;
}
#footer .btn {
  background: #b5b4c5;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  text-transform: uppercase;
  color: #9c4493;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  margin: 12px 0;
}
#footer .btn a {
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
}
#footer .btn_row {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
#footer .btn_row a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#btn_nav {
  cursor: pointer;
}

#navigation h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #9c4493;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
#navigation a {
  text-decoration: none;
  color: #555;
}
#navigation a:hover {
  color: #9c4493;
}
#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;
}

.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;
}

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

a[href="/video"] img {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body.startseite {
  /* All the snapping stuff */
}
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);
}

@media only screen and (max-width: 1600px) {
  #article-138 .content-grid-full {
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
  }
  #top-nav-line {
    justify-content: flex-end !important;
  }
  #navigation-table #nav-line {
    padding: 0 1rem;
  }
  #navigation-table #btn_close {
    font-size: 3rem;
  }
  ul.second {
    padding-left: 0;
  }
  ul.second li a {
    color: #fff;
  }
  .content-grid:not(#a_floristik, #article-138) .inner-grid .tteaser {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    justify-items: center;
  }
  .content-grid:not(#a_floristik, #article-138) .inner-grid .tteaser:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 1580px) {
  .inner-grid.footer-grid .content-text .rte .filialen {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  #phonetop {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1485px) {
  #navigation-table #nav-line h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1430px) {
  body.startseite .headP #teaser-start .button {
    font-size: 1.5rem;
    margin: 1rem;
    width: 250px;
  }
  body.startseite .headP #teaser-start .button .bild .itext {
    line-height: 1.1rem;
  }
}
@media only screen and (max-width: 11260px) {
  #navigation-table #nav-line h3 {
    font-size: 2rem;
  }
  #navigation-table #nav-line ul.first ul.second a {
    font-size: 1.5rem;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  body.startseite .headP #teaser-start {
    grid-column: 1/2;
    grid-row: 2/6;
  }
  body.startseite .headP #teaser-start .button {
    color: #fff;
    font-style: italic;
    font-size: 1.875rem;
    border: 0;
    margin: 1rem;
    width: 200px !important;
  }
  body.startseite .headP #teaser-start {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #teaser-start {
    margin-bottom: 0;
  }
  #teaser-start .button {
    margin: 0;
  }
  #teaser-start .button:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #teaser-start a .text {
    font-size: 1.175rem;
  }
  #teaser-start a .bild {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  #footer .columnF3 .btn_row {
    flex-direction: column;
  }
  body.startseite .section .btn {
    bottom: 6rem;
    left: 3rem;
  }
  .zoomed-image {
    opacity: 1;
    display: none;
  }
  #btn-notfall {
    position: absolute;
    right: 2%;
    max-width: 150px;
    top: -50px;
  }
}
@media only screen and (max-width: 1049px) {
  .overlayImage {
    display: none;
  }
  .inner-grid.footer-grid .content-text .rte .filialen {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
  #article-138 .content-grid-full {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
  }
  #article-138 .content-grid-full .tteaser {
    margin-bottom: 2rem;
  }
  #article-138 .content-grid-full .baseHover {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  #footer .inner-grid.footer-grid {
    grid-column: content;
    grid-template-areas: "fullwidth fullwidth" "columnF1 columnF2" "columnF3 columnF4" "fullwidthF fullwidthF";
  }
  #footer .inner-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  #footer .inner-grid .columnF3 {
    grid-area: columnF3;
  }
  #footer .inner-grid .fullwidthF {
    grid-area: fullwidthF;
    font-size: 1.25rem;
    font-weight: 700;
  }
  #footer .columnF3 .row:nth-child(1) {
    justify-content: flex-start;
  }
  #footer .columnF3 .row:nth-child(1) .column:nth-child(1) {
    flex: 0 0 70%;
  }
  #footer .columnF3 .row:nth-child(1) .column:nth-child(1) .btn {
    width: 80%;
  }
  #footer .columnF3 .row:nth-child(1) .column:nth-child(1) img {
    padding-left: 20%;
  }
  .swiper-slide img {
    max-width: 900px;
    width: 90vw;
  }
  #navigation-table #nav-line ul {
    flex-wrap: wrap;
  }
  #navigation-table #nav-line ul li {
    flex: 0 0 50%;
  }
  #a_floristik .title {
    font-size: 2rem;
  }
  #a_partner .rightR p {
    display: none;
  }
  #btn-notfall {
    position: static;
    right: 2%;
    max-width: 150px;
    top: -50px;
  }
  .content-grid-full.three-columns {
    grid-template-columns: 98%;
  }
  .katalog_gallerie.show {
    max-height: 3100px;
  }
}
@media only screen and (max-width: 920px) {
  #a_floristik .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 860px) {
  #article-138 .content-grid-full {
    grid-template-columns: 1fr;
  }
  .inner-grid .tteaser {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 80%;
    justify-items: center;
  }
  h1 {
    font-size: 2.5rem !important;
  }
  #header .content-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
    --content-maxwidth: 1500px;
    --padding-inline: 1rem;
    --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];
  }
  #header .inner-grid-top #navgrid .f2 a {
    flex: 0 0 auto;
    margin-bottom: 3px;
  }
  .inner-grid-top #navgrid {
    display: grid;
    padding: 5px;
    grid-template-columns: 27% 1fr 27%;
    grid-template-rows: auto;
    grid-template-areas: "f1 f2 f3";
  }
  .f3 {
    display: block;
    width: 50px;
    position: absolute;
    grid-area: none;
    z-index: 5000;
    right: 2%;
  }
  #phonetop {
    top: 100px;
  }
  .navdiv {
    display: none;
  }
  .inner-grid.content-grid-70,
  .inner-grid.content-grid-50,
  .inner-grid.content-grid-60,
  .inner-grid.content-grid-40 {
    grid-template-columns: 1fr;
  }
  .inner-grid.content-grid-70 > div:nth-child(1),
  .inner-grid.content-grid-50 > div:nth-child(1),
  .inner-grid.content-grid-60 > div:nth-child(1),
  .inner-grid.content-grid-40 > div:nth-child(1) {
    grid-column: 1/2;
    grid-row: auto;
  }
  .inner-grid.content-grid-70 > div:nth-child(2),
  .inner-grid.content-grid-50 > div:nth-child(2),
  .inner-grid.content-grid-60 > div:nth-child(2),
  .inner-grid.content-grid-40 > div:nth-child(2) {
    grid-column: 1/2;
    grid-row: auto;
  }
  .inner-grid .leftR,
  .inner-grid .rightR {
    grid-area: none;
    padding: 2rem 5rem 2rem 3rem;
  }
  .inner-grid .tteaser {
    align-items: center;
  }
  #a_floristik .title {
    font-size: 1.6rem;
  }
  .book-liste {
    flex-wrap: wrap;
  }
  .inner-grid {
    justify-items: center !important;
  }
  #a_floristik .title {
    font-size: 1.5rem;
  }
  .inner-grid .tteaser .baseHover {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .slidertext {
    padding: 3rem 2rem 9rem 2rem;
  }
  .grid-square {
    display: flex;
    flex-direction: column;
  }
  .nobreak {
    word-break: auto-phrase;
    white-space: nowrap;
    display: block;
  }
  #a_floristik .content-grid-full.four-columns {
    grid-template-columns: 48% 48%;
    grid-gap: 1%;
  }
  #a_floristik .inner-grid .tteaser .baseHover {
    height: 100%;
  }
  body.startseite .headP #teaser-start {
    display: flex;
    flex-direction: column;
  }
  body.startseite .headP #teaser-start .button {
    margin: 0.6rem;
  }
  body.startseite .headP #teaser-start .button .text {
    min-height: 50px;
    line-height: 1.5rem;
  }
  body.startseite .headP #teaser-start .button a {
    display: flex !important;
  }
  body.startseite .headP #teaser-start .button a .bild {
    display: none;
  }
  #headimage {
    background: url("../dreschke/start_head.webp");
    background-position: center;
  }
  #headimage figure {
    display: none;
  }
  #video video,
  #video figure {
    height: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #footer .inner-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .columnF3 .row:nth-child(1) {
    justify-content: flex-start;
    flex-direction: column;
  }
  #footer .fullwidth span {
    display: block;
  }
  .nobreak {
    word-break: auto-phrase;
    white-space: nowrap;
    display: block;
  }
  body.startseite .section .btn {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .inner-grid.content-grid-right {
    max-width: 1600px;
    display: flex;
    flex-direction: column;
  }
  .overflow-image .over-name,
  .overflow-image_ .over-name {
    bottom: 2rem;
    left: 2rem;
  }
  #erklaerungen {
    min-height: 2300px;
  }
  #erklaerungen .over-text {
    max-width: 100%;
  }
  #erklaerungen .over-text h2 {
    right: 50% !important;
    transform: translateX(50%) !important;
    width: 90%;
    text-align: center;
  }
  #erklaerungen .over-text .content-text {
    right: 50% !important;
    transform: translateX(50%) !important;
    width: 90% !important;
    max-width: 90% !important;
  }
  .section#s_leistung {
    background-image: url("../navi_bilder/small/b_leistungen.jpg");
    background-position: left bottom;
  }
  .section#s_familie {
    background-image: url("../navi_bilder/small/b_familie.jpg");
    background-position-y: center;
  }
  .section#s_ausstellung {
    background-image: url("../navi_bilder/small/b_ausstellung.jpg");
  }
  .section#s_abschiednahme {
    background-image: url("../navi_bilder/small/b_abschiednahme.jpg");
  }
  .section#s_trauerfeier {
    background-image: url("../navi_bilder/small/b_trauerfeier.jpg");
  }
  .section#s_trauercafe {
    background-image: url("../navi_bilder/small/b_trauercafe.jpg");
  }
  .section#s_standort {
    background-image: url("../navi_bilder/small/b_standort.jpg");
  }
  #header .content-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #navi-logo {
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 3.785rem;
  }
  .content-grid {
    --content-maxwidth: 1260px;
    --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];
  }
  .inner-grid-top #navgrid {
    max-width: 130px;
    display: grid;
    padding: 5px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "f1 f3" "f2 f2";
    margin-top: -12px;
  }
  #phonetop {
    max-width: 100%;
  }
  #phonetop img {
    max-width: 38px;
  }
  .gap3 {
    gap: 3rem 3rem;
    width: 100%;
    flex-direction: column;
  }
  .gap3 .content-text {
    flex: 0 0 100% !important;
  }
  #article-39,
  #article-43,
  #article-44,
  #article-56 {
    align-items: start;
  }
  .w70 {
    max-width: 100%;
    width: 100%;
  }
  .padding-bottom-10 {
    padding-bottom: 3rem !important;
  }
  .padding-top-10 {
    padding-top: 3rem !important;
  }
  #erklaerungen {
    min-height: 2500px;
  }
  .inner-grid .leftR {
    grid-area: leftR;
    padding: 2rem 2rem 2rem 2rem;
  }
  #navigation-table #nav-line ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #navigation-table #nav-line ul li {
    flex: 0 0 50%;
  }
  #overlay-icon {
    display: none;
    position: fixed;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
    top: 50%;
    transform: translateY(-50%);
  }
  #overlay-icon img {
    max-width: 50% !important;
  }
  #header .content-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
    --content-maxwidth: 1500px;
    --padding-inline: 1rem;
    --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];
  }
  .ho {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  #logo {
    padding-right: 1.7rem;
  }
  #header .inner-grid-top {
    display: flex;
  }
  #header .inner-grid-top div {
    flex: 0 0 30%;
  }
  #header .inner-grid-top a {
    flex: 0 0 70%;
  }
  #header .inner-grid-top #navgrid .f2 a {
    flex: 0 0 auto;
    margin-bottom: 5px;
  }
  #erklaerungen {
    min-height: 2700px;
  }
  #erklaerungen h2 {
    font-size: 1.5rem;
  }
  #erklaerungen .content-text {
    font-size: 1rem;
  }
  .overflow-image .over-name,
  .overflow-image_ .over-name {
    position: absolute;
    bottom: 2rem;
    left: 3.9rem;
    background-color: #fff;
    padding: 0.3rem 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .section#s_standort {
    background-position-x: right;
  }
  .section#s_abschiednahme {
    background-position-x: right;
  }
  .section#s_familie {
    background-position-x: center;
  }
  #kontakt_form {
    max-width: 95% !important;
  }
  #kontakt_form label,
  #kontakt_form input,
  #kontakt_form textarea {
    max-width: 90% !important;
  }
  .widget {
    max-width: 95% !important;
  }
  .widget-submit {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .erkl-videos .ce_image img,
  .erkl-videos .ce_image video,
  .erkl-videos .content-player img,
  .erkl-videos .content-player video {
    width: 100%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 400px) {
  html {
    font-size: 12px;
  }
  .content-grid-full {
    padding: 2rem 1rem 2rem 1rem;
  }
  #erklaerungen {
    min-height: 2700px;
  }
  #erklaerungen h2 {
    font-size: 1.5rem;
  }
  #erklaerungen .content-text {
    font-size: 1rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 600px) {
  body.startseite .section {
    position: relative;
    height: auto;
    min-height: 100vh;
  }
  body.startseite .scroll-container {
    height: auto;
  }
  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;
  }
}/*# sourceMappingURL=aufbau.css.map */