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

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

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

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

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

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

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

#wrapper {
  min-height: 100vh;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #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);
  }
}
:root {
  --padding-inline: 3rem;
  --blau: #90a2bb;
  --dkblau: #022c52;
  --button-txt-size: 1.3rem;
  --head-txt-size: 3rem;
  --head-txt-p: 1.75rem;
  --button-width: 250px;
  --button-height: 55px;
  --button-pos-top: 70%;
  --button-pos-left: 20%;
}

#article-2322 .inside {
  max-width: 100% !important;
}

#teaser-holder {
  display: flex;
  width: 100vw;
}
#teaser-holder .teaser {
  flex: 0 0 35.5%;
  width: 36%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
#teaser-holder .teaser:hover .shape {
  background-size: 110% 110%;
}
#teaser-holder .teaser:hover .button {
  transform: translateX(0%);
  opacity: 1;
}
#teaser-holder .teaser:nth-of-type(2) .headP h2,
#teaser-holder .teaser:nth-of-type(2) .headP p {
  color: #fff;
}
#teaser-holder .teaser:nth-of-type(2) .button {
  transform: translateY(600%);
  opacity: 1;
}
#teaser-holder .teaser:nth-of-type(2):hover .button {
  transform: translateY(0%) !important;
  opacity: 1;
}
#teaser-holder .teaser:nth-of-type(3) .button {
  transform: translateX(500%);
  opacity: 1;
}
#teaser-holder .teaser:nth-of-type(3):hover .button {
  transform: translateX(0%) !important;
  opacity: 1;
}
#teaser-holder #t2 {
  transform: translateX(-10%);
}
#teaser-holder #t3 {
  transform: translateX(-20%);
  z-index: 1000;
}
#teaser-holder .shape {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

#main .headP {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
#main .headP h2 {
  color: var(--dkblau);
  font-size: var(--head-txt-size);
  font-family: "DM Serif Text";
  font-weight: 300;
  font-style: italic;
}
#main .headP p {
  font-size: var(--head-txt-p);
  font-family: "Roboto";
  color: #222;
  line-height: normal;
  text-shadow: 0px 0px 20px #fff;
}

#shape-1 {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  background-image: url("../bilder/start/teaser-1.jpg");
  background-position: center left;
}

#shape-2 {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background-image: url("../bilder/start/teaser-2.jpg");
  background-position: center bottom;
}

#shape-3 {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: url("../bilder/start/teaser-3.jpg");
  background-position: center right;
}

.button {
  position: absolute;
  top: var(--button-pos-top);
  left: var(--button-pos-left);
  width: var(--button-width);
  height: var(--button-height);
  transform: translateX(-50%);
  z-index: 500;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  background: #fff;
  color: #fff;
  font-family: "Roboto";
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  transition: all 0.5s ease-in-out;
  transform: translateX(-300%);
  opacity: 0;
}
.button .txt {
  grid-column: 1/-1;
  grid-row: 1/-1;
  padding: 0.7rem;
  z-index: 6000;
  font-size: var(--button-txt-size);
  text-align: center;
  align-items: center;
  justify-content: center;
}
.button .txt a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
}
.button .inside {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: var(--blau);
  transition: all 0.5s ease-in-out;
  transform: translateX(-101%);
}
.button .smallB {
  clip-path: polygon(1% 1%, 99% 1%, 95% 92%, 1% 92%);
  position: absolute;
  z-index: 2000;
  background-color: var(--dkblau);
  top: 2px;
  left: 1px;
  width: 99%;
  height: 99%;
}
.button:hover .inside {
  transform: translate(0%);
  opacity: 1;
}
.button:hover .txt {
  color: var(--dkblau);
}

@media only screen and (max-width: 1350px) {
  :root {
    --button-txt-size: 1rem;
    --head-txt-size: 2rem;
    --head-txt-p: 1.25rem;
    --button-width: 150px;
    --button-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  :root {
    --button-txt-size: 1rem;
    --head-txt-size: 2rem;
    --head-txt-p: 1.25rem;
    --button-width: 150px;
    --button-height: 45px;
    --button-pos-top: 80%;
  }
}
@media only screen and (max-width: 750px) {
  :root {
    --button-txt-size: 0.8rem;
    --head-txt-size: 1.5rem;
    --head-txt-p: 1rem;
    --button-width: 120px;
    --button-height: 35px;
    --button-pos-top: 80%;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --button-txt-size: 1.8rem;
    --head-txt-size: 3.5rem;
    --head-txt-p: 1.75rem;
    --button-width: 200px;
    --button-height: 45px;
    --button-pos-top: 70%;
    --button-pos-left: 20%;
  }
  #teaser-holder {
    display: flex;
    width: 100vw;
    flex-direction: column;
  }
  #teaser-holder .teaser {
    flex: 0 0 100%;
    width: 100%;
  }
  #shape-1,
  #shape-2,
  #shape-3 {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  #t2,
  #t3 {
    transform: translateX(0) !important;
  }
  .button .txt a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  :root {
    --button-txt-size: 1.5rem;
    --head-txt-size: 2rem;
    --head-txt-p: 1.5rem;
    --button-width: 200px;
    --button-height: 45px;
    --button-pos-top: 70%;
    --button-pos-left: 20%;
  }
  .button .txt a {
    font-size: 1.5rem;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.eot") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

#header {
  padding: 1rem 1rem 0rem 1rem;
  background-color: #fff;
  color: var(--text-color);
  background-image: url("../hg/verlauf.webp");
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100vw;
}
#header :root {
  --main-bg: #000000;
  --text-color: #000;
  --accent-bg: #cce5c2;
  --font-base: clamp(0.9rem, 1vw + 0.5rem, 1.1rem);
  --font-base: 1.1rem;
  --font-small: clamp(0.75rem, 0.6vw + 0.4rem, 0.9rem);
}
#header .header-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto auto;
  gap: 0.5rem;
  align-items: center;
  width: calc(100% - 1rem);
  font-size: 1.375rem;
}
#header address {
  font-style: normal;
}
#header .header-phone {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  position: relative;
}
#header .header-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 1.875rem;
  display: block;
}
#header .header-phone a:hover {
  text-decoration: underline;
}
#header .header-phone a span {
  display: block;
  font-size: 1rem;
}
#header .header-phone:before {
  content: url("../hg/247_weiss.png");
  position: absolute;
  width: 96px;
  height: 96px;
  left: -7rem;
  top: 50%;
  transform: translateY(-50%);
}
#header .smedia {
  grid-column: 1/-1;
  grid-row: 2/3;
}
#header .smedia img {
  margin: 0.2rem;
}
#header .smedia p {
  color: #fff;
  font-size: 0.7rem;
}
#header .smedia p.flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-logo {
  height: auto;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
}
#header .header-logo img {
  width: 100%;
  max-width: 313px;
  height: auto;
}
#header h3 {
  font-size: var(--font-base);
  color: var(--gruen);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header .header-email {
  grid-column: 2/4;
  grid-row: 1/2;
  position: relative;
  margin-left: 1.5rem;
}
#header .header-email::before {
  content: url("../icons/mail-head.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
#header .header-email a {
  color: var(--text-color);
  text-decoration: none;
  word-break: break-word;
}
#header .header-email a:hover {
  text-decoration: underline;
}
#header nav.header-nav {
  grid-column: 1/4;
  grid-row: 1/3;
}
#header nav.header-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}
#header nav.header-nav ul li a {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  padding: 0.2rem;
  color: var(--rot);
}
#header nav.header-nav ul li a.highlight {
  background-color: var(--text-color);
  color: var(--main-bg);
}
#header nav.header-nav ul li a:hover {
  opacity: 0.8;
}
#header > .inside {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}
#header .header-menu {
  grid-column: 3/4;
  grid-row: 1/2;
  height: 100%;
  align-self: center;
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
#header .header-menu button {
  background: none;
  border: none;
  color: var(--text-color);
  cursor: pointer;
  font-weight: bold;
  font-size: var(--font-small);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#header .menu-iconT {
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#header .menu-iconT span:nth-child(1) {
  width: 100%;
}
#header .menu-iconT span:nth-child(2) {
  width: 60%;
}
#header .menu-iconT span:nth-child(3) {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
#header .menu-iconT span {
  height: 2px;
  background-color: #8b1f4a; /* similar to the color in your image */
  transition: width 0.3s ease;
}
#header .menu-iconT:hover span:nth-child(2), #header .menu-iconT:hover span:nth-child(3) {
  width: 100%;
}
#header .menu-iconT div {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
  color: var(--rot);
}
#header .menu-iconT:hover div {
  transform: scale(0.7) translate(1rem, -0.7rem);
}
#header .header-contact {
  font-size: var(--font-small);
  line-height: 1.5;
  grid-row: 2/3;
}
#header .header-contact.c1 {
  grid-column: 2/4;
}
#header .header-contact.c2 {
  grid-column: 4/6;
  align-self: end;
}
#header .header-contact.c3 {
  grid-column: 6/8;
  align-self: end;
}
#header .header-contact a {
  color: var(--text-color);
  text-decoration: none;
}
#header .header-contact a:hover {
  text-decoration: underline;
}
#header .header-contact p {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 1.5rem;
  font-size: var(--font-base);
  text-transform: uppercase;
  font-weight: 500;
}
#header .header-contact p.standort {
  cursor: pointer;
}
#header .header-contact p.standort::before {
  content: url("../icons/standort-head.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
#header .header-contact p.telefon::before {
  content: url("../icons/phone-head.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
#header .header-contact p.telefon a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 1150px) {
  #header .header-grid {
    display: grid;
    grid-template-columns: 40% 40% 20%;
    grid-template-rows: auto auto;
    gap: 0.5rem;
    align-items: center;
    width: calc(100% - 1rem);
    font-size: 1.375rem;
  }
  #header .header-grid .header-menu img {
    width: 38px;
    height: auto;
  }
  #header .menu-iconT {
    align-items: flex-end;
  }
  .header-phone:before {
    transform: translateY(-50%) scale(0.6) !important;
  }
}
@media (max-width: 950px) {
  #header .header-grid {
    display: grid;
    grid-template-columns: 45% 45% 10%;
    grid-template-rows: auto auto;
    gap: 0.5rem;
    align-items: center;
    width: calc(100% - 1rem);
    font-size: 1.375rem;
  }
}
.carousel {
  position: relative;
  width: 90vw;
  max-width: 1500px;
  height: 500px;
  perspective: 1000px;
  margin: 0 auto;
}
.carousel h2 {
  font-size: 1.2rem !important;
  text-align: center;
  font-style: italic;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel .item {
  position: absolute;
  top: 50%;
  width: 200px;
  max-width: 25vw;
  height: auto;
  transform-style: preserve-3d;
  transition: transform 0.8s ease, left 0.8s ease, z-index 0.3s;
  cursor: pointer;
}

.carousel .item.left {
  left: 50%;
  transform: translate(calc(-50% - 300px), -50%) rotateY(5deg) scale(1);
  z-index: 1;
}

.carousel .item.center {
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg) scale(2);
  z-index: 2;
}

.carousel .item.right {
  left: 50%;
  transform: translate(calc(-50% + 300px), -50%) rotateY(-5deg) scale(1);
  z-index: 1;
}

.carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none; /* to allow click on wrapper */
}

.carousel .item.center:before {
  content: url("../hg/downC.png");
  position: absolute;
  z-index: 2000;
  height: 50px;
  width: 50px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.5);
}

