@charset "UTF-8";
/* open-sans-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: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v35-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v28-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v28-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v28-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v28-latin-700.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.5rem);
}

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

.menu {
  --s: 100px; /* control the size */
  --c: #b75b91; /* the color */
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid rgba(0, 0, 0, 0);
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0)
         no-repeat content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000)
         repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top, var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top, var(--_g2) right var(--_p, 0px) top, var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  -webkit-clip-path: inset(0 25%);
          clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 25% 75%, rgba(0, 0, 0, 0));
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s), -webkit-clip-path 0s var(--_s, 0.6s);
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s), -webkit-clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(0.3);
}

.menu:before,
.menu:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
}

.menu:checked {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  --_p: calc(-1*var(--s));
  --_s: 0s;
}

.menu:checked:before {
  transform: rotate(45deg);
}

.menu:checked:after {
  transform: rotate(-45deg);
}

.menu:focus-visible {
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}

body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.startseite #videoHolder {
  display: none;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 100vh;
  height: 100%;
  min-height: -webkit-fill-available;
  z-index: 101;
  padding-left: 0px;
}
#header .inside {
  height: 100%;
  margin-left: 4rem;
  margin-left: 1rem;
  border-right: 1px solid #000000;
}

.btn {
  margin-top: 1rem;
  background: #806f82;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 0.5rem 2.5rem;
  display: inline-block;
  width: auto;
  cursor: pointer;
}

.logoT {
  display: flex;
  justify-content: center;
}
.logoT img {
  margin-right: 1rem;
}

#kontakt_holder {
  padding-bottom: 3rem;
}
#kontakt_holder .inside {
  font-family: "Karla";
  max-width: 1750px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
#kontakt_holder .inside .kasten {
  flex: 0 0 30%;
}
#kontakt_holder .inside .kasten p {
  color: #806f82;
  font-size: 1.25rem;
  font-weight: bold;
}
#kontakt_holder .inside .kasten input,
#kontakt_holder .inside .kasten textarea,
#kontakt_holder .inside .kasten select {
  display: block;
  padding: 0.5rem;
  border: 1px solid #b61f29;
  width: 100%;
  margin-bottom: 1rem;
}
#kontakt_holder .inside .kasten button {
  margin-top: 1rem;
  background: #b61f29;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 0.5rem;
  display: block;
  width: 100%;
  cursor: pointer;
}
#kontakt_holder .inside .kasten #ctrl_5 {
  border: 0;
}
#kontakt_holder .inside .kasten #ctrl_5 span {
  font-size: 0.7rem;
  display: flex;
  align-items: flex-start;
}
#kontakt_holder .inside .kasten #ctrl_5 span input {
  width: 15px;
}
#kontakt_holder .inside .kasten #ctrl_5 span #lbl_5_0 {
  line-height: normal;
}
#kontakt_holder .inside .kasten h2 {
  font-size: 2rem;
  font-weight: 100;
  color: #b61f29;
  line-height: 5rem;
}
#kontakt_holder .inside .kasten:nth-child(1) {
  flex: 60%;
  text-align: right;
}
#kontakt_holder .inside .kasten:nth-child(1) .media {
  margin-right: 0;
  display: inline-block;
  text-align: left;
}
#kontakt_holder .inside .kasten:nth-child(2) {
  flex: 38%;
  padding-left: 1rem;
  padding-right: 3rem;
}
#kontakt_holder .inside .kasten .ce_form {
  text-align: center;
}
#kontakt_holder .inside .kasten .ce_form button {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
}
#kontakt_holder .inside .kasten.withBorder {
  border: 1px solid #b61f29;
  padding: 1rem 3rem;
}
#kontakt_holder .inside .kasten:nth-child(2) {
  padding-top: 6.5rem;
}
#kontakt_holder .inside .kasten:nth-child(2) p {
  line-height: 1rem;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
#kontakt_holder .inside .kasten:nth-child(2) p a {
  text-decoration: none;
  color: inherit;
  line-height: 2.5rem;
}
#kontakt_holder .centerW {
  margin: 5rem 0;
}

.btn_phone img {
  margin-right: 1rem;
}

.showNumber {
  position: relative;
}

body.showTel #telnumber {
  position: absolute;
  background: #b61f29;
  color: #fff;
  left: -250px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Karla";
  padding: 0.5rem 1.2rem;
  transition: all 0.3s ease-in-out;
}

