@charset "UTF-8";
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-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: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v17-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dm-sans-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-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: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/dm-sans-v17-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-900 - 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: "DM Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/dm-sans-v17-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-serif-display-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: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-display-v17-latin-regular.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;
  min-height: 100vh;
}

* {
  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;
  color: var(--rost);
}

#wrapper {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #9b9b9b;
}

::selection {
  color: rgb(255, 255, 255);
  background: #9b9b9b;
}

/* Basis Styling */
#hamburger {
  z-index: 100;
  transform: scale(1.1);
}

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

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

.hamburger-icon {
  top: 0.75em;
}

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

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

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

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

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

@media only screen and (max-width: 962px) {
  #hamburger {
    transform: scale(1);
  }
}
#header {
  padding: 0 0;
  z-index: 300;
  position: absolute;
  width: 100vw;
}
#header h3 {
  font-size: 1.1rem;
  color: #000;
}
#header h3 a {
  color: var(--text-color);
  text-decoration: none;
}
#header #menu-head {
  --content-maxwidth: 1860px;
  --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];
}
#header #menu-head .inside {
  grid-column: content;
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-around;
  z-index: 100;
  margin-top: 3rem;
  margin-bottom: 1rem;
  align-items: center;
  align-items: start;
}
#header #menu-head .inside #top-left,
#header #menu-head .inside #top-center,
#header #menu-head .inside #top-center-r,
#header #menu-head .inside #top-right {
  flex: 0 0 20%;
}
#header #menu-head .inside #top-left a,
#header #menu-head .inside #top-left h3,
#header #menu-head .inside #top-center a,
#header #menu-head .inside #top-center h3,
#header #menu-head .inside #top-center-r a,
#header #menu-head .inside #top-center-r h3,
#header #menu-head .inside #top-right a,
#header #menu-head .inside #top-right h3 {
  text-decoration: none;
  color: #000;
  font-size: 1.38rem;
  font-weight: 600;
}
#header #menu-head .inside #top-left {
  grid-column: 1/2;
  text-align: center;
}
#header #menu-head .inside #top-left a {
  text-align: center;
}
#header #menu-head .inside #top-left img {
  margin: 0 auto;
  height: auto;
}
#header #menu-head .inside #filmHolder {
  grid-column: 3/4;
}
#header #menu-head .inside #top-center {
  grid-column: 2/3;
}
#header #menu-head .inside #top-center h3 {
  text-align: center !important;
  font-family: "DM Sans";
}
#header #menu-head .inside #top-center-r {
  grid-column: 3/4;
}
#header #menu-head .inside #top-center-r h3 {
  text-align: center !important;
  font-family: "DM Sans";
}
#header #menu-head .inside #top-right {
  grid-column: 4/5;
  display: flex;
  align-items: center;
  gap: 3rem;
}
#header #menu-head .inside #top-rright {
  grid-column: 6/7;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: flex-end;
  text-align: right;
}
#header #menu-head .inside #logo {
  height: auto;
}
#header #top-logo img {
  max-width: 200px;
  width: 100%;
}
#header #btn_close,
#header #btn_nav {
  cursor: pointer;
}
#header #twenty-for-seven {
  font-size: 1.5rem;
  cursor: pointer;
}
#header #headerImage {
  display: grid;
  position: relative;
}
#header #headerImage #logo {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
  cursor: pointer;
}
#header #headerImage #logo img {
  max-width: 200px;
  width: 100%;
}
#header h3.phone {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
#header h3.phone::before {
  content: "";
  background-image: url("../hg/phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.5rem;
  height: 38px;
  margin-right: 0.8rem;
}
#header #btn_filme::before,
#header #btn_gedenkportal::before {
  content: "";
  background-image: url("../hg/btn_video.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.5rem;
  height: 38px;
  margin-right: 0.2rem;
}
#header #btn_gedenkportal::before {
  background-image: url("../hg/btn_gp.png");
}

.head-transparent #header {
  background-color: transparent;
}

@media only screen and (max-width: 1268px) {
  #header .inside #menu-head #top-left {
    flex: 0 0 30%;
  }
  #header .inside #menu-head #top-center {
    flex: 0 0 40%;
    text-align: center;
  }
  #header .inside #menu-head #top-center img {
    margin: 0 auto;
  }
  #header .inside #menu-head #top-right {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 800px) {
  #header {
    position: static;
  }
  #header .inside {
    background-color: var(--gelb);
  }
  #header #menu-head .inside {
    grid-column: content;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(6, auto);
    justify-content: space-around;
    z-index: 100;
    margin-top: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
    align-items: center;
  }
  #header #menu-head .inside #top-left {
    grid-column: 1/2;
    grid-row: 1/8;
    text-align: center;
  }
  #header #menu-head .inside #top-center {
    grid-column: 2/3;
    grid-row: 1/3;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-center-r {
    grid-column: 2/3;
    grid-row: 3/5;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-right {
    grid-column: 2/3;
    grid-row: 5/7;
    padding: 0.2rem 0;
  }
  #header #menu-head .inside #top-rright {
    grid-row: 1/-1 !important;
    align-self: flex-start;
  }
  #header #menu-head .inside #top-rright #btn_nav {
    max-width: 2.5rem;
  }
  #menu-head .inside {
    padding: 1rem 0rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-head .inside #top-logo img {
    max-width: 50%;
  }
  #header .content-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #header #headerImage #logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1000;
    transform: translateX(0);
  }
}
.startseite_ #header {
  position: absolute;
  background-color: #fff;
  z-index: 2;
}
.startseite_ #header .head-line {
  background: transparent;
  box-shadow: 0px 9px 15px -7px rgba(0, 0, 0, 0);
}
.startseite_ #header #menu-head .inside {
  position: fixed;
  width: 100%;
  grid-column: content;
  display: grid;
  grid-template-columns: 30% 1fr 30%;
  height: 15rem;
  background: rgb(255, 255, 255);
  z-index: 100;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.startseite_ #container {
  padding-top: 0;
}
.startseite_ #start-video h1.headline {
  position: relative;
  left: -5rem;
  width: 100%;
  font-size: 5.5rem;
  line-height: 5.5rem;
  z-index: 0;
  color: #fff;
  grid-area: headline;
}

@media only screen and (max-width: 581px) {
  #header #top-center h3.phone {
    font-size: 1.1rem !important;
  }
}
@media only screen and (max-width: 530px) {
  #header #menu-head #top-left {
    flex: 60%;
  }
  #header #menu-head #top-center {
    flex: 30% !important;
  }
  #header #menu-head #top-center .phone {
    font-size: 1rem;
    transform-origin: center;
  }
  #header #menu-head #top-center .phone:before {
    content: "";
    background-image: url(../icons/phone.png);
    background-size: 100% 100%;
    padding-right: 0.6rem;
    display: inline-block;
    /*size of your image*/
    height: 15px;
    width: 10px;
  }
}
@media only screen and (max-width: 400px) {
  #header #twenty-for-seven {
    font-size: 1.2rem;
  }
  #header #menu-head {
    --padding-inline: 1.5rem;
  }
  #logo {
    max-width: 100px !important;
  }
}
#footer {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}
#footer p {
  font-size: 1.1875rem;
  color: var(--text-color);
  text-transform: uppercase;
}
#footer #footer-inline,
#footer #footer-inline-second {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 0;
  align-items: center;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
#footer #footer-inline .item.left,
#footer #footer-inline-second .item.left {
  grid-column: 1/2;
}
#footer #footer-inline .item.right,
#footer #footer-inline-second .item.right {
  grid-column: 2/3;
}
#footer #footer-inline a,
#footer #footer-inline-second a {
  text-decoration: none;
}
#footer #footer-inline .line,
#footer #footer-inline-second .line {
  width: 100%;
  margin: 3rem 0 1rem 0;
  display: grid;
  justify-items: center;
  grid-template-columns: 20% auto 20%;
}
#footer #footer-inline .line.first,
#footer #footer-inline-second .line.first {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
#footer #footer-inline .line a,
#footer #footer-inline-second .line a {
  color: #000;
  text-transform: none;
  font-weight: 600;
  font-size: 1.25rem;
}
#footer #footer-inline .line .row,
#footer #footer-inline-second .line .row {
  margin: 1.5rem 0;
}
#footer #footer-inline .line .row p,
#footer #footer-inline-second .line .row p {
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
#footer #footer-inline .line .row.columnR,
#footer #footer-inline-second .line .row.columnR {
  display: grid;
  grid-template-columns: auto 1fr;
}
#footer #footer-inline .line .row.columnR .column,
#footer #footer-inline-second .line .row.columnR .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer #footer-inline .line .row.columnR .column img,
#footer #footer-inline-second .line .row.columnR .column img {
  padding: 0.1rem 0;
}
#footer #footer-inline .line #ctrl_85,
#footer #footer-inline-second .line #ctrl_85 {
  width: 100%;
  font-size: 0.9rem;
}
#footer #footer-inline .line .item.left,
#footer #footer-inline-second .line .item.left {
  grid-column: 1/2;
}
#footer #footer-inline .line .item.right,
#footer #footer-inline-second .line .item.right {
  grid-column: 2/3;
}
#footer #footer-inline .line .item.rright,
#footer #footer-inline-second .line .item.rright {
  grid-column: 3/4;
}
#footer #footer-inline .line .item.rright .column,
#footer #footer-inline-second .line .item.rright .column {
  text-align: right;
}
#footer #footer-inline .line .item.rright .column a,
#footer #footer-inline-second .line .item.rright .column a {
  text-align: right;
}
#footer #footer-inline .line .item.rright .column a img,
#footer #footer-inline-second .line .item.rright .column a img {
  margin-right: 0;
  margin-left: auto;
}
#footer #footer-inline .line .item.rright .column p,
#footer #footer-inline-second .line .item.rright .column p {
  line-height: 3rem;
  margin: 0;
  padding: 0;
}
#footer #footer-inline h3.phone,
#footer #footer-inline-second h3.phone {
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
#footer #footer-inline h3.phone::before,
#footer #footer-inline-second h3.phone::before {
  content: "";
  background-image: url("../hg/phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
#footer #footer-inline h3,
#footer #footer-inline-second h3 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
#footer #footer-inline h3.weg,
#footer #footer-inline-second h3.weg {
  display: flex;
  cursor: pointer;
}
#footer #footer-inline h3.weg::before,
#footer #footer-inline-second h3.weg::before {
  content: "";
  background-image: url("../hg/weg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
#footer #footer-inline h3.mail,
#footer #footer-inline-second h3.mail {
  display: flex;
  cursor: pointer;
}
#footer #footer-inline h3.mail::before,
#footer #footer-inline-second h3.mail::before {
  content: "";
  background-image: url("../hg/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
#footer .ggh {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: full-width !important;
}
#footer #gh-text {
  display: none;
}
#footer #gh-text.show {
  display: block;
  grid-column: 2/11;
}
#footer .flexform .row {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 1rem;
}
#footer .flexform .row .column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
#footer .flexform .row:nth-of-type(2) div, #footer .flexform .row:nth-of-type(3) div {
  grid-column: 1/3;
}
#footer .flexform input,
#footer .flexform textarea {
  width: 100%;
  padding-left: 10px;
}
#footer .flexform input::-moz-placeholder, #footer .flexform textarea::-moz-placeholder {
  font-weight: bold;
  opacity: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 10px;
}
#footer .flexform input::placeholder,
#footer .flexform textarea::placeholder {
  font-weight: bold;
  opacity: 1;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 10px;
}
#footer #ctrl_84 {
  border: 0;
  color: #fff;
  font-size: 0.7rem;
}
#footer #ctrl_84 #lbl_84_0 {
  color: #fff;
  font-size: 0.7rem;
}
#footer .paragraph {
  grid-column: 3/4;
}
#footer .paragraph p {
  line-height: 2rem;
}
#footer .point {
  text-align: left;
}
#footer .point.content-image img {
  max-width: 238px;
  height: auto;
}
#footer .paragraph {
  text-transform: none;
}
#footer .paragraph p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#footer #footer p,
#footer #footer a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
#footer #footer .fullwidthF {
  text-align: center;
  font-weight: 300;
}
#footer #footer .fullwidthF p {
  font-weight: 100 !important;
  font-size: 1.25rem;
}
#footer .head {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#footer .head + p {
  margin-top: 0.2rem;
}