@media (max-width: 500px) {
  .carousel {
    position: relative;
    width: 90vw;
    max-width: 1500px;
    height: 220px;
    perspective: 1000px;
    margin: 0 auto;
  }
  .carousel h2 {
    font-size: 1.2rem !important;
    text-align: center;
    font-style: italic;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel .item {
    position: absolute;
    top: 50%;
    width: 200px;
    max-width: 25vw;
    height: auto;
    transform-style: preserve-3d;
    transition: transform 0.8s ease, left 0.8s ease, z-index 0.3s;
    cursor: pointer;
  }
  .carousel .item.left {
    left: 50%;
    transform: translate(calc(-50% - 150px), -50%) rotateY(5deg) scale(1);
    z-index: 1;
  }
  .carousel .item.center {
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg) scale(2);
    z-index: 2;
  }
  .carousel .item.right {
    left: 50%;
    transform: translate(calc(-50% + 150px), -50%) rotateY(-5deg) scale(1);
    z-index: 1;
  }
  .carousel .item img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none; /* to allow click on wrapper */
  }
}
#footer {
  --paddingLR: 1rem;
  --font-size-footer: 1.275rem;
  --left-margin-icons: -2.5rem;
  background: #3c79bd;
  background: var(--gradient-reverse);
  padding: 2rem var(--paddingLR);
  position: relative;
}
#footer::before {
  content: "";
  background: url("../hg/ornamente.webp");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
}
#footer :root {
  --main-bg: var(--grau);
  --text-color: #000;
  --accent-color: #000;
  --font-base: 1.1rem;
  --font-small: clamp(0.7rem, 0.5vw + 0.4rem, 0.9rem);
}
#footer .inside {
  padding: 2rem 1rem;
}
#footer .inside .row {
  width: 100%;
}
#footer .inside .row.second {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#footer .inside .row.second .column:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  font-size: var(--font-size-footer);
}
#footer .inside .row.second .column:nth-of-type(1) a {
  margin-right: 3rem;
  text-decoration: none;
  font-size: var(--font-size-footer);
}
#footer .inside .row.second .column:nth-of-type(2) {
  grid-column: 3/5;
  grid-row: 1/2;
  display: flex;
  font-size: var(--font-size-footer);
  justify-content: flex-end;
}
#footer .inside .row.second .column:nth-of-type(2) p.flex {
  display: flex;
  align-items: center;
}
#footer .inside .row.second .column:nth-of-type(2) p.flex img {
  margin-left: 1rem;
}
#footer .inside .row.second nav {
  grid-column: 1/3;
  flex: 0 0 50%;
}
#footer .inside .row.second .footer-icons {
  grid-column: 4/5;
  flex: 0 0 50%;
  justify-self: flex-start;
}
#footer .inside .row.second .footer-icons ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#footer .inside .footer-grid,
#footer .inside .footer-grid-top {
  display: grid;
  grid-template-columns: 33% 1fr 33%;
  gap: 2rem;
  align-items: start;
  color: #ffffff;
  justify-items: center;
}
#footer .inside .footer-grid a,
#footer .inside .footer-grid-top a {
  color: #ffffff;
}
#footer .inside .footer-grid .row-logo,
#footer .inside .footer-grid-top .row-logo {
  grid-column: 1/2;
}
#footer .inside .footer-grid .row-adress,
#footer .inside .footer-grid-top .row-adress {
  grid-column: 2/3;
}
#footer .inside .footer-grid .row-adress a,
#footer .inside .footer-grid .row-adress p,
#footer .inside .footer-grid-top .row-adress a,
#footer .inside .footer-grid-top .row-adress p {
  font-size: var(--font-size-footer) !important;
}
#footer .inside .footer-grid .row-adress p.head,
#footer .inside .footer-grid-top .row-adress p.head {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}
#footer .inside .footer-grid .row-adress .adresse,
#footer .inside .footer-grid-top .row-adress .adresse {
  position: relative;
}
#footer .inside .footer-grid .row-adress .adresse::before,
#footer .inside .footer-grid-top .row-adress .adresse::before {
  content: url("../icons/standort.png");
  position: absolute;
  width: 20px;
  height: 1rem;
  left: var(--left-margin-icons);
}
#footer .inside .footer-grid .row-adress .phone,
#footer .inside .footer-grid-top .row-adress .phone {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
#footer .inside .footer-grid .row-adress .phone::before,
#footer .inside .footer-grid-top .row-adress .phone::before {
  content: url("../icons/hoerer.png");
  position: absolute;
  width: 20px;
  height: 1rem;
  left: var(--left-margin-icons);
  top: 0.3rem;
}
#footer .inside .footer-grid .row-adress .flex,
#footer .inside .footer-grid-top .row-adress .flex {
  display: flex;
  align-items: center;
}
#footer .inside .footer-grid .row-adress .flex .column,
#footer .inside .footer-grid-top .row-adress .flex .column {
  flex: 0 0 45%;
}
#footer .inside .footer-grid .row-adress .flex .column a,
#footer .inside .footer-grid-top .row-adress .flex .column a {
  display: block;
}
#footer .inside .footer-grid .row-adress b,
#footer .inside .footer-grid-top .row-adress b {
  text-transform: uppercase;
}
#footer .inside .footer-grid .footer-nav,
#footer .inside .footer-grid-top .footer-nav {
  grid-column: 3/4;
  align-self: flex-start;
  justify-self: flex-end;
  flex-wrap: wrap;
}
#footer .inside .footer-grid .footer-logo,
#footer .inside .footer-grid-top .footer-logo {
  text-align: center;
}
#footer .inside .footer-grid .footer-logo img,
#footer .inside .footer-grid-top .footer-logo img {
  height: auto;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-left: 0;
  max-width: 390px;
}
#footer .inside .footer-grid .footer-contact h4,
#footer .inside .footer-grid-top .footer-contact h4 {
  margin: 0 0 0.5rem;
  font-weight: bold;
}
#footer .inside .footer-grid .footer-contact h3,
#footer .inside .footer-grid-top .footer-contact h3 {
  font-weight: 300;
}
#footer .inside .footer-grid .footer-contact a,
#footer .inside .footer-grid-top .footer-contact a {
  text-decoration: none;
}
#footer .inside .footer-grid .footer-contact a:hover,
#footer .inside .footer-grid-top .footer-contact a:hover {
  text-decoration: underline;
}
#footer .inside .footer-grid .footer-contact p,
#footer .inside .footer-grid-top .footer-contact p {
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-left: 1.5rem;
  font-size: var(--font-base);
  position: relative;
}
#footer .inside .footer-grid .footer-contact p.standort,
#footer .inside .footer-grid-top .footer-contact p.standort {
  cursor: pointer;
}
#footer .inside .footer-grid .footer-contact p.standort::before,
#footer .inside .footer-grid-top .footer-contact p.standort::before {
  content: url("../icons/standort-footer.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
}
#footer .inside .footer-grid .footer-contact p.telefon::before,
#footer .inside .footer-grid-top .footer-contact p.telefon::before {
  content: url("../icons/phone-footer.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
#footer .inside .footer-grid .footer-contact p.telefon a,
#footer .inside .footer-grid-top .footer-contact p.telefon a {
  text-decoration: none;
}
#footer .inside .footer-grid .footer-email,
#footer .inside .footer-grid-top .footer-email {
  align-self: center;
  font-size: 1rem;
  word-break: break-word;
  position: relative;
  margin-left: 1.5rem;
}
#footer .inside .footer-grid .footer-email::before,
#footer .inside .footer-grid-top .footer-email::before {
  content: url("../icons/mail-footer.png");
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
#footer .inside .footer-grid .footer-email a,
#footer .inside .footer-grid-top .footer-email a {
  text-decoration: none;
  font-size: var(--font-base);
  font-size: 1.1rem;
}
#footer .inside .footer-grid .footer-links,
#footer .inside .footer-grid-top .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: var(--font-base);
  flex-direction: row;
}
#footer .inside .footer-grid .footer-links ul,
#footer .inside .footer-grid-top .footer-links ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
  padding-left: 0;
}
#footer .inside .footer-grid .footer-links a,
#footer .inside .footer-grid-top .footer-links a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--font-size-footer);
}
#footer .inside .footer-grid .footer-links a:hover,
#footer .inside .footer-grid-top .footer-links a:hover {
  text-decoration: underline;
}
#footer .inside .footer-grid .footer-note,
#footer .inside .footer-grid-top .footer-note {
  grid-column: 1/-1;
  font-size: var(--font-small);
  color: var(--accent-color);
  font-weight: 500;
  width: clamp(300px, 70vw, 950px);
  margin: 0 auto;
  text-align: center;
}
#footer .inside .footer-grid .footer-icons,
#footer .inside .footer-grid-top .footer-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#footer .inside .footer-grid .footer-icons img,
#footer .inside .footer-grid-top .footer-icons img {
  height: 40px;
  width: auto;
}
#footer .inside .footer-grid-top {
  display: flex;
  flex-direction: column;
}
#footer .inside .footer-grid {
  align-items: end;
}

