/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v35-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v28-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v28-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v28-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v28-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

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

* {
  line-height: calc(1em + 0.8rem);
}

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

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

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

p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 600;
}

p.li {
  margin-bottom: 10px;
  margin-top: 0;
}

#wrapper {
  min-height: 100vh;
}

@media only screen and (max-width: 500px) {
  p {
    font-size: 1.25rem;
    line-height: 0.38rem;
  }
}
/* GRID */
.twelve {
  width: 100%;
}

.eleven {
  width: 91.53%;
}

.ten {
  width: 83.06%;
}

.nine {
  width: 74.6%;
}

.eight {
  width: 66.13%;
}

.seven {
  width: 57.66%;
}

.six {
  width: 49.2%;
}

.five {
  width: 40.73%;
}

.four {
  width: 32.26%;
}

.three {
  width: 23.8%;
}

.two {
  width: 15.33%;
}

.one {
  width: 6.866%;
}

/* COLUMNS */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ALL */
.row .three {
  padding: 80px 30px;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* NINE */
#hamburger-9 {
  position: relative;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
  transform: rotate(45deg);
}

#hamburger-9:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
  border: 5px solid #ecf0f1;
}

#hamburger-9.is-active .line {
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */
#hamburger-12.is-active .line:nth-child(1) {
  opacity: 0;
  transform: translateX(-100%);
}

#hamburger-12.is-active .line:nth-child(3) {
  opacity: 0;
  transform: translateX(100%);
}

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

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

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

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

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

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

.m-white .hmenu {
  --c: #fff;
}
.m-white #hamMenu .hmenu::before,
.m-white #hamMenu .hmenu::after {
  background: #fff !important;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans";
}

.iover {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1005;
  background-color: #fff;
  box-shadow: 0px 12px 15px -10px rgba(0, 0, 0, 0.35);
}
#header .teleT {
  cursor: pointer;
}

#main,
#left,
#right {
  float: none;
  position: static;
}

#left {
  max-width: 420px;
  width: 420px;
  background: #394e2f;
  margin: 0;
  padding: 2rem 10px;
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  transition: background-color 0.7s ease-in-out;
}
#left .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#left .mod_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#left .mod_navigation ul a.submenu {
  margin-bottom: 1.5rem;
  display: block;
}
#left .mod_navigation ul li {
  margin: 0;
  margin-bottom: 3rem;
}
#left .mod_navigation ul li a,
#left .mod_navigation ul li strong {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
#left .mod_navigation ul.level_2 li {
  margin-bottom: 0.5rem;
}
#left .mod_navigation ul.level_2 a,
#left .mod_navigation ul.level_2 strong {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
}
#left .mod_navigation ul.level_2 strong {
  color: #987836;
  font-weight: bold;
}
#left .mod_navigation .submenu.trail.offen {
  color: #987836;
}
#left #r1,
#left #r3 {
  flex-grow: 0;
}
#left #r1 {
  margin-top: 2rem;
}
#left #r1 #btn_soforthilfe {
  margin-top: 1rem;
}
#left #r2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container {
  display: flex;
  width: 100%;
}
#container #main {
  display: block;
  padding-left: 320px;
}
#container #btn_telefon {
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
#container #btn_telefon::before {
  content: url("../icons/24h.png");
}

