@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

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

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

#root, #__next {
  isolation: isolate;
}

/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/assistant-v19-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/assistant-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/assistant-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/assistant-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/assistant-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/assistant-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* assistant-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: "Assistant";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/assistant-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --red:#8C110A;
  --beige: #DDD5CD;
  --dark: #514E58;
  --brown: #836A53;
}

/*Margin Classes

 */
.margin-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .margin-full {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .margin-full {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.margin-top {
  margin-top: 50px;
}
@media (min-width: 767px) {
  .margin-top {
    margin-top: 75px;
  }
}
@media (min-width: 1024px) {
  .margin-top {
    margin-top: 100px;
  }
}

.margin-bottom {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .margin-bottom {
    margin-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .margin-bottom {
    margin-bottom: 100px;
  }
}

.padding-top {
  padding-top: 50px;
}
@media (min-width: 767px) {
  .padding-top {
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  .padding-top {
    padding-top: 100px;
  }
}

.padding-bottom {
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .padding-bottom {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .padding-bottom {
    padding-bottom: 100px;
  }
}

.padding-full {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .padding-full {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .padding-full {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.flexrow {
  display: flex;
}

.main-navigation {
  display: block;
}

header {
  padding: 13px;
  margin-block-end: 25px;
  width: 100%;
  z-index: 99;
}
@media (min-width: 767px) {
  header {
    top: 48px;
  }
}
@media (min-width: 1024px) {
  header {
    position: relative;
  }
}
header .header-tel {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  position: relative;
  top: 35px;
}
@media (min-width: 767px) {
  header .header-tel {
    top: -2px;
  }
}
@media (min-width: 767px) {
  header .headercontent {
    display: grid;
    grid-template-columns: 350px 100px;
  }
}
header .telcontent {
  background-image: url("../img/headertel.svg");
  background-repeat: no-repeat;
  align-self: flex-end;
  position: absolute;
  cursor: pointer;
  right: 30px;
  order: 3;
  background-position: 127px center;
  padding-inline-end: 40px;
  border-radius: 5px;
  color: var(--dark);
}
header .telcontent a {
  text-decoration: none;
  color: inherit;
  max-width: 70%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.5625rem;
  line-height: 2.0625rem;
}
@media (min-width: 767px) {
  header .telcontent {
    position: static;
    order: 2;
    width: 80px;
    height: 65px;
    margin-block-start: 15px;
    padding: 15px 25px;
    background-position: 50% center;
    border: 1px solid;
  }
  header .telcontent a {
    display: none;
  }
}
header .activetelcontent {
  width: 264px;
  background-position: 90% center;
}
header .activetelcontent a {
  display: block;
}
@media (min-width: 767px) {
  header {
    margin-block-end: 50px;
  }
}
@media (min-width: 1024px) {
  header {
    margin-block-end: 75px;
  }
}
header .gridwrapper {
  display: grid;
  gap: 0 20px;
}
@media (min-width: 767px) {
  header .gridwrapper {
    grid-template-columns: 1fr 367px 250px;
  }
}
header .logo {
  margin-block: 0px;
  order: 1;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 285px;
}
@media (min-width: 767px) {
  header .logo {
    order: unset;
    padding-left: 30px;
    margin-block: 0;
  }
}

.staticheader {
  position: static !important;
}
.staticheader .header-tel {
  display: none !important;
}

.homefirstcontent {
  position: relative;
}

.logohidden {
  opacity: 0;
}

.content-page .headercontent {
  grid-template-columns: 249px 100px;
}
.content-page .menubutton-frame {
  top: -3px;
}
.content-page .activebutton {
  right: 50px !important;
  top: 25px !important;
}
@media (min-width: 1024px) {
  .content-page .activebutton {
    right: 290px !important;
    top: 50px !important;
  }
}
@media (min-width: 767px) {
  .content-page header .gridwrapper {
    grid-template-columns: 1fr 270px 250px;
  }
}

.menubutton-frame {
  align-self: flex-end;
  right: -20px;
  top: -5px;
  height: 65px;
  z-index: 99999999;
  padding-inline-end: 40px;
  border-radius: 5px;
  color: var(--dark);
}
.menubutton-frame p {
  text-align: right;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.5625rem;
  line-height: 2.0625rem;
  display: none;
}
@media (min-width: 767px) {
  .menubutton-frame {
    position: relative;
    width: 168px;
    padding: 15px 25px;
    border: 1px solid;
  }
  .menubutton-frame p {
    display: block;
  }
}
@media (min-width: 767px) {
  .menubutton-frame {
    top: -4px;
    right: -71px;
  }
}
.menubutton-lines {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 15px;
  padding-block-start: 10px;
}

span {
  display: block;
  background-color: var(--dark);
  width: 35px;
  height: 2px;
  margin-block-end: 10px;
}

.menubuttonactive p {
  display: none;
}

.activebutton {
  z-index: 1000000000000000000000000000000 !important;
  color: var(--red);
  position: fixed;
  right: 50px;
  top: 25px;
  padding: 10px 10px 15px 10px !important;
  width: 80px !important;
}
@media screen and (min-width: 1500px) {
  .activebutton {
    right: 186px;
  }
}
@media (min-width: 1130px) {
  .activebutton {
    top: 70px;
  }
}
.activebutton p {
  display: none;
}
.activebutton span {
  background-color: var(--red);
}
.activebutton span.topline {
  transform: rotate(44deg);
  position: relative;
  top: 5px;
  cursor: pointer;
}
.activebutton span.bottomline {
  transform: rotate(-44deg);
  position: relative;
  top: -7px;
}

#menubutton {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .home .firstvideo {
    position: absolute;
    right: 0;
    margin-inline-start: 174px;
  }
  .home .firstvideo figure {
    width: 599px;
    height: 890px;
    overflow: hidden;
    background-color: #0C9A9A;
    position: relative;
    top: -60px;
  }
  .home .firstvideo figure video {
    position: absolute;
    height: 100%;
    max-width: unset;
    right: -250px;
  }
}
.home .heroimage {
  position: relative;
  z-index: 2;
}
.home .homeseconvideo video {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.5 !important;
  position: relative;
  top: -40px;
  z-index: 1;
  width: 100%;
}
.home .topcontent {
  background-color: #ffffff;
}
.home .topcontent .gridrow {
  justify-content: center;
  align-content: center;
}
.home .topcontent img {
  width: 100%;
  height: auto;
}
.home .beigecontent a {
  color: inherit;
  height: 60px;
  text-decoration: none;
  margin-block-start: 20px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
.home .beigecontent a:after {
  content: "";
  background-image: url("../img/linkbrown.png");
  display: inline-block;
  width: 60px;
  height: inherit;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: 0;
}
.home .beigecontent a:hover:after {
  animation: activelink 0.25s linear;
  animation-fill-mode: forwards;
}

.homenav {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
@media (min-width: 1024px) {
  .homenav {
    bottom: 150px;
  }
}
.homenav ul {
  list-style-type: none;
}
.homenav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.25rem;
  position: relative;
}
.homenav a:after {
  background-image: url("../img/linkred.png");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: -10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.homenav a:hover:after {
  right: -60px;
  opacity: 1;
}

.firstvideo {
  position: relative;
  margin-block-end: 25px;
}
@media (min-width: 767px) {
  .firstvideo {
    margin-block-end: 0px;
  }
}

@keyframes activelink {
  from {
    opacity: 0;
    right: 0;
  }
  to {
    opacity: 1;
    right: -80px;
  }
}
.homecontent {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .homecontent {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .homecontent {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.homecontent a {
  color: inherit;
  height: 60px;
  text-decoration: none;
  margin-block-start: 20px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
.homecontent a:after {
  content: "";
  background-image: url("../img/linkbrown.png");
  display: inline-block;
  width: 60px;
  height: inherit;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: 0;
}
.homecontent a:hover:after {
  animation: activelink 0.25s linear;
  animation-fill-mode: forwards;
}

.topcontent {
  padding-inline: 13px;
}
@media (min-width: 1024px) {
  .topcontent {
    margin-block-start: -190px;
  }
}
@media (min-width: 1200px) {
  .topcontent {
    padding-inline: 0px;
  }
}
.topcontent h1 {
  color: var(--dark);
  font-size: clamp(3rem, 12vw, 5rem);
  line-height: clamp(3rem, 12vw, 6rem);
  margin-block-start: 50px;
  margin-inline-start: 0px;
  font-weight: 200;
  text-transform: uppercase;
  margin-block-end: 100px;
}
@media (min-width: 1130px) {
  .topcontent h1 {
    position: relative;
    left: -20px;
    letter-spacing: 2px;
    margin-block-start: 250px;
  }
}
.topcontent h2 {
  margin-block-start: 50px;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .topcontent h2 {
    margin-block-start: 200px;
  }
}
.topcontent .content-image {
  max-height: 800px;
  overflow-y: hidden;
}
.topcontent .content-image img {
  width: 100%;
  height: auto;
}
.topcontent .hero-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
  margin-block-end: 25px;
}
@media (min-width: 767px) {
  .topcontent .hero-image {
    margin-block-end: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .topcontent .hero-image {
    background-position: center 0px;
  }
}
@media screen and (min-width: 1800px) {
  .topcontent .hero-image {
    background-position: center 0px;
  }
}

.topimagefull {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
  overflow-y: hidden;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .topimagefull {
    height: 760px;
  }
}
@media screen and (min-width: 1600px) {
  .topimagefull {
    height: auto;
  }
}
.topimagefull h2 {
  top: 100px;
  position: absolute !important;
  padding-left: 60px;
}
.topimagefull .content-image {
  width: 100%;
}
.kiditem {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.headlinewhite {
  color: #ffffff;
}

@media (min-width: 767px) {
  .topcontent:not(.home .topcontent) video {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/2;
  }
}
@media (min-width: 1200px) {
  .topcontent:not(.home .topcontent) video {
    aspect-ratio: 1/1.3;
  }
}

@media (min-width: 1024px) {
  .pg-video .mastercontent {
    margin-block-start: 281px !important;
  }
}

.txtwhite {
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 30px;
}

.mastercontent {
  padding-inline: 13px;
}
@media (min-width: 1200px) {
  .mastercontent {
    padding-inline: 0px;
  }
}
.mastercontent h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding-block-end: 40px;
  font-weight: 500;
  color: inherit;
}

.beigecontent, #beigecontent {
  background-color: var(--beige);
  padding-block: 50px;
}
.beigecontent .content-text, #beigecontent .content-text {
  padding: 13px;
}
@media (min-width: 1024px) {
  .beigecontent .content-text, #beigecontent .content-text {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .beigecontent, #beigecontent {
    padding-block: 60px;
  }
}
@media (min-width: 1024px) {
  .beigecontent, #beigecontent {
    padding-block: 150px;
  }
}

.besimageslider {
  position: relative;
  top: -100px;
  height: auto !important;
  padding-block-end: 150px;
}
.besimageslider p {
  height: 100px !important;
}

.browncontent {
  background-color: var(--brown);
}
.browncontent .content-text {
  padding: 13px;
}
@media (min-width: 767px) {
  .browncontent {
    padding-block: 50px;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .browncontent {
    padding-block: 100px;
  }
}
@media (min-width: 767px) and (min-width: 1024px) {
  .browncontent {
    padding-block: 150px;
  }
}
@media (min-width: 767px) {
  .browncontent .content-text {
    padding: 0;
  }
}
.browncontent h1, .browncontent h2, .browncontent h3, .browncontent h4, .browncontent h5, .browncontent a, .browncontent p, .browncontent li {
  color: #ffffff;
}

h2 {
  font-weight: 300;
  color: var(--dark);
  font-size: clamp(3rem, 12vw, 5rem);
  line-height: clamp(3rem, 12vw, 6.25rem);
  margin-block-end: 35px;
}

p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  padding-block-end: 27px;
}

.gridrow {
  padding: 0 13px;
}
@media (min-width: 1024px) {
  .gridrow {
    padding: 0;
  }
}
.gridrow img {
  width: 100%;
  height: auto;
  margin-block-end: 25px;
}
@media (min-width: 767px) {
  .gridrow img {
    margin-block-end: 0px;
  }
}
@media (min-width: 767px) {
  .gridrow p {
    max-width: 450px;
  }
}
@media (min-width: 1024px) {
  .gridrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
}
@media (min-width: 1024px) {
  .gridrow {
    gap: 0 70px;
  }
}

.heroimage img {
  width: 100%;
  height: auto;
}

.firstvideo {
  position: relative;
}
.firstvideo ul {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 25px;
  color: #ffffff;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .firstvideo ul {
    left: 50px;
  }
}
.firstvideo ul li {
  padding-block: 15px;
}
.firstvideo ul a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .scrollcontroller {
    background-image: url("../img/scrollcontroiller.png");
    width: 19px;
    height: 53px;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    right: 0px;
  }
  .scrollinnercontent .scrollcontroller {
    right: 0px;
  }
}
#postoinlay {
  padding-inline-start: 30px;
  max-width: 460px;
}

.maxwidthcontent {
  max-width: 840px;
  margin: 0 auto;
}

.scrollcontent {
  position: relative;
}
.scrollcontent .rte {
  background-color: #ffffff;
  padding: 50px;
}
.scrollcontent .rte p {
  font-size: 1rem;
  line-height: 1.3125rem;
  padding-block-end: 21px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .scrollcontent .rte {
    width: 440px;
    height: 362px;
    overflow-y: scroll;
  }
}

.scrollcontent .rte::-webkit-scrollbar {
  display: none;
}

.positionelement {
  position: relative;
}

.scrollinnercontent {
  background-color: #ffffff;
  padding: 15px;
}
.scrollinnercontent p {
  font-size: 1rem;
  line-height: 1.3125rem;
  padding-block-end: 21px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .scrollinnercontent {
    padding: 50px;
    width: 440px;
    height: 362px;
    overflow-y: scroll;
  }
}
.scrollinnercontent h3 {
  padding-block-end: 0px;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 700 !important;
}

.scrollinnercontent::-webkit-scrollbar {
  display: none;
}

.mod-trauerfall {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .mod-trauerfall {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .mod-trauerfall {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.mod-trauerfall p {
  max-width: 448px;
}
.mod-trauerfall h4 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  position: relative;
  background-color: var(--red);
  color: #ffffff;
  margin-bottom: 80px;
}
.mod-trauerfall p:first-of-type {
  text-transform: uppercase;
}

.headlinesign {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: transparent !important;
  background-image: url("../img/arrtrf.png");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}

.videolist {
  margin-top: 200px;
}
.videolist h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-block: 50px;
}

.bvconitem p {
  max-width: 440px;
}

.nopadding {
  padding-block: 0 !important;
}

.beratoggler {
  cursor: pointer;
}

#mapFriedhof {
  max-width: 1130px;
  margin: 50px auto !important;
}
#mapFriedhof canvas {
  width: 200% !important;
}

#listeFriedhoefe {
  max-width: 800px;
  margin: 150px auto !important;
  display: grid;
  padding: 0 13px;
}
@media (min-width: 767px) {
  #listeFriedhoefe {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
  #listeFriedhoefe .btn_karte {
    cursor: pointer;
  }
  #listeFriedhoefe h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 500;
  }
}

.setactive, #closedeezer {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: var(--red);
  padding: 4px 10px !important;
  font-size: 1.25rem !important;
  cursor: pointer;
  line-height: 1.6875rem;
  font-weight: 500;
}