@media only screen and (max-width: 1760px) {
  #footer .inside .footer-grid {
    display: grid;
    grid-template-columns: 25% 1fr 20%;
    grid-template-rows: auto auto;
    gap: 2rem;
    align-items: start;
    color: #000;
    justify-items: center;
  }
  #footer .inside .footer-grid .row-logo {
    grid-column: 1/2;
  }
  #footer .inside .footer-grid .row-logo #logo-footer {
    max-width: 90%;
  }
  #footer .inside .footer-grid .row-adress {
    grid-column: 2/3;
  }
  #footer .inside .footer-grid .footer-nav {
    grid-column: 3/4;
  }
  #footer .inside .footer-grid .footer-nav ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1020px) {
  #footer .inside .footer-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 2rem;
    align-items: start;
    color: #000;
    justify-items: center;
  }
  #footer .inside .footer-grid .row-logo {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 2rem;
  }
  #footer .inside .footer-grid .row-adress {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding: 2rem;
  }
  #footer .inside .footer-grid .footer-nav {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 2rem;
  }
}
@media (max-width: 800px) {
  #footer {
    --left-margin-icons: -3.5rem;
  }
  #footer .inside .row.second {
    grid-template-rows: auto auto;
    justify-items: center;
  }
  #footer .inside .row.second .column:nth-of-type(1) {
    grid-column: 1/-1;
    grid-row: 1/2;
    text-align: center;
  }
  #footer .inside .row.second .column:nth-of-type(1) a {
    margin: 0 1rem;
  }
  #footer .inside .row.second .column:nth-of-type(2) {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  #footer .inside .footer-grid .row-adress .flex,
  #footer .inside .footer-grid-top .row-adress .flex {
    justify-content: center;
  }
}
@media (max-width: 470px) {
  #footer .inside .footer-grid .row-adress .flex,
  #footer .inside .footer-grid-top .row-adress .flex {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #footer .inside .footer-grid .row-adress .flex .column,
  #footer .inside .footer-grid-top .row-adress .flex .column {
    margin-bottom: 2rem;
  }
}
/* 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;
} 
#popnav {
  position: absolute;
  width: 100vw;
  background: #3c79bd;
  background: linear-gradient(90deg, rgb(60, 121, 189) 0%, rgb(97, 68, 149) 50%, rgb(56, 42, 133) 100%);
  z-index: 100;
  top: 50px;
  transition: all 0.3s ease-in-out;
  padding: 1rem 0;
}
#popnav ul.level_1 {
  margin-left: 300px;
  display: flex;
  background: var(--gruen);
  z-index: 200;
}
#popnav ul.level_1 ul.level_2 {
  display: flex;
  flex-direction: column;
}
#popnav .sf-menu a,
#popnav .sf-menu strong,
#popnav .sf-menu span,
#popnav .sf-menu span.trail.submenu {
  color: #fff;
  font-size: 20px !important;
}
#popnav .sf-menu ul li {
  background: #fff;
}
#popnav .sf-menu ul.level_1 {
  z-index: 100;
  border: 2px solid #ff0000;
}
#popnav .sf-menu ul.level_1 > li {
  background: var(--blau-navi);
  background-color: #ff0000 !important;
  z-index: 100;
}
#popnav .sf-menu ul.level_2 {
  z-index: -10;
}
#popnav .sf-menu .level_2 a,
#popnav .sf-menu .level_2 strong,
#popnav .sf-menu .level_2 span {
  padding-right: 2rem;
  font-size: 20px !important;
}
#popnav .sf-menu .level_2 span {
  color: #fff !important;
}
#popnav .sf-menu li.trail.submenu > a {
  color: #fff;
}
#popnav .sf-menu li.forward.trail.submenu span.forward.trail.submenu {
  color: #fff;
}
#popnav .sf-menu li.forward.trail.submenu span.forward.trail.submenu:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  border-top-color: rgba(255, 255, 255, 0.5);
}
#popnav .sf-menu span.active {
  padding: 15px 5% 15px 5% !important;
  font-size: 20px !important;
  color: #fff;
  text-decoration: none !important;
}
#popnav .sf-menu a:after,
#popnav span.forward.trail.submenu:after {
  padding-left: 0 !important;
}

body.navslide #popnav {
  transform: translateY(78px);
}

#left {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow-y: auto;
  background: #3c79bd;
  background: var(--gradient);
  z-index: 20000;
  margin-left: 0;
  transform-origin: center top;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
#left #navigation #navHolder {
  overflow-y: scroll;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 5% 95%;
  gap: 10%;
  height: 100vh;
}
#left #navigation #navHolder .row {
  width: 100%;
}
#left #navigation #navHolder .row .level_1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
#left #navigation #navHolder .row .level_1 li {
  position: relative;
  z-index: 1;
  flex: 0 0 30%;
  z-index: 20;
}
#left #navigation #navHolder .row .level_1 li a,
#left #navigation #navHolder .row .level_1 li strong {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 1rem 0.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-style: normal;
  text-transform: none;
  font-family: var(--font);
  text-transform: uppercase;
}
#left #navigation #navHolder .row .level_1 li a.active,
#left #navigation #navHolder .row .level_1 li strong.active {
  color: #fff;
}
#left #navigation #navHolder .row .level_1 li strong {
  color: #fff;
}
#left #navigation #navHolder .row .level_1 li .level_2 {
  list-style: none !important;
  margin-left: 0;
  padding-left: 8px;
  top: 0;
  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: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 0;
  line-height: 2.5rem;
  font-family: var(--font);
  text-transform: none;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  transform-origin: left center;
}
#left #navigation #navHolder .row .level_1 li .level_2 a:hover,
#left #navigation #navHolder .row .level_1 li .level_2 strong:hover {
  transform: scale(0.9);
  text-decoration: underline;
}
#left #navigation #navHolder .row .level_1 li .level_2 strong {
  color: #b1b1b1 !important;
}
#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 .level_1 li.submenu {
  margin-bottom: 5rem;
}
#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 .row.second .level_1 {
  height: 80%;
}
#left #navigation #navHolder::after {
  display: none;
}
#left strong.kontakthead,
#left a.kontakthead {
  display: none !important;
}

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

.hamburger-active #left {
  transform: scale(1);
}

@media only screen and (max-width: 960px) {
  #left #navigation #navHolder .row .level_1 li {
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 800px) {
  #left #navigation #navHolder .row .level_1 li {
    flex: 0 0 45%;
  }
  #left #navigation #navHolder .row .level_1 li.submenu {
    margin-bottom: 2rem;
  }
}
@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: 1.8rem;
  }
}
@media only screen and (max-width: 380px) {
  #left #navigation #navHolder .row .level_1 li {
    flex: 0 0 100%;
  }
  #left #navigation #navHolder .row .level_1 li a,
  #left #navigation #navHolder .row .level_1 li strong {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) {
  #left #navigation .level_1 li.submenu {
    flex: 0 0 100%;
  }
  .columnT {
    width: 100%;
    flex: 0 0 100%;
  }
  #left #navigation .level_1 li {
    text-align: center;
  }
  #left #navigation #navHolder .row.second .level_1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1350px) {
  #popnav {
    display: none;
  }
}

#kontakt-form .formbody {
  padding: 2rem;
}
#kontakt-form .formbody h2 {
  color: #fff;
  text-transform: uppercase;
}
#kontakt-form .formbody legend,
#kontakt-form .formbody label {
  color: #fff;
}
#kontakt-form .formbody #send {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#kontakt-form .formbody #send div:nth-of-type(1) {
  flex: 0 0 auto;
}
#kontakt-form .formbody #send div:nth-of-type(2) {
  flex: 0 0 auto;
}
#kontakt-form .formbody #send div:nth-of-type(3) {
  flex: 0 0 auto;
  text-align: right;
  padding-right: 1rem;
}
#kontakt-form .formbody #ctrl_27 {
  width: calc(50% - 1rem);
  padding: 0.8rem;
  border: none;
}
#kontakt-form .formbody #lbl_25_0 {
  color: #FFF;
  font-style: italic;
}
#kontakt-form .formbody #ctrl_25 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kontakt-form .formbody .flexCC {
  width: 100%;
}
#kontakt-form .formbody .flexrow {
  display: flex;
  padding: 2rem 0;
}
#kontakt-form .formbody .flexrow label {
  display: block;
}
#kontakt-form .formbody .flexrow input[type=text] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .flexrow input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .flexrow textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .flexrow .column {
  flex: 0 0 50%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#kontakt-form .formbody .flexrow .column input[type=text] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .flexrow .column input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .flexrow .column textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
  height: 100%;
}
#kontakt-form .formbody .secondK input[type=text] {
  width: calc(100% - 1rem);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .secondK input[type=email] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .secondK textarea {
  width: calc(100% - 1rem);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: 0;
}
#kontakt-form .formbody .secondK .widget {
  margin-bottom: 2rem;
}
#kontakt-form fieldset {
  border: 0;
}
#kontakt-form .explanation {
  color: var(--blau);
  font-weight: 500;
}
#kontakt-form label {
  color: var(--blau);
  font-weight: 500;
}
#kontakt-form button {
  background-color: var(--hgruen);
  color: var(--gruen);
  border: 0;
  border: 0;
  padding: 0.5rem;
  font-weight: 500;
  border-radius: 0;
}

#ctrl_30 {
  border: 0;
}

.select {
  display: block;
}

#ctrl_27 {
  padding: 0.3rem;
}

.explanation em {
  font-size: 1rem;
}

.flexrow .widget {
  flex: 0 0 calc(50% - 1rem);
  margin-right: 1rem;
}

@media only screen and (max-width: 550px) {
  #kontakt .formbody .flexform {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #kontakt-form .formbody .flexrow {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
  }
}
#pg-erste-schritte {
  background: url(../timm/bg-erste-schritte.webp);
  background-size: cover;
}

#pg-kosten {
  background: url(../timm/angebot/bg-kosten.webp);
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 30rem !important;
  background-repeat: no-repeat;
}

#pg-beileid {
  background: url(../timm/rat/beileid.webp);
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 3rem !important;
}

#sternenkinder {
  background: url(../timm/rat/sternenkinden.webp);
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 3rem !important;
}

#historie {
  background: url(../timm/familie/Rechteck-33.webp);
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 5rem !important;
}
#historie .columnH .column:nth-of-type(2) {
  padding-left: 2rem;
  align-self: center;
  justify-self: center;
}

#gedenkportal {
  background: url(../timm/aktuelles/bg-gedenkportal.webp);
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 3rem !important;
}

#hospize {
  background: url(../timm/rat/hospize.webp);
  background-size: cover;
  background-position: center;
}

#gedenkportal {
  background: url(../timm/bg-gedenkportal.webp);
  background-size: cover;
  min-height: 600px;
}
#gedenkportal .inside {
  align-items: start !important;
}

@media only screen and (max-width: 750px) {
  #pg-kosten {
    background: url(../timm/angebot/bg-kosten-narrow.webp);
    background-size: 100% auto;
    background-position: center;
    padding-bottom: 30rem !important;
    background-repeat: no-repeat;
  }
}
: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;
}

#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: "Ysabeau";
  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;
  }
}

.mod_newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mod_newslist .layout_latest {
  box-sizing: border-box;
  max-width: 450px;
  position: relative;
  margin: 0rem;
  background: #fff;
  overflow: hidden;
  min-width: 300px;
  background: url(../bg/hg-news.svg);
  background-size: cover;
  background-position: center;
}
.mod_newslist .layout_latest .image_container {
  padding: 1rem;
}
.mod_newslist .image_container {
  width: 100%;
  overflow: hidden;
}
.mod_newslist h2 {
  position: static;
  top: 10px;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  margin: 0;
  padding: 5px;
}
.mod_newslist h2 a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}
.mod_newslist h2 + .ce_text {
  padding-bottom: 30px;
}
.mod_newslist h2 + .ce_text p {
  color: #fff !important;
  font-size: 1rem !important;
  padding: 0.5rem 1rem;
  font-weight: 100 !important;
}
.mod_newslist p.info {
  display: none;
}
.mod_newslist .more {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 1px;
  margin: 0;
}
.mod_newslist .more a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem !important;
  text-transform: lowercase;
  padding: 2px 5px 2px 15px;
}
.mod_newslist .more a::before {
  content: "»";
  padding-right: 5px;
}

#aktuellesSlider {
  overflow: hidden;
  width: 100%;
}

.mod_newsreader .info {
  display: none;
}
.mod_newsreader .content-text h2 {
  margin-bottom: 2rem !important;
}

.back a {
  background: url(../bg/hg-slider.svg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
}

.media--left > figure {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.media--right > figure {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 500px) {
  .mod_newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mod_newslist .layout_latest {
    margin: 1rem;
  }
}
:root {
  --padding-inline: 3rem;
  --txt-color: #3c3c3c;
  --txt-color-grau: #8e8e8e;
  --lila: #6136b9;
  --pink: #a139a1;
  --pink2: #60365a;
  --orange: #eb6024;
  --blau: #3450cf;
  --rot: #a30018;
  --white: #fff;
  --max-width-text: 1200px;
  --max-width-full: 1600px;
  --max-width-main: 1790px;
  --max-width-navi: 1200px;
  --gap-flex: 5rem;
  --head-height: 138px;
  --max-width-main: 1790px;
  --centerContentWidth: 1130px;
  --font: "Open Sans";
  --padding-section: 10rem;
  --gradient: linear-gradient(270deg, rgba(60, 121, 189, 1) 0%, rgba(97, 68, 149, 1) 50%, rgba(56, 42, 133, 1) 100%);
  --gradient-reverse: linear-gradient(90deg, rgba(60, 121, 189, 1) 0%, rgba(97, 68, 149, 1) 50%, rgba(56, 42, 133, 1) 100%);
}

@view-transition {
  navigation: auto;
}
html {
  font-size: 16px;
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: var(--txt-color);
  font-family: var(--font);
}

* {
  box-sizing: border-box;
}

:focus-visible {
  outline: 0px solid #fff;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#sliderR {
  display: none;
}

#hinweis {
  position: absolute;
  color: #fff;
  font-size: 0.7rem;
  max-width: 300px;
  border: 1px solid #fff;
  padding: 0.2rem;
}

#btn-slide-right {
  position: fixed;
  right: 0;
  top: 15rem;
  z-index: 1000;
}
#btn-slide-right .first {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 0.8rem 0.2rem;
  z-index: 250;
  position: relative;
}
#btn-slide-right .second {
  position: absolute;
  right: 0;
  transform: translate(100%, -3rem);
  transition: all 0.3s ease-in-out;
  padding-left: 20rem;
  border-radius: 50%;
  overflow: visible;
  overflow: visible;
  width: 600px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  z-index: 150;
}
#btn-slide-right .second #buttonP {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 20;
  display: flex;
  flex-direction: column;
  display: inline-block;
  margin-right: 20rem;
  justify-items: flex-end;
}
#btn-slide-right .second #circle-bg {
  grid-column: 1/2;
  grid-row: 1/2;
  transform: translateX(-10%);
  z-index: 1;
  width: 600px;
  height: 600px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='50' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#btn-slide-right.show .second {
  transform: translate(-30px, -3rem);
}
#btn-slide-right .sbutton {
  background: var(--hgruen);
  margin-bottom: 0.5rem;
  border-radius: 20px;
  padding: 0.8rem;
  color: #464545;
  text-decoration: none;
  font-size: 1.5rem;
  cursor: pointer;
}
#btn-slide-right .sbutton a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
#btn-slide-right .gbutton {
  margin-bottom: 0.5rem;
  padding: 0.8rem 0.2rem;
  cursor: pointer;
  color: #464545;
  text-decoration: none;
  font-size: 1.5rem;
}
#btn-slide-right .gbutton a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
#btn-slide-right .circle-bg {
  width: 100px;
  height: 100px;
  background-color: black; /* Optional: to make the white circle visible */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='40' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

#main #koenigsbrunn .flex-r.table {
  align-items: flex-start !important;
}
#main h3 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
}
#main .upperC h3 {
  text-transform: uppercase;
}
#main .gedenkseite .inside {
  display: flex !important;
  flex-wrap: wrap;
}
#main .gedenkseite .inside .content-image {
  max-width: 300px;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 15px;
}
#main .gedenkseite .inside .content-image figcaption {
  text-align: center;
  font-weight: 600;
}
#main .gedenkseite .inside .content-image img {
  margin: 0 auto;
}

#article-3292 {
  padding-top: 0 !important;
}

.flexkarte {
  display: flex;
  height: 500px;
}
.flexkarte > .column {
  flex: 0 0 50%;
}
.flexkarte > .column:nth-of-type(1) {
  padding-right: 2rem;
  flex: 0 0 60%;
}
.flexkarte > .column:nth-of-type(1) #map {
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--txt-color);
}
.flexkarte > .column:nth-of-type(2) {
  padding-left: 2rem;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}
.flexkarte input,
.flexkarte select {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}

#zieladresse .column {
  display: flex;
  flex-direction: column;
}

#travelMode {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#travelMode div {
  text-align: center;
}

#start-img {
  position: relative;
}
#start-img .teaser.content-text {
  max-width: var(--max-width-main);
  margin: 0 auto;
}
#start-img .rte {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 1fr);
}
#start-img .rte #c-fam-img {
  grid-column: 1/6;
  grid-row: 2/9;
  align-self: flex-start;
}
#start-img .rte #c-fam-img img {
  width: 100% !important;
}
#start-img .rte #c-video {
  grid-column: 5/8;
  grid-row: 1/4;
  align-self: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--hgruen);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  transform: translateX(30px);
}
#start-img .rte #c-was-tun {
  grid-column: 8/13;
  grid-row: 1/7;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--hgruen);
  text-align: center;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  padding: 5rem;
}
#start-img .rte #c-persoenlich {
  grid-column: 5/10;
  grid-row: 4/10;
  align-self: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--gruen);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(0px, 0px);
  color: #fff;
  padding: 5rem;
}
#start-img .rte #c-persoenlich h2 {
  color: #fff;
}