.startseite #wrapper {
  position: relative;
}
.startseite #wrapper video {
  cursor: pointer;
  transform-origin: center top;
  transform: scale(1);
}
.startseite #wrapper video.clone {
  position: absolute;
  z-index: 100002;
}
.startseite #wrapper video.grow {
  animation-name: slidein; /** Name der Animation **/
  animation-duration: 1s; /** Dauer der Animation **/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  max-width: 38%;
}
.startseite #wrapper video.shrink {
  animation-name: slideOut; /** Name der Animation **/
  animation-duration: 1s; /** Dauer der Animation **/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.startseite #wrapper #teamBildClone {
  cursor: pointer;
  transform-origin: center top;
  transform: scale(1);
}
.startseite #wrapper #teamBildClone.clone {
  position: absolute;
  z-index: 1000;
}
.startseite #wrapper #teamBildClone.grow {
  animation-name: slidein2; /** Name der Animation **/
  animation-duration: 1s; /** Dauer der Animation **/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  max-width: 670px;
}
.startseite #wrapper #teamBildClone.shrink {
  animation-name: slideOut2; /** Name der Animation **/
  animation-duration: 1s; /** Dauer der Animation **/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.startseite #b1 {
  cursor: pointer;
}
.startseite .scaleI {
  pointer-events: none;
}
.startseite .scaleI img {
  padding: 10px;
}
.startseite #_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 100;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    top: 50vh;
    left: 50%;
    opacity: 1;
    transform: scale(2) translate(-22.5%, -50%);
  }
}
@keyframes slidein2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    top: 50vh;
    left: 50%;
    opacity: 1;
    transform: scale(2) translate(-25%, -50%);
  }
}
@keyframes slideOut {
  0% {
    top: 50vh;
    left: 50%;
    opacity: 1;
    transform: scale(2) translate(-22.5%, -50%);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes slideOut2 {
  0% {
    top: 50vh;
    left: 50%;
    opacity: 1;
    transform: scale(2) translate(-25%, -50%);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.startseite #home #homeR {
  max-width: 1380px;
  width: 100%;
}
.startseite #home #homeR .rahmen video {
  cursor: pointer;
  width: 470 !important;
  height: 265 !important;
}
.startseite #home #homeR .rahmen video.clone {
  position: absolute;
  z-index: 1000;
}
.startseite #trauerfall .flexR {
  width: 905px;
}
.startseite section {
  min-height: 100vh;
  padding: 5rem;
}
.startseite section:nth-child(1) {
  background: #5e7627;
  display: flex;
  align-items: center;
}
.startseite section:nth-child(2) {
  background: linear-gradient(180deg, rgb(94, 118, 39) 0%, rgb(47, 59, 20) 100%);
}
.startseite section:nth-child(3) {
  background: #e6dcc9;
}
.startseite section:nth-child(4) {
  background: linear-gradient(180deg, rgb(21, 82, 96) 0%, rgb(5, 23, 21) 100%);
}
.startseite section:nth-child(5) {
  background: #364644;
}
.startseite section:nth-child(6) {
  background: #e6dcc9;
}
.startseite .content_page section {
  min-height: 100vh;
  padding: 5rem;
}
.startseite .content_page section:nth-child(1) {
  background: #394e2f;
  display: block;
}
.startseite input[type=radio] {
  accent-color: #5e7627;
}
.startseite #filmeHead {
  position: relative;
  margin-top: -16rem;
}
.startseite #filmeHead h1 {
  text-shadow: 1px 1px 2px black;
}
.startseite #filmeHead p {
  color: #987836;
  padding-left: 5rem;
  font-weight: bold;
}
.startseite #unsere-philosophie .content-text .rte p {
  color: #fff;
}
.startseite #startvideo {
  padding-left: 9rem;
}
.startseite .swiper-button-next:after {
  content: url(../hg/pfeil_rechts.png) !important;
}
.startseite .swiper-button-prev:after {
  content: url(../hg/pfeil_links.png) !important;
}
.startseite #teamBildClone {
  position: absolute;
}
.startseite #uNavSideBottom {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: inline-block;
  padding: 10px;
  z-index: 1;
  transform: scale(1);
  transform-origin: right bottom;
}
.startseite #uNavSideBottom div.itemH {
  line-height: 1.3rem;
}
.startseite #uNavSideBottom a {
  text-decoration: none;
  color: #fff;
  padding-left: 38px;
  font-size: 0.9rem;
  line-height: 0.7rem;
  transition: all 0.3s ease-in-out;
}
.startseite #uNavSideBottom a::before {
  position: absolute;
  content: "";
  background-size: 40px 20px;
  height: 12px;
  width: 20px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  left: 20px;
  transition: all 0.2s ease-in-out;
}
.startseite #uNavSideBottom a.aktuell {
  color: #bea984;
  transition: all 0.3s ease-in-out;
}
.startseite #uNavSideBottom a:hover::before, .startseite #uNavSideBottom a.aktuell::before {
  width: 40px;
  left: 0px;
  border-bottom: 1px solid #987836 !important;
}
.startseite #uNavSideBottom #scrollArrow {
  cursor: pointer;
  background: url("../hg/scroll.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.startseite #uNavSideBottom #scrollArrow img {
  margin: 0 auto;
}
.startseite #uNavSideBottom.dark #scrollArrow {
  cursor: pointer;
  background: url("../hg/scroll_dark.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.startseite #uNavSideBottom #selectedDiv {
  writing-mode: vertical-rl;
  color: #fff;
  transition: all 0.3s ease-in-out;
  line-height: 1.5rem;
  position: absolute;
  left: 0px;
  top: 0;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  text-align: left;
}
.startseite #uNavSideBottom #selectedDiv div {
  position: relative;
  white-space: nowrap;
  filter: blur(3px);
  transform: rotate(-180deg);
  font-size: 1.2rem;
  color: #bea984;
}
.startseite #uNavSideBottom #selectedDiv div.showHead {
  opacity: 1;
  bottom: 0;
  filter: blur(0);
}
.startseite #uNavSideBottom #selectedDivHolder {
  width: 2rem;
  overflow: hidden;
  position: relative;
}
.startseite #uNavSideBottom.sticky {
  position: absolute;
  z-index: 1111100;
  bottom: 2rem;
  right: 2rem;
}
.startseite #uNavSideBottom.dark #selectedDiv {
  writing-mode: vertical-rl;
  color: #111111;
}
.startseite #uNavSideBottom.dark a {
  color: #111;
}
.startseite #uNavSideBottom.dark a::before {
  border-bottom: 1px solid #111;
}
.startseite #uNavSideBottom.dark a.aktuell {
  color: #4e3504;
}
.startseite #intro {
  position: fixed;
  background-color: #394e2f;
  width: 100vw;
  height: 100vh;
  z-index: 100010;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 1.3s ease-in-out;
}
.startseite #intro #introP {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
  transition: all 0.8s ease-in-out;
  opacity: 1;
}
.startseite #intro #introP #img_signet {
  position: absolute;
  z-index: 1;
  transition: all 0.8s ease-in-out;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.startseite #intro #introP #img_logo {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transform-origin: center center;
  transform: scale(0.8);
  transition: all 0.9s ease-in-out;
  max-width: 80%;
  height: auto;
  transition-delay: 0.9s;
}
.startseite #intro #introP.hide {
  opacity: 0;
}
.startseite #intro #introP.show #img_signet {
  position: absolute;
  z-index: 1;
  animation-name: slideinSignet; /** Name der Animation **/
  animation-duration: 1.9s; /** Dauer der Animation **/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.startseite #intro #introP.show #img_logo {
  opacity: 1;
  transform: scale(1);
}
.startseite #intro.hide {
  opacity: 0;
}
.startseite #intro.delete {
  display: none;
}
@keyframes slideinSignet {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.8;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.startseite #main .rahmen {
  border: 1px solid #bea984;
  width: 68%;
  margin: 0 auto;
  position: relative;
  height: 450px;
}
.startseite #main .rahmen .row .cell {
  border: 0px solid #ff0000;
}
.startseite #main .rahmen .row .cell img,
.startseite #main .rahmen .row .cell video {
  transition-delay: 8s;
  transition: all 0.8s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: all 0.8s ease;
  max-width: 670px;
  position: absolute;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.38);
}
.startseite #main .rahmen .row #b1 img {
  right: -20px;
  top: -130px;
  margin: 0 0 auto auto;
}
.startseite #main .rahmen .row #b2 img,
.startseite #main .rahmen .row #b2 video {
  left: -150px;
  bottom: -130px;
}
.startseite #main .rahmen .row #b2 video {
  max-width: 670px;
}
.startseite #main .rahmen .row #b3 {
  text-shadow: 2px 3px 4px #000;
}
.startseite #main .rahmen .row #b3 .th {
  position: absolute;
  right: 5%;
  bottom: 15%;
}
.startseite #main .rahmen .row .teaser {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  transition: all 0.8s ease;
}
.startseite #main .rahmen .row .teaser .th {
  transition: all 0.8s ease;
  display: inline-block;
}
.startseite #main .rahmen.init .row .cell img,
.startseite #main .rahmen.init .row .cell video {
  max-width: 370px;
}
.startseite #main .rahmen.init .row .cell video {
  max-width: 370px;
  height: 209px;
}
.startseite #main .rahmen.init .row #b1 img {
  right: 5px;
  top: 5px;
}
.startseite #main .rahmen.init .row #b2 img,
.startseite #main .rahmen.init .row #b2 video {
  left: 5px;
  bottom: 5px;
}
.startseite #main .rahmen.init .row #b2 video {
  max-width: 370px;
  height: 209px;
}
.startseite #main .rahmen.init .row #b3 .th {
  right: -150%;
}
.startseite #main h1 {
  font-size: 3.2rem;
  color: #f5efdd;
  font-weight: 600;
}
.startseite #main .flexR {
  display: flex;
  max-width: 80%;
  margin-left: 8rem;
  justify-content: space-between;
}
.startseite #main .flexR .column {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 46%;
}
.startseite #main .flexR .column .tellink {
  background: rgba(111, 126, 78, 0.8);
  display: inline-block;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border: 1px solid #f5efdd;
  padding-left: 1.3rem;
  padding-right: 5rem;
}
.startseite #main .flexR .column .tellink p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.1rem;
}
.startseite #main .flexR .column .tellink p strong {
  text-transform: uppercase;
  font-weight: 500;
}
.startseite #main .flexR .column.first .tellink {
  padding-left: 4.5rem;
  padding-right: 1.3rem;
}
.startseite #main .flexR .column.last {
  position: relative;
}
.startseite #main .flexR #c1 {
  height: 212px;
}
.startseite #main .flexR #c1 img {
  position: absolute;
  top: -80px;
}
.startseite #main .flexR .starttext {
  padding-left: 4.5rem;
}
.startseite #main .flexR .starttext p {
  line-height: 1.5rem;
}
.startseite #main .flexR {
  background: url("../hg/rand-gold.png");
  background-size: 80%;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -50px;
}
.startseite #main #trauerfall .tellink {
  cursor: pointer;
}
.startseite #main #trauerfall .tellink:hover {
  background: rgba(111, 126, 78, 0.5);
}
.startseite #main #karte {
  max-width: 65%;
  border: 1px solid #bea984;
  margin-left: 8rem;
  position: relative;
}
.startseite #main #karte #k_text {
  background-color: #364644;
  background: linear-gradient(90deg, rgb(54, 70, 68) 0%, rgb(54, 70, 68) 46%, rgba(5, 23, 21, 0) 46%, rgba(5, 23, 21, 0) 100%);
  position: absolute;
  left: -100px;
  top: 20px;
  width: 380px;
  padding: 2rem 0;
  z-index: 12;
}
.startseite #main #karte #k_text h1,
.startseite #main #karte #k_text p {
  color: #fff;
}
.startseite #main #karte #k_text p {
  line-height: 1.2rem;
}
.startseite #main .swiper {
  width: 100%;
  height: 170px;
  margin-bottom: 3.8rem;
  max-width: 900px;
}
.startseite #main .lineS {
  position: relative;
}
.startseite #main .lineS .swiper-button-prev {
  left: 0px;
}
.startseite #main .swiper-button-next,
.startseite #main .swiper-button-prev {
  color: #555;
}
.startseite #main .videoF {
  margin-left: 8rem;
}
.startseite #main .flexE .inside {
  display: flex;
}
.startseite #main .flexE .inside .column {
  justify-content: space-between;
}
.startseite #main .flexE .inside .column:nth-child(1) {
  flex: 0 0 30%;
  width: 30%;
  min-width: 200px;
}
.startseite #main .flexE .inside .column:nth-child(2) {
  flex: 0 0 60%;
  width: 60%;
  padding-left: 3rem;
}
.startseite #main .flexE .inside .ce_text {
  flex: 0 0 60%;
  width: 60%;
  padding-left: 3rem;
}
.startseite #main .flexE .inside .flexEE {
  display: flex;
}
.startseite #main .flexE .inside .flexEE .adresseH {
  min-width: 320px;
}
.startseite #main .flexE .inside .flexEE .adresseH input {
  min-width: 300px;
  padding: 3px;
}
.startseite #main .flexE .inside .flexEE .adresseH input::-moz-placeholder {
  font-style: italic;
  opacity: 0.5;
  color: 777;
}
.startseite #main .flexE .inside .flexEE .adresseH input::placeholder {
  font-style: italic;
  opacity: 0.5;
  color: 777;
}
.startseite #main .flexE .inside .flexEE #computeAnfahrt {
  background-color: #5e7627;
  color: #fff;
  border: 0;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 5px 20px;
}
.startseite #main .flexE .inside #travelMode {
  display: flex;
}
.startseite #main .flexE .inside #travelMode div {
  padding: 2px 10px;
}
.startseite #main .flexE .inside #travelMode div label {
  font-size: 0.8rem;
  color: #777;
}
.startseite #main .swiper-slide img {
  cursor: pointer;
}