@media only screen and (max-width: 860px) {
  #footer .line.second .item.center {
    flex: 0 0 20%;
  }
  #footer .line.second .item.center .rte .line {
    flex-direction: column;
  }
  #footer .line.second .item.left, #footer .line.second .item.right {
    flex: 0 0 40%;
  }
  #footer #footer-inline .line {
    justify-items: center;
    padding: 0 1rem;
  }
  #footer #footer-inline .line .item.left {
    grid-column: 2/3 !important;
  }
  #footer #footer-inline .line .item.right {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 700px) {
  #footer .line.second .item.center {
    flex: 0 0 50%;
  }
  #footer .line.second .item.center .rte .line {
    flex-direction: column;
  }
  #footer .line.second .item.left {
    flex: 0 0 50%;
  }
  #footer .line.second .item.right {
    flex: 0 0 100%;
  }
  #footer #footer-inline .line {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 630px) {
  .point {
    text-align: left;
  }
  .point.content-image img {
    max-width: 250px;
    height: auto;
    padding: 2rem;
  }
  #footer-inline .line {
    justify-items: center;
    padding: 0 0rem !important;
  }
  #footer-inline .line .item {
    padding: 0 1rem !important;
  }
}
@media only screen and (max-width: 600px) {
  #footer #footer-inline .line .item.rright {
    grid-column: 1/5;
  }
  #footer #footer-inline .line .item.right {
    grid-column: 1/5;
  }
  #footer #footer-inline .line .item.left {
    grid-column: 1/5 !important;
  }
}
@media only screen and (max-width: 400px) {
  #footer .inside {
    --content-maxwidth: var(--max-width-main);
    --padding-inline: 1rem !important;
    --breakout-maxwidth: 100rem;
    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] !important;
  }
  #footer #footer-inline .line {
    justify-items: center;
    grid-template-columns: 30% auto;
    grid-template-rows: auto auto auto;
  }
  #footer #footer-inline .line .item.right {
    grid-column: 1/5;
    grid-row: 2/3;
  }
  #footer #footer-inline .line .item.rright {
    grid-column: 1/5;
    grid-row: 3/4;
  }
  #footer #footer-inline .line .item.rright .column {
    max-width: 100vw;
    width: 95vw;
    padding: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 500px) {
  #footer #footer-inline .line:nth-of-type(2) {
    justify-content: center;
  }
}
.footer-white #footer,
.f-white #footer {
  background-color: white;
}

/* Basis Styling */
.hamburger-icon-container {
  height: 1.7em;
  width: 1.7em;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.hamburger-icon-container.white .hamburger-icon,
.hamburger-icon-container.white .hamburger-icon:before,
.hamburger-icon-container.white .hamburger-icon:after {
  background: #fff !important;
}

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

.hamburger-icon {
  top: 0.75em;
}

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

#hamburger {
  cursor: pointer;
}
#hamburger img {
  max-height: 50px;
}

.hamburger-icon:after {
  top: 0.55em;
} 
:root {
  --navwidth: 100vw;
  --navheight: 100vh;
  --active: #fff;
}

#left {
  width: var(--navwidth);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: var(--gelb);
  z-index: 20000;
  margin-left: 0;
  transform-origin: center top;
  transform: translateY(calc(var(--navheight) * -1));
  transition: all 0.3s ease-in-out;
}
#left #navigation #navHolder {
  overflow: scroll;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 5% 85%;
  gap: 1rem;
  height: 100vh;
}
#left #navigation #navHolder .row {
  width: 100%;
}
#left #navigation #navHolder .row .level_1 {
  list-style: none;
}
#left #navigation #navHolder .row .level_1 li {
  position: relative;
  z-index: 1;
  z-index: 20;
}
#left #navigation #navHolder .row .level_1 li a,
#left #navigation #navHolder .row .level_1 li strong {
  color: #c6c6c6;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 1rem 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "DM Serif Display";
  font-style: normal;
}
#left #navigation #navHolder .row .level_1 li a.active,
#left #navigation #navHolder .row .level_1 li strong.active {
  color: var(--active);
}
#left #navigation #navHolder .row .level_1 li strong {
  color: var(--gruenDark) !important;
  cursor: pointer;
}
#left #navigation #navHolder .row .level_1 li strong.active, #left #navigation #navHolder .row .level_1 li strong.trail {
  color: var(--gruenDark) !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 {
  list-style: none !important;
  margin-left: 0;
  padding-left: 10px;
  z-index: 1000;
}
#left #navigation #navHolder .row .level_1 li .level_2 li {
  list-style: none !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 a,
#left #navigation #navHolder .row .level_1 li .level_2 strong {
  color: var(--gruen);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0;
  line-height: 2rem;
  font-family: "DM Sans";
  text-transform: none;
}
#left #navigation #navHolder .row .level_1 li .level_2 a:hover,
#left #navigation #navHolder .row .level_1 li .level_2 strong:hover {
  color: var(--gruenDark) !important;
}
#left #navigation #navHolder .row .level_1 li .level_2 strong {
  color: var(--gruenDark) !important;
  font-weight: 400;
}
#left #navigation #navHolder .row .level_1 li:hover {
  z-index: 2000000;
}
#left #navigation #navHolder .row .level_1 li strong.trail.hide + .level_2 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(50px);
}
#left #navigation #navHolder .row.first {
  text-align: right;
  position: relative;
  grid-row: 1/2;
}
#left #navigation #navHolder .row.first #btn_close {
  position: absolute;
  top: 1rem;
  right: 10%;
  cursor: pointer;
}
#left #navigation #navHolder .row.second {
  grid-row: 2/3;
  position: relative;
}
#left #navigation #navHolder .row.second #btn_close {
  position: absolute;
  top: 1rem;
  right: 0;
  cursor: pointer;
}
#left #navigation #navHolder::after {
  display: none;
}
#left strong.kontakthead,
#left a.kontakthead {
  display: none !important;
}

body.showNavP #left {
  transform: translateY(0);
}

.kontakthead li a,
.kontakthead li strong {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 1rem 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Libre Bodoni";
}
.kontakthead li a.active,
.kontakthead li strong.active {
  color: var(--active);
}

.hamburger-active #left {
  transform: translateX(0px);
}

@media only screen and (max-width: 760px) {
  #left #navigation #navHolder .column .level_1 li a,
  #left #navigation #navHolder .column .level_1 li strong {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  #left #navigation #navHolder .column .level_1 li .level_2 {
    list-style: none !important;
    position: static;
    margin-left: 0;
    top: 0;
    z-index: 100000000;
    opacity: 1;
    transition: transform 0.2s;
    transform: translateX(0);
  }
  .mod_navigation {
    margin-top: 0rem;
  }
  #left #navigation .level_1 li.submenu {
    flex: 0 0 48%;
  }
  #left #navigation #navHolder {
    gap: 0%;
  }
  #left #navigation #navHolder .row .level_1 li a,
  #left #navigation #navHolder .row .level_1 li strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 500px) {
  #left #navigation .level_1 li.submenu {
    flex: 0 0 100%;
  }
  #left #navigation .level_1 li {
    text-align: center !important;
  }
  #left #navigation .level_1 li a,
  #left #navigation .level_1 li strong {
    text-align: center !important;
  }
}
#kontakt .formbody {
  padding: 2rem;
}

#kontakt .formbody .flexform {
  display: flex;
}

#kontakt .formbody .flexform .column {
  flex: 0 0 50%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#kontakt .formbody .flexform .column input,
#kontakt .formbody .flexform .column textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}

#kontakt .formbody .flexform .column textarea {
  height: 100%;
}

#kontakt fieldset {
  border: 0;
}

#kontakt .explanation,
#kontakt label {
  color: var(--gelb);
  font-weight: 500;
}

#kontakt button {
  background-color: var(--gruen);
  color: white;
  border: 0;
}

#kontakt .widget {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  margin-top: 2rem;
}

#kontakt .flexrow {
  margin-top: 0;
}

#kontakt h2 {
  margin-top: 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

#kontakt .flexrow .widget {
  flex: 0 0 50%;
}

@media only screen and (max-width: 550px) {
  #kontakt .formbody .flexform {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
} 
:root {
  --top: -280px;
  --bottom: -280px;
  --right: -580px;
  --left: -580px;
  --bottom-r: 10%;
  --top-r: -10%;
  --bottom-text: -380px;
}

#outer-wrap {
  /* position: relative; */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0;
  padding: 0;
}

.startseite #header {
  opacity: 0;
  transition: all 2.5s ease-in-out;
}
.startseite #header.show {
  opacity: 1;
}

#wrapperstart {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  display: flex !important;
  transition: all 2.5s ease-in-out;
  opacity: 1;
  z-index: 50;
}
#wrapperstart.wrapper-hide {
  opacity: 0;
}

.bgimages {
  width: 100vw;
  height: 100vh;
}

#bg-images-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start1.jpg");
  background-size: cover;
  background-position: center bottom;
  z-index: 30;
  transition: all 2.5s ease-in-out;
  opacity: 1;
}
#bg-images-1.hide {
  opacity: 0;
}

#bg-images-2 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start2.jpg");
  background-size: cover;
  z-index: 20;
  transition: all 2.5s ease-in-out;
  opacity: 1;
}
#bg-images-2.hide {
  opacity: 0;
}

#bg-images-3 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url("../hamm/imagestart/start3.jpg");
  background-size: cover;
  z-index: 10;
}

.bluete {
  position: absolute;
  transition: all 2.5s ease-in-out;
}

#igelb-1,
#igelb-2,
#igelb-3,
#igelb-4,
#igelb-5 {
  transform-origin: center bottom;
  transform-origin: center center;
  left: 50%;
}

#igruen-1,
#igruen-2,
#igruen-3,
#igruen-4,
#igruen-5,
#igruen-6 {
  transform-origin: center center;
  left: 50%;
}

/* ########TOP######## */
#igruen-1 {
  transform: translateX(-100%) rotate(180deg) scale(1.3);
  z-index: 1;
}
#igruen-1.bluete-rotate {
  transform: translate(-100%, var(--top-r)) rotate(180deg) scale(0.7);
}

#igruen-2 {
  transform: translateX(-50%) rotate(180deg) scale(1.3);
  z-index: 1;
}
#igruen-2.bluete-rotate {
  transform: translate(-50%, var(--top-r)) rotate(180deg) scale(0.7);
}

#igelb-1 {
  transform: translateX(0%) rotate(180deg) scale(1.3);
}
#igelb-1.bluete-rotate {
  transform: translate(0%, var(--top-r)) rotate(180deg) scale(0.7);
}