#article-3501 video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#kontakt-form {
  background-color: var(--grau);
}
#kontakt-form label,
#kontakt-form legend {
  color: var(--blau) !important;
}
#kontakt-form #ctrl_26 {
  background: url(../bg/hg-slider.svg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
}
#kontakt-form #send {
  flex-direction: column;
  padding: 0 !important;
  align-items: flex-start !important;
}
#kontakt-form .widget-explanation p {
  margin: 0;
  padding: 0;
}

#main > .inside {
  --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 {
  grid-column: content;
}
#main > .inside > .content-wide, #main > .inside > .head-image {
  grid-column: full-width;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#main > .inside > .inner-grid, #main > .inside > .full-width, #main > .inside > .header {
  grid-column: full-width;
}
#main > .inside > .inner-grid > .inside, #main > .inside > .full-width > .inside, #main > .inside > .header > .inside {
  display: grid;
  height: 100%;
  grid-template-rows: auto;
  gap: 0rem;
  max-width: var(--max-width-main);
  margin: 0 auto;
  align-items: center;
}
#main > .inside > .inner-grid.v-center > .inside, #main > .inside > .full-width.v-center > .inside, #main > .inside > .header.v-center > .inside {
  align-items: center;
}
#main > .inside > .inner-grid.v-bottom > .inside, #main > .inside > .full-width.v-bottom > .inside, #main > .inside > .header.v-bottom > .inside {
  align-items: flex-end;
}
#main > .inside > .inner-grid.v-top > .inside, #main > .inside > .full-width.v-top > .inside, #main > .inside > .header.v-top > .inside {
  align-items: flex-start;
}
#main > .inside > .inner-grid .content-image, #main > .inside > .full-width .content-image, #main > .inside > .header .content-image {
  width: 100%;
}
#main > .inside > .inner-grid .content-image figure, #main > .inside > .full-width .content-image figure, #main > .inside > .header .content-image figure {
  width: 100%;
}
#main > .inside > .inner-grid .content-image figure img, #main > .inside > .full-width .content-image figure img, #main > .inside > .header .content-image figure img {
  width: 100%;
  height: auto;
}
#main > .inside > .full-width > .inside {
  grid-column: full-width;
  max-width: 100%;
}
#main > .inside > .breakout {
  grid-column: breakout;
}
#main h1.head-H {
  display: none;
}
#main #pg_persoenlich {
  background: url(../bg/HG-persoenlich.webp);
  background-size: cover;
  background-position: center;
}
#main #pg_persoenlich h1,
#main #pg_persoenlich h2,
#main #pg_persoenlich p {
  color: #fff;
}
#main #pg_start {
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
#main #pg_start h1,
#main #pg_start h2,
#main #pg_start p {
  color: #fff;
}
#main #pg_impressum,
#main #pg_datenschutz {
  background: url(../bg/HG-impressum.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_trauerfeier {
  background: url(../bg/trauerfeier.webp);
  background-size: 100% 100%;
  background-position: right;
}
#main #pg_trauerfeier h2 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_trauerfeier h3 {
  color: var(--rot);
}
#main #pg_trauerfeier p {
  color: #000;
}
#main #pg_rituale {
  background: url(../bg/HG-rituale.svg);
  background-size: cover;
  background-position: right;
}
#main #pg_rituale h2 {
  color: #fff;
  text-transform: uppercase;
}
#main #pg_rituale h3 {
  color: #fff;
}
#main #pg_rituale p {
  color: #fff;
}
#main #pg_floristik,
#main #pg_floristik_lexikon,
#main #pg_schleifentexte,
#main #pg_trauermusik {
  background: url(../bg/HG-floristik.svg);
  background-size: cover;
  background-position: right;
}
#main #pg_floristik h2,
#main #pg_floristik_lexikon h2,
#main #pg_schleifentexte h2,
#main #pg_trauermusik h2 {
  color: var(--pink);
  text-transform: uppercase;
}
#main #pg_floristik h3,
#main #pg_floristik_lexikon h3,
#main #pg_schleifentexte h3,
#main #pg_trauermusik h3 {
  color: var(--pink);
}
#main #pg_floristik p,
#main #pg_floristik_lexikon p,
#main #pg_schleifentexte p,
#main #pg_trauermusik p {
  color: #000;
}
#main #pg_schleifentexte {
  background: url(../bg/HG-schleifentexte.svg);
  background-size: cover;
}
#main #pg_schleifentexte li {
  font-style: italic;
  color: var(--lila);
}
#main #pg_sortiment {
  background: url(../bg/HG-sortiment.svg);
  background-size: cover;
}
#main #pg_sortiment h1,
#main #pg_sortiment h2 {
  color: #fff;
}
#main #pg_sortiment h3 {
  color: #fff;
}
#main #pg_sortiment p {
  color: #fff;
}
#main #pg_erben {
  background-image: url(../bg/HG-erben.svg);
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  background-size: cover;
}
#main #pg_erben h1 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_erben h2 {
  color: var(--rot);
  text-transform: uppercase;
}
#main #pg_erben h3 {
  color: #000;
}
#main #pg_erben p {
  color: #000;
}
#main #pg_erben .bg-rot-blau {
  background-image: url(../bg/HG-bitte-beachten.svg);
  background-size: cover;
  padding: 1.5rem;
}
#main #pg_erben .bg-rot-blau strong {
  font-weight: 800;
}
#main #pg_erben .bg-rot-blau p {
  color: #fff;
}
#main #pg_erben #bbg .ce_accordion {
  margin-bottom: 0rem;
}
#main #pg_erben #bbg .ce_accordion .toggler button {
  background-color: var(--pink) !important;
  background-image: url(../bg/HG-bitte-beachten.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: none;
  border: 2px solid #fff;
  text-transform: uppercase;
}
#main #pg_erben #bbg .ce_accordion .content-text {
  background-image: url(../bg/HG-bitte-beachten.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 0 0rem !important;
}
#main #pg_erben #bbg .ce_accordion .content-text img {
  margin: 0;
}
#main #pg_erben #bbg .ce_accordion .content-text p,
#main #pg_erben #bbg .ce_accordion .content-text li {
  color: #fff;
  padding: 1rem 1rem !important;
}
#main #pg_erben #bbg .rte {
  display: flex;
}
#main #pg_erben #bbg .rte .column {
  flex: 0 0 50%;
}
#main #pg_erben #bbg:after {
  content: "";
  background: url(../bilder/ratgeber/erbfolge.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  bottom: 70px;
  max-width: 1300px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
#main #pg_trauermusik {
  background: url(../bg/HG-musik.svg);
  background-size: cover;
}
#main #pg_trauermusik:after {
  content: "";
  background: url(../bg/musiknoten.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 250px;
  position: relative;
  bottom: 70px;
  max-width: 1000px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
#main #pg_floristik_lexikon {
  background: url(../bg/blumen.svg);
  background-size: 100%;
  --gap: 1rem;
}
#main #pg_floristik_lexikon .inside {
  grid-template-columns: calc(30% - var(--gap) / 2) calc(30% - var(--gap) / 2) calc(30% - var(--gap) / 2);
  gap: var(--gap) !important;
}
#main #pg_floristik_lexikon .inside .ce_accordion {
  margin-bottom: 0rem;
}
#main #pg_floristik_lexikon .inside .ce_accordion .toggler button {
  background-color: var(--pink) !important;
  text-transform: none;
}
#main #pg_floristik_lexikon .inside .ce_accordion .content-text {
  background-color: var(--pink) !important;
  padding: 1rem 0 0 0rem !important;
}
#main #pg_floristik_lexikon .inside .ce_accordion .content-text img {
  margin: 0;
}
#main #pg_floristik_lexikon .inside .ce_accordion .content-text p {
  color: #fff;
  padding: 1rem 1rem !important;
}
#main #pg_abschied_gestalten {
  background: url(../bg/HG-abschied-gestalten.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_abschied_gestalten h1 {
  color: var(--blau);
  text-transform: none;
}
#main #pg_abschied_gestalten h2 {
  color: var(--rot);
  text-transform: uppercase;
}
#main #pg_abschied_gestalten p {
  color: #000000;
}
#main #pg_bestattungspflicht {
  background: url(../bg/HG-bestattungspflicht.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_bestattungspflicht h1 {
  color: #fff;
  text-transform: none;
}
#main #pg_bestattungspflicht h2 {
  color: #fff;
  text-transform: uppercase;
}
#main #pg_bestattungspflicht p,
#main #pg_bestattungspflicht li {
  color: #fff;
}
#main #pg_bestattungspflicht strong {
  text-transform: uppercase;
}
#main #pg_trauerbewaeltigung,
#main #pg_kondolenz2 {
  background: url(../bg/HG-trauerbewaeltigung.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_trauerbewaeltigung h1,
#main #pg_kondolenz2 h1 {
  color: #fff;
  text-transform: none;
}
#main #pg_trauerbewaeltigung h2,
#main #pg_kondolenz2 h2 {
  color: #fff;
  text-transform: uppercase;
}
#main #pg_trauerbewaeltigung strong,
#main #pg_kondolenz2 strong {
  text-transform: uppercase;
}
#main #pg_trauerbewaeltigung p,
#main #pg_trauerbewaeltigung li,
#main #pg_kondolenz2 p,
#main #pg_kondolenz2 li {
  color: #fff;
}
#main #pg_trauerbewaeltigung .ce_accordionStart,
#main #pg_kondolenz2 .ce_accordionStart {
  margin-bottom: 1rem !important;
}
#main #pg_trauerbewaeltigung .ce_accordion,
#main #pg_kondolenz2 .ce_accordion {
  margin-bottom: 0rem;
  margin-bottom: 0rem;
}
#main #pg_trauerbewaeltigung .ce_accordion .toggler button,
#main #pg_kondolenz2 .ce_accordion .toggler button {
  background: url(../bg/hg-slider.svg);
  background-size: cover;
  background-position: center;
  text-transform: none;
  border: 2px solid #fff;
}
#main #pg_trauerbewaeltigung .ce_accordion .content-text,
#main #pg_kondolenz2 .ce_accordion .content-text {
  background: #411b4a;
  background: linear-gradient(90deg, rgba(65, 27, 74, 0.8) 0%, rgba(72, 34, 90, 0.8) 30%, rgba(59, 89, 174, 0.8) 60%, rgba(88, 61, 145, 0.8) 90%, rgba(94, 56, 139, 0.8) 100%);
  background-size: 100%;
  background-position: center;
  padding: 2rem !important;
}
#main #pg_trauerbewaeltigung .ce_accordion .content-text img,
#main #pg_kondolenz2 .ce_accordion .content-text img {
  margin: 0;
}
#main #pg_trauerbewaeltigung .ce_accordion .content-text p,
#main #pg_kondolenz2 .ce_accordion .content-text p {
  color: #fff;
  padding: 1rem 1rem !important;
}
#main #pg_trauerbewaeltigung .ce_accordion .content-text .rte,
#main #pg_kondolenz2 .ce_accordion .content-text .rte {
  display: flex;
}
#main #pg_trauerbewaeltigung .ce_accordion .content-text .rte .column,
#main #pg_kondolenz2 .ce_accordion .content-text .rte .column {
  flex: 0 0 50%;
}
#main #pg_kondolenz2 {
  background: url(../bg/HG-kondolenz2.svg);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
#main #pg_kondolenz2 h1 {
  color: var(--pink2);
}
#main #pg_kondolenz2 h2 {
  color: var(--rot);
}
#main #pg_kondolenz2 p {
  color: #000;
}
#main #kontakt-form {
  background: url(../bg/HG-kontakt.svg);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
#main #kontakt-form h1 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #kontakt-form h2 {
  color: var(--blau) !important;
}
#main #kontakt-form label {
  color: var(--blau);
}
#main #kontakt-form label.mandatory {
  color: var(--blau) !important;
}
#main #bg-literatur {
  background: url(../bilder/ratgeber/buch.webp);
  background-size: cover;
  min-height: 1200px;
}
#main #bg-kondolenz .ce_accordion .toggler button {
  background: url(../bg/kondolenz-grad.svg);
  border: 1px solid #fff;
  color: var(--rot);
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  text-align: center;
}
#main #bg-kondolenz .content-text {
  background: transparent !important;
}
#main #bg-kondolenz .content-text p {
  color: #000 !important;
}
#main #bg-gedenktage {
  background: url(../bg/HG-gedenktage2.svg);
  background-size: cover;
  min-height: 1200px;
}
#main #bg-gedenktage h1,
#main #bg-gedenktage h2,
#main #bg-gedenktage p {
  color: #fff;
  padding: 1rem 1rem !important;
}
#main #bg-gedenktage h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#main #bg-gedenktage h2 + p {
  margin-top: 0;
}
#main #bg-aktuelles {
  background: url(../bg/HG-aktuelles.svg);
  background-size: cover;
  background-position: center;
  padding-top: 2rem;
}
#main #bg-aktuelles h1,
#main #bg-aktuelles h2,
#main #bg-aktuelles p {
  color: #fff;
  padding: 1rem 1rem !important;
}
#main #bg-aktuelles h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#main #bg-aktuelles h2 + p {
  margin-top: 0;
}
#main #pg_bestattungsarten,
#main #pg_bestattungsarten2,
#main #pg_erinnerung {
  background: url(../bg/HG-grabarten-1.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_bestattungsarten h1,
#main #pg_bestattungsarten h2,
#main #pg_bestattungsarten p,
#main #pg_bestattungsarten2 h1,
#main #pg_bestattungsarten2 h2,
#main #pg_bestattungsarten2 p,
#main #pg_erinnerung h1,
#main #pg_erinnerung h2,
#main #pg_erinnerung p {
  color: #fff;
}
#main #pg_bestattungsarten .ce_accordionStart,
#main #pg_bestattungsarten2 .ce_accordionStart,
#main #pg_erinnerung .ce_accordionStart {
  background-color: transparent !important;
}
#main #pg_bestattungsarten .ce_accordion .toggler button,
#main #pg_bestattungsarten2 .ce_accordion .toggler button,
#main #pg_erinnerung .ce_accordion .toggler button {
  background-color: transparent !important;
  border: 2px solid #fff;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#main #pg_bestattungsarten .ce_accordion .content-text,