#hamMenu {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 500;
  display: none;
  display: block;
}

#container #main {
  padding-left: 400px;
}

#unser-team {
  background: linear-gradient(180deg, rgb(94, 118, 39) 0%, rgb(47, 59, 20) 100%);
}

#so-finden-sie-zu-uns {
  color: #7b7b7b;
  background-color: #e6dcc9;
}
#so-finden-sie-zu-uns p,
#so-finden-sie-zu-uns em {
  color: #7b7b7b;
  line-height: 1.2rem;
}

#anfahrt_weg {
  display: flex;
}
#anfahrt_weg .column:nth-child(1) {
  flex: 0 0 33%;
  padding-right: 3rem;
}
#anfahrt_weg .column:nth-child(2) {
  flex: 0 0 60%;
}
#anfahrt_weg .flexEE {
  display: flex;
  flex-direction: column;
}
#anfahrt_weg .flexEE .adresseH {
  min-width: 320px;
}
#anfahrt_weg .flexEE .adresseH input {
  min-width: 300px;
  padding: 3px;
}
#anfahrt_weg .flexEE .adresseH input::-moz-placeholder {
  font-style: italic;
  opacity: 0.5;
  color: 777;
}
#anfahrt_weg .flexEE .adresseH input::placeholder {
  font-style: italic;
  opacity: 0.5;
  color: 777;
}
#anfahrt_weg .flexEE #computeAnfahrt {
  background-color: #5e7627;
  color: #fff;
  border: 0;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 5px 20px;
}
#anfahrt_weg .flexEE .row {
  display: flex;
}
#anfahrt_weg #travelMode {
  display: flex;
}
#anfahrt_weg #travelMode div {
  padding: 2px 10px;
}
#anfahrt_weg #travelMode div label {
  font-size: 0.8rem;
  color: #777;
}
#anfahrt_weg #adressenWeg {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
#anfahrt_weg #adressenWeg .column:nth-child(1) {
  flex: 0 0 66%;
  display: flex;
  flex-wrap: wrap;
}
#anfahrt_weg #adressenWeg .column:nth-child(1) .content-text {
  flex: 0 0 50%;
}
#anfahrt_weg #adressenWeg .column:nth-child(2) {
  flex: 0 0 33%;
}
#anfahrt_weg #adressenWeg .column:nth-child(2) .content-text {
  padding-bottom: 1rem;
}
#anfahrt_weg #adressenWeg .column .content-text {
  flex: 0 0 45%;
}
#anfahrt_weg #adressenWeg .column .content-text h2 {
  color: #5e7627;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-left: 25px;
  white-space: nowrap;
}
#anfahrt_weg #adressenWeg .column .content-text p {
  margin: 0;
}
#anfahrt_weg #adressenWeg .column .content-text h4 {
  padding: 0;
  margin: 0;
}
#anfahrt_weg #adressenWeg .column:nth-child(2) .content-text h2 {
  padding-left: 0px;
}
#anfahrt_weg h2.anfahrt_head {
  color: #5e7627;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