.icon_phone {
  position: relative;
  padding-left: 1.875rem;
}
.icon_phone::before {
  content: url("../icons/Location.png");
  position: absolute;
  left: 0;
  top: 0;
}

h2,
h3 {
  margin: 0;
}
h2.head2,
h3.head2 {
  text-transform: uppercase;
  font-family: "Karla";
  font-size: 1.25rem;
  color: #242424;
  letter-spacing: 0.3rem;
}
h2.head3,
h3.head3 {
  text-transform: none;
  font-family: "Karla";
  font-size: 2.125rem;
  font-weight: 300;
  color: #b61f29 !important;
}
h2.head3::before,
h3.head3::before {
  content: url("../icons/Fahne.png");
  position: relative;
  left: -1rem;
  top: 0.8rem;
}

#main .headline {
  max-width: 1090px;
  text-align: right;
  margin: 0 auto;
}
#main .headline .content-text {
  font-size: 5rem;
  text-transform: uppercase;
}
#main .headline .content-text h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-family: "Prata";
  line-height: 5.5rem;
}
#main .w5050,
#main .fullwidth {
  margin: 0 auto;
}
#main h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-family: "Prata";
}
#main .overlay .media {
  position: relative;
}
#main .overlay .media .rte {
  position: absolute;
  bottom: 0px;
  padding: 5rem 5rem;
  width: 60%;
  max-width: 620px;
}
#main .overlay .txt_white p {
  color: #fff;
}
#main .overlay.align_top .media .rte {
  bottom: auto;
  top: 12rem;
}
#main .overlay.align_top.toptop .media .rte {
  top: 0rem;
}
#main em strong {
  text-transform: uppercase;
}

#footer {
  margin-top: 8rem;
}

#footerHold {
  display: flex;
  font-family: "Karla";
  max-width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}
#footerHold .col {
  flex: 0 0 50%;
}
#footerHold .hhead {
  text-decoration: none;
  color: #b61f29;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}
#footerHold .hhead:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.9rem;
  width: 3.3rem;
  height: 1px;
  background-color: #b61f29;
}
#footerHold .unav_r {
  margin-top: 3rem;
  display: none;
}
#footerHold .hcont .level_1 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#footerHold .hcont .level_1 a {
  color: #747474;
  font-size: 0.875rem;
  font-weight: 300;
}
#footerHold .level_1 {
  display: flex;
  flex-wrap: wrap;
}
#footerHold .level_1 li {
  list-style: none;
  margin: 0;
}
#footerHold .level_1 li a {
  text-decoration: none;
  color: #b61f29;
  font-weight: 700;
  font-size: 0.9375rem;
}
#footerHold .level_1 li .level_2 {
  margin: 0;
  padding: 0;
}
#footerHold .level_1 li .level_2 a {
  color: #747474;
  font-size: 0.875rem;
  font-weight: 300;
}
#footerHold .level_1 li.submenu {
  flex: 0 0 30%;
  margin-bottom: 3rem;
}
#footerHold .level_1 li.submenu > a {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}
#footerHold .level_1 li.submenu > a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.9rem;
  width: 3.3rem;
  height: 1px;
  background-color: #b61f29;
}
#footerHold .level_1 li:nth-child(7),
#footerHold .level_1 li:nth-child(8) {
  display: none !important;
}

#ffooter {
  width: 100%;
  background: #b61f29;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.75rem;
  font-family: "Open Sans";
}

#hide_content {
  width: 100%;
  padding: 0 2rem;
  display: block;
  overflow: hidden;
  height: 0;
  transition: all 0.8s ease-in-out;
}

#main #article-230 {
  margin-top: 2rem;
}