#main #pg_bestattungsarten2 .ce_accordion .content-text,
#main #pg_erinnerung .ce_accordion .content-text {
  background-color: transparent !important;
  padding: 1rem 2rem;
}
#main #pg_erinnerung {
  position: relative;
  background: linear-gradient(90deg, rgb(192, 209, 233) 0%, rgb(192, 211, 233) 39%, rgb(158, 172, 232) 78%, rgb(158, 172, 232) 100%);
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 20rem;
}
#main #pg_erinnerung:after {
  content: "";
  background: url(../bg/fingerprint.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 510px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: auto;
  top: 0;
  display: block;
  left: auto;
  right: 20%;
  pointer-events: none;
  z-index: 1;
}
#main #pg_erinnerung h2 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_erinnerung p {
  color: #000;
}
#main #pg_erinnerung .ce_accordion .toggler button {
  background: #d3d5f2;
  background: linear-gradient(90deg, rgb(211, 213, 242) 0%, rgb(159, 172, 232) 90%);
  border: 1px solid #fff;
  color: var(--blau);
  position: relative;
  z-index: 100;
}
#main #pg_erinnerung .accordion {
  background-color: #fff;
}
#main #pg_erinnerung .accordion p {
  color: #000 !important;
}
#main #pg_bestattungsarten2 {
  background: url(../bg/HG-grabarten-2.svg);
  --gap: 1rem;
}
#main #pg_bestattungsarten {
  --gap: 0rem 5rem !important;
}
#main #pg_bestattungsarten .inside {
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
}
#main #pg_drucksachen {
  background: url(../bg/HG-drucksachen.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
#main #pg_drucksachen h2 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_vorsorge {
  background: url(../bg/HG-vorsorge.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
#main #pg_vorsorge h1 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_vorsorge h2 {
  color: var(--orange);
  text-transform: uppercase;
}
#main #pg_vorsorge_kosten {
  background: url(../bg/HG-kosten.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
#main #pg_vorsorge_kosten h1 {
  color: #fff;
}
#main #pg_vorsorge_kosten h2 {
  color: #fff;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#main #pg_vorsorge_kosten p {
  color: #fff;
}
#main #pg_vorsorge_kosten .ce_accordion .toggler button {
  background: #d3d5f2;
  color: var(--lila);
  background: #bb6236;
  border: 1px solid #fff;
  color: #fff;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#main #pg_vorsorge_kosten .accordion .content-text {
  background: transparent;
  padding: 1rem 2rem;
}
#main #pg_lyrik {
  background: url(../bg/HG-trauerlyrik.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
#main #pg_lyrik .ce_accordion .toggler button {
  background: #d3d5f2;
  color: var(--lila);
  background: linear-gradient(90deg, rgb(211, 213, 242) 0%, rgb(159, 172, 232) 100%);
}
#main #pg_lyrik .flex {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(90deg, rgb(211, 213, 242) 0%, rgb(159, 172, 232) 100%);
  flex-direction: row;
}
#main #pg_lyrik .flex .item {
  flex: 0 0 45%;
  background: transparent !important;
}
#main #pg_lyrik .flex .item .content-text {
  background: transparent !important;
}
#main #pg_lyrik .flex .item .content-text li {
  margin-bottom: 2rem;
}
#main #pg_lyrik .flex .item .content-text em {
  font-size: 1rem;
  color: var(--lila);
}
#main #pg_lyrik li {
  color: var(--lila) !important;
}
#main #pg_lyrik h2 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_lyrik:after {
  content: "";
  background: url(../bg/feder.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 300px;
  position: relative;
  bottom: 170px;
  max-width: 1000px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
#main .hcenter .inside {
  justify-items: center;
}
#main .hcenter .inside li {
  color: var(--lila) !important;
}
#main #pg_erste-schritte {
  background: url(../bg/HG-erste-schritte.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_erste-schritte h1 {
  color: var(--blau);
  text-transform: none;
}
#main #pg_ueber_uns, #main #pg_ueber_uns2 {
  background: url(../bg/bg-uns.svg);
  background-size: cover;
  background-position: center;
}
#main #pg_ueber_uns h1, #main #pg_ueber_uns2 h1 {
  color: var(--blau);
  text-transform: none;
}
#main #pg_ueber_uns h3, #main #pg_ueber_uns2 h3 {
  color: var(--blau);
  text-transform: uppercase;
}
#main #pg_ueber_uns p, #main #pg_ueber_uns2 p {
  color: #000;
}
#main #pg_ueber_uns strong, #main #pg_ueber_uns2 strong {
  color: var(--blau);
}
#main #pg_ueber_uns .inside .rte p.phone, #main #pg_ueber_uns2 .inside .rte p.phone {
  word-break: keep-all;
  white-space: nowrap;
}
#main #bg-kasten {
  background: url(../bg/HG-kasten.webp);
  background-size: cover;
  background-position: center;
  padding: 2rem;
}
#main #bg-kasten h2,
#main #bg-kasten p,
#main #bg-kasten li {
  color: #fff;
}
#main .headT > .inside {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  max-width: var(--max-width-main);
  margin: 0 auto;
  align-items: center;
}
#main .headT > .inside .content-image {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
}
#main .headT > .inside #claim {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 3000;
  margin: 0 auto;
  font-size: 4rem;
  max-width: 90%;
  left: 2rem;
  top: auto;
  bottom: 2rem;
  position: absolute;
  display: inline-block !important;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#main .headT > .inside #claim p {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#main .headT > .inside #claim h2 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#main .headT > .inside #claim span {
  display: block;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 0;
}
#main .headT > .inside .t-holder {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 10;
}
#main .headT > .inside .t-holder .teaser {
  text-align: center;
  width: 100%;
  align-self: flex-end;
  position: relative;
}
#main .headT > .inside .t-holder .teaser h1 {
  max-width: 100%;
  color: #777777;
  font-size: 4.375rem;
  font-weight: 300;
  font-family: var(--font);
  line-height: normal;
  text-transform: uppercase;
  background-color: var(--blau-head);
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
}
#main .headT > .inside .t-holder .teaser p {
  max-width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
}
#main .headT > .inside .t-holder.narrow {
  max-width: 75%;
  margin: 0 auto;
}
#main .contentT > .inside {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  max-width: var(--max-width-main) !important;
  padding: 0 2rem;
}
#main #bestattungskosten .full-x {
  display: flex;
}
#main #bestattungskosten .full-x img {
  padding-left: 2rem;
}
#main .gp {
  background-color: var(--grau-txt);
  color: #fff;
  border: 0;
  padding: 1.5rem 1rem;
}
#main .gp a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 1.5rem 1rem;
}
#main .columnHHH {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 5rem 1rem;
  justify-content: space-around;
}
#main .columnHHH .t-teaser {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 6/5;
  background-color: #fff;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  transform: translate(0, 0);
  transition: all 0.2s ease-in-out;
  font-size: 1.875rem;
  color: #606060;
  padding: 1.5rem;
  cursor: pointer;
}
#main .columnHHH .t-teaser a {
  color: #606060;
  text-decoration: none;
}
#main .columnHHH .t-teaser .t-head {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #606060;
}
#main .columnHHH .t-teaser .rte {
  font-size: 1.875rem;
  color: #606060;
}
#main .columnHHH .t-teaser figure {
  text-align: center;
}
#main .columnHHH .t-teaser figure img {
  margin: 0 auto;
}
#main .columnHHH .t-teaser:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#main .columnH {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
#main .columnH > .column:nth-of-type(1) {
  padding-right: 2rem;
}
#main .columnH > .column:nth-of-type(2) {
  padding-left: 2rem;
}
#main .columnH.w7030 {
  grid-template-columns: 70% 30%;
}
#main .header {
  padding: 0 0rem 0rem 0rem;
}
#main .header .inside {
  max-width: 100vw !important;
}
#main .header .inside .content-image {
  justify-self: flex-end;
}
#main .header h2 {
  font-size: 4.375rem;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  font-family: var(--font);
}
#main .header h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--font);
}
#main .header.a16-9 {
  aspect-ratio: 22/9;
}
#main .film-slider .btn-film {
  margin: 0 auto;
  cursor: pointer;
}
#main .film-slider .content-gallery {
  max-height: 0;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
#main .film-slider.column ul {
  display: flex;
  flex-direction: column;
}
#main .film-slider.column ul li {
  padding: 0.71rem 0;
}
#main .film-slider.show .content-gallery {
  max-height: 1000px;
}
#main .bg-white {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem 2rem;
}
#main .w70-30 .inside {
  display: grid;
  grid-template-columns: 60% 30%;
  gap: 10%;
}
#main strong {
  font-weight: 500;
}
#main #friedhoefe-liste p.tt {
  background: var(--hblau);
  padding: 1rem;
  margin-bottom: 0;
  display: inline-block;
  color: #000;
}
#main #friedhoefe-liste p.underP {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  margin-top: 0;
  border: 1px solid var(--dkblau);
  display: table;
  color: var(--dkblau);
  margin-left: 2rem;
}
#main #friedhoefe-liste .columnH {
  display: flex;
}
#main #friedhoefe-liste .columnH .column {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 1rem;
}
#main .bg-braun {
  background-color: var(--braun);
  color: #fff;
}
#main .bg-dgrau {
  background-color: var(--dgrau);
  color: #fff;
}
#main .bg-dgrau h2,
#main .bg-dgrau h1 {
  color: #fff;
}
#main #musik_items {
  display: flex;
  flex-wrap: wrap;
}
#main #musik_items .m_item {
  flex: 0 0 50%;
  padding: 1rem;
}
#main .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#main .flex .column {
  flex: 0 0 100%;
  font-size: 1.375rem;
}
#main .flex.f50 > div {
  flex: 0 0 46%;
}
#main .flex.center {
  align-items: center;
}
#main .flex.pl3 .content-text {
  padding: 3rem;
}
#main .flex.flex-end {
  justify-content: flex-end;
}
#main .bg-gruen {
  background-color: var(--gruen);
  color: #fff;
}
#main .bg-hgruen {
  background-color: var(--hgruen);
  color: var(--grau-txt);
}
#main .bg-hblau {
  background-color: var(--hblau);
}
#main .bg-hblau2 {
  background-color: #fff;
}
#main .bg-grau-1 {
  background-color: var(--grau-1);
}
#main .bg-grau-1 h2 {
  color: var(--grau-txt);
}
#main .phone {
  position: relative;
  padding-left: 2rem;
  color: var(--blau) !important;
}
#main .phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../hg/hoererP.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#main .weg strong {
  color: var(--lila) !important;
  text-transform: uppercase;
  font-weight: 600;
}
#main #friedhoefe-img {
  position: relative;
}
#main #friedhoefe-img .t-holder .rte {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(6, 1fr);
  justify-items: center;
}
#main #friedhoefe-img .t-holder .rte .bt {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.675rem;
  cursor: pointer;
}
#main #friedhoefe-img .t-holder .rte #a-sm {
  grid-column: 1/4;
  grid-row: 3/5;
}
#main #friedhoefe-img .t-holder .rte #a-bob {
  grid-column: 4/6;
  grid-row: 2/4;
}
#main #friedhoefe-img .t-holder .rte #a-kb {
  grid-column: 6/10;
  grid-row: 1/7;
}
#main #friedhoefe-img .t-holder .rte #a-kb img {
  width: 100%;
}
#main #friedhoefe-img .t-holder .rte #a-ab {
  grid-column: 4/7;
  grid-row: 4/7;
}
#main #friedhoefe-img .t-holder .rte #a-wf {
  grid-column: 8/10;
  grid-row: 5/7;
  transform: translate(40%, -10%);
}
#main .friedhof {
  overflow: visible;
}
#main .friedhof .artenBB {
  margin-right: 1rem;
  display: flex;
  flex-wrap: wrap;
}
#main .friedhof .artenBB .content-text {
  padding-right: 2rem;
  padding: 4rem;
  flex: 0 0 25%;
  position: relative;
  overflow: visible;
}
#main .friedhof .artenBB .content-text .rte img {
  cursor: pointer;
}
#main .friedhof .artenBB .content-text .rte.show .addP {
  transform: scale(1);
}
#main .friedhof .artenBB .content-text .addP {
  background: var(--hgruen);
  border-radius: 50%;
  min-width: 20vw;
  height: auto;
  aspect-ratio: 1/1 !important;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.1rem;
  text-align: center;
  top: 8rem;
  left: 0;
  z-index: 1000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