/* ############################# */
/* ####BOTTOM */
#igelb-2 {
  transform: translateX(-100%) rotate(0deg) scale(1.3);
}
#igelb-2.bluete-rotate {
  transform: translate(-100%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

#igruen-3 {
  transform: translateX(-50%) rotate(0deg) scale(1.3);
  z-index: 1;
}
#igruen-3.bluete-rotate {
  transform: translate(-50%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

#igelb-3 {
  transform: translateX(0%) rotate(0deg) scale(1.3);
}
#igelb-3.bluete-rotate {
  transform: translate(0%, var(--bottom-r)) rotate(0deg) scale(0.7);
}

/* #################### */
/* ####LEFT RIGHT */
#igelb-right {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg) scale(1.3);
  right: var(--right);
  left: auto;
  top: 50%;
}
#igelb-right.bluete-rotate {
  transform: translateY(-50%) rotate(-90deg) scale(0.7);
}

.iright {
  top: var(--top);
  transform-origin: center center;
}

#igruen-left {
  position: absolute;
  transform-origin: center center;
  transform: translateY(-50%) rotate(90deg) scale(1.3);
  left: var(--left);
  right: auto;
  top: 50%;
}
#igruen-left.bluete-rotate {
  transform: translateY(-50%) rotate(90deg) scale(0.7);
}

.ileft {
  left: var(--left);
  transform-origin: center center;
}

/* ########################### */
.itop {
  top: var(--top);
  transform: translateX(-50%) rotate(180deg) scale(1.3);
}

.ibottom {
  top: auto;
  bottom: var(--bottom);
  transform: translateX(-50%) rotate(0deg) scale(1.3);
}

#logostart {
  transform-origin: center center;
  transform: scale(0.5);
  margin-top: 10rem;
  transition: all 2.5s ease-in-out;
}
#logostart.start {
  transform: scale(1);
}

#teasertext {
  z-index: 2;
  margin-top: 2rem;
}

.teaserslide {
  margin-top: 2rem;
  z-index: 31;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  align-items: flex-end;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.teaserslide h1 {
  font-family: "Poppins";
  font-size: 10rem;
  color: #fff;
  position: absolute;
  transform: translateX(-100%);
  transition: all 1.5s ease-out;
  opacity: 1;
  padding-left: 2rem;
  padding-bottom: 3rem;
}
.teaserslide.show h1 {
  transform: translateX(0%);
}
.teaserslide.hide h1 {
  opacity: 0;
}

#arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0);
  animation-iteration-count: 1;
}
#arrow.show {
  opacity: 1;
  animation: arrow-in 0.8s;
  animation-iteration-count: 1;
  transform: scale(1);
}

@keyframes arrow-in {
  /* You could think of as "step 1" */
  0% {
    transform: scale(0);
  }
  /* You could think of as "step 2" */
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 670px) {
  .teaserslide h1 {
    font-size: 8rem !important;
  }
  img#teasertext {
    max-width: 70%;
  }
  #bg-images-1 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start1-kl.jpg");
    background-size: cover;
    background-position: center bottom;
    z-index: 30;
    transition: all 2.5s ease-in-out;
    opacity: 1;
  }
  #bg-images-1.hide {
    opacity: 0;
  }
  #bg-images-2 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start2-kl.jpg");
    background-size: cover;
    z-index: 20;
    transition: all 2.5s ease-in-out;
    opacity: 1;
  }
  #bg-images-2.hide {
    opacity: 0;
  }
  #bg-images-3 {
    grid-column: 1/2;
    grid-row: 1/3;
    background-image: url("../hamm/imagestart/start3-kl.jpg");
    background-size: cover;
    z-index: 10;
    background-position-x: center;
  }
  #article-1330 .w100 {
    grid-column: 2/12 !important;
  }
}
@media only screen and (max-width: 470px) {
  .teaserslide h1 {
    font-size: 5rem !important;
  }
  img#teasertext {
    max-width: 70%;
  }
  .haenger-left-2::after {
    display: none;
  }
}

:root {
  --padding-inline: 3rem;
  --rot: #981b1b;
  --weiss: #feffff;
  --weiss-rgb: 254, 255, 255;
  --blau: #120c1b;
  --gelb: #fef9c9;
  --gold2: #876f46;
  --gold3: #6a4c18;
  --gruen: #006d6d;
  --gruenDark: #0d4141;
  --gruen-rgba: 0, 109, 109;
  --hell-gruen: #4bf0f0;
  --gold2-rgb: 135, 111, 70;
  --gold3-rgb: 106, 76, 24;
  --rot-rgb: 152, 27, 27;
  --text-color: #fef9c9;
  --text-tuerkis: #4e878c;
  --max-width-text: 700px;
  --max-width-full: 1680px;
  --max-width-bg: 1200px;
  --max-width-main: 960px;
  --max-width-column2: 1300px;
  --scale: 1.05;
}

html {
  font-size: 16px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: var(--blau);
  font-family: "DM Sans";
  overflow-x: hidden;
  max-width: 100vw;
  scroll-behavior: smooth;
}

#wrapper {
  width: 100vw;
  overflow: hidden;
}

body {
  background-color: #fff;
  width: 100vw;
  overflow-x: hidden;
  max-width: 100vw;
}
body.hamburger-active #navigation-table {
  transform: translateY(0px);
}
body.hamburger-active #header #headerImage #logo {
  transform: scale(0);
  transform: translate(-50%, -100%);
}

#tl_login_8 label {
  display: block;
}
#tl_login_8 .formbody {
  display: table;
  margin: 0 auto;
}
#tl_login_8 .widget-submit {
  display: block;
  margin: 1rem auto;
}

.mod_login {
  display: none;
}
.mod_login h2 {
  display: table !important;
  text-align: center !important;
  margin: 0 auto !important;
  margin-top: 1rem !important;
}

#main .inside,
#main .content-center-overlay,
#main .grid12.full-width,
#footer .inside,
#footer .content-center-overlay,
#footer .grid12.full-width,
#menu-head .inside,
#menu-head .content-center-overlay,
#menu-head .grid12.full-width {
  --content-maxwidth: var(--max-width-main);
  --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];
}
#main .inside > *, #main .inside > .content,
#main .content-center-overlay > *,
#main .content-center-overlay > .content,
#main .grid12.full-width > *,
#main .grid12.full-width > .content,
#footer .inside > *,
#footer .inside > .content,
#footer .content-center-overlay > *,
#footer .content-center-overlay > .content,
#footer .grid12.full-width > *,
#footer .grid12.full-width > .content,
#menu-head .inside > *,
#menu-head .inside > .content,
#menu-head .content-center-overlay > *,
#menu-head .content-center-overlay > .content,
#menu-head .grid12.full-width > *,
#menu-head .grid12.full-width > .content {
  grid-column: content;
}
#main .inside > #footer-inline,
#main .content-center-overlay > #footer-inline,
#main .grid12.full-width > #footer-inline,
#footer .inside > #footer-inline,
#footer .content-center-overlay > #footer-inline,
#footer .grid12.full-width > #footer-inline,
#menu-head .inside > #footer-inline,
#menu-head .content-center-overlay > #footer-inline,
#menu-head .grid12.full-width > #footer-inline {
  grid-column: full-width;
}
#main .inside > #header-image, #main .inside > .header-image,
#main .content-center-overlay > #header-image,
#main .content-center-overlay > .header-image,
#main .grid12.full-width > #header-image,
#main .grid12.full-width > .header-image,
#footer .inside > #header-image,
#footer .inside > .header-image,
#footer .content-center-overlay > #header-image,
#footer .content-center-overlay > .header-image,
#footer .grid12.full-width > #header-image,
#footer .grid12.full-width > .header-image,
#menu-head .inside > #header-image,
#menu-head .inside > .header-image,
#menu-head .content-center-overlay > #header-image,
#menu-head .content-center-overlay > .header-image,
#menu-head .grid12.full-width > #header-image,
#menu-head .grid12.full-width > .header-image {
  grid-column: full-width;
}
#main .inside > .column-2,
#main .content-center-overlay > .column-2,
#main .grid12.full-width > .column-2,
#footer .inside > .column-2,
#footer .content-center-overlay > .column-2,
#footer .grid12.full-width > .column-2,
#menu-head .inside > .column-2,
#menu-head .content-center-overlay > .column-2,
#menu-head .grid12.full-width > .column-2 {
  grid-column: full-width;
  max-width: var(--max-width-column2);
  margin: 0 auto;
}
#main .inside > .content-wide,
#main .content-center-overlay > .content-wide,
#main .grid12.full-width > .content-wide,
#footer .inside > .content-wide,
#footer .content-center-overlay > .content-wide,
#footer .grid12.full-width > .content-wide,
#menu-head .inside > .content-wide,
#menu-head .content-center-overlay > .content-wide,
#menu-head .grid12.full-width > .content-wide {
  grid-column: full-width;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#main .inside > .content-wide .teaser,
#main .content-center-overlay > .content-wide .teaser,
#main .grid12.full-width > .content-wide .teaser,
#footer .inside > .content-wide .teaser,
#footer .content-center-overlay > .content-wide .teaser,
#footer .grid12.full-width > .content-wide .teaser,
#menu-head .inside > .content-wide .teaser,
#menu-head .content-center-overlay > .content-wide .teaser,
#menu-head .grid12.full-width > .content-wide .teaser {
  grid-column: 2/12;
  padding: 0 2.5rem;
}
#main .inside > .inner-grid, #main .inside > .full-width,
#main .content-center-overlay > .inner-grid,
#main .content-center-overlay > .full-width,
#main .grid12.full-width > .inner-grid,
#main .grid12.full-width > .full-width,
#footer .inside > .inner-grid,
#footer .inside > .full-width,
#footer .content-center-overlay > .inner-grid,
#footer .content-center-overlay > .full-width,
#footer .grid12.full-width > .inner-grid,
#footer .grid12.full-width > .full-width,
#menu-head .inside > .inner-grid,
#menu-head .inside > .full-width,
#menu-head .content-center-overlay > .inner-grid,
#menu-head .content-center-overlay > .full-width,
#menu-head .grid12.full-width > .inner-grid,
#menu-head .grid12.full-width > .full-width {
  grid-column: full-width;
}
#main .inside > .inner-grid img, #main .inside > .full-width img,
#main .content-center-overlay > .inner-grid img,
#main .content-center-overlay > .full-width img,
#main .grid12.full-width > .inner-grid img,
#main .grid12.full-width > .full-width img,
#footer .inside > .inner-grid img,
#footer .inside > .full-width img,
#footer .content-center-overlay > .inner-grid img,
#footer .content-center-overlay > .full-width img,
#footer .grid12.full-width > .inner-grid img,
#footer .grid12.full-width > .full-width img,
#menu-head .inside > .inner-grid img,
#menu-head .inside > .full-width img,
#menu-head .content-center-overlay > .inner-grid img,
#menu-head .content-center-overlay > .full-width img,
#menu-head .grid12.full-width > .inner-grid img,
#menu-head .grid12.full-width > .full-width img {
  width: 100%;
  height: auto;
}
#main .inside > .breakout,
#main .content-center-overlay > .breakout,
#main .grid12.full-width > .breakout,
#footer .inside > .breakout,
#footer .content-center-overlay > .breakout,
#footer .grid12.full-width > .breakout,
#menu-head .inside > .breakout,
#menu-head .content-center-overlay > .breakout,
#menu-head .grid12.full-width > .breakout {
  grid-column: breakout;
}
#main .inside > .overlay-hg,
#main .content-center-overlay > .overlay-hg,
#main .grid12.full-width > .overlay-hg,
#footer .inside > .overlay-hg,
#footer .content-center-overlay > .overlay-hg,
#footer .grid12.full-width > .overlay-hg,
#menu-head .inside > .overlay-hg,
#menu-head .content-center-overlay > .overlay-hg,
#menu-head .grid12.full-width > .overlay-hg {
  grid-column: full-width;
}