#header .inside #topNavHolder {
  padding: 0.5rem 0 0 0;
  border: 0px solid #ccc;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .inside #topNavHolder .nav_ .mod_navigation {
  display: flex;
  justify-content: center;
  width: 50px;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul {
  list-style-image: none;
  list-style: none;
  transform-origin: center;
  display: flex;
  margin: 0;
  padding: 0;
  writing-mode: vertical-lr;
  flex-direction: row-reverse;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul li {
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  text-align: center;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul li a,
#header .inside #topNavHolder .nav_ .mod_navigation ul li strong {
  color: #000 !important;
  text-decoration: none;
  font-family: "Karla";
  display: inline-block;
  margin: 0.5rem 0.5rem;
  white-space: nowrap;
  padding: 0.8rem;
  border: 2px solid transparent;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: 0.8rem;
  transition: all 0.3s ease-in-out;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul li a:hover,
#header .inside #topNavHolder .nav_ .mod_navigation ul li strong:hover {
  border: 2px solid #000 !important;
  color: #b61f29 !important;
  background-color: #fff;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul li strong {
  border: 2px solid #000;
  color: #b61f29 !important;
}
#header .inside #topNavHolder .nav_ .mod_navigation ul li.trail a {
  border: 2px solid #000;
  color: #b61f29 !important;
}
#header .inside #topNavHolder .logoT {
  flex: 0 0 auto;
}
#header .inside #topNavHolder .nav_.desktop {
  height: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

#article-20 input,
#article-20 textarea,
#article-20 select {
  outline: 0;
  border-width: 1px;
  border-color: rgb(34, 34, 34);
  padding: 1rem;
  margin: 0.8rem 0;
  width: 90%;
}
#article-20 fieldset {
  border: 0;
}
#article-20 #opt_5_0 {
  width: 20px;
}

#headerBild {
  margin-bottom: 3rem;
}
#headerBild .contentHeadImageInfo {
  position: absolute;
  bottom: 25px;
  left: 5%;
}
#headerBild .contentHeadImageInfo .pageParentT {
  font-family: "Karla";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
}
#headerBild .contentHeadImageInfo .pageT {
  font-family: "Karla";
  color: #b61f29;
  font-weight: 700;
  font-size: 1.875rem;
}

#main .content-text,
#main .content-image,
#main .content-player,
#main .kastenT {
  font-family: "Karla";
}
#main .content-text p,
#main .content-image p,
#main .content-player p,
#main .kastenT p {
  font-size: 1.25rem;
  color: #242424;
  font-weight: bold;
  line-height: 1.5rem;
}
#main .content-text h2,
#main .content-text h3,
#main .content-text h4,
#main .content-image h2,
#main .content-image h3,
#main .content-image h4,
#main .content-player h2,
#main .content-player h3,
#main .content-player h4,
#main .kastenT h2,
#main .kastenT h3,
#main .kastenT h4 {
  font-family: "Karla";
  font-weight: 700;
  font-size: 1.875rem;
}
#main .content-text h2,
#main .content-image h2,
#main .content-player h2,
#main .kastenT h2 {
  font-family: "Prata";
  font-size: 2.4375rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: normal;
}
#main .content-text h4,
#main .content-image h4,
#main .content-player h4,
#main .kastenT h4 {
  font-family: "Karla";
  letter-spacing: 0.43rem;
}
#main .content-text em,
#main .content-image em,
#main .content-player em,
#main .kastenT em {
  font-style: normal;
  color: #b61f29;
}
#main .content-text ul,
#main .content-image ul,
#main .content-player ul,
#main .kastenT ul {
  list-style-image: url("../icons/list.png");
}
#main .content-text ul li,
#main .content-image ul li,
#main .content-player ul li,
#main .kastenT ul li {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
#main .mod_article.headh2 {
  margin-bottom: 0;
}
#main .mod_article.headh2 .inside {
  margin: 0 auto;
  max-width: 1090px;
}
#main .mod_article.headh2 + .mod_article {
  margin-top: 0;
}
#main .mod_article.headh2 .content-headline {
  font-family: "Karla";
  font-size: 2.4375rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2rem;
}
#main .mod_article.headh2 .content-headlineh2 {
  font-family: "Prata";
}
#main .mod_article.headh2 h2 {
  font-family: "Prata";
}
#main .mod_article.headh2 h2.content-headline {
  font-family: "Prata";
}
#main h1.content-headline {
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-family: "Prata";
}
#main .content-gallery.column ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#main #listeFriedhoefe p {
  margin: 0;
  padding: 0.3rem 0;
  line-height: normal;
  cursor: pointer;
}
#main #listeFriedhoefe .highlight {
  background: #fff;
}