#main .friedhof .artenBB .content-text .addP.show {
  transform: scale(1);
}
#main .friedhof .artenBB .rte {
  margin-bottom: 1rem;
  font-family: var(--font);
  font-size: 0.175rem;
}
#main .friedhof .artenBB .rte img {
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
#main .friedhof .artenBB .rte p {
  font-family: var(--font);
  font-size: 1.175rem;
}
#main #formField .formbody {
  display: flex;
  justify-content: space-between;
}
#main #formField .formbody .column {
  flex: 0 0 45%;
  padding: 0 0;
}
#main #formField .formbody .column input,
#main #formField .formbody .column textarea {
  margin-bottom: 1rem;
  border: 1px solid #949494;
  padding: 0.8rem;
  background-color: var(--grau-1);
}
#main #formField .formbody .column input:focus,
#main #formField .formbody .column textarea:focus {
  border-color: var(--grau-txt);
  background-color: #fff;
}
#main #sliderBlumenSymbolik .item {
  display: flex;
  background-color: var(--hgruen);
  margin: 1rem;
}
#main #sliderBlumenSymbolik .item .sub {
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
#main #sliderBlumenSymbolik .item .sub .name {
  text-transform: uppercase;
  font-size: 1.25rem;
}
#main #sliderBlumenSymbolik .item .sub .text {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  max-width: 250px;
}
#main #sliderBlumenSymbolik .slick-prev {
  position: absolute;
  bottom: -50px;
  left: 45%;
  transform: rotate(180deg);
}
#main #sliderBlumenSymbolik .slick-next {
  position: absolute;
  bottom: -50px;
  right: 45%;
}
#main #article-2886 .columnH.topH {
  display: flex;
  flex-wrap: wrap;
}
#main #article-2886 .columnH.topH p {
  font-size: 1.1rem;
}
#main #article-2886 .columnH.topH > .column:nth-of-type(1) {
  flex: 0 0 45% !important;
}
#main #article-2886 .columnH.topH > .column:nth-of-type(2) {
  flex: 0 0 35% !important;
}
#main #article-2886 .columnH.topH > .column:nth-of-type(2) #map {
  aspect-ratio: 1/1;
}
#main .map .flex2 {
  border-radius: 50%;
  overflow: hidden;
}
#main #btn-kosten {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: space-around;
}
#main #teamH .inside,
#main #roundH .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#main #teamH .inside .teamitem,
#main #teamH .inside .rounditem,
#main #roundH .inside .teamitem,
#main #roundH .inside .rounditem {
  max-width: 500px;
  flex: 0 0 auto;
  margin-top: 2rem;
}
#main #teamH .inside .teamitem h3,
#main #teamH .inside .rounditem h3,
#main #roundH .inside .teamitem h3,
#main #roundH .inside .rounditem h3 {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
}
#main .content-youtube {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
#main .content-youtube iframe {
  width: 100%;
  height: 400px;
}
#main .columnH .inside {
  display: flex !important;
  gap: 4rem !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}
#main .columnH .inside .column {
  flex: 0 0 calc(46% - 4rem);
}
#main .uppercaseH h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5rem;
  font-size: 1.875rem;
}
#main .h-big h3 {
  font-size: 1.875rem;
}
#main .gmaps a {
  font-style: italic;
  font-size: 1rem;
}
#main ul.clickable h3 {
  cursor: pointer;
}
#main ul.clickable li {
  cursor: pointer;
}
#main .teaserS {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#main .teaserS .overlay {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 5;
  background: rgba(var(--gruen-rgb), 0.65);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
#main .teaserS img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
}
#main .teaserS a {
  color: #fff;
  text-decoration: none;
}
#main .teaserS .text {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 10;
  text-align: center;
}
#main .teaserS .text img {
  margin: 0 auto;
}
#main .teaserS:hover .overlay {
  background: rgba(var(--gruen-rgb), 0.15);
}
#main section.header.w40-60 .inside {
  display: grid;
  grid-template-columns: 45% 55%;
}
#main section.header.w40-60 .inside .content-image {
  width: 100%;
}
#main section.header.w40-60 .inside .content-image img {
  width: 100%;
  height: auto;
}
#main section.header.w40-60 .inside .content-text {
  padding-left: calc((100vw - var(--max-width-main)) / 2);
}
#main section.header.w60-40 .inside {
  display: grid;
  grid-template-columns: 55% 45%;
}
#main section.header.w60-40 .inside .content-image {
  width: 100%;
}
#main section.header.w60-40 .inside .content-image img {
  width: 100%;
  height: auto;
}
#main section.header.w60-40 .inside .content-text {
  padding-right: calc((100vw - var(--max-width-main)) / 2);
  justify-self: center;
}
#main section.header.w50-50 .inside {
  --gap: 2rem;
  display: grid;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
}
#main section.header.w50-50 .inside .content-text {
  padding-left: calc((100vw - var(--max-width-main)) / 2);
}
#main .p-top {
  padding-top: 120px;
}
#main .border {
  border: 1px solid #fff;
  padding: 0.3rem;
}
#main .w50-50 {
  --gap: 5rem;
}
#main .w50-50 .inside {
  display: grid;
  grid-template-columns: calc(50% - var(--gap) / 2) calc(50% - var(--gap) / 2);
  gap: var(--gap) !important;
}
#main .w50-50 .inside .w100 {
  grid-column: 1/-1 !important;
}
#main .w50-50.vTop .inside {
  align-items: flex-start;
}
#main .v-center {
  align-self: center;
}
#main .h-upper h2 {
  text-transform: uppercase;
}
#main .h-shaddow {
  text-shadow: 1px 1px 2px #000;
}
#main .pb-3 {
  padding-bottom: 3rem !important;
}
#main .pb-2 {
  padding-bottom: 2rem;
}
#main .pb-0 {
  padding-bottom: 0 !important;
}
#main .pt-5 {
  padding-top: 5rem;
}
#main .pt-3 {
  padding-top: 3rem !important;
}
#main .mw80 img {
  max-width: 80%;
}
#main .mw60 img {
  max-width: 60%;
}
#main .center figure {
  text-align: center;
}
#main .center figure img {
  margin: 0 auto !important;
}
#main #article-2825 h2 {
  margin-top: 0;
}
#main #article-2825 .column:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .ce_accordion {
  display: block;
  margin-bottom: 1rem;
}
#main .ce_accordion .toggler {
  color: #fff;
  display: block;
}
#main .ce_accordion .toggler button {
  background-color: var(--bg-slider);
  color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.5rem 1.2rem;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 1.875rem;
  text-transform: uppercase;
}
#main .ce_accordion .toggler button::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) scaleY(1);
  transform-origin: center;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../hg/plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-position: center;
}
#main .ce_accordion .content-text {
  background-color: #fff;
  padding: 1rem 2rem;
}
#main .ce_accordion .content-text img {
  margin-left: 1rem;
  position: relative;
}
#main .ce_accordion .toggler.open button::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  background-image: url("../hg/minus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#main li {
  font-size: 1.375rem;
}
#main p {
  font-size: 1.375rem;
  line-height: 1.8rem;
}
#main h2 {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: var(--font);
}
#main .h2-blau h2 {
  color: var(--gruen);
}
#main h3 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
}
#main .hinweis {
  background-color: #e1e1e1;
  padding: 2rem;
  position: relative;
  right: -10rem;
}
#main #img_broschuere {
  text-align: right;
}
#main #img_broschuere img {
  max-width: 70%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
#main .max-w-80 figure {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
#main #bestattungsarten .columnH > .column:nth-of-type(1),
#main #bestattungsarten .columnH > .column:nth-of-type(9) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .stack .inside {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  gap: 2rem;
}
#main .stack .inside .content-image {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
#main .stack .inside .content-text {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
#main .stack .inside #headTeaserP {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#main .stack .inside #headTeaserP h1 {
  font-size: 3rem;
  color: var(--dkblau);
  font-style: italic;
  font-family: var(--font);
  text-transform: none;
  font-weight: 300;
}
#main .media--right figure img {
  padding-top: 2rem;
  padding-left: 2rem;
}
#main .round figure {
  border-radius: 50%;
  overflow: hidden;
}
#main .round figure img {
  width: 80%;
  height: auto;
}
#main .rte a {
  color: var(--gruen);
  text-decoration: underline;
}
#main .flex-r .inside {
  display: flex !important;
  align-items: center !important;
  gap: 2rem !important;
}
#main .flex-r .inside > div {
  flex: 0 0 calc(50% - 2rem);
}
#main .flex-r .inside .content-image {
  text-align: center;
}
#main .flex-r .inside .content-image figure img {
  text-align: center;
  margin: 0 auto;
}
#main .flex-r .inside img {
  max-width: 390px;
}
#main .flex-r.table {
  max-width: var(--max-width-main);
  display: flex !important;
  align-items: center !important;
  gap: 2rem;
  justify-content: space-between;
}
#main .flex-r.table img {
  max-width: 390px;
  width: 100%;
}
#main .flex-r.table .content-text {
  flex: 0 0 calc(30% - 2rem);
}
#main .item.weg {
  display: flex;
  flex-wrap: wrap;
}
#main .item.weg .content-text {
  flex: 0 0 45%;
  padding: 1rem;
}
#main .item.weg .content-text.show {
  background: #fff;
  border: 2px solid var(--lila);
}
#main .item.weg .btn_karte strong {
  font-size: 0.9rem;
}
#main .fullwidthgrid {
  grid-column: 1/-1;
}
#main .fullwidthgrid.w70 {
  max-width: 70%;
}
#main .fullwidthgrid.w100 {
  width: 100%;
  max-width: 100%;
}
#main .orange {
  color: #eb6024 !important;
  font-weight: bold;
  text-transform: uppercase;
}
#main .red {
  color: #c70000 !important;
  font-weight: bold;
  text-transform: uppercase;
}
#main .blue {
  color: var(--blau) !important;
  font-weight: bold;
  text-transform: uppercase;
}
#main .uppercase {
  text-transform: uppercase;
}
#main h1 {
  font-weight: 700;
  font-size: 2.75rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: var(--font);
  color: var(--grau-txt);
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}
#main h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: normal;
  font-family: var(--font);
  color: var(--grau-txt);
}
#main .column h2,
#main .content-gallery h2 {
  max-width: 100%;
}

.videoHolder .content-gallery h2 {
  text-align: center;
}
.videoHolder .content-gallery ul li {
  flex: 0 0 50%;
}
.videoHolder .content-gallery ul li figure img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main a.btn,
#main button.btn {
  background-color: #817f7f;
  color: #fff;
  border-radius: 25px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0.5rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
#main button.btn {
  border-radius: 0;
  box-shadow: 0;
  border: 0;
}
#main .tlink .rte {
  display: flex;
  flex-wrap: wrap;
}
#main .headT .inside {
  align-items: start !important;
}
#main .headT .inside .btn {
  margin: 1rem;
  background-color: #464545;
}
#main .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
}
#main .flex.map {
  margin-bottom: 5rem;
}
#main h3.phone {
  position: relative;
  padding-left: 3.6rem;
}
#main h3.phone:before {
  content: url(../hg/phone.png);
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: 0rem;
  top: 0.3rem;
}

.startseite #pg_start {
  padding-top: 0 !important;
  margin-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 2rem;
}
.startseite #pg_start .inside {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 0 !important;
  padding: 0;
  margin: 0 !important;
  max-width: 100vw !important;
}
.startseite #pg_start .teaser {
  box-sizing: border-box;
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: 0rem;
  background: #fff;
  overflow: hidden;
  min-width: 250px;
  background: url(../bg/hg-news.svg);
  background-size: cover;
  background-position: center;
  padding: 1rem;
  height: 100%;
}
.startseite #pg_start .teaser .rte {
  padding: 2rem;
  margin-bottom: 3rem;
}
.startseite #pg_start .teaser .rte h2 {
  font-size: 2rem !important;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}
.startseite #pg_start .teaser .btnT {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
}
.startseite .headT > .inside #claim {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 3000;
  margin: 0 auto;
  font-size: 4rem;
  max-width: 90%;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