section.full-width .inside-grid {
  max-width: var(--max-width-main);
  margin: 0 auto;
}

#main .head {
  grid-column: full-width;
}
#main .head img {
  width: 100%;
  height: auto;
}

#article-2950 video {
  margin: 0 auto;
  max-width: 1280px;
}

#article-2800 p,
#article-2800 a {
  color: var(--gruen) !important;
  font-size: 1rem !important;
}

#article-2978 .rte {
  text-align: center;
}
#article-2978 .rte p,
#article-2978 .rte h1 {
  text-align: left;
}

.grid12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, 1fr);
}
.grid12 .content-image {
  grid-column: 1/-1 !important;
  grid-row: 1/-1;
  z-index: 0;
}
.grid12 .content-text {
  grid-column: 4/10 !important;
  grid-row: 3/-1;
  z-index: 10;
}

body.navi-white #menu-head .inside a,
body.navi-white #menu-head .inside h3 {
  color: #fff !important;
}
body.navi-white #header h3.phone::before {
  content: "";
  background-image: url(../hg/phone-white.png);
}
body.navi-white #btn_filme::before,
body.navi-white #btn_gedenkportal::before {
  content: "";
  background-image: url("../hg/btn_video-white.png") !important;
}
body.navi-white #btn_gedenkportal::before {
  background-image: url("../hg/btn_gp-white.png") !important;
}

#header-image,
.header-image {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  position: relative;
}
#header-image .content-image,
.header-image .content-image {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 5;
}
#header-image figure img,
.header-image figure img {
  width: 100%;
}
#header-image .teaserT,
.header-image .teaserT {
  z-index: 10;
  grid-column: 1/2;
  grid-row: 1/2;
  position: absolute;
  bottom: 20%;
  left: 10%;
  display: flex;
}
#header-image .teaserT .leftT,
.header-image .teaserT .leftT {
  background: rgba(var(--gold2-rgb), 0.8);
  color: #fff;
  font-size: 3rem;
  position: relative;
  font-family: "Red Rose";
  text-transform: uppercase;
  font-size: 3rem;
  padding: 2rem;
  padding-right: 8rem;
  transform: translateX(-100vw);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.055);
}
#header-image .teaserT .rightT,
.header-image .teaserT .rightT {
  background: rgba(var(--rot-rgb), 0.8);
  color: #fff;
  font-size: 3rem;
  position: relative;
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 1.875rem;
  padding: 2rem;
  left: -15rem;
  top: 7rem;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.055);
  transform: translateX(120vw);
  padding-right: 5rem;
}

#toTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s;
}
#toTop.show {
  transform: scale(1);
}

#article-1493 em strong {
  color: var(--rot);
  font-style: normal;
}

#main .slick-next.slick-arrow,
#main .slick-prev.slick-arrow {
  display: none !important;
}

#erben-und-vererben .teaserT .rightT {
  left: -7rem !important;
}

#article-2821 figcaption {
  font-size: 1.2rem;
  padding-left: 1rem;
}

.gruen-gelb {
  background: #006d6d;
  background: linear-gradient(180deg, rgb(0, 109, 109) 50%, rgb(254, 249, 201) 50%, rgb(254, 249, 201) 100%);
}

.gelb-gruen {
  background: #fef9c9;
  background: linear-gradient(180deg, rgb(254, 249, 201) 50%, rgb(0, 109, 109) 50%, rgb(0, 109, 109) 100%);
}
.gelb-gruen img {
  transition: all 0.6s ease-in-out;
  transform: scale(0.8) translateY(3.8rem);
  opacity: 0;
}
.gelb-gruen img.in-view {
  transform: scale(1) translateY(0);
  opacity: 1;
}

#buch .flexC,
#adressen .flexC {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
}
#buch .flexC .column,
#adressen .flexC .column {
  flex: 0 0 40%;
}
#buch li::before,
#adressen li::before {
  display: none;
}
#buch h1,
#adressen h1 {
  color: #333;
}
#buch .book-list,
#adressen .book-list {
  list-style: none;
  padding: 0;
}
#buch .book,
#adressen .book {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
#buch .title,
#adressen .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem !important;
  margin-bottom: 0.25rem;
  color: #000;
}
#buch .subtitle,
#adressen .subtitle {
  font-style: italic;
  margin-bottom: 0rem;
  font-size: 1.3rem;
  line-height: 1.6rem !important;
}
#buch .author,
#buch .isbn,
#buch .publisher,
#adressen .author,
#adressen .isbn,
#adressen .publisher {
  margin: 0.2rem 0;
  font-size: 1rem;
  line-height: 1.3rem !important;
}
#buch .author,
#adressen .author {
  color: #000;
}
#buch .age,
#adressen .age {
  font-size: 0.8rem;
}

#blumensliderH.full-width .inside-grid {
  max-width: 2000px !important;
  margin: 0 auto;
}

.ggH p {
  color: #000 !important;
  font-size: 1.2rem !important;
}

#adressen .book-list {
  list-style: none;
  padding: 0;
}
#adressen .book {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
#adressen .title {
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
  color: var(--gruen);
}
#adressen .subtitle2 {
  font-style: normal;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5rem !important;
  color: var(--gruen);
  text-transform: normal;
  font-weight: normal;
}
#adressen .subtitle {
  font-style: normal;
  margin-bottom: 0rem;
  font-size: 1.5rem;
  line-height: 1.8rem !important;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
#adressen .time,
#adressen .phone,
#adressen .contact {
  font-size: 1.1rem;
}
#adressen .author,
#adressen .isbn,
#adressen .publisher {
  margin: 0.2rem 0;
  font-size: 0.8rem;
  line-height: 0.8rem !important;
}
#adressen .author {
  color: #000;
}
#adressen .age,
#adressen .email,
#adressen .website {
  font-size: 0.8rem;
}
#adressen .age a,
#adressen .email a,
#adressen .website a {
  font-size: inherit;
}

#image_1 .content-image,
#image_2 .content-image,
#image_3 .content-image,
#image_4 .content-image {
  margin-right: 2rem;
}

#gbutton {
  font-size: 1.2rem;
  text-align: center;
  background-color: var(--gelb);
  color: #000 !important;
  border: 2px solid var(--text-tuerkis);
  border-radius: 6px;
  padding: 0 0.3rem;
  display: table;
  text-transform: none;
  font-family: "DM Sans";
  font-weight: 300;
  max-width: 200px;
  grid-column: 2/3 !important;
  margin-top: 5rem;
  cursor: pointer;
}

#image_1,
#image_2,
#image_3,
#image_4 {
  overflow: visible;
}
#image_1 .inside-grid,
#image_2 .inside-grid,
#image_3 .inside-grid,
#image_4 .inside-grid {
  display: grid;
  margin-right: 0;
}
#image_1 .inside-grid .content-image:nth-child(1),
#image_2 .inside-grid .content-image:nth-child(1),
#image_3 .inside-grid .content-image:nth-child(1),
#image_4 .inside-grid .content-image:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  padding-top: 5rem;
  position: relative;
  right: -3rem;
}
#image_1 .inside-grid .content-image:nth-child(2),
#image_2 .inside-grid .content-image:nth-child(2),
#image_3 .inside-grid .content-image:nth-child(2),
#image_4 .inside-grid .content-image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 0;
}
#image_1 .inside-grid .content-image img,
#image_2 .inside-grid .content-image img,
#image_3 .inside-grid .content-image img,
#image_4 .inside-grid .content-image img {
  max-width: 590px;
}

#startregeln {
  width: 100vw;
  height: 100vh;
  border: 1px solid red;
}

#listeFriedhoefe {
  justify-content: space-around;
}

#karte .btn_karte {
  border: 0;
  flex: 0 0 38%;
}
#karte .btn_karte .headF {
  color: #000 !important;
  font-size: 1.75rem;
  font-weight: bold !important;
}
#karte .btn_karte .headF h3 {
  font-size: inherit;
  color: #000 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold !important;
}
#karte .btn_karte .contentF p {
  margin-top: 0;
}

#article-2860 figure {
  text-align: right;
}
#article-2860 figure img {
  display: inline-block;
  max-width: 590px;
  margin-right: 0;
}

#image_2 .inside-grid .content-image:nth-child(1) {
  z-index: 1;
  padding-top: 8rem;
}
#image_2 .inside-grid .content-image:nth-child(2) {
  z-index: 10;
}

body.show #header-image .teaserT .rightT,
body.show #header-image .teaserT .leftT {
  transform: translateX(0);
}

.header-image.in-view .teaserT .rightT,
.header-image.in-view .teaserT .leftT {
  transform: translateX(0);
}

#article-1720 img {
  margin-right: 0;
  margin-left: auto;
}

.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.v-center.h-left {
  align-items: flex-start;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.8rem;
  font-family: "Red Rose";
  padding-top: 2rem;
  padding-bottom: 2rem;
}

p {
  font-family: "DM Sans";
  font-size: 1.375rem;
  line-height: 2.5rem;
}

#hamburger {
  display: none;
}

#nav-horizontal {
  max-width: var(--max-width-main);
  margin: 0 auto;
}