#main .content-text strong,
#main .kastenT strong {
  color: #b61f29;
  font-weight: 600;
  text-transform: uppercase;
}
#main .content-text h3,
#main .kastenT h3 {
  font-weight: 300;
  font-size: 1.5625rem;
}
#main .content-text .btn a,
#main .kastenT .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.kastenT,
.toggler {
  max-width: 930px;
  margin: 0 auto;
  background: #fdf4fd;
  padding: 1rem 3rem;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.kastenT.noPadding,
.toggler.noPadding {
  padding: 0;
}
.kastenT.noPadding h3,
.kastenT.noPadding .rte,
.toggler.noPadding h3,
.toggler.noPadding .rte {
  padding: 1rem 3rem;
}
.kastenT.noPadding h3,
.toggler.noPadding h3 {
  font-weight: 100;
}
.kastenT.grey,
.toggler.grey {
  background: #f5f5f5;
}

.toggler {
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.toggler button {
  border: 0;
  background: none;
  color: #b61f29;
  font-weight: 300;
  font-size: 1.5625rem;
  pointer-events: fill;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "Karla";
}
.toggler button:after {
  content: url(../icons/toggler_.png);
  text-align: right;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.toggler.open button:after {
  transform: rotate(0deg);
}

.verfugungen .kastenT,
.kinderfragen .kastenT,
.trauerbegleitung .kastenT {
  background: rgba(182, 31, 41, 0.1);
}

.ce_accordion .kastenT {
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.2rem;
  margin-top: 0rem;
}
.ce_accordion .toggler {
  margin-bottom: 0.2rem;
}

#main .listen em {
  color: #747474;
  font-weight: 100;
  font-style: italic;
}

figcaption {
  max-width: 425px;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
}

#article-139 .inside,
#article-140 .inside {
  align-items: flex-start;
}

.w5050,
.w100 {
  margin: 3rem 0 1rem 0;
}
.w5050.inner,
.w100.inner {
  max-width: 1090px;
}
.w5050 .inside,
.w100 .inside {
  --gap: 6rem;
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  gap: var(--gap);
  align-items: center;
}
.w5050 .inside .content-text,
.w5050 .inside .content-image,
.w100 .inside .content-text,
.w100 .inside .content-image {
  flex: 0 0 calc(50% - var(--gap) / 2);
}
.w5050 .inside .content-text,
.w100 .inside .content-text {
  padding-top: 0;
  margin-top: 0;
}
.w5050 .inside .content-text ul,
.w100 .inside .content-text ul {
  padding-top: 0;
  margin-top: 0;
}
.w5050 .inside .content-text ul li:nth-child(1),
.w100 .inside .content-text ul li:nth-child(1) {
  padding-top: 0;
  margin-top: 0 !important;
}
.w5050 .inside .content-image,
.w100 .inside .content-image {
  overflow: visible;
}
.w5050 .inside .content-image img,
.w100 .inside .content-image img {
  overflow: visible;
}
.w5050.te_bi .inside .content-text,
.w100.te_bi .inside .content-text {
  flex: 0 0 calc(50% - var(--gap) / 2);
}
.w5050.te_bi .inside .content-image,
.w100.te_bi .inside .content-image {
  text-align: right;
  flex: 0 0 calc(50% - var(--gap) / 2);
}
.w5050.te_bi .inside .content-image img,
.w100.te_bi .inside .content-image img {
  margin: 0 0 0 auto;
}
.w5050.flexstart .inside,
.w100.flexstart .inside {
  align-items: flex-start;
}
.w5050.flexTop .inside,
.w100.flexTop .inside {
  align-items: flex-start;
}
.w5050.center,
.w100.center {
  max-width: 1090px;
}

.leer_te .inside {
  justify-content: flex-end;
}
.leer_te.center .inside {
  justify-content: center;
}

.fullwidth.inner,
.fullwidth .inside {
  max-width: 1090px;
  margin: 0 auto;
}
.fullwidth.noright .inside {
  display: flex;
  max-width: 1600px;
  justify-content: center;
  margin: 0 auto;
  padding-left: 255px;
}
.fullwidth.noright.friedhof_karte {
  margin-top: 10rem !important;
}
.fullwidth.noright.friedhof_karte .inside {
  padding-left: 0;
  margin: 0;
  max-width: 100%;
  justify-content: flex-start;
  padding-left: 255px;
  width: 100%;
}
.fullwidth.noright.friedhof_karte .inside .content-text {
  width: 100%;
}

.w100 .inside .content-text {
  width: 100%;
  flex: 0 0 100%;
}

#head_start {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#head_start #background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#head_start #overlayStart {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 2rem;
  margin-bottom: 7rem;
}
#head_start .flexR {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
}
#head_start .flexR .btn {
  margin-right: 2rem;
}
#head_start .flexR .btn_video_start {
  margin-left: 2rem;
  display: flex;
  color: #fff;
  font-size: 1.125rem;
}
#head_start .flexR .btn_video_start::before {
  content: url("../icons/btn_play.png");
  padding-right: 0.6rem;
}
#head_start .teaserS {
  max-width: 900px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -2rem;
}
#head_start #spruch {
  position: absolute;
  left: 2rem;
  bottom: 50%;
  max-width: 50%;
  z-index: 1003;
}
#head_start #spruch .inner {
  color: #fff;
  font-family: "Karla";
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.9s ease-in-out;
  transform: translateX(-110%);
  position: absolute;
  top: 45%;
  width: 600px;
}
#head_start #spruch.s0 #s0.inner {
  transform: translateX(0%);
}
#head_start #spruch.s0 #s1.inner,
#head_start #spruch.s0 #s2.inner {
  transform: translateX(-110%);
}
#head_start #spruch.s1 #s1 {
  transform: translateX(0%);
}
#head_start #spruch.s1 #s0,
#head_start #spruch.s1 #s2 {
  transform: translateX(-110%);
}
#head_start #spruch.s2 #s2 {
  transform: translateX(0%);
}
#head_start #spruch.s2 #s1,
#head_start #spruch.s2 #s0 {
  transform: translateX(-110%);
}