#anfahrt_weg .column .links .content-text {
  position: relative;
}
#anfahrt_weg .hiddenlink {
  opacity: 0.8;
  font-size: 0.7rem;
  font-style: italic;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
}
#anfahrt_weg #zieladresse {
  display: inline-block;
}
#anfahrt_weg #zieladresse .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#anfahrt_weg #zieladresse #ziel_a {
  display: inline-block;
  min-width: 300px;
  padding: 3px;
  margin-bottom: 0.6rem;
}

.padL40 {
  padding-left: 3rem;
}

.cweiss {
  color: #fff;
}

.team_widget {
  border: 0px dashed #333;
  width: 100%;
  max-width: 1400px;
  display: flex;
  margin-bottom: 5rem;
}
.team_widget .sectionL .sec_holder,
.team_widget .sectionR .sec_holder {
  width: 300px;
  transition: all 0.5s ease-in-out;
  background-color: #ccc;
  display: grid;
  grid-template-columns: 1fr;
}
.team_widget .sectionL .sec_holder.expand,
.team_widget .sectionR .sec_holder.expand {
  width: 800px;
}
.team_widget .sectionL .sec_holder.expand .text,
.team_widget .sectionR .sec_holder.expand .text {
  padding-left: 320px;
}
.team_widget .sectionL .sec_holder.expand .text p,
.team_widget .sectionR .sec_holder.expand .text p {
  font-size: 0.9rem;
}
.team_widget .sectionL .image,
.team_widget .sectionR .image {
  z-index: 1;
  line-height: 0;
}
.team_widget .sectionL .image img,
.team_widget .sectionR .image img {
  max-width: 300px;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}