#main .grid4060 {
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(40% - var(--gap) / 2) calc(60% - var(--gap) / 2);
  grid-gap: 5px var(--gap);
}
#main h3 {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  color: var(--text-color);
  text-transform: none;
}
#main .grid6040 {
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(60% - var(--gap) / 2) calc(40% - var(--gap) / 2);
  grid-gap: 5px var(--gap);
}
#main .small p,
#main .small li,
#main .small a {
  font-size: 1.125rem;
}
#main .paddingT-10 {
  padding-top: 10rem !important;
}
#main .erklaerfilm,
#main .startbutton {
  text-align: center;
}
#main .erklaerfilm h2,
#main .startbutton h2 {
  font-size: 1.5rem;
  text-align: center;
  background-color: var(--gelb);
  color: var(--text-tuerkis) !important;
  border: 2px solid var(--text-tuerkis);
  border-radius: 6px;
  padding: 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-weight: 600;
}
#main .erklaerfilm h2 a,
#main .startbutton h2 a {
  color: inherit;
  text-decoration: none;
}
#main .startbutton {
  display: inline-block !important;
}
#main .icon {
  text-align: center;
}
#main .icon img {
  margin: 0 auto;
}
#main .bg-gruen {
  background-color: var(--gruen);
  color: var(--hell-gruen);
  padding: 2rem 5rem;
}
#main .bg-gruen p,
#main .bg-gruen li,
#main .bg-gruen a,
#main .bg-gruen h1,
#main .bg-gruen h2 {
  color: var(--text-color);
}
#main .bg-gruen p {
  font-size: 1.75rem;
  font-weight: 600;
}
#main #article-2848 .ce_accordionStart {
  margin-top: 3.8rem;
}
#main #article-2839 ul li {
  margin-bottom: 2rem;
}
#main #article-2845 .inside-grid {
  margin-top: 7rem;
}
#main #article-2848 .inside-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#main #article-2848 .inside-grid section {
  flex: 0 0 45%;
}
#main h1,
#main h2 {
  font-size: 5rem;
  font-weight: 300;
  color: var(--text-color);
  text-transform: none;
  line-height: normal;
  font-family: "DM Serif Display";
}
#main h2 {
  font-size: 2.5rem;
}
#main h3 {
  font-family: "DM Serif Display";
  font-size: 2.8rem;
  font-weight: 600;
}
#main h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0.5rem;
}
#main p,
#main li,
#main a {
  font-size: 1.75rem;
  line-height: normal;
  color: var(--text-color);
  font-weight: 600;
}
#main a:hover {
  color: #000;
}
#main ul {
  list-style: none;
}
#main .rte ul {
  padding-left: 0;
  margin-left: 0;
}
#main .rte ul li {
  display: flex;
  align-items: flex-start;
}
#main .rte ul li::before {
  content: "⏺";
  color: var(--gruen);
  margin-right: 0.5rem;
  font-size: 0.7rem;
  padding-top: 0.3rem;
}
#main .rte ul.wideR li {
  display: flex;
  padding-bottom: 1rem;
  align-items: flex-start;
}
#main .rte ul.wideR li::before {
  content: "⏺";
  color: var(--gruen);
  margin-right: 0.5rem;
  font-size: 0.7rem;
  padding-top: 0.3rem;
}
#main #article-2821 .content-gallery ul li {
  margin-bottom: 3.8rem;
}
#main .bg-gelb {
  background-color: var(--gelb);
  color: var(--text-tuerkis);
  padding: 2rem 5rem;
}
#main .bg-gelb h1,
#main .bg-gelb h2,
#main .bg-gelb h3,
#main .bg-gelb p,
#main .bg-gelb a,
#main .bg-gelb li {
  color: var(--text-tuerkis);
}
#main .grid5050 {
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(50% - var(--gap)) calc(50% - var(--gap));
  grid-gap: 5px var(--gap);
  margin: 5rem 0;
}
#main .grid5050 img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#main .grid5050.full-width .inside {
  max-width: var(--max-width-main);
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(50% - var(--gap)) calc(50% - var(--gap));
  grid-gap: var(--gap);
  margin: 5rem 0;
}
#main .grid5050 .row {
  --gap: 5rem;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: calc(50% - var(--gap) / 2) var(--gap) calc(50% - var(--gap) / 2);
}
#main .grid5050 .row div:nth-of-type(1) {
  grid-column: 1/2;
}
#main .grid5050 .row div:nth-of-type(2) {
  grid-column: 3/4;
}
#main .rowF {
  --gap: 5rem;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: calc(50% - var(--gap) / 2) var(--gap) calc(50% - var(--gap) / 2);
}
#main .rowF div:nth-of-type(1) {
  grid-column: 1/2;
}
#main .rowF div:nth-of-type(2) {
  grid-column: 3/4;
}
#main .grid6040 {
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(60% - var(--gap)) calc(40% - var(--gap));
  grid-gap: 5px var(--gap);
  margin: 5rem 0;
}
#main .grid5050-inside img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#main .grid5050-inside.full-width .inside-grid {
  max-width: var(--max-width-main);
  margin: 5rem auto;
  --gap: 5rem;
  display: grid;
  grid-template-columns: calc(50% - var(--gap) / 2) calc(50% - var(--gap) / 2);
  grid-gap: 0.3rem var(--gap);
  justify-content: space-between;
}
#main .grid5050-inside.full-width .fullwidth {
  grid-column: 1/3;
}
#main .font-small p,
#main .font-small li,
#main .font-small a,
#main .font-small h2,
#main .font-small h3 {
  font-size: 1.5rem;
}
#main .font-big p,
#main .font-big li,
#main .font-big a,
#main .font-big h2,
#main .font-big h3 {
  font-size: 1.875rem;
}
#main #article-1611 strong {
  text-transform: uppercase;
}
#main #travelMode {
  display: flex;
}
#main #adresse_ {
  padding: 1rem;
  border: 1px solid var(--gruen);
}
#main ._grid5050 {
  display: grid;
  grid-template-columns: calc(70% - 2.5rem) calc(30% - 2.5rem);
  max-width: 1400px;
  margin: 0 auto;
  gap: 5rem;
}
#main ._grid5050 .flex2 {
  grid-column: 1/2;
}
#main ._grid5050 .ce_text {
  grid-column: 2/3;
}
#main ._grid5050 .ce_text input,
#main ._grid5050 .ce_text #travelMode,
#main ._grid5050 .ce_text button {
  width: 100%;
  justify-content: space-around;
  color: var(--gruen);
}
#main ._grid5050 .ce_text button {
  padding: 1rem;
}
#main ._grid5050 .ce_text #travelMode {
  padding: 2rem 0;
}
#main ._grid5050 .ce_text #travelMode div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main ._grid5050 #mapFriedhof {
  width: 1900px !important;
  max-width: 100%;
}
#main .after-bg-red {
  position: relative;
}
#main .after-bg-red:after {
  content: " ";
  position: absolute;
  width: 75vw;
  height: 250px;
  left: 25vw;
  bottom: 0;
  background: var(--rot);
  z-index: -2;
}
#main .after-bg-red.w45:after {
  width: 45vw;
  left: 55vw;
  bottom: -3rem;
}
#main .after-bg-red.w55:after {
  width: 55vw;
  left: 45vw;
  bottom: -5rem;
}
#main .after-bg-red.w75:after {
  width: 95vw;
  right: 5vw;
  left: auto;
  bottom: -3rem;
}
#main .content-center {
  justify-content: center;
}
#main .content-center .inside-grid {
  grid-column: 1/3;
  margin: 0 auto;
  max-width: var(--max-width-bg);
}
#main .bg-red {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  z-index: -1;
}
#main .bg-red p {
  font-size: 1.5rem;
}
#main .bg-red:before {
  content: " ";
  position: absolute;
  width: 65vw;
  height: 500px;
  left: -15vw;
  top: -10%;
  background: var(--rot);
  z-index: -2;
}
#main .bg-gold1 {
  background-color: var(--gold1);
}
#main .bg-gold1 p,
#main .bg-gold1 li,
#main .bg-gold1 a,
#main .bg-gold1 h2,
#main .bg-gold1 h3 {
  color: #fff;
}
#main .txt-color-white {
  color: #fff;
}
#main .slick-prev {
  left: 25px;
}
#main .slick-next {
  right: 25px;
}
#main .slick-prev,
#main .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  z-index: 50;
  transform: translate(0, 10%);
}
#main .slick-prev::before,
#main .slick-next::before {
  font-size: 50px;
}
#main .slick-slide {
  text-align: center;
}
#main .slick-slide img {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
#main .slick-slide .sub .name {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
}
#main .paddingTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pg-titel {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--text-color);
  text-transform: none;
  display: none;
}

.pg-titel + section {
  padding-top: 0 !important;
}

#main h4 {
  font-size: 1.2rem;
  color: var(--gruen);
}
#main #article-1670 {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#main #article-1670:after {
  content: " ";
  position: absolute;
  width: 100vw;
  height: 400px;
  left: 0;
  bottom: 0rem;
  background: var(--gold1);
  z-index: -3;
}
#main p a {
  color: var(--gold1);
  text-decoration: underline;
  font-style: italic;
}
#main p a:hover {
  color: var(--gold2);
}

.ol-attribution.ol-unselectable li {
  font-size: 0.9rem !important;
}
.ol-attribution.ol-unselectable li a {
  font-size: 0.9rem !important;
}

#article-1493 .bg-red a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.5rem;
}

#article-1547 .column a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 0.3rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.2);
}
#article-1547 .column a:hover {
  background: rgba(255, 255, 255, 0.9);
}

#main .content-text h3 {
  font-size: 2.8rem;
  font-weight: 300;
}

#bestattungszeremonien .rightT {
  margin-top: 3rem;
}

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

.gridR {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 5rem;
  margin: 2rem 2rem;
  grid-column: 1/3;
}
.gridR img {
  width: 100%;
}
.gridR .content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gridR .content-text:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.gridR .content-text:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.gridR .content-text:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.gridR .content-text:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.grid3 {
  display: flex;
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
.grid3 > img {
  margin-right: 2rem;
}
.grid3 .rr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

#main #article-1535 .after-bg-red:after {
  content: " ";
  position: absolute;
  width: 95vw;
  height: 260px;
  left: 5vw;
  bottom: 0;
  background: var(--rot);
  z-index: -2;
}

#pageForm input,
#pageForm select,
#pageForm textarea {
  border: 1px solid var(--hell-gruen);
  border: 1px solid #ccc;
  padding: 0.5rem;
}
#pageForm input:focus,
#pageForm select:focus,
#pageForm textarea:focus {
  outline: 2px solid var(--hell-gruen);
}

#main .slick-prev:before,
#main .slick-next:before {
  font-family: unset;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .flexgal ul {
  display: flex;
  flex-wrap: wrap;
}
#main .flexgal ul li {
  margin: 0;
  flex: 0 0 50%;
  position: relative;
}
#main .flexgal ul li figcaption {
  position: absolute;
  bottom: 10px;
  font-size: 1rem;
  display: table;
  margin: 0 auto;
  left: 10%;
}
#main .bg-red-left-bottom {
  position: relative;
}
#main button {
  background-color: var(--hell-gruen);
  color: var(--gruen);
  border: 0;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #fff;
}
#main button.slick-prev {
  background: none !important;
  color: #fff;
  left: 25%;
}
#main button.slick-next {
  background: none !important;
  color: #fff;
  right: 25%;
}
#main button.slick-prev:before {
  content: url("../hg/pfeil.png") !important;
  color: var(--gruen);
  display: inline-block;
  transform: rotate(180deg);
}
#main button.slick-next:before {
  content: url("../hg/pfeil.png") !important;
  display: inline-block;
  color: var(--gruen) !important;
}
#main .toggler button {
  background: none;
  display: flex;
  flex-direction: column;
  color: var(--gruen);
  align-items: flex-start;
  font-weight: 600;
  font-size: 2rem;
}
#main .toggler button::after {
  content: "▼";
  font-size: 1.2rem;
  margin-left: 0;
  color: var(--gruen) !important;
}
#main .accordion {
  height: 2px;
  border: 2px solid var(--gruen);
  display: block;
  border-radius: 10px;
}
#main .accordion ul {
  padding: 1rem;
}
#main .accordion ul li {
  font-size: 1.5rem;
  font-weight: 600;
}
#main .after-bg-red.content-image:after {
  content: " ";
  position: absolute;
  width: 95vw;
  height: 300px;
  left: 3vw;
  bottom: -5rem;
  background: var(--rot);
  z-index: -2;
}
#main .after-bg-red-left.content-gallery:after {
  content: " ";
  position: absolute;
  width: 75vw;
  height: 220px;
  left: 0;
  right: 25vw;
  bottom: 0rem;
  background: var(--rot);
  z-index: -2;
}
#main .after-bg-red-right.content-gallery:after {
  content: " ";
  position: absolute;
  width: 75vw;
  height: 220px;
  left: 25vw;
  right: 0;
  bottom: -5rem;
  background: var(--rot);
  z-index: -2;
}
#main .margin-left-10 .after-bg-red-right.content-gallery + .content-text {
  margin-left: 15rem;
}
#main .margin-left-10 .after-bg-red-right.content-gallery:after {
  width: 90vw;
  left: 10vw;
  height: 450px;
  bottom: -22rem;
}
#main #article-1570 .after-bg-red-right.content-gallery:after {
  width: 90vw;
  left: 10vw;
  height: 280px;
  bottom: -8rem;
}
#main .overlay-caption figcaption {
  background: rgba(var(--gold2-rgb), 0.8);
  position: relative;
  color: #fff;
  padding: 0.5rem 1.3rem;
  width: 80%;
  margin-top: -20%;
}
#main .overlay-caption figcaption span {
  font-size: 1.3rem;
  display: block;
}
#main .slider-leistungen-neu .slick-track > div,
#main .slider-trauerfeier-neu .slick-track > div {
  margin: 2rem 0;
}
#main .slider-leistungen-neu .slick-dots,
#main .slider-trauerfeier-neu .slick-dots {
  position: absolute;
  bottom: -90px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