#btn_blick {
  position: relative;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-top: -6rem;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
#btn_blick figure {
  text-align: center;
  display: inline-block;
}
#btn_blick p {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

#swiperH {
  max-width: 1500px;
  margin: 6rem auto;
}
#swiperH .swiper {
  display: flex;
  justify-content: space-around;
}
#swiperH li {
  transition: all 0.5s ease-in-out;
}
#swiperH li.is-next {
  transform: scale(1.3);
}
#swiperH .swiper-slide {
  transition: all 0.5s ease-in-out;
}
#swiperH .swiper-slide:focus, #swiperH .swiper-slide:hover {
  transform: scale(1.2);
}
#swiperH .swiper-slide:focus:after, #swiperH .swiper-slide:hover:after {
  opacity: 0.28;
}

#main .mod_article {
  margin-top: 10rem;
  margin-bottom: 2rem;
}
#main .mod_article.headline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
#main .mod_article.headline + .mod_article {
  margin-top: 1rem;
}
#main .mod_article .scrollable {
  background: #efefef;
  padding: 1.5rem 2.6rem;
  height: 400px;
  overflow-y: scroll;
}
#main .mod_article.noBottom {
  margin-bottom: 0rem;
}
#main .mod_article + .mod_article.multimargin {
  margin-top: 8rem;
}
#main .mod_article.noTop {
  margin-top: 1rem;
}
#main .mod_article.mt6 {
  margin-top: 6rem;
}
#main .emred em {
  color: #b61f29;
  font-style: normal;
}
#main .noShaddow {
  background: url("../hg/hg_welcome.jpg");
  padding: 10rem 0;
}
#main .noShaddow.w5050 .inside .content-image img,
#main .noShaddow.w5050 .w100 .inside .content-image img {
  box-shadow: none;
}
#main .noShaddow.w5050 .inside {
  align-items: center;
}
#main .noShaddow.w5050 .inside .content-text {
  padding-right: 5rem;
}
#main .noShaddow.w5050 .inside .content-text h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
#main .noShaddow.w5050 .inside .content-text h2 {
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}
#main .noShaddow.w5050 .inside .content-image {
  margin: 0 auto;
  text-align: center;
}
#main .noShaddow.w5050 .inside .content-image figure {
  display: inline-block;
}
#main .noShaddowV .inside {
  flex-direction: column;
  align-items: center;
  overflow: visible;
  margin-bottom: 3rem;
}
#main .noShaddowV .inside h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
#main .noShaddowV .inside h2 {
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
  font-weight: 100;
}
#main .noShaddowV.w100 .inside .content-image img {
  box-shadow: none;
}
#main #videoHolder {
  position: relative;
}
#main #videoHolder #vid_btn,
#main #videoHolder #vid_btn_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
#main #videoHolder #vid_btn img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
#main #videoHolder #video {
  transition: all 0.4s ease-in-out;
  filter: sepia(0.9) hue-rotate(280deg);
}
#main #videoHolder #vid_btn_text {
  z-index: 99;
}
#main #videoHolder:hover #video {
  transform: scale(1.2);
  filter: sepia(0) hue-rotate(0deg);
}
#main #videoHolder:hover #vid_btn_text {
  transform: scale(2) translate(-50px, 40px);
}
#main #videoHolder:hover #vid_btn img {
  transform: scale(1.2);
}
#main .btn_film {
  margin-top: 1.5rem !important;
  font-weight: 300;
}
#main .btn_film::before {
  content: url("../icons/TV.png");
  padding-right: 1rem;
}
#main #btn_musik {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #b61f29;
  cursor: pointer;
}
#main #btn_musik img {
  padding-left: 2rem;
  width: 100%;
  width: 72px;
}
#main #article-185 .scrollable em {
  text-transform: uppercase;
}
#main .fr_liste_ {
  margin-top: 0;
}
#main .fr_liste_ .inside {
  padding-left: 110px;
}
#main #listeFriedhoefe {
  display: flex;
  flex-wrap: wrap;
  font-family: "Karla";
}
#main #listeFriedhoefe .btn_karte {
  margin-right: 10px;
  flex: 1 0 30%;
}
#main #listeFriedhoefe .btn_karte .b_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem;
}
#main #listeFriedhoefe .btn_karte .b_item p {
  margin: 0;
  padding: 0;
  font-family: "Karla";
}