#main .kreisH {
  position: absolute;
  z-index: 2000;
  top: 10rem;
  left: 0;
  width: 100vw;
  text-align: center;
}
#main .kreisH .kreisHolder .kreis {
  position: absolute;
}

.kreisH {
  overflow: visible;
  position: relative;
}
.kreisH .inside {
  display: inline-block;
  display: block;
}
.kreisH .inside .kreis {
  display: inline-block;
  border-radius: 50%;
  padding: 1rem;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kreisH .inside .kreis .cont {
  left: 20%;
  transform: translateX(-50%);
}
.kreisH .inside .kreis:nth-of-type(1) h2 {
  left: 20%;
}
.kreisH .inside .kreis:nth-of-type(2) h2 {
  right: 20%;
}
.kreisH .inside .kreis .cont {
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  opacity: 0;
  max-width: 80vw;
  background-color: #d1e0bc;
  border-radius: 50%;
  padding: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  z-index: 100;
  position: relative;
  position: absolute;
  line-height: 1rem;
  left: 20%;
}
.kreisH .inside .kreis h2 {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #d1e0bc;
  border-radius: 50%;
  padding: 1rem;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  aspect-ratio: 1/1;
  position: absolute;
}
.kreisH .inside .kreis.show h2 {
  transform: scale(0);
  opacity: 0;
}
.kreisH .inside .kreis.show .cont {
  transform: scale(1);
  opacity: 1;
}
.kreisH .inside .kreis.bg-k-gruen .cont,
.kreisH .inside .kreis.bg-k-gruen h2 {
  background-color: var(--gruen);
  color: #fff !important;
}
.kreisH .inside .kreis.bg-k-gruen .cont p,
.kreisH .inside .kreis.bg-k-gruen h2 p {
  color: #fff !important;
}
.kreisH .inside .kreis.bg-k-schlamm .cont,
.kreisH .inside .kreis.bg-k-schlamm h2 {
  background-color: var(--schlamm);
  color: #fff !important;
}
.kreisH .inside .kreis.bg-k-schlamm .cont p,
.kreisH .inside .kreis.bg-k-schlamm h2 p {
  color: #fff !important;
}
.kreisH .inside .kreis.mw-small .cont {
  max-width: 50vw;
  aspect-ratio: 1/1;
  width: 100%;
  padding: 4rem;
}
.kreisH .inside .kreis.p-4 h2 {
  padding: 4rem;
}
.kreisH .inside .kreis.p-6 h2 {
  padding: 6rem;
}
.kreisH .inside .kreis.mv-10-b h2 {
  transform: translateY(100px);
}
.kreisH .inside .kreis.mv-20-b h2 {
  transform: translateY(200px);
}

#main > .inside > section:not(.headT) {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}
#main > .inside .headT + section {
  padding-top: 3rem !important;
}

#btnVideoSlide {
  transition: all 0.3s ease-in-out;
  transform-origin: top center;
}
#btnVideoSlide.show {
  transform: scaleY(1.3);
}

#v-slider {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
#v-slider img {
  flex: 0 0 50%;
  max-width: 350px;
}
#v-slider.show {
  max-height: 600px;
}

#chronikK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  height: 500px;
}
#chronikK h2 {
  width: 100%;
  border-bottom: 1px solid #000;
}
#chronikK p {
  color: var(--grau-txt);
  text-transform: uppercase;
  font-size: 1.5rem;
}
#chronikK.mod_rocksolid_slider {
  position: relative;
  overflow: visible;
}
#chronikK.mod_rocksolid_slider .rsts-next {
  right: 2%;
  bottom: 50% !important;
  transform: translateY(18%);
  background-image: url(../hg/chronik-next.png) !important;
  background-repeat: no-repeat;
  border: 0;
  width: 40px !important;
  height: 40px !important;
}
#chronikK.mod_rocksolid_slider .rsts-prev {
  left: 2%;
  right: auto;
  bottom: 50% !important;
  background-image: url(../hg/chronik-next.png) !important;
  background-repeat: no-repeat;
  border: 0;
  transform: rotate(180deg) translateY(-18%);
  width: 40px !important;
  height: 40px !important;
}

.max-w-70 {
  max-width: 1400px;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.max-ww-70 .inside {
  max-width: 800px;
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-right: 0 !important;
}

#main section.center .inside {
  max-width: var(--centerContentWidth) !important;
  margin: 0 auto;
}
#main section.trenner .inside {
  max-width: 100% !important;
}
#main strong.strong {
  font-weight: 600;
  color: #000 !important;
}
#main #pg_ueber_uns .item.weg {
  height: 600px;
  overflow-y: scroll;
}

.maxw70 {
  max-width: 70%;
}

.margin-right-0 {
  margin-right: 0 !important;
  margin-left: auto;
}

#article-2370 li,
#article-2435 li {
  line-height: 3rem;
}

#article-2767 video {
  width: 100%;
  height: auto;
}

.btn_karte {
  cursor: pointer;
}

ul.clickable {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
ul.clickable li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 40%;
  padding-left: 3rem;
  font-size: 1.2rem;
}
ul.clickable h2 {
  flex: 0 0 100%;
  text-transform: capitalize;
}
ul.clickable h3 {
  line-height: 1.8rem;
  margin-bottom: 0;
}
ul.clickable a {
  color: var(--gruen);
  text-decoration: none;
}

.margin-left-2 address {
  margin-left: 2rem;
}

#article-2387 .flexline.adressen {
  justify-content: center;
}

.flexline.adressen {
  display: flex;
  align-items: flex-end;
}
.flexline.adressen a {
  color: var(--gruen);
  text-decoration: none;
}
.flexline.adressen .contact {
  flex: 0 0 30%;
}
.flexline.adressen .contact h3 {
  font-weight: 500;
}
.flexline.adressen p {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexline.adressen p.standort {
  cursor: pointer;
}
.flexline.adressen p.standort::before {
  content: url(../icons/standort-head.png);
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}
.flexline.adressen p.telefon::before {
  content: url(../icons/phone-head.png);
  position: absolute;
  width: 20px;
  height: 1.5rem;
  left: -1.5rem;
  top: 0.3rem;
}

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

.tp-8 {
  padding-top: 8rem;
}

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

.tp-2 {
  padding-top: 2rem;
}

.bp-10 {
  padding-bottom: 10rem;
}

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

.bp-2 {
  padding-bottom: 2rem;
}

.bp-0 {
  padding-bottom: 0 !important;
}

.tp-0 {
  padding-top: 0 !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

#bestatter-logo {
  max-width: 200px !important;
}

.mod_rocksolid_slider {
  position: relative;
  overflow: visible;
}
.mod_rocksolid_slider .rsts-next {
  right: 45%;
  bottom: -70px !important;
  background-image: url(../hg/nextP.png) !important;
  background-repeat: no-repeat;
  border: 0;
  width: 40px !important;
  height: 40px !important;
}
.mod_rocksolid_slider .rsts-prev {
  left: 45%;
  right: auto;
  bottom: -70px !important;
  background-image: url(../hg/nextP.png) !important;
  background-repeat: no-repeat;
  border: 0;
  transform: rotate(180deg);
  width: 40px !important;
  height: 40px !important;
}

.flexR {
  display: flex;
}
.flexR > div {
  flex: 0 0 30%;
}

#teamgallerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#teamgallerie .content-image {
  flex: 0 0 22%;
  margin-bottom: 2rem;
  cursor: pointer;
}
#teamgallerie .content-image figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  overflow: hidden;
}
#teamgallerie .content-image figure img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
}
#teamgallerie .content-image figure figcaption {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1000;
  justify-self: start;
  align-self: end;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out;
}
#teamgallerie .content-image figure img.team-ov-k {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 100;
  justify-self: start;
  align-self: end;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out;
}
#teamgallerie .content-image:hover figure img.team-ov-k {
  transform: translateY(0rem);
}
#teamgallerie .content-image:hover figure figcaption {
  transform: translateY(0rem);
}
#teamgallerie .content-image:nth-of-type(1) figcaption {
  transform: translateY(3.5rem);
}

#main .header h1,
#main .header h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  font-family: var(--font);
}
#main .header h1 {
  color: var(--txt-color-grau);
}
#main .header#article-2037 h1, #main .header#article-2205 h1 {
  color: #fff;
}

.loginBera {
  cursor: pointer;
}

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

.b-10 {
  padding-bottom: 5rem;
}

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

.tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.b-2 {
  padding-bottom: 2rem;
}

.t-2 {
  padding-top: 2rem;
}

a.round {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
  background-color: var(--braun);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
a.round:hover {
  background-color: var(--gruen);
}

#toTop {
  position: fixed;
  bottom: 0rem;
  right: 2rem;
  z-index: 100;
  border-radius: 5px;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.5s ease-out;
  transform: scale(0) translateX(150px);
}
#toTop.show {
  transform: scale(0.8) translateX(0);
}

#videofaq ul li {
  flex: 0 0 auto;
  max-width: 100%;
}
#videofaq ul li img {
  max-width: 450px;
  height: auto;
}

#slider-leistungen {
  padding-bottom: 90px;
}
#slider-leistungen .ce_accordion .toggler button {
  background-color: var(--dkblau) !important;
  text-align: center;
}
#slider-leistungen .content-text {
  padding: 2rem 1rem;
}
#slider-leistungen .content-text .rte {
  padding: 2rem 1rem 10rem 1rem;
  -moz-column-count: 2;
       column-count: 2;
  font-style: normal;
  font-size: 1.5rem;
  background-image: none;
}