#main .slider-leistungen-neu .slick-dots li button:before,
#main .slider-trauerfeier-neu .slick-dots li button:before {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}
#main .slider-leistungen-neu .slick-list,
#main .slider-trauerfeier-neu .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  margin-bottom: -90px;
  padding: 0;
}
#main .slick-prev,
#main .slick-next {
  top: auto;
  bottom: 120px;
}
#main .slider-blumenlexicon .item img {
  transform: scale(0.5);
  width: auto;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
#main .slider-blumenlexicon .item .explanation {
  opacity: 0;
  transition: opacity 1s;
  text-align: center;
}
#main .slider-blumenlexicon .item .explanation h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
#main .slider-blumenlexicon .item .explanation p {
  font-size: 1.1rem;
}
#main .slider-blumenlexicon .item.slick-current .explanation {
  opacity: 1;
}
#main .slider-blumenlexicon .item.slick-current img {
  transform: scale(1);
}
#main .slide-content-holder {
  background: rgba(var(--gruen-rgba), 0.8);
  width: 100vw;
  height: 100px;
  position: relative;
  z-index: 100;
  display: flex;
  z-index: 2;
}
#main .slide-content-holder .insideC {
  position: static;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  border: 0px !important;
  text-align: center;
  width: 50vw;
  align-items: center;
  z-index: 2;
  margin: 0 auto;
  z-index: 100;
}
#main .slide-content-holder .insideC h2 {
  color: var(--hell-gruen);
  font-size: 1.5rem;
}
#main .slide-content-holder .insideC h1 {
  padding-bottom: 0.8rem;
}
#main .slide-content-holder .insideC .arrow-prev img,
#main .slide-content-holder .insideC .arrow-next img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#main #article-2794 .slide-content-holder {
  background: rgba(var(--gruen-rgba), 0.8);
  width: 100vw;
  height: 200px;
  position: relative;
  top: -140px;
  z-index: 100;
  display: flex;
  z-index: 2;
}
#main #article-2794 .slide-content-holder .insideC {
  position: static;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  border: 0;
  text-align: center;
  width: 80vw;
  align-items: center;
  z-index: 2;
  margin: 0 auto;
  z-index: 100;
}
#main #article-2794 .slide-content-holder .insideC h2,
#main #article-2794 .slide-content-holder .insideC h1 {
  color: var(--hell-gruen);
  font-size: 2.5rem;
  line-height: normal;
}
#main #article-2794 .slide-content-holder .insideC p {
  color: #fff;
  color: var(--hell-gruen);
  font-size: 1.125rem;
}
#main #article-2794 .slide-content-holder .insideC .arrow-prev,
#main #article-2794 .slide-content-holder .insideC .arrow-next {
  align-self: center;
}
#main #article-2794 .slide-content-holder .insideC .arrow-prev img,
#main #article-2794 .slide-content-holder .insideC .arrow-next img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#main #article-2794 .slide-content-holder .insideC .arrow-next.slick-arrow {
  justify-self: right;
}
#main .margin-bottom-0 {
  margin-bottom: 0 !important;
}
#main .margin-bottom-0 .inside-grid {
  margin-bottom: 0 !important;
}
#main .margin-top-0 {
  margin-top: 0;
}
#main .margin-top-0 .inside-grid {
  margin-top: 0 !important;
}
#main .margin-top-5 {
  margin-top: 5rem;
}
#main .margin-top-5 .inside-grid {
  margin-top: 0 !important;
}
#main .margin-top-10 {
  margin-top: 10rem;
}
#main .margin-top-10 .inside-grid {
  margin-top: 0 !important;
}
#main .grid5050 .row #musik_items {
  grid-column: 1/4 !important;
  display: grid;
  grid-column: 50% 50%;
}
#main .grid5050 .row #musik_items .m_item:nth-of-type(1) {
  grid-column: 1/2;
}
#main .grid5050 .row #musik_items .m_item:nth-of-type(2) {
  grid-column: 3/4;
}
#main #mapFriedhof {
  max-width: calc(100vw - 10rem) !important;
}
#main #mapFriedhof canvas {
  width: 100% !important;
  transform: none !important;
}
#main .bg-red-left-75 {
  background: rgb(152, 27, 27);
  background: linear-gradient(90deg, rgb(152, 27, 27) 0%, rgb(152, 27, 27) 75%, rgba(255, 255, 255, 0) 75%);
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
#main .bg-red-left-75 .inside-grid {
  margin-bottom: 0 !important;
}
#main .bg-red-left-75 .rte p {
  margin: 0;
}
#main .bg-red-left-75 .rte a {
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 39%;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2rem;
}
#main .bg-red-left-75 .rte a:hover {
  color: var(--gold1);
}
#main .bg-red-left-75 .rte a::after {
  content: " > ";
  display: block;
  text-align: right;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
#main .bg-red-left-75 .column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .margin-top-200 {
  margin-top: -150px;
  position: relative;
}
#main #map {
  filter: grayscale(0.8);
}
#main .content-gallery.flex ul {
  display: flex;
}
#main .content-gallery.flex ul li {
  margin: 1rem;
}
#main .after-bg-red-right.bg-gold.content-gallery:after {
  background: var(--gold1);
}
#main .after-bg-red-left,
#main .after-bg-red-right {
  position: relative;
}
#main .after-bg-red-left ul,
#main .after-bg-red-right ul {
  display: flex;
}
#main .after-bg-red-left li,
#main .after-bg-red-right li {
  margin: 0.5rem;
}
#main .after-bg-red-left {
  position: relative;
}
#main .after-bg-red-left:after {
  content: " ";
  position: absolute;
  width: 75vw;
  height: 220px;
  left: 0;
  right: 25vw;
  bottom: 0;
  background: var(--rot);
  z-index: -2;
}
#main .slideText,
#main .noslideText {
  max-height: 390px;
  overflow-y: scroll;
  overflow: hidden;
  padding-right: 17px;
  position: relative;
}
#main .slideText:after,
#main .noslideText:after {
  content: "";
  position: absolute;
  background-image: url("../hg/scroll-icon.png");
  background-size: cover;
  height: 50px;
  width: 25px;
  background-position: center;
  right: 0;
  top: 0;
}
#main .slideText:hover,
#main .noslideText:hover {
  overflow-y: scroll;
  padding-right: 0;
}
#main .slideText:hover:after,
#main .noslideText:hover:after {
  display: none;
}
#main .slideText.inView:after,
#main .noslideText.inView:after {
  animation-name: slide-in;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 3;
}
#main .slideText.bg-weiss:after,
#main .noslideText.bg-weiss:after {
  content: "";
  position: absolute;
  background-image: url("../hg/scroll-icon-grau.png");
}
#main .slideText em,
#main .noslideText em {
  color: #fff;
  font-style: normal;
}
#main p.small {
  font-size: 1rem;
}
#main .noslideText {
  max-height: 100%;
  overflow-y: hidden;
}
#main .noslideText:after {
  display: none !important;
}
#main .noslideText:hover {
  overflow-y: hidden;
  padding-right: 17px;
}
@keyframes slide-in {
  0% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(300%);
  }
  100% {
    transform: translateY(0%);
  }
}
#main em > strong {
  color: #fff;
  background: var(--hell-gruen);
  padding: 0.2rem;
  font-size: normal;
  font-style: normal;
}
#main button[data-href] {
  background-color: var(--gruen);
  border: 0;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #fff;
}
#main ul.clickable {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#main ul.clickable li {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#main ul.clickable li h3 {
  font-size: 1.5rem;
}
#main ul.clickable li a {
  font-size: 0.9rem;
}
#main ul.clickable li::before {
  display: none;
}

.clickable {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: space-between;
}
.clickable h2 {
  font-size: 1.5rem !important;
  font-style: normal !important;
  margin-bottom: 2rem;
  font-weight: 300;
}
.clickable .item {
  flex: 0 0 45%;
  margin-bottom: 2rem;
}
.clickable .item p {
  font-size: 1rem !important;
  cursor: pointer;
}

#article-1541 .rte strong,
#article-1542 .rte strong,
#article-1549 .rte strong,
#article-1624 .rte strong {
  text-transform: uppercase;
  font-weight: 600;
}

.start-seite #main .slider-leistungen-neu .slick-track > div,
.start-seite #main .slider-trauerfeier-neu .slick-track > div {
  margin: 2rem 0;
}
.start-seite #main .slider-leistungen-neu .slick-next,
.start-seite #main .slider-leistungen-neu .slick-prev,
.start-seite #main .slider-trauerfeier-neu .slick-next,
.start-seite #main .slider-trauerfeier-neu .slick-prev {
  display: none !important;
}
.start-seite #main .slider-leistungen-neu .slick-dots,
.start-seite #main .slider-trauerfeier-neu .slick-dots {
  position: absolute;
  bottom: -90px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.start-seite #main .slider-leistungen-neu .slick-dots li button:before,
.start-seite #main .slider-trauerfeier-neu .slick-dots li button:before {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}
.start-seite #main .slider-leistungen-neu .slick-list,
.start-seite #main .slider-trauerfeier-neu .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  margin-bottom: -90px;
  padding: 0;
}
.start-seite #main .slider-leistungen-neu:after,
.start-seite #main .slider-trauerfeier-neu:after {
  display: none !important;
  content: "";
}
.start-seite .teaser-holder {
  row-gap: 5rem;
}
.start-seite .teaser-holder .item {
  max-width: 384px;
  border: 2px solid var(--gruen);
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  aspect-ratio: 20/32;
  row-gap: 2rem;
}
.start-seite .teaser-holder .item .link {
  font-size: 0.9rem !important;
}
.start-seite .teaser-holder .item a {
  color: var(--gruen) !important;
  font-size: 1.5rem !important;
  font-weight: 500;
}
.start-seite .teaser-holder .item .text-holder {
  grid-column: 1/2;
  grid-row: 1/3;
  z-index: 1;
  padding: 1rem 0;
}
.start-seite .teaser-holder .item .text-holder img {
  margin: 0 auto;
  width: initial !important;
}
.start-seite .teaser-holder .item .image-holder {
  grid-column: 1/2;
  grid-row: 1/3;
  z-index: 100;
  align-self: end;
}
.start-seite .teaser-holder .item .image-holder .mask {
  height: 420px;
  width: 380px;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
  position: relative;
}
.start-seite .teaser-holder .item .image-holder .mask .link {
  position: absolute;
  z-index: 200;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 2rem;
  text-align: center;
  font-size: 1.2rem !important;
}
.start-seite .teaser-holder .item .image-holder .mask img {
  position: absolute;
  bottom: 0;
}
.start-seite .teaser-holder .item:hover .image-holder {
  grid-column: 1/2;
  grid-row: 1/3;
  z-index: 1;
  align-self: end;
}
.start-seite .teaser-holder .item:hover .image-holder .mask {
  height: 520px;
  width: 380px;
  position: relative;
}
.start-seite .teaser-holder .item:hover .image-holder .mask .link {
  position: absolute;
  z-index: 200;
  opacity: 1;
}
.start-seite .pg-titel {
  display: none;
}
.start-seite #main h1,
.start-seite #main p {
  color: var(--gruen);
}
.start-seite .gridS {
  --content-maxwidth: 2000px !important;
}
.start-seite .gridS {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.start-seite .gridS #collagenBild {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  padding-top: 20vh;
  width: 100vw;
}
.start-seite .gridS #collagenBild img {
  width: 100%;
  height: auto;
  margin: 0 5rem 0 auto;
  max-width: 30%;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.start-seite .gridS #collagenText {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 10;
  margin: 0 auto;
}
.start-seite .gridS #collagenText h1 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: -5rem;
}
.start-seite .gridS.inView #collagenBild {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  padding-top: 20vh;
  width: 100vw;
}
.start-seite .gridS.inView #collagenBild img {
  width: 100%;
  height: auto;
  margin: 0 5rem 0 auto;
  max-width: 38%;
  opacity: 1;
}