.team_widget .sectionL .text,
.team_widget .sectionR .text {
  background-color: #7ea21b;
  color: #fff;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  font-size: 0.1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team_widget .sectionL .text p,
.team_widget .sectionR .text p {
  line-height: 1rem;
  margin: 0;
  padding: 0.3rem;
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 0.1rem;
  transition: all 0.5s ease-in-out;
}
.team_widget .sectionL .child,
.team_widget .sectionR .child {
  grid-row-start: 1;
  grid-column-start: 1;
}
.team_widget .sectionL.center .sec_holder,
.team_widget .sectionR.center .sec_holder {
  margin: 0 auto;
}
.team_widget .sectionR {
  width: 100%;
  display: block;
}

#gruppenbild {
  transform-origin: top left;
  transform: scale(1.1);
}

@media only screen and (max-width: 1826px) {
  #gruppenbild {
    transform-origin: top left;
    transform: scale(1);
  }
}
@media only screen and (max-width: 1726px) {
  #gruppenbild {
    transform-origin: top left;
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1626px) {
  #gruppenbild {
    transform-origin: top left;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1526px) {
  #container #main {
    padding-left: 400px;
  }
}
@media only screen and (max-width: 1228px) {
  html {
    font-size: 13px;
  }
  #left {
    position: fixed;
    transition: all 0.5s ease-in-out;
    transform: translateX(-100%);
  }
  body.showMenu #left {
    position: fixed;
    transform: translateX(0%);
  }
  #container #main {
    padding-left: 0;
  }
  #hamMenu {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 13px;
  }
  #gruppenbild {
    transform-origin: top left;
    transform: scale(0.8);
  }
  #wrapperGruppe #gruppenbild #p_heidi_txt {
    left: 9rem;
  }
  #wrapperGruppe #gruppenbild #p_niezgoda_txt {
    left: -30rem;
  }
  #wrapperGruppe #gruppenbild #p_doreen_txt {
    left: -30rem;
  }
  #wrapperGruppe #gruppenbild #p_knobi_txt {
    left: -30rem;
  }
  #wrapperGruppe #gruppenbild #p_alfred_txt {
    left: -23rem;
  }
  #anfahrt_weg #adressenWeg .column .content-text p {
    font-size: 1.2rem;
  }
  #anfahrt_weg #adressenWeg .column .content-text h2,
  #anfahrt_weg #adressenWeg .column .content-text h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 950px) {
  html {
    font-size: 12px;
  }
  .flexEE .row {
    flex-direction: column;
  }
  .flexEE .adresseH {
    margin-bottom: 5px;
  }
  .flexEE #anfahrt_weg .column:nth-child(1) {
    padding-right: 0;
  }
  .flexEE #computeAnfahrt,
  .flexEE #adresse_,
  .flexEE #ziel_a {
    width: 100%;
    display: block;
  }
  #anfahrt_weg .column:nth-child(1) {
    padding-right: 0rem;
  }
  #anfahrt_weg .column:nth-child(1) .flex2 {
    margin-right: 2rem;
  }
  .iover {
    top: auto;
    bottom: 0;
  }
  #left .mod_navigation ul.level_2 a,
  #left .mod_navigation ul.level_2 strong {
    font-size: 2.2rem;
  }
  #left .mod_navigation ul li a,
  #left .mod_navigation ul li strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .iover {
    top: auto;
    bottom: 0;
  }
  #anfahrt_weg {
    flex-direction: column;
  }
  #anfahrt_weg .column:nth-child(1) .flex2 {
    margin: 1rem;
  }
  .startseite #main #karte {
    max-width: 85%;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
  }
  .startseite #main #karte #k_text {
    position: static;
    z-index: 100;
    top: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .startseite #main #karte #imap {
    transform-origin: right bottom;
    transform: scale(0.95);
  }
  #left {
    right: auto;
    margin-left: 0;
  }
  #main,
  #left,
  #right {
    float: none;
    width: 100%;
  }
  .startseite section {
    padding: 5rem 1rem;
  }
  .startseite #main .rahmen .row #b1 img {
    right: -20px;
    top: -50px;
    margin: 0 0 auto auto;
    position: static;
  }
  .startseite #main .rahmen .row #b2 video {
    left: -70px;
    bottom: 50px;
    position: static;
  }
  .startseite #main .rahmen .row .cell img,
  .startseite #main .rahmen .row #b2 video {
    transition: all 0.8s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: all 0.8s ease;
    max-width: 100%;
  }
  #trauerfall .content-text {
    text-align: center;
  }
  #trauerfall .flexR {
    flex-direction: column;
    background: none !important;
  }
  #trauerfall .flexR .starttext.content-text {
    padding: 1rem;
  }
  #trauerfall .flexR .column.last {
    flex-direction: column-reverse;
  }
  #trauerfall .flexR #c1 img {
    position: static !important;
    top: 0;
  }
  .startseite #main .flexR .column.first .tellink,
  .startseite #main .flexR .column.last .tellink {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    width: 100%;
  }
  .startseite #uNavSideBottom {
    display: none;
  }
  .startseite #main .flexR {
    margin: 0 auto;
  }
  .startseite #main .flexR #c1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .startseite .scaleI {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .startseite #main .rahmen {
    width: 95%;
    height: auto;
  }
  .startseite #main .swiper {
    height: auto;
  }
  .startseite section {
    min-height: auto;
  }
  .startseite #main #karte {
    max-width: 100%;
  }
  .startseite #filmeHead {
    margin-top: 0rem;
  }
  #startvideo {
    padding-left: 0 !important;
  }
  p.mobile_hide {
    display: none;
  }
}/*# sourceMappingURL=aufbau.css.map */