.swiper-slide {
  font-family: "Poppins", sans-serif;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #b61f29;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  position: relative;
}

#swiperH:after {
  content: " ";
  opacity: 1;
  left: 0px;
  width: 100%;
  height: 150px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background: url("../hg/SHadow.png");
  background-position: center;
  background-repeat: no-repeat;
}

.bestattungsarten .mod_article.w5050.bi_te em strong {
  margin-top: 3rem;
  display: block;
}

.swiper-slide:hover {
  border: 2px solid #b61f29;
}

#main .swiper-slide {
  padding: 2.5rem 2rem 0 2rem;
  max-width: 28%;
  position: relative;
}
#main .swiper-slide h2 {
  font-weight: 100;
  font-size: 1rem;
}
#main .swiper-slide p {
  margin-top: 0.3rem;
  font-size: 1rem;
}
#main .swiper-slide a {
  text-decoration: none;
  color: #b61f29;
  font-size: 0.9rem;
  font-weight: 600;
}
#main .swiper-slide.vorsorge::before, #main .swiper-slide.schritte::before, #main .swiper-slide.gedenken::before {
  content: url("../icons/Herz.png");
  position: absolute;
  top: -50px;
  background-color: #fff;
}
#main .swiper-slide.schritte::before {
  content: url("../icons/erste_schritte.png");
  top: -30px;
}
#main .swiper-slide.gedenken::before {
  content: url("../icons/Gedenken.png");
}
#main a {
  color: #b61f29;
}

.bestattungsarten #main .inside a {
  color: #000;
}

#headerUnav {
  margin-top: 1rem;
}
#headerUnav .inside .inside {
  display: flex;
  justify-content: space-between;
  max-width: 1090px;
  margin: 0 auto;
}
#headerUnav .inside .inside ul {
  list-style: none;
}
#headerUnav .inside .inside ul li {
  margin: 1rem 0;
  padding: 0;
  line-height: 2.5rem;
}
#headerUnav .inside .inside ul li a,
#headerUnav .inside .inside ul li strong {
  text-decoration: none;
  color: #000;
  font-family: "Karla";
  border: 2px solid #fff;
  padding: 0.3rem 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
}
#headerUnav .inside .inside ul li a:hover,
#headerUnav .inside .inside ul li strong:hover {
  border: 2px solid #000;
}
#headerUnav .inside .inside ul li strong {
  border: 2px solid #000;
  color: #b61f29;
}

#overlayPink {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #b61f29;
  z-index: 90;
  top: 50px;
  left: 50px;
  background: rgb(242, 242, 242);
  background: linear-gradient(145deg, rgba(242, 242, 242, 0) 50%, rgb(183, 91, 145) 50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#head_start:hover #overlayPink {
  top: 0;
  left: 0;
  opacity: 0.6;
}