#anchor-holder {
  display: flex;
  justify-content: space-between;
}
#anchor-holder a {
  text-decoration: none;
  background-color: var(--hell-gruen);
  color: var(--gruen);
  padding: 0.5rem;
}

.teaser-holder {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
}
.teaser-holder .i11 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.teaser-holder .i12 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.teaser-holder .i13 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.teaser-holder .i21 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.teaser-holder .i21 .link {
  color: #fff !important;
}
.teaser-holder .i21 .link a {
  color: #fff !important;
}
.teaser-holder .i22 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.teaser-holder .i23 {
  grid-column: 3/4;
  grid-row: 2/3;
}

#start-overlay-slider {
  position: relative;
  margin-top: -15rem;
  z-index: 100;
  font-size: 1.3rem;
  background: rgba(var(--gruen-rgba), 0.8);
  padding: 2rem 0;
}
#start-overlay-slider h1,
#start-overlay-slider p {
  color: var(--hell-gruen);
  max-width: 60vw;
  margin: 0 auto;
}

section > .fullwidth {
  grid-column: 1/3;
}

.teamgalerie figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
}
.teamgalerie figure h2 {
  font-family: "DM Sans";
  font-size: 1.875rem;
  padding: 0;
  margin: 0;
}
.teamgalerie figure img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}
.teamgalerie figure figcaption {
  position: absolute;
  grid-column: 1/2;
  grid-row: 1/2;
  background: rgba(var(--gold2-rgb), 0.8);
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: table;
  bottom: 20%;
  width: 80%;
  text-align: left;
}

#article-1530 {
  z-index: 10;
}

#article-2794 .content h1 {
  margin: 0;
}

#article-2800 .ce_form {
  position: relative;
  z-index: 300000;
  overflow: visible;
}
#article-2800 .ce_form .suchfeld {
  display: block;
  width: 100%;
}
#article-2800 .recent-memorials .btn-primary {
  color: #fff;
}
#article-2800 .recent-memorials .btn-primary:hover {
  color: #007c7c;
}

#article-1493 .column:nth-of-type(1) .content-image {
  position: relative;
  z-index: 0;
}
#article-1493 .column:nth-of-type(2) .bg-red {
  z-index: 0;
}
#article-1493 .bg-red a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.5rem;
}

#article-2276 {
  position: relative;
}
#article-2276 .insideCC {
  position: absolute;
  bottom: 3rem;
  width: 95vw;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
  display: flex;
  justify-content: space-between;
  z-index: 200;
}
#article-2276 .insideCC .arrow-prev.slick-disabled,
#article-2276 .insideCC .arrow-next.slick-disabled {
  opacity: 0 !important;
}
#article-2276 .insideCC .arrow-prev img,
#article-2276 .insideCC .arrow-next img {
  max-width: 30px;
}

body.pg-start .content-player video {
  width: 100%;
  height: auto;
}
body.pg-start #main .bg-red-row {
  background: var(--rot);
  color: #fff;
  padding: 1rem 0;
}
body.pg-start #main .bg-red-row h2 {
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 3rem;
}
body.pg-start #main .bg-red-row p {
  font-size: 1.5rem;
}
body.pg-start .leftT {
  background: rgba(var(--weiss-rgb), 0.8) !important;
  color: var(--gold2) !important;
}
body.pg-start .rightT {
  top: 10rem !important;
}
body.pg-start .teaserGrid {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 3rem;
}
body.pg-start .teaserGrid .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1rem;
  font-size: 3rem !important;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: relative;
}
body.pg-start .teaserGrid .item p {
  font-size: 3rem !important;
  padding: 0;
  margin: 0;
  line-height: 3rem !important;
  font-family: "Red Rose";
}
body.pg-start .teaserGrid .item .content-image {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: -1;
}
body.pg-start .teaserGrid .item .content-text {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 1rem;
  width: 65%;
  height: 45%;
  background: rgba(255, 255, 255, 0.8);
}
body.pg-start .teaserGrid .item .overlayText {
  grid-column: 1/2;
  grid-row: 1/2;
  background: rgba(152, 27, 27, 0.9);
  width: 50%;
  height: 45%;
  position: absolute;
  font-size: 1.5rem;
  color: #fff;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
body.pg-start .teaserGrid .item .overlayText a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
body.pg-start .teaserGrid .item img {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
body.pg-start .teaserGrid .item#i1 {
  color: var(--gold1);
}
body.pg-start .teaserGrid .item#i1 .content-text {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: auto;
}
body.pg-start .teaserGrid .item#i1 .overlayText {
  text-align: left;
  transform: translate(-50rem, 2rem);
  transition: all 0.5s ease-in-out;
  right: auto;
  left: 0;
  bottom: 0;
}
body.pg-start .teaserGrid .item#i1:hover .overlayText {
  transform: translate(-2rem, 2rem);
}
body.pg-start .teaserGrid .item#i2 {
  color: var(--gold1);
}
body.pg-start .teaserGrid .item#i2 .content-text {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: auto;
  background: rgba(var(--gold2-rgb), 0.8) !important;
}
body.pg-start .teaserGrid .item#i2 .content-text p {
  color: #fff;
}
body.pg-start .teaserGrid .item#i2 .overlayText {
  text-align: left;
  transform: translate(50rem, 2rem);
  transition: all 0.5s ease-in-out;
}
body.pg-start .teaserGrid .item#i2:hover .overlayText {
  transform: translate(2rem, 2rem);
}
body.pg-start .teaserGrid .item#i3 {
  color: var(--gold1);
}
body.pg-start .teaserGrid .item#i3 .content-text {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: auto;
  background: rgba(var(--gold2-rgb), 0.8) !important;
}
body.pg-start .teaserGrid .item#i3 .content-text p {
  color: #fff;
}
body.pg-start .teaserGrid .item#i3 .overlayText {
  text-align: left;
  transform: translate(-50rem, 2rem);
  transition: all 0.5s ease-in-out;
  right: auto;
  left: 0;
  bottom: 0;
}
body.pg-start .teaserGrid .item#i3:hover .overlayText {
  transform: translate(-2rem, 2rem);
}
body.pg-start .teaserGrid .item#i4 {
  color: var(--gold1);
}
body.pg-start .teaserGrid .item#i4 .content-text {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: auto;
}
body.pg-start .teaserGrid .item#i4 .overlayText {
  text-align: left;
  transform: translate(50rem, 2rem);
  transition: all 0.5s ease-in-out;
  right: 0;
  left: auto;
  bottom: 0;
}
body.pg-start .teaserGrid .item#i4:hover .overlayText {
  transform: translate(2rem, 2rem);
}
body.pg-start .teaserGrid img {
  width: 100%;
}
body.pg-start .teaserGrid .overlayText.content-text {
  background: rgba(119, 0, 20, 0.8) !important;
}

#left .mod_navigation {
  overflow-y: auto;
}
#left .mod_navigation ul.level_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  height: 80vh;
  width: 100vw;
  max-width: 998px;
  margin: 0 auto;
}
#left .mod_navigation ul.level_1 > li.submenu > a, #left .mod_navigation ul.level_1 > li.submenu > strong {
  font-size: 2rem !important;
  text-transform: none !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-style: normal;
  color: var(--gruen) !important;
  text-decoration: none;
}
#left .mod_navigation ul.level_1 li:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#left .mod_navigation ul.level_1 li:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#left .mod_navigation ul.level_1 li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
#left .mod_navigation ul.level_1 li:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}
#left .mod_navigation ul.level_1 li:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
#left .mod_navigation ul.level_1 li:nth-child(6) {
  grid-column: 3/4;
  grid-row: 2/3;
  z-index: 0;
}
#left .mod_navigation ul.level_1 li:nth-child(7) {
  grid-column: 3/4;
  grid-row: 2/3;
  z-index: 0;
  position: absolute;
  bottom: 0;
  margin-top: 5rem;
}
#left .mod_navigation ul.level_1 li:nth-child(8) {
  grid-column: 3/4;
  grid-row: 2/3;
}
#left .mod_navigation ul.level_1 li.menuTop a {
  font-size: 2.5rem !important;
  text-transform: none !important;
  font-style: italic;
  color: var(--hell-gruen) !important;
  text-decoration: none;
}
#left .mod_navigation ul.level_2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#left .mod_navigation ul.level_2 li {
  flex: 0 0 50%;
}