.topfaq {
  margin-block-start: 50px;
  margin-block-end: 100px;
}
@media (min-width: 767px) {
  .topfaq {
    margin-block-start: 250px;
  }
}
@media (min-width: 1200px) {
  .topfaq {
    margin-block: 200px 150px;
    padding-block-start: 100px;
  }
}
.topfaq h2 {
  font-weight: 200;
  color: var(--dark);
  margin-block-start: 50px !important;
  font-size: clamp(3rem, 12vw, 5rem);
  line-height: clamp(3rem, 12vw, 6.25rem);
  margin-block-end: 35px;
}

.faqitem em {
  font-style: unset;
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.imgleistungen {
  position: relative;
}
.imgleistungen h4 {
  background-color: var(--red);
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  padding: 10px 15px;
  position: absolute;
  left: 50px;
  bottom: 100px;
  cursor: pointer;
}
.imgleistungen h4:after {
  content: "";
  background-image: url("../img/arrtrf.png");
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  left: 46px;
  bottom: -10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.imgleistungen h4:hover:after {
  bottom: -55px;
  opacity: 1;
}

@media (min-width: 1024px) {
  .margin-bottom {
    margin-block-end: 50px;
  }
}

.topvideoframe {
  margin-block-start: 200px !important;
}

.noblockstart {
  padding-block-start: 0 !important;
}

.noblockend {
  padding-block-end: 0 !important;
}

.normcontent {
  margin: 50px auto !important;
  max-width: 1130px;
}
@media (min-width: 1024px) {
  .normcontent {
    margin: 300px auto !important;
  }
}
.normcontent a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.normcontent h1 {
  margin-block-end: 50px;
}
.normcontent .gridrow {
  grid-template-columns: 1fr;
}

.conform {
  max-width: 600px;
  margin: 0 auto;
}
.conform input, .conform textarea {
  width: 100%;
  padding: 10px;
}
.conform label {
  display: block;
  margin-block: 10px;
  font-size: 1.125rem;
}
.conform label span.mandatory {
  display: inline !important;
  background-color: transparent !important;
}
.conform button {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .vertical-content .content-text {
    position: relative;
  }
  .vertical-content .content-text .rte {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 767px) {
  .scrollcontent {
    margin-block-start: 100px;
  }
}

.masterinlay {
  max-width: 1280px;
  margin-inline: auto;
}

#map-hint {
  padding: 0 20px;
  text-align: center;
}

.notvisible {
  display: none;
}

.visible {
  display: block;
}

.mod-links {
  margin-block: 50px;
  max-width: 800px;
  margin-inline: auto;
}
.mod-links em {
  font-style: unset;
}
.mod-links strong {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .mod-links .linkitems .rte {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
.mod-links .linkitems .rte a {
  text-decoration: none;
  color: var(--dark);
  padding-top: 20px;
  position: relative;
}
.mod-links .linkitems .rte a:after {
  width: 0%;
  height: 1px;
  background-color: var(--dark);
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: "";
  transition: all 0.3s ease;
}
.mod-links .linkitems .rte a:hover:after {
  width: 100%;
}

.mod-news {
  margin-top: 50px;
}
.mod-news img {
  width: 100%;
  height: auto;
}
.mod-news .media {
  margin: 50px 0;
  padding: 25px;
}
.mod-news .media figure {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .mod-news .media {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
}
.mod-news .media:nth-child(even) {
  background-color: var(--beige);
}

.main-navigation {
  width: 100%;
  height: 100vh;
  z-index: 10000000000000000;
  transition: all 0.3s ease;
  --padding:50px 25px 200px 25px;
  padding: var(--padding);
  width: 100%;
  height: 100vh;
  background-color: #DDD5CD;
  position: fixed;
  top: 0;
  left: 0%;
  color: #514E58;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 767px) {
  .main-navigation {
    --padding:75px;
  }
}
@media (min-width: 1130px) {
  .main-navigation {
    --padding:75px;
  }
  .main-navigation ul.level_1:last-of-type {
    background-image: url("../img/navbg.png");
    background-repeat: no-repeat;
    background-position: 95% 100%;
    padding-block-end: 70px;
  }
}
@media screen and (max-height: 768px) {
  .main-navigation ul.level_1:not(ul.level_2) {
    height: 600px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .main-navigation ul.level_1:not(ul.level_2) {
    height: 600px;
    overflow-y: scroll;
  }
}
.main-navigation ul.level_1::-webkit-scrollbar {
  display: none;
}
.main-navigation ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.main-navigation a {
  color: inherit;
  text-decoration: none;
}
.main-navigation ul.level_1 {
  height: 90%;
  max-width: 1130px;
  overflow-y: scroll;
}
@media (min-width: 767px) {
  .main-navigation ul.level_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
  }
}
@media (min-width: 1130px) {
  .main-navigation ul.level_1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 100px;
    overflow-y: unset;
    margin: 50px auto 0 auto;
  }
}
.main-navigation ul.level_1 li {
  position: relative;
}
.main-navigation ul.level_1 a, .main-navigation ul.level_1 strong {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  margin-block-end: 1.563rem;
  display: block;
  color: #514E58;
}
.main-navigation ul.level_2 {
  margin-block-end: 50px;
  overflow-y: unset;
}
.main-navigation ul.level_2 a, .main-navigation ul.level_2 strong {
  margin-block-end: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.main-navigation ul.level_2 a:hover, .main-navigation ul.level_2 strong:hover {
  color: var(--red);
}
.main-navigation ul.level_2 strong {
  color: var(--red);
}
.main-navigation ul.level_2 .rbutton {
  display: none;
}

.activemain {
  opacity: 1;
  z-index: 999;
}

@media (min-width: 1024px) {
  .firststepcontent {
    position: relative;
    top: -50px;
  }
}

@media (min-width: 1024px) {
  .hdlinnersc {
    margin-block-start: 100px;
  }
  .hdlinnersc .scrollcontroller {
    top: 35% !important;
  }
}

.hdltransform h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.mod_rocksolid_slider.imageslider {
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mod_rocksolid_slider .rsts-slide-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.5s, width 0.5s;
}

.mod_rocksolid_slider .rsts-slide-image.rsts-active img {
  transform: scale(1.25);
  width: 125%;
  height: auto;
}

.mod_rocksolid_slider .rsts-slide-image.rsts-inactive img {
  transform: scale(0.8);
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}

.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mod_rocksolid_slider .rsts-prev {
  left: 0;
  background-image: url("../img/arrback.svg");
}

.mod_rocksolid_slider .rsts-next {
  right: 0;
  background-image: url("../img/arrfor.svg");
}

@media screen and (min-width: 1200px) {
  .mod_rocksolid_slider.imageslider {
    height: 400px;
  }
  .mod_rocksolid_slider .rsts-prev,
  .mod_rocksolid_slider .rsts-next {
    display: block;
  }
}
#article-33 {
  padding-block-end: 0;
}

#article-34 {
  margin-block-start: 0;
  padding-block-start: 0;
}

@media (min-width: 1024px) {
  .slideraftercontent {
    margin-block-start: -250px !important;
  }
}
@media (min-width: 1130px) {
  .slideraftercontent {
    margin-block-start: -100px !important;
  }
}

.main-carousel .tab-inner {
  position: relative;
  top: -50px;
}
.main-carousel p {
  width: 500px;
  text-align: center;
  display: block;
  margin-inline: auto;
}

.carousel-cell {
  margin-inline: 15px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}
.flickity-button {
  background: transparent !important;
  top: 35% !important;
  outline: unset !important;
}

.previous {
  left: 15% !important;
}

.next {
  right: 15% !important;
}

.tabcontent {
  height: 200px;
}

.videoframe {
  margin-block-end: 50px;
}
@media (min-width: 1024px) {
  .videoframe {
    margin-block-end: 100px;
  }
}
.videoframe .gridrow {
  grid-template-columns: unset;
}
.videoframe h3 {
  text-transform: uppercase;
  font-size: 1.875rem;
  cursor: pointer;
  max-width: 430px;
  margin: 50px auto;
  color: #514e58;
  position: relative;
}
@media (min-width: 1024px) {
  .videoframe h3 {
    margin: 150px auto;
  }
}
.videoframe h3:after {
  content: "";
  display: block;
  background-image: url("../img/videotooggler.svg");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.videoframe .videoflex {
  display: none;
  justify-content: space-between;
  gap: 30px;
  display: none;
}
.videoframe .videoitem {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .videoframe .videoitem {
    max-width: 500px;
  }
}
.videoframe figure {
  position: relative;
  width: 100%;
}
.videoframe figure:after {
  content: none;
  background-image: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.videoframe figure img {
  width: 100%;
  height: auto;
}
.videoframe video {
  width: 100%;
  height: auto;
}

.activevideoflex {
  display: block !important;
}
@media (min-width: 1024px) {
  .activevideoflex {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .sortimentvideoframe .videoitem {
    max-width: unset;
  }
}

/* Hier sind Beispiele. Passe die Werte an deine spezifischen Anforderungen an */
.box-slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 125px 0 0 0;
}
@media (min-width: 1024px) {
  .box-slides {
    display: block;
  }
}

.flower-items .image {
  width: 180px;
  height: 250px;
  border-radius: 1000px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-block-start: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .flower-items .image {
    display: block;
  }
}
.box-slides--wrapper {
  display: flex;
  position: relative;
  left: -50px;
  transition: transform 0.25s ease; /* Füge eine Transition für den Übergang hinzu */
}

.box-slides--slide {
  flex: 0 0 20%; /* Zeige 5 Slides gleichzeitig, ändere die Prozentwerte nach Bedarf */
  margin: 0;
  padding: 0;
  transition: transform 0.25s ease, opacity 0.25s ease; /* Füge eine Transition für die Animation hinzu */
}
@media (min-width: 767px) {
  .box-slides--slide {
    flex: 0 0 33%;
  }
}
@media (min-width: 1200px) {
  .box-slides--slide {
    flex: 0 0 20%;
  }
}

.prev,
.next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  padding: 10px;
  background-color: #333;
  color: white;
  cursor: pointer;
  z-index: 999;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.flowercontent {
  display: none;
  text-align: center;
}

.active .image {
  width: 300px;
  height: 430px;
  position: relative;
  top: -50px;
  left: -53px;
  display: block !important;
  margin-inline-end: 80px;
}
@media (min-width: 767px) {
  .active .image {
    width: 360px;
    height: 490px;
  }
}
@media (min-width: 1024px) {
  .active .image {
    left: 10px;
  }
}
.active .flowercontent {
  display: block;
  position: relative;
  left: -138px;
  top: -62px;
}
@media (min-width: 1024px) {
  .active .flowercontent {
    left: -23px;
  }
}
.active .flowercontent h3 {
  margin-top: 50px;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.genderinnercontent p {
  font-size: 0.94rem;
}

h5.genderheadline {
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-block-end: 40px;
  position: relative;
  left: 15px;
}
@media (min-width: 1200px) {
  h5.genderheadline {
    left: 60px;
  }
}

footer {
  padding: 50px 13px;
}
@media (min-width: 1200px) {
  footer {
    height: 262px;
    margin-block-start: 100px;
    padding: 0px;
  }
}
footer ul {
  list-style-type: none;
  padding-inline-start: 0;
  left: 0;
}
@media (min-width: 767px) {
  footer ul {
    gap: 25px;
    display: flex;
  }
}
footer ul a, footer ul strong {
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
}
footer .gridwrapper {
  display: grid;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 767px) {
  footer .gridwrapper {
    grid-template-columns: 1fr 1fr;
  }
}
footer .footer-nav {
  display: grid;
  grid-template-columns: 1fr 150px;
}
footer .footer-nav ul {
  position: relative;
}
@media (min-width: 1024px) {
  footer .footer-nav ul {
    left: -120px;
  }
}
footer .logocontent img {
  width: 100%;
  height: auto;
  max-width: 166px;
}
footer .logocontent p {
  text-transform: uppercase;
  font-size: 1rem;
}
footer .logocontent .content-image {
  width: 100%;
  margin-bottom: 25px;
}
.genderinnercontent {
  opacity: 0;
  margin-block-start: 25px;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .genderinnercontent {
    margin-inline-start: 300px;
    margin-block-start: 0px;
    width: 800px;
    position: absolute;
    left: 50px;
    top: 50px;
    text-align: right;
  }
}
.genderinnercontent p {
  font-size: 1rem;
}

.active {
  opacity: 1;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: var(--dark);
  font-family: "Assistant", sans-serif;
}

.marge-auto-wrapper, .inlay {
  max-width: 1130px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.invisible {
  display: none;
}/*# sourceMappingURL=main.css.map */