#karte .content-text .rte {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#karte .item strong {
  position: relative;
}
#karte .item strong::after {
  content: "";
  position: absolute;
  left: 260px;
  top: -10px;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-image: url("../icons/standort.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1278px) {
  html {
    font-size: 14px;
  }
  #main #friedhoefe-img .t-holder .rte {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, auto);
    justify-items: center;
  }
  #main #friedhoefe-img .t-holder .rte .bt {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.375rem;
    cursor: pointer;
  }
  #main #friedhoefe-img .t-holder .rte #a-sm {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #main #friedhoefe-img .t-holder .rte #a-bob {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  #main #friedhoefe-img .t-holder .rte #a-kb {
    grid-column: 1/5;
    grid-row: 2/3;
  }
  #main #friedhoefe-img .t-holder .rte #a-kb img {
    width: 100%;
  }
  #main #friedhoefe-img .t-holder .rte #a-ab {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  #main #friedhoefe-img .t-holder .rte #a-wf {
    grid-column: 3/5;
    grid-row: 3/4;
    transform: translate(0, 0);
  }
  #main .friedhof .artenBB {
    margin-right: 1rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main .friedhof .artenBB .content-text {
    flex: 0 0 38%;
  }
}
@media only screen and (max-width: 1078px) {
  #main .kreisH {
    position: static;
  }
  #main .kreisH .inside .kreis {
    border-radius: 0;
    aspect-ratio: auto;
    display: block !important;
    text-align: left;
    padding: 2rem 2rem;
  }
  #main .kreisH .inside .kreis h2 {
    position: static;
    color: var(--grau-txt) !important;
    background-color: unset !important;
    display: block !important;
    border-radius: 0 !important;
    aspect-ratio: auto;
    text-align: left !important;
    padding: 0 !important;
    font-size: 2rem !important;
  }
  #main .kreisH .inside .kreis .cont {
    background-color: unset !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 0.3s ease-in-out !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
    display: block !important;
    max-width: 100% !important;
    text-align: left !important;
    padding: 0;
    position: static;
  }
  #main .kreisH .inside .kreis .cont p {
    color: var(--grau-txt) !important;
  }
  #main .kreisH .inside .kreis.show h2 {
    transform: scale(1);
    opacity: 1;
  }
  #main .kreisH .inside .kreis.show .cont {
    transform: scale(1);
    opacity: 1;
  }
  #main .kreisH .inside .kreis.mv-10-b h2,
  #main .kreisH .inside .kreis.mv-20-b h2 {
    transform: translateY(0);
  }
  #main > .inside > .inner-grid > .inside,
  #main > .inside > .full-width > .inside,
  #main > .inside > .header > .inside {
    height: auto !important;
  }
  #start-img .rte {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 1fr);
  }
  #start-img .rte #c-fam-img {
    grid-column: 1/8;
    grid-row: 1/5;
    align-self: flex-start;
  }
  #start-img .rte #c-fam-img img {
    width: 100% !important;
  }
  #start-img .rte #c-video {
    grid-column: 8/13;
    grid-row: 1/5;
    align-self: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--hgruen);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    transform: translateX(30px);
  }
  #start-img .rte #c-was-tun {
    grid-column: 1/6;
    grid-row: 5/9;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--hgruen);
    text-align: center;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    padding: 5rem;
  }
  #start-img .rte #c-persoenlich {
    grid-column: 6/13;
    grid-row: 5/9;
    grid-row: 5/9;
    align-self: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--gruen);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0px, 0px);
    color: #fff;
    padding: 5rem;
  }
  #start-img .rte #c-persoenlich h2 {
    color: #fff;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 12px !important;
  }
  .startseite #pg_start {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 2rem;
  }
  .startseite #pg_start .inside {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 0 !important;
    padding: 0;
    margin: 0 !important;
    max-width: 100vw !important;
  }
}
@media only screen and (max-width: 900px) {
  #main .flex-r.table {
    flex-direction: column;
  }
  #main .flex-r.table figure {
    text-align: center;
  }
  #main .flex-r.table figure img {
    margin: 0 auto;
  }
  #header .menu-iconT {
    align-items: center;
  }
}
@media only screen and (max-width: 820px) {
  html {
    font-size: 12px;
  }
  .flexR {
    gap: 1rem;
  }
  #main > .inside > section:not(.headT) {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  #header .header-grid {
    grid-template-columns: 25% 25% 40% 10%;
  }
  #header .header-grid .header-nav {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding-top: 1rem;
  }
  #header .header-grid .header-nav ul {
    flex-direction: row;
    align-items: center;
  }
  #header .header-grid .header-nav ul a {
    font-size: 1.2rem;
  }
  #header .header-grid .header-logo {
    height: auto;
    grid-column: 1/3;
    grid-row: 1/2;
    justify-self: flex-start;
  }
  #header .header-grid .header-logo img {
    max-width: 35vw;
  }
  #header .header-grid .header-phone {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  #header .header-grid .header-menu {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .mod_rocksolid_slider .rsts-next {
    right: 25%;
  }
  .mod_rocksolid_slider .rsts-prev {
    left: 25%;
    right: auto;
  }
  #chronikK {
    max-width: 90vw;
    margin: 0 auto;
  }
  #left #navigation #navHolder .row .level_1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  #left #navigation #navHolder .row .level_1 ul {
    margin: 0;
    display: inline-block;
  }
  #left #navigation #navHolder .row .level_1 ul li {
    flex: 0 0 100%;
  }
  #main #sliderBlumenSymbolik .item img {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
  }
  #main #sliderBlumenSymbolik .item .sub {
    flex: 0 0 50%;
    width: 50%;
  }
  #main #pg_floristik_lexikon {
    background: url(../bg/blumen.svg);
    --gap: 1rem;
  }
  #main #pg_floristik_lexikon .inside {
    grid-template-columns: calc(50% - var(--gap) / 2) calc(50% - var(--gap) / 2);
    gap: var(--gap) !important;
  }
  .smedia {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .smedia p.flex {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }
  .smedia p.flex img {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 780px) {
  #main ul.clickable li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    padding-left: 3rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #pg_ueber_uns .inside .item.weg.standorteP {
    flex-direction: column !important;
    height: auto !important;
    overflow: visible !important;
  }
  #pg_ueber_uns .inside .item.weg.standorteP .content-text {
    flex: 0 0 100%;
  }
  #pg_ueber_uns .inside .item.weg.standorteP .content-text p {
    max-width: 100%;
    margin: 0 auto;
  }
  #pg_ueber_uns .inside:nth-of-type(2) {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  #main .friedhof .artenBB {
    margin-right: 1rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main .friedhof .artenBB .content-text {
    flex: 0 0 100%;
  }
  #main .friedhof .artenBB .content-text p {
    max-width: 250px;
    margin: 0 auto;
  }
  #start-img .rte {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 1fr);
  }
  #start-img .rte #c-fam-img {
    grid-column: 1/13;
    grid-row: 1/4;
    align-self: flex-start;
  }
  #start-img .rte #c-fam-img img {
    width: 100% !important;
  }
  #start-img .rte #c-video {
    grid-column: 1/5;
    grid-row: 3/5;
    align-self: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--hgruen);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    transform: translateX(30px);
    z-index: 2000;
  }
  #start-img .rte #c-was-tun {
    grid-column: 5/13;
    grid-row: 3/7;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--hgruen);
    text-align: center;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    padding: 5rem;
  }
  #start-img .rte #c-persoenlich {
    grid-column: 1/9;
    grid-row: 4/7;
    align-self: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--gruen);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0px, 0px);
    color: #fff;
    padding: 5rem;
  }
  #start-img .rte #c-persoenlich h2 {
    color: #fff;
  }
  .flexkarte {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .flexkarte .column:nth-of-type(1),
  .flexkarte .column:nth-of-type(2) {
    padding-right: 2rem;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  #main .headT > .inside #claim h1 {
    font-weight: 600;
    font-size: 1.5rem;
  }
  #main .headT > .inside #claim h2 {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #main .w50-50 .inside {
    display: grid;
    --gap: 0;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  #main .w50-50 .inside .item {
    width: 100%;
  }
  .ce_accordion {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  #pg_bestattungsarten {
    --gap: 0rem 5rem !important;
  }
  #pg_bestattungsarten .inside {
    grid-template-columns: 100% !important;
  }
}
@media only screen and (max-width: 630px) {
  #main #article-2971 .inside,
  #main #article-3088 .inside {
    flex-direction: column !important;
  }
  #main #article-3087 .inside {
    flex-direction: column-reverse !important;
  }
  .flexR {
    gap: 0.3rem;
    flex-direction: column;
  }
  .b-arten .inside {
    flex-direction: column;
    align-items: center;
  }
  .b-arten:nth-of-type(odd) .inside {
    flex-direction: column-reverse;
    align-items: center;
  }
  #main > .inside > section:not(.headT) {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  #main .fullwidthgrid.w70 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #start-img {
    --border-radius: 0;
  }
  #start-img .rte {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 0.5rem;
  }
  #start-img .rte #c-fam-img {
    grid-column: 1/13;
    grid-row: 1/2;
    align-self: flex-start;
    border-radius: var(--border-radius);
    aspect-ratio: unset;
  }
  #start-img .rte #c-fam-img img {
    width: 100% !important;
  }
  #start-img .rte #c-video {
    grid-column: 1/13;
    grid-row: 2/3;
    align-self: center;
    aspect-ratio: unset;
    border-radius: var(--border-radius);
    background: var(--hgruen);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    transform: translateX(0);
    z-index: 2000;
    padding: 2rem;
  }
  #start-img .rte #c-was-tun {
    grid-column: 1/13;
    grid-row: 3/4;
    aspect-ratio: unset;
    border-radius: var(--border-radius);
    background: var(--hgruen);
    text-align: center;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 2rem;
  }
  #start-img .rte #c-persoenlich {
    grid-column: 1/13;
    grid-row: 4/5;
    align-self: center;
    aspect-ratio: unset;
    border-radius: var(--border-radius);
    background: var(--gruen);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0px, 0px);
    color: #fff;
    padding: 5rem;
  }
  #start-img .rte #c-persoenlich h2 {
    color: #fff;
  }
  #main .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    justify-content: space-around;
  }
  .smedia {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .smedia img {
    margin: 0.2rem;
  }
  .smedia p {
    color: #fff;
    font-size: 0.7rem;
  }
  .smedia p.flex {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }
  .smedia p.flex img {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 550px) {
  #header {
    padding: 1rem 1rem;
  }
  #header .header-grid {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto auto auto;
  }
  #header .header-grid .header-nav {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding-top: 1rem;
  }
  #header .header-grid .header-nav ul {
    flex-direction: row;
    align-items: center;
  }
  #header .header-grid .header-nav ul a {
    font-size: 1.2rem;
  }
  #header .header-grid .header-logo {
    height: auto;
    grid-column: 1/3;
    grid-row: 1/2;
    justify-self: flex-start;
    align-self: flex-start;
  }
  #header .header-grid .header-logo img {
    max-width: 45vw;
  }
  #header .header-grid .header-phone {
    grid-column: 1/-1;
    grid-row: 2/4;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #header .header-grid .header-phone::before {
    display: none;
  }
  #header .header-grid .header-phone a {
    font-size: 1rem;
  }
  #header .header-grid .header-menu {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  #header .header-grid .header-menu .menu-iconT img {
    transform: scale(1);
  }
  #header .smedia {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  #header .smedia p {
    color: #fff;
    font-size: 0.7rem;
  }
  #header .smedia p.flex {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center !important;
    align-items: center;
  }
  #header .smedia p.flex img {
    transform: scale(0.8);
  }
  #footer .footer-links ul {
    flex-direction: column !important;
  }
  #hinweis {
    display: none;
  }
}
@media (max-width: 660px) {
  #footer > .inside {
    padding: 3rem 1rem !important;
  }
  #main div.f50 {
    gap: 1rem !important;
    flex-direction: column;
  }
  #main div.f50 > div {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #teamgallerie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  #teamgallerie .content-image {
    max-width: 250px;
    margin: 1rem;
  }
  #main .columnH.w7030 {
    grid-template-columns: 1fr;
  }
  #left #navigation #navHolder .row.first #btn_close {
    top: 1rem;
    right: 0%;
    cursor: pointer;
    transform-origin: right top;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 500px) {
  .startseite #pg_start {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 2rem;
  }
  .startseite #pg_start .inside {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 !important;
    padding: 0;
    margin: 0 !important;
    max-width: 100vw !important;
  }
  #main #pg_floristik_lexikon {
    background: url(../bg/blumen.svg);
    --gap: 1rem;
  }
  #main #pg_floristik_lexikon .inside {
    grid-template-columns: calc(100% - var(--gap) / 2);
    gap: var(--gap) !important;
  }
  #main .item.weg .content-text {
    flex: 0 0 100%;
    padding: 1rem;
  }
  #main ul.clickable li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    padding-left: 3rem;
    font-size: 1.2rem;
  }
  #main #pg_lyrik .flex {
    display: flex;
    align-items: flex-start;
    background: linear-gradient(90deg, rgb(211, 213, 242) 0%, rgb(159, 172, 232) 100%);
    flex-direction: row;
  }
  #main #pg_lyrik .flex .item {
    flex: 0 0 100%;
  }
  #pg_trauerbewaeltigung .ce_accordion .content-text .rte,
  #main #pg_kondolenz2 .ce_accordion .content-text .rte {
    flex-direction: column;
  }
  #pg_trauerbewaeltigung .ce_accordion .content-text .rte .column,
  #main #pg_kondolenz2 .ce_accordion .content-text .rte .column {
    flex: 0 0 100% !important;
  }
}
@media only screen and (max-width: 520px) {
  .t-teaser {
    padding: 2rem;
  }
  #article-2997 .teaser.w100.content-text h1 {
    font-size: 1.8rem !important;
  }
  #article-2997 #claim {
    top: -7rem !important;
    font-size: 2rem !important;
  }
  #article-2997 #claim span {
    font-size: 1.2rem !important;
  }
  #main #sliderBlumenSymbolik .item {
    flex-direction: column;
    max-width: 90vw;
  }
  #main #sliderBlumenSymbolik .item img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #main #sliderBlumenSymbolik .item .sub {
    flex: 0 0 90%;
    width: 90%;
    text-align: center;
  }
  #main #sliderBlumenSymbolik .item .sub .text,
  #main #sliderBlumenSymbolik .item .sub .name {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
  }
  #main #sliderBlumenSymbolik {
    --top: -30px;
  }
  #main #sliderBlumenSymbolik .slick-next {
    position: absolute;
    bottom: var(--top);
    right: 25%;
    transform: scale(0.5);
  }
  #main #sliderBlumenSymbolik .slick-prev {
    bottom: var(--top);
    left: 25%;
    transform: rotate(180deg) scale(0.5);
  }
  #musik_items {
    flex-direction: column;
  }
  #schleifentexte .flex .column {
    flex: 0 0 100%;
    width: 100%;
  }
  #article-3501 .inside .content-player {
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
  #article-3501 .inside #claim {
    position: static !important;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 460px) {
  html {
    font-size: 12px;
  }
  #main .headT > .inside .t-holder .teaser h1 {
    font-size: 2.5rem;
  }
  #teamgallerie {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.5rem;
  }
  #teamgallerie .content-image {
    max-width: 250px;
    margin: 1rem;
  }
  #main h1 {
    font-size: 2.5rem;
  }
  #main h2 {
    font-size: 2rem;
  }
  #header .header-grid {
    grid-template-columns: 25% 25% 30% 20%;
  }
  #header .header-grid .header-nav {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding-top: 1rem;
  }
  #header .header-grid .header-nav ul {
    flex-direction: row;
    align-items: center;
  }
  #header .header-grid .header-nav ul a {
    font-size: 1.2rem;
  }
  #header .header-grid .header-logo {
    height: auto;
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #header .header-grid .header-menu {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  #header .header-grid .header-menu .menu-iconT {
    transform: scale(0.7);
  }
  #main .headT > .inside .t-holder .teaser p {
    max-width: 100%;
    color: #fff;
    font-size: 1.5rem;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
}/*# sourceMappingURL=aufbau.css.map */