@media only screen and (max-width: 1150px) {
  #left .mod_navigation ul.level_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    height: 80vh;
    width: 100vw;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #left #navigation .mod_navigation ul.level_1 > li > a,
  #left #navigation .mod_navigation ul.level_1 strong {
    font-size: 1.8rem !important;
  }
  #left #navigation .mod_navigation ul.level_1 ul.level_2 > li > a,
  #left #navigation .mod_navigation ul.level_1 ul.level_2 strong {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 1000px) {
  #menu-head .inside {
    padding: 1rem 2rem;
  }
  #menu-head .inside a,
  #menu-head .inside h3 {
    font-size: 0.7rem !important;
    display: flex;
  }
  #menu-head .inside a:before,
  #menu-head .inside h3:before {
    background-size: 20px !important;
    margin-right: 0.2rem !important;
    height: 20px !important;
    width: 20px !important;
  }
}
@media only screen and (max-width: 920px) {
  #main #article-1570 .after-bg-red-right.content-gallery:after {
    width: 100vw;
    left: 0;
  }
  #article-2252 #anchor-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 850px) {
  #menu-head .inside {
    grid-column: full-width !important;
    width: 100% !important;
  }
  #logo {
    max-width: 150px;
  }
  html {
    font-size: 13px;
  }
  #header-image .teaserT .rightT,
  .header-image .teaserT .rightT {
    background: rgba(var(--rot-rgb), 0.8);
    color: #fff;
    font-size: 3rem;
    position: relative;
    font-family: "DM Sans";
    text-transform: uppercase;
    font-size: 1.875rem;
    padding: 2rem;
    left: -7rem;
    top: 7rem;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.055);
    transform: translateX(100vw);
    padding-right: 5rem;
    display: block;
    white-space: nowrap;
  }
  h1 {
    line-height: 3rem;
  }
}
@media only screen and (max-width: 810px) {
  #main .grid5050-inside.full-width .inside-grid {
    grid-template-columns: 1fr;
  }
  #main .grid5050-inside.full-width .inside-grid .column {
    grid-column: 1/2;
  }
  #main .content-gallery.flex ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  #header-image .teaserT,
  .header-image .teaserT {
    flex-direction: column;
  }
  #header-image .teaserT .rightT,
  .header-image .teaserT .rightT {
    top: -0.5rem !important;
    left: 2rem;
  }
  .teaser-holder {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    justify-items: center;
    row-gap: 0rem !important;
  }
  .teaser-holder .item {
    transform: scale(0.8);
    transform-origin: center;
  }
  .teaser-holder .i11 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .teaser-holder .i12 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .teaser-holder .i13 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .teaser-holder .i21 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .teaser-holder .i21 .link {
    color: #fff !important;
  }
  .teaser-holder .i22 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .teaser-holder .i23 {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  #main ._grid5050 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    max-width: 1400px;
    margin: 0 auto;
    gap: 3rem;
    width: 100%;
  }
  #main ._grid5050 .flex2 {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: 100%;
  }
  #main ._grid5050 .flex2 #mapFriedhof {
    width: 100vw !important;
    height: 300px;
  }
  #main ._grid5050 .ce_text.small {
    width: 100vw !important;
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 800px) {
  body.navi-white #menu-head .inside a,
  body.navi-white #menu-head .inside h3 {
    color: #000 !important;
  }
  body.navi-white #header h3.phone::before {
    content: "";
    background-image: url(../hg/phone.png);
  }
  body.navi-white #btn_filme::before,
  body.navi-white #btn_gedenkportal::before {
    content: "";
    background-image: url("../hg/btn_video.png") !important;
  }
  body.navi-white #btn_gedenkportal::before {
    background-image: url("../hg/btn_gp.png") !important;
  }
  #adressen .flexC.tr_musik {
    flex-direction: column;
  }
  #karte #listeFriedhoefe {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  #main .inside .grid4060,
  #main .inside .grid5050,
  #main .inside .grid6040 {
    grid-template-columns: 1fr;
    grid-gap: 5px 15px;
  }
  #main #article-2794 {
    overflow: visible;
  }
  #main #article-2794 .slide-content-holder {
    background: rgba(var(--gruen-rgba), 1) !important;
    width: 100vw;
    position: relative;
    top: 50px !important;
    z-index: 1000;
    display: flex;
    border: 0px;
    z-index: 2;
  }
  #main #article-2794 .slide-content-holder .insideC {
    display: grid;
    border: 0 !important;
    grid-template-columns: 50px 1fr 50px;
    text-align: center;
    width: 96vw;
    align-items: center;
    z-index: 1000;
    margin: 0 auto;
  }
  #main #article-2794 .slide-content-holder .insideC h2,
  #main #article-2794 .slide-content-holder .insideC h1 {
    color: var(--hell-gruen);
    font-size: 1.9rem;
    line-height: normal;
  }
  #main #article-2794 .slide-content-holder .insideC p {
    color: #fff;
    color: var(--hell-gruen);
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 680px) {
  html {
    font-size: 12px;
  }
  #main .margin-left-10 .after-bg-red-right.content-gallery:after {
    width: 100vw;
    left: 0vw;
    height: 850px;
    bottom: -50rem;
  }
  #main .margin-left-10 .after-bg-red-right.content-gallery + .content-text {
    margin-left: 0;
    padding: 2rem;
  }
  #main .grid6040 {
    grid-template-columns: 1fr;
  }
  #article-1588 .rte {
    padding-bottom: 1rem;
  }
  #main .grid5050 .row {
    grid-template-columns: 1fr;
  }
  #main .grid5050 .row div:nth-of-type(1) {
    grid-column: 1/2;
  }
  #main .grid5050 .row div:nth-of-type(2) {
    grid-column: 1/2;
  }
  #musik_items .m_item:nth-of-type(1),
  #musik_items .m_item:nth-of-type(2) {
    grid-column: 1/2 !important;
  }
  #main .rowF div:nth-of-type(1) {
    grid-column: 1/4;
  }
  #main .rowF div:nth-of-type(2) {
    grid-column: 1/4;
  }
  body.pg-start .teaserGrid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  #main ul.clickable li {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  #left #navigation .level_1 li.submenu {
    margin-bottom: 1rem;
  }
  #main h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  #left .mod_navigation ul.level_1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    height: 80vh;
    width: 100vw;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(4) {
    grid-column: 1/-1;
    grid-row: 4/5;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(5) {
    grid-column: 1/-1;
    grid-row: 5/6;
  }
  #left #navigation .mod_navigation ul.level_1 li:nth-child(6) {
    grid-column: 1/-1;
    grid-row: 6/7;
  }
  #left #navigation .mod_navigation ul.level_1 > li > a,
  #left #navigation .mod_navigation ul.level_1 strong {
    font-size: 1.8rem !important;
  }
  #left #navigation .mod_navigation ul.level_1 ul.level_2 > li > a,
  #left #navigation .mod_navigation ul.level_1 ul.level_2 strong {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 570px) {
  #main .grid5050 {
    grid-template-columns: 1fr;
  }
  #main .bg-red:before {
    width: 100vw;
    left: -3rem;
  }
  #main .grid5050-inside.full-width .fullwidth {
    grid-column: 1/3;
  }
  #main .grid5050-inside.full-width .inside-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .gridR {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
  .gridR .content-text {
    grid-column: 1/2 !important;
  }
  .gridR .content-text:nth-of-type(1) {
    grid-row: 1/2;
  }
  .gridR .content-text:nth-of-type(2) {
    grid-row: 2/3;
  }
  .gridR .content-text:nth-of-type(3) {
    grid-row: 3/4;
  }
  .gridR .content-text:nth-of-type(4) {
    grid-row: 4/5;
  }
  #main .slideText,
  #main .noslideText {
    grid-template-columns: 1fr;
  }
  section > .fullwidth {
    grid-column: 1/2;
  }
  #main .after-bg-red-left ul,
  #main .after-bg-red-right ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #map {
    height: 50vh !important;
  }
  #main #article-2199 .insideC {
    width: 95vw;
  }
}
@media only screen and (max-width: 530px) {
  .teaserT .leftT {
    font-size: 1.8rem !important;
    padding: 0.5rem;
  }
  .teaserT .rightT {
    font-size: 1.3rem !important;
    padding: 0.5rem;
  }
  .pg-start #header-image .teaserT .leftT,
  .pg-start .header-image .teaserT .leftT,
  .pg-start #header-image .teaserT .rightT,
  .pg-start .header-image .teaserT .rightT {
    padding-right: 1rem;
  }
  .pg-start #header-image .teaserT .leftT,
  .pg-start .header-image .teaserT .leftT {
    top: 1.6rem;
  }
  .insideC .content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .insideC .content h1 {
    padding-top: 0rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  main #article-2794 .slide-content-holder {
    height: 160px;
  }
  #main .slick-slide img {
    padding: 0 0.5rem !important;
  }
}
@media only screen and (max-width: 500px) {
  #main h1 {
    font-size: 3rem;
  }
  #header #menu-head .inside #top-center h3 {
    position: relative;
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
  #header #menu-head .inside #top-center img {
    max-width: 70%;
  }
  #left .mod_navigation ul.level_1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* height: 80vh; */
  }
  #left .mod_navigation ul.level_1 li:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #left .mod_navigation ul.level_1 li:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #left .mod_navigation ul.level_1 li:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #left .mod_navigation ul.level_1 li:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  #left .mod_navigation ul.level_1 li:nth-of-type(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  #left .mod_navigation ul.level_1 li:nth-child(6) {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  #left .mod_navigation ul.level_1 li:nth-child(7) {
    grid-column: 1/2;
    grid-row: 7/8;
    margin: 0;
  }
  #left .mod_navigation ul.level_1 li:nth-child(8) {
    grid-column: 1/2;
    grid-row: 8/9;
  }
  #main .bg-gruen {
    padding: 2rem 2rem;
  }
  #main .inside h1,
  #main .inside h2,
  #main .inside h3 {
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  #main .paddingTB {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #main #article-2788 {
    padding-top: 5rem;
  }
  #header #menu-head .inside #top-left img {
    position: relative;
    margin-top: 0rem;
  }
  #header h3 {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    color: var(--text-color);
  }
  #buch .flexC,
  #adressen .flexC {
    flex-direction: column;
    align-items: center;
  }
  #header #btn_gedenkportal::before, #menu-head .inside a:before, #menu-head .inside h3:before {
    background-size: 1rem !important;
    background-position: center left !important;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 10px;
  }
  .teaserT .leftT {
    font-size: 1.8rem !important;
    padding: 0.5rem;
  }
  .teaserT .rightT {
    font-size: 1.3rem !important;
    padding: 0.5rem;
  }
  .pg-start #header-image .teaserT .leftT,
  .pg-start .header-image .teaserT .leftT,
  .pg-start #header-image .teaserT .rightT,
  .pg-start .header-image .teaserT .rightT {
    padding-right: 1rem;
  }
  .pg-start #header-image .teaserT .leftT,
  .pg-start .header-image .teaserT .leftT {
    top: 2.5rem;
  }
  .pg-start #header-image .teaserT .rightT,
  .pg-start .header-image .teaserT .rightT {
    margin-top: 2rem;
  }
  #header #menu-head .inside {
    max-width: 100vw;
    margin-bottom: 1rem;
  }
  #header #menu-head .inside h3 {
    padding: 0;
    margin: 0;
  }
  #article-2053 h2 {
    font-size: 1.3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .teaserGrid .item .content-text .rte p,
  .teaserGrid .item .overlayText .rte p {
    font-size: 1.5rem !important;
    line-height: 1.7rem !important;
  }
  .teaserGrid .item .overlayText {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
  #main .after-bg-red-left li,
  #main .after-bg-red-right li {
    margin: 0.1rem;
  }
  #main ul.clickable li {
    flex: 0 0 98%;
  }
  #main .inside .inside-grid {
    padding-left: 0;
    padding-right: 0;
  }
  #main .inside,
  #main .content-center-overlay,
  #main .grid12.full-width,
  #footer .inside,
  #footer .content-center-overlay,
  #footer .grid12.full-width,
  #menu-head .inside,
  #menu-head .content-center-overlay,
  #menu-head .grid12.full-width {
    --content-maxwidth: var(--max-width-main);
    --padding-inline: 1.9rem;
    --breakout-maxwidth: 100rem;
  }
  .teaser-holder .item {
    transform: scale(1);
    transform-origin: center;
  }
  .start-seite .teaser-holder .item {
    max-width: 300px;
    border: 2px solid var(--gruen);
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    aspect-ratio: 19/32;
    row-gap: 0rem;
    margin-bottom: 1rem;
  }
  .start-seite .teaser-holder .item img {
    max-width: 100%;
    width: 100%;
  }
  .start-seite .teaser-holder .item:hover .image-holder {
    grid-column: 1/2;
    grid-row: 1/3;
    z-index: 1;
    align-self: end;
  }
  .start-seite .teaser-holder .item:hover .image-holder .mask {
    height: 390px;
    width: 290px;
    position: relative;
  }
  .start-seite .teaser-holder .item:hover .image-holder .mask .link {
    position: absolute;
    z-index: 200;
    opacity: 1;
  }
  .start-seite .teaser-holder .item .image-holder .mask {
    height: 330px;
    width: 290px;
    transition: all 0.3s ease-in-out;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    overflow: hidden !important;
    position: relative;
  }
}
@media only screen and (max-width: 360px) {
  .teaserT .leftT {
    font-size: 1.5rem !important;
    padding: 0.5rem;
  }
  .teaserT .rightT {
    font-size: 1.1rem !important;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  .maxw.grid12 .content-text {
    grid-column: 2/12 !important;
    grid-row: 1/-1;
    z-index: 10;
  }
}
@media only screen and (max-width: 600px) {
  .maxw.grid12 .content-text p {
    margin: 0;
    padding: 0;
  }
  body.start-seite .gridS #collagenText h1 {
    font-size: 3rem;
    margin: 0 1rem !important;
    font-weight: 300;
  }
  body.start-seite .gridS #collagenText p {
    margin: 0 1rem !important;
  }
}
@media only screen and (max-width: 1300px) {
  #article-2950 video {
    margin: 0 auto;
    max-width: 100%;
  }
  body.start-seite .gridS #collagenText h1 {
    margin-left: 1.5rem !important;
  }
  #article-2949 .rte {
    padding: 0 1rem !important;
  }
}/*# sourceMappingURL=aufbau.css.map */