#map button {
  margin-top: auto !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: 0 !important;
  color: #000 !important;
  padding: 0.5rem;
  display: block;
  width: auto !important;
  cursor: pointer;
}

#travelMode {
  display: flex;
  justify-content: space-around;
  font-size: 0.9rem;
}
#travelMode input {
  margin-bottom: 0.1rem !important;
}

#toTop {
  position: fixed;
  bottom: 1rem;
  transform: translateY(150%);
  left: 1rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
#toTop img {
  margin: 0 auto;
}
#toTop:after {
  content: "Nach oben";
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Open Sans";
}
#toTop.show {
  opacity: 1;
  transform: translateY(0);
}

#videoList .inside {
  flex-wrap: wrap;
  display: block !important;
}
#videoList .inside .content-gallery {
  width: 100%;
  margin-bottom: 3rem;
}
#videoList .inside .content-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
#videoList .inside .content-gallery ul li img {
  max-width: 300px;
  height: auto;
  margin: 0.5rem;
}

#mobileNavHolder {
  font-family: "Open Sans";
  height: 100vh;
  display: flex;
  padding-top: 50px;
}
#mobileNavHolder ul {
  list-style: none;
}
#mobileNavHolder ul li a,
#mobileNavHolder ul li strong {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
#mobileNavHolder ul li ul {
  padding-left: 1rem;
}
#mobileNavHolder ul li ul li a,
#mobileNavHolder ul li ul li strong {
  text-transform: none;
  color: #242424;
  font-weight: 300;
}
#mobileNavHolder ul li ul li strong {
  color: #000;
  font-weight: 600;
}
#mobileNavHolder ul li a.submenu,
#mobileNavHolder ul li strong.submenu {
  font-size: 2.2rem;
  font-family: "Prata";
}
#mobileNavHolder ul.level_1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
#mobileNavHolder ul.level_1 li {
  flex: 0 0 calc(49% - 2rem);
}
#mobileNavHolder ul.level_1 li .level_2 {
  margin: 0;
  padding: 0;
}
#mobileNavHolder ul.level_1 li .level_2 li {
  padding-left: 0;
}
#mobileNavHolder ul.level_1 li .level_2 li a,
#mobileNavHolder ul.level_1 li .level_2 li strong {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Karla";
}
#mobileNavHolder ul.level_1 li .level_2 li::before {
  content: "";
}

#left {
  float: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  z-index: 10000;
  transform: translateX(-100%);
  margin: 0;
  background-color: #000;
  padding: 1rem 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.47);
  transition: all 0.5s ease-in-out;
}
#left h2 {
  font-family: "Karla";
  color: #fff;
}
#left li.submenu {
  margin-bottom: 1.5rem;
}
#left .level_2 li {
  margin: 1rem 0;
}
#left .level_2 li::before {
  content: "■";
  color: #b61f29;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#left #btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.showNav #left {
  transform: translateX(0);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.47);
}

.gDldoV,
.tright {
  left: auto !important;
  right: 40px !important;
}

#footer___ {
  position: fixed;
  bottom: 0;
  width: 100vw;
  text-align: right;
}
#footer___ a {
  color: #222;
  padding: 3px;
}

#sp #videoBtn {
  position: absolute;
  left: 120px;
  top: 50px;
}
#sp #videoBtn a {
  border: 3px solid #b61f29;
  padding: 1.5rem;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile {
  display: none;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1400px) {
  #main .inside {
    padding-left: 90px;
    padding-right: 1rem;
  }
  #headerUnav .inside {
    padding-left: 60px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 14px;
  }
  #main .headline .content-text h1,
  #main h1,
  #main h1.content-headline {
    font-size: 4rem;
  }
  #main .content-text h2,
  #main .content-image h2,
  #main .content-player h2,
  #main .kastenT h2 {
    font-size: 2rem;
  }
  #header .inside {
    margin-left: 0rem;
  }
  #main .inside {
    padding-left: 60px;
  }
  #headerUnav .inside {
    padding-left: 30px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) {
  #main .w5050 .inside,
  #main .w100 .inside {
    flex-direction: column;
  }
  #main .headline .content-text h1,
  #main h1,
  #main h1.content-headline {
    font-size: 3rem;
  }
  #main .content-text h2,
  #main .content-image h2,
  #main .content-player h2,
  #main .kastenT h2 {
    font-size: 2rem;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 760px) {
  #kontakt_holder .inside {
    flex-direction: column;
  }
  #kontakt_holder .inside .kasten:nth-child(2) {
    padding-top: 0.5rem;
  }
  #kontakt_holder .inside .kasten:nth-child(2) .rte {
    display: flex;
    justify-content: space-evenly;
  }
  #kontakt_holder .inside .kasten:nth-child(2) .rte p {
    padding: 1rem 2rem;
    text-align: center;
  }
  #kontakt_holder .inside .kasten:nth-child(2) .rte p a {
    line-height: 1.5rem;
  }
  #kontakt_holder .inside {
    align-items: stretch;
    padding-left: 4rem;
  }
  #kontakt_holder .inside .kasten:nth-child(1) {
    flex: 60%;
    text-align: center;
  }
  #main .mod_article + .mod_article.multimargin {
    margin-top: 3.8rem;
  }
  #main .mod_article.overlay .media .rte {
    position: static;
    width: 100%;
    padding: 0.5rem;
  }
  #main .mod_article.overlay .media.txt_white p {
    color: #000;
  }
  #sp #videoBtn {
    left: 120px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 620px) {
  html,
  body {
    font-size: 12px;
  }
  .mmenu {
    margin-right: 1rem;
    cursor: pointer;
  }
  #main {
    margin-top: 120px;
  }
  #header {
    padding-top: 0;
    height: 90px;
    min-height: 90px;
    background-color: #fff;
    border-bottom: 2px solid #333;
  }
  #header .inside #topNavHolder {
    width: 100vw;
    height: 90px;
    display: flex;
    flex-direction: row;
  }
  #header .inside #topNavHolder .logoT {
    padding-left: 2rem;
  }
  #header .desktop {
    display: none !important;
  }
  #header .mobile {
    display: block;
  }
  #headerUnav {
    display: none !important;
  }
  #main .inside {
    padding-left: 10px;
  }
  #headerUnav .inside {
    padding-left: 30px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 568px) {
  #kontakt_holder .inside {
    align-items: stretch;
    padding-left: 4rem;
    text-align: right;
    padding-right: 2rem;
  }
  #kontakt_holder .inside img {
    max-width: 50%;
    display: inline-block;
  }
  #kontakt_holder .inside .kasten:nth-child(1) {
    flex: 100%;
    text-align: right;
  }
  #kontakt_holder .inside .kasten:nth-child(1) .rte,
  #kontakt_holder .inside .kasten:nth-child(1) .media,
  #kontakt_holder .inside .kasten:nth-child(1) figure {
    text-align: right;
  }
  #header .inside #topNavHolder img {
    max-width: 80%;
  }
  #second_slide,
  #third_slide {
    margin-top: 5rem;
  }
  #second_slide #slide_logo3,
  #third_slide #slide_logo3 {
    text-align: center;
  }
  #sp #videoBtn {
    left: 10px;
    top: 42px;
  }
  #sp #videoBtn a {
    padding: 1rem;
  }
  #sp #first_slide h1#text_w {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  #sp #first_slide #slide_logo {
    padding-top: 5rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 480px) {
  html,
  body {
    font-size: 10px;
  }
  #main .headline .content-text h1,
  #main h1,
  #main h1.content-headline {
    font-size: 2rem;
  }
  #main .content-text h2,
  #main .content-image h2,
  #main .content-player h2,
  #main .kastenT h2 {
    font-size: 1.5rem;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-height: 800px) {
  #headerUnav {
    display: none !important;
  }
  #topNavHolder .column.nav_.desktop {
    display: none !important;
  }
  .column.nav_.mobile.showNumber,
  .column.mmenu.mobile {
    display: block;
  }
  #hamburger {
    cursor: pointer;
    padding: 5px;
    background-color: #fff;
  }
  body.showTel #telnumber {
    display: block;
    left: auto;
    right: -200px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 620px) {
  #header {
    min-height: 100vh;
    height: 100%;
    min-height: -webkit-fill-available;
  }
}
@media only screen and (max-height: 880px) and (min-width: 1200px) {
  #header .mod_navigation a,
  #header .mod_navigation strong {
    font-size: 1rem !important;
  }
}/*# sourceMappingURL=aufbau.css.map */