@font-face {
  font-family: 'Montserrat';
  src: url('/typo3conf/ext/sf_template_lengenfeld/Resources/Public/fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 25% 151%;
}
.specialfont.left {
  text-align: left;
}
.specialfont.center {
  text-align: center;
}
.specialfont.right {
  text-align: right;
}
html,
body {
  font-size: 12px;
  --header-tall: 100px;
  --header-short-p: 60px;
  --header-short-t: 90px;
  --header-short-d: 90px;
  scrollbar-gutter: stable;
  scrollbar-color: #0a3f10 #ffffff;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 360px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 20px;
  }
}
body {
  overflow-x: hidden;
  background: #ffffff;
  color: #787878;
  padding-top: 0px;
  position: relative;
  font-family: Montserrat, sans-serif;
}
body b,
body strong {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
section {
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 2em 0;
  }
}
section.frame-zeroPadding {
  padding: 0;
}
section section {
  padding-block: 0;
}
section.frame-roundBorder {
  border-radius: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  padding: 1rem;
}
section.frame-roundBorder p {
  margin-bottom: 0;
}
section.frame-roundBorder .row {
  margin: 0;
}
.pagebackground {
  display: none;
  height: 40em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background-position: top right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.row {
  margin: 1rem auto;
}
.container {
  max-width: 1340px;
  padding: 0 2rem;
}
.container.no-padding {
  padding-inline: 15px;
}
.container.big {
  max-width: 1600px;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-inline: 15px;
}
.container-fluid.reallysmall {
  max-width: 1340px;
}
.container-fluid.reallysmall .col-md-12 {
  padding-inline: 0;
}
.kopfgrafik .tx-kopfgrafik .container-fluid.reallysmall {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .kopfgrafik .tx-kopfgrafik .container-fluid.reallysmall {
    max-width: 1340px;
  }
}
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1em;
}
h1.left,
h2.left,
h3.left {
  text-align: left;
}
h1.center,
h2.center,
h3.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right {
  text-align: right;
}
.font-thin {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.font-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.font-extrabold {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.font-upper {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
  display: block;
}
.font-small {
  font-size: 1.5rem;
}
.clr-white {
  color: #ffffff !important;
}
.clr-primary {
  color: #0a3f10 !important;
}
.clr-primary-light {
  color: #78ae7d !important;
}
.clr-secondary {
  color: #869587 !important;
}
.is--centered {
  text-align: center;
  display: block;
}
.is--bold {
  font-weight: 700;
}
h1 {
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem,6vw,3rem);
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.ce-headline-center {
  display: block;
}
p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 78.75em) {
  p {
    font-size: .95rem;
  }
}
.text-bigger {
  font-size: 1.3rem;
}
.text-bigger a {
  text-decoration: none;
}
.text-bigger a:after {
  content: ' »';
  color: #869587;
  font-size: 1.3rem;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li {
  font-size: 1rem;
  line-height: 1.8;
}
ul li::marker {
  color: #0a3f10;
}
button:focus,
button:focus-within {
  outline: none;
}
.contentheader .contenttitle {
  line-height: 1.2;
  font-weight: bold;
}
.contentheader .contenttitle.black {
  color: #000000;
}
.contentheader .contenttitle.white {
  color: #ffffff;
}
.contentheader h1,
.contentheader .h1 {
  font-size: 2.5rem !important;
}
.contentheader h2,
.contentheader .h2 {
  font-size: 2rem !important;
}
.contentheader h3,
.contentheader .h3 {
  font-size: 1.6rem !important;
}
.contentheader h4,
.contentheader .h4 {
  font-size: 1.4rem !important;
}
.contentheader h5,
.contentheader .h5 {
  font-size: 1.2rem !important;
}
a {
  word-wrap: break-word;
  color: #77ae7d;
  text-decoration: underline;
}
a:hover {
  color: #0a3f10;
}
.btn {
  color: #ffffff;
  font-size: .8rem;
  font-weight: 400;
  border: none;
  background-color: #869587;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: .5rem 2rem;
  text-decoration: none;
  box-shadow: 0.3px 0.3px 1.1px rgba(0,0,0,0.02), 0.7px 0.7px 2.7px rgba(0,0,0,0.028), 1.3px 1.3px 5px rgba(0,0,0,0.035), 2.2px 2.2px 8.9px rgba(0,0,0,0.042), 4.2px 4.2px 16.7px rgba(0,0,0,0.05), 10px 10px 40px rgba(0,0,0,0.07);
}
.btn.btn-round {
  border-radius: 100vmax;
}
.btn.is--primary:hover {
  background-color: #869587;
  color: #ffffff;
}
.btn.is--secondary {
  background-color: #f3c4b2;
  color: #ffffff;
}
.btn.is--secondary:hover {
  background-color: #eca286;
  color: #ffffff;
}
.btn.btn-white {
  border: 2px solid #77ae7d;
  border-radius: 1rem;
  color: #77ae7d;
  background-color: #ffffff;
  margin-block: 1rem;
  font-size: 1rem;
  padding: 1.2rem 1.5rem;
  line-height: 1;
  font-weight: 700;
  transition: all .3s ease;
}
.btn.btn-white:hover {
  color: #ffffff;
  background-color: #77ae7d;
}
.btn-secondary {
  background-color: #869587;
}
.btn-secondary:hover {
  background-color: #0a3f10;
}
.btn-phone,
.btn-mail {
  position: relative;
  padding-left: 2rem;
  color: #0a3f10;
}
.btn-phone:before,
.btn-mail:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-phone:before {
  background-image: url('../icons/Icon-Phone.svg');
  background-size: auto 1.2rem;
}
.btn-mail:before {
  background-image: url('../icons/Icon-Mail.svg');
  background-size: 1rem auto;
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadey {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0;
}
header.contentheader .subheader {
  margin-bottom: 0;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
hr {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #e6e5e5;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #0a3f10;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.frame-space-before-extra-small {
  margin-top: 1em;
}
.frame-space-before-small {
  margin-top: 2em;
}
.frame-space-before-medium {
  margin-top: 3em;
}
.frame-space-before-large {
  margin-top: 4em;
}
.frame-space-before-extra-large {
  margin-top: 8em;
}
.frame-space-after-extra-small {
  margin-bottom: 1em;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 3em;
}
.frame-space-after-large {
  margin-bottom: 4em;
}
.frame-space-after-extra-large {
  margin-bottom: 5em;
}
.contentwrap {
  overflow: visible !important;
}
.col-md-12 .col,
.col-md-12 .col-1,
.col-md-12 .col-10,
.col-md-12 .col-11,
.col-md-12 .col-12,
.col-md-12 .col-2,
.col-md-12 .col-3,
.col-md-12 .col-4,
.col-md-12 .col-5,
.col-md-12 .col-6,
.col-md-12 .col-7,
.col-md-12 .col-8,
.col-md-12 .col-9,
.col-md-12 .col-auto,
.col-md-12 .col-lg,
.col-md-12 .col-lg-1,
.col-md-12 .col-lg-10,
.col-md-12 .col-lg-11,
.col-md-12 .col-lg-12,
.col-md-12 .col-lg-2,
.col-md-12 .col-lg-3,
.col-md-12 .col-lg-4,
.col-md-12 .col-lg-5,
.col-md-12 .col-lg-6,
.col-md-12 .col-lg-7,
.col-md-12 .col-lg-8,
.col-md-12 .col-lg-9,
.col-md-12 .col-lg-auto,
.col-md-12 .col-md,
.col-md-12 .col-md-1,
.col-md-12 .col-md-10,
.col-md-12 .col-md-11,
.col-md-12 .col-md-12,
.col-md-12 .col-md-2,
.col-md-12 .col-md-3,
.col-md-12 .col-md-4,
.col-md-12 .col-md-5,
.col-md-12 .col-md-6,
.col-md-12 .col-md-7,
.col-md-12 .col-md-8,
.col-md-12 .col-md-9,
.col-md-12 .col-md-auto,
.col-md-12 .col-sm,
.col-md-12 .col-sm-1,
.col-md-12 .col-sm-10,
.col-md-12 .col-sm-11,
.col-md-12 .col-sm-12,
.col-md-12 .col-sm-2,
.col-md-12 .col-sm-3,
.col-md-12 .col-sm-4,
.col-md-12 .col-sm-5,
.col-md-12 .col-sm-6,
.col-md-12 .col-sm-7,
.col-md-12 .col-sm-8,
.col-md-12 .col-sm-9,
.col-md-12 .col-sm-auto,
.col-md-12 .col-xl,
.col-md-12 .col-xl-1,
.col-md-12 .col-xl-10,
.col-md-12 .col-xl-11,
.col-md-12 .col-xl-12,
.col-md-12 .col-xl-2,
.col-md-12 .col-xl-3,
.col-md-12 .col-xl-4,
.col-md-12 .col-xl-5,
.col-md-12 .col-xl-6,
.col-md-12 .col-xl-7,
.col-md-12 .col-xl-8,
.col-md-12 .col-xl-9,
.col-md-12 .col-xl-auto {
  padding-inline: 0;
}
@media screen and (min-width: 48em) {
  .col-md-12 .col,
  .col-md-12 .col-1,
  .col-md-12 .col-10,
  .col-md-12 .col-11,
  .col-md-12 .col-12,
  .col-md-12 .col-2,
  .col-md-12 .col-3,
  .col-md-12 .col-4,
  .col-md-12 .col-5,
  .col-md-12 .col-6,
  .col-md-12 .col-7,
  .col-md-12 .col-8,
  .col-md-12 .col-9,
  .col-md-12 .col-auto,
  .col-md-12 .col-lg,
  .col-md-12 .col-lg-1,
  .col-md-12 .col-lg-10,
  .col-md-12 .col-lg-11,
  .col-md-12 .col-lg-12,
  .col-md-12 .col-lg-2,
  .col-md-12 .col-lg-3,
  .col-md-12 .col-lg-4,
  .col-md-12 .col-lg-5,
  .col-md-12 .col-lg-6,
  .col-md-12 .col-lg-7,
  .col-md-12 .col-lg-8,
  .col-md-12 .col-lg-9,
  .col-md-12 .col-lg-auto,
  .col-md-12 .col-md,
  .col-md-12 .col-md-1,
  .col-md-12 .col-md-10,
  .col-md-12 .col-md-11,
  .col-md-12 .col-md-12,
  .col-md-12 .col-md-2,
  .col-md-12 .col-md-3,
  .col-md-12 .col-md-4,
  .col-md-12 .col-md-5,
  .col-md-12 .col-md-6,
  .col-md-12 .col-md-7,
  .col-md-12 .col-md-8,
  .col-md-12 .col-md-9,
  .col-md-12 .col-md-auto,
  .col-md-12 .col-sm,
  .col-md-12 .col-sm-1,
  .col-md-12 .col-sm-10,
  .col-md-12 .col-sm-11,
  .col-md-12 .col-sm-12,
  .col-md-12 .col-sm-2,
  .col-md-12 .col-sm-3,
  .col-md-12 .col-sm-4,
  .col-md-12 .col-sm-5,
  .col-md-12 .col-sm-6,
  .col-md-12 .col-sm-7,
  .col-md-12 .col-sm-8,
  .col-md-12 .col-sm-9,
  .col-md-12 .col-sm-auto,
  .col-md-12 .col-xl,
  .col-md-12 .col-xl-1,
  .col-md-12 .col-xl-10,
  .col-md-12 .col-xl-11,
  .col-md-12 .col-xl-12,
  .col-md-12 .col-xl-2,
  .col-md-12 .col-xl-3,
  .col-md-12 .col-xl-4,
  .col-md-12 .col-xl-5,
  .col-md-12 .col-xl-6,
  .col-md-12 .col-xl-7,
  .col-md-12 .col-xl-8,
  .col-md-12 .col-xl-9,
  .col-md-12 .col-xl-auto {
    padding-inline: 15px;
  }
}
.col-md-12 .col .container-fluid,
.col-md-12 .col-1 .container-fluid,
.col-md-12 .col-10 .container-fluid,
.col-md-12 .col-11 .container-fluid,
.col-md-12 .col-12 .container-fluid,
.col-md-12 .col-2 .container-fluid,
.col-md-12 .col-3 .container-fluid,
.col-md-12 .col-4 .container-fluid,
.col-md-12 .col-5 .container-fluid,
.col-md-12 .col-6 .container-fluid,
.col-md-12 .col-7 .container-fluid,
.col-md-12 .col-8 .container-fluid,
.col-md-12 .col-9 .container-fluid,
.col-md-12 .col-auto .container-fluid,
.col-md-12 .col-lg .container-fluid,
.col-md-12 .col-lg-1 .container-fluid,
.col-md-12 .col-lg-10 .container-fluid,
.col-md-12 .col-lg-11 .container-fluid,
.col-md-12 .col-lg-12 .container-fluid,
.col-md-12 .col-lg-2 .container-fluid,
.col-md-12 .col-lg-3 .container-fluid,
.col-md-12 .col-lg-4 .container-fluid,
.col-md-12 .col-lg-5 .container-fluid,
.col-md-12 .col-lg-6 .container-fluid,
.col-md-12 .col-lg-7 .container-fluid,
.col-md-12 .col-lg-8 .container-fluid,
.col-md-12 .col-lg-9 .container-fluid,
.col-md-12 .col-lg-auto .container-fluid,
.col-md-12 .col-md .container-fluid,
.col-md-12 .col-md-1 .container-fluid,
.col-md-12 .col-md-10 .container-fluid,
.col-md-12 .col-md-11 .container-fluid,
.col-md-12 .col-md-12 .container-fluid,
.col-md-12 .col-md-2 .container-fluid,
.col-md-12 .col-md-3 .container-fluid,
.col-md-12 .col-md-4 .container-fluid,
.col-md-12 .col-md-5 .container-fluid,
.col-md-12 .col-md-6 .container-fluid,
.col-md-12 .col-md-7 .container-fluid,
.col-md-12 .col-md-8 .container-fluid,
.col-md-12 .col-md-9 .container-fluid,
.col-md-12 .col-md-auto .container-fluid,
.col-md-12 .col-sm .container-fluid,
.col-md-12 .col-sm-1 .container-fluid,
.col-md-12 .col-sm-10 .container-fluid,
.col-md-12 .col-sm-11 .container-fluid,
.col-md-12 .col-sm-12 .container-fluid,
.col-md-12 .col-sm-2 .container-fluid,
.col-md-12 .col-sm-3 .container-fluid,
.col-md-12 .col-sm-4 .container-fluid,
.col-md-12 .col-sm-5 .container-fluid,
.col-md-12 .col-sm-6 .container-fluid,
.col-md-12 .col-sm-7 .container-fluid,
.col-md-12 .col-sm-8 .container-fluid,
.col-md-12 .col-sm-9 .container-fluid,
.col-md-12 .col-sm-auto .container-fluid,
.col-md-12 .col-xl .container-fluid,
.col-md-12 .col-xl-1 .container-fluid,
.col-md-12 .col-xl-10 .container-fluid,
.col-md-12 .col-xl-11 .container-fluid,
.col-md-12 .col-xl-12 .container-fluid,
.col-md-12 .col-xl-2 .container-fluid,
.col-md-12 .col-xl-3 .container-fluid,
.col-md-12 .col-xl-4 .container-fluid,
.col-md-12 .col-xl-5 .container-fluid,
.col-md-12 .col-xl-6 .container-fluid,
.col-md-12 .col-xl-7 .container-fluid,
.col-md-12 .col-xl-8 .container-fluid,
.col-md-12 .col-xl-9 .container-fluid,
.col-md-12 .col-xl-auto .container-fluid {
  padding-inline: 0;
}
@media screen and (min-width: 48em) {
  .col-md-12 .col .container-fluid,
  .col-md-12 .col-1 .container-fluid,
  .col-md-12 .col-10 .container-fluid,
  .col-md-12 .col-11 .container-fluid,
  .col-md-12 .col-12 .container-fluid,
  .col-md-12 .col-2 .container-fluid,
  .col-md-12 .col-3 .container-fluid,
  .col-md-12 .col-4 .container-fluid,
  .col-md-12 .col-5 .container-fluid,
  .col-md-12 .col-6 .container-fluid,
  .col-md-12 .col-7 .container-fluid,
  .col-md-12 .col-8 .container-fluid,
  .col-md-12 .col-9 .container-fluid,
  .col-md-12 .col-auto .container-fluid,
  .col-md-12 .col-lg .container-fluid,
  .col-md-12 .col-lg-1 .container-fluid,
  .col-md-12 .col-lg-10 .container-fluid,
  .col-md-12 .col-lg-11 .container-fluid,
  .col-md-12 .col-lg-12 .container-fluid,
  .col-md-12 .col-lg-2 .container-fluid,
  .col-md-12 .col-lg-3 .container-fluid,
  .col-md-12 .col-lg-4 .container-fluid,
  .col-md-12 .col-lg-5 .container-fluid,
  .col-md-12 .col-lg-6 .container-fluid,
  .col-md-12 .col-lg-7 .container-fluid,
  .col-md-12 .col-lg-8 .container-fluid,
  .col-md-12 .col-lg-9 .container-fluid,
  .col-md-12 .col-lg-auto .container-fluid,
  .col-md-12 .col-md .container-fluid,
  .col-md-12 .col-md-1 .container-fluid,
  .col-md-12 .col-md-10 .container-fluid,
  .col-md-12 .col-md-11 .container-fluid,
  .col-md-12 .col-md-12 .container-fluid,
  .col-md-12 .col-md-2 .container-fluid,
  .col-md-12 .col-md-3 .container-fluid,
  .col-md-12 .col-md-4 .container-fluid,
  .col-md-12 .col-md-5 .container-fluid,
  .col-md-12 .col-md-6 .container-fluid,
  .col-md-12 .col-md-7 .container-fluid,
  .col-md-12 .col-md-8 .container-fluid,
  .col-md-12 .col-md-9 .container-fluid,
  .col-md-12 .col-md-auto .container-fluid,
  .col-md-12 .col-sm .container-fluid,
  .col-md-12 .col-sm-1 .container-fluid,
  .col-md-12 .col-sm-10 .container-fluid,
  .col-md-12 .col-sm-11 .container-fluid,
  .col-md-12 .col-sm-12 .container-fluid,
  .col-md-12 .col-sm-2 .container-fluid,
  .col-md-12 .col-sm-3 .container-fluid,
  .col-md-12 .col-sm-4 .container-fluid,
  .col-md-12 .col-sm-5 .container-fluid,
  .col-md-12 .col-sm-6 .container-fluid,
  .col-md-12 .col-sm-7 .container-fluid,
  .col-md-12 .col-sm-8 .container-fluid,
  .col-md-12 .col-sm-9 .container-fluid,
  .col-md-12 .col-sm-auto .container-fluid,
  .col-md-12 .col-xl .container-fluid,
  .col-md-12 .col-xl-1 .container-fluid,
  .col-md-12 .col-xl-10 .container-fluid,
  .col-md-12 .col-xl-11 .container-fluid,
  .col-md-12 .col-xl-12 .container-fluid,
  .col-md-12 .col-xl-2 .container-fluid,
  .col-md-12 .col-xl-3 .container-fluid,
  .col-md-12 .col-xl-4 .container-fluid,
  .col-md-12 .col-xl-5 .container-fluid,
  .col-md-12 .col-xl-6 .container-fluid,
  .col-md-12 .col-xl-7 .container-fluid,
  .col-md-12 .col-xl-8 .container-fluid,
  .col-md-12 .col-xl-9 .container-fluid,
  .col-md-12 .col-xl-auto .container-fluid {
    padding-inline: 15px;
  }
}
.cols2.mobile-reverse-order {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .cols2.mobile-reverse-order {
    flex-direction: row;
  }
}
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  width: 100%;
  flex: 0 0 100%;
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 100;
}
.pageoverlay.show {
  opacity: .5;
  visibility: visible;
  cursor: pointer;
}
.kopfgrafik {
  margin-top: var(--header-short-p);
}
@media screen and (min-width: 78.75em) {
  .kopfgrafik {
    margin-top: var(--header-tall);
  }
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#sidebar {
  position: fixed;
  right: 0;
  bottom: 9rem;
  width: 0;
  z-index: 1312;
  height: 3.5rem;
}
#sidebar .sidebarButton {
  cursor: pointer;
  background: #0a3f10;
  color: #ffffff;
  height: 3rem;
  position: absolute;
  transform: translate(0,-50%);
  transition: all 150ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  padding: .3rem .5rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
#sidebar .sidebarButton svg {
  height: 1.6rem;
  width: auto;
  fill: #ffffff;
}
#sidebar .sidebarButton:after {
  content: "";
  display: block;
  height: 100%;
  width: 5rem;
  background-color: #0a3f10;
  position: absolute;
  left: 100%;
  top: 0;
}
#sidebar .sidebarButton:hover {
  transform: translate(-0.75rem,-50%);
}
#sidebar .sidebarContent {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0,3.5rem);
  transition: all 150ms ease-in-out 150ms;
  color: #100d08;
  width: 400px;
  max-width: 80vw;
  z-index: 1313;
}
@media screen and (min-width: 48em) {
  #sidebar .sidebarContent {
    width: clamp(200px,20vw,400px);
  }
}
@media screen and (min-width: 78.75em) {
  #sidebar .sidebarContent {
    width: clamp(200px,20vw,400px);
  }
}
#sidebar .sidebarContent .closeSidebar {
  position: absolute;
  cursor: pointer;
  top: .3rem;
  right: .2rem;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar .sidebarContent .closeSidebar svg {
  transform: scale(1.7);
}
#sidebar .sidebarContent .content {
  padding: 1.5rem 1rem 1rem 1rem;
  background-color: #e7e7e7;
  border-radius: .5rem 0 0 .5rem;
}
#sidebar .sidebarContent .content p {
  font-size: 0.8rem;
  margin-bottom: .5rem;
  line-height: 1.2;
}
#sidebar .information .sidebarButton {
  right: 0;
  top: 0%;
}
#sidebar .zuweiser .sidebarButton {
  right: 0;
  top: 100%;
  width: fit-content;
  padding: .3rem .5rem;
  font-size: 1rem;
  background-color: #77ae7d;
}
#sidebar .zuweiser .sidebarButton:after {
  background-color: #77ae7d;
}
#sidebar .information.active .sidebarButton,
#sidebar .zuweiser.active .sidebarButton {
  transform: translate(100%,-50%);
}
#sidebar .information.active .sidebarContent,
#sidebar .zuweiser.active .sidebarContent {
  transform: translate(-100%,3.5rem);
}
#sidebar .information.active .sidebarContent .row>div,
#sidebar .zuweiser.active .sidebarContent .row>div {
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.folgeseite .kopfgrafik .img {
  height: calc(100vh - 70px);
}
@media screen and (min-width: 30em) {
  .folgeseite .kopfgrafik .img {
    height: calc(100vh - 140px);
  }
}
@media screen and (min-width: 30em) {
  .row >.col-12:nth-child(2) {
    padding-left: 2rem;
  }
}
.row.no-padding>.ce-col {
  padding-inline: 0;
}
.video {
  width: 100%;
  aspect-ratio: 1.7777777777778;
}
@media screen and (min-width: 48em) {
  .video {
    aspect-ratio: 2.3333333333333;
  }
}
.text-v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v1 .tv1-title {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.text-v1 .tv1-badge {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.text-v1 .tv1-badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-v1 .tv1-badge {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .text-v1 .tv1-badge img {
    max-width: 10rem;
  }
}
.text-v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v2 p:last-child {
  margin-bottom: 0;
}
.text-v2 .tv2-title {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .text-v2 .tv2-left {
    text-align: right;
  }
}
.text-v2 .tv2-right {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .text-v2 .tv2-right {
    padding-right: 5rem;
  }
}
.text-v2 .tv2-right .floral {
  display: inline-block;
  position: relative;
  height: 1em;
}
.text-v2 .tv2-right .floral svg {
  width: 5rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#googlemaps [aria-label="Schließen"] {
  top: 0 !important;
  right: 0 !important;
}
.iconlist h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.iconlist ul {
  list-style: none;
  padding-left: 0;
}
.iconlist .listitem {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.iconlist .listitem a {
  text-decoration: unset;
}
.iconlist .listitem a:hover {
  color: #787878;
  text-decoration: underline;
}
ul.large li {
  list-style-type: none;
  font-size: 2rem;
  color: #787878;
  position: relative;
}
ul.large li:before {
  content: '-';
  position: absolute;
  left: -1rem;
}
.tab-v1 {
  display: flex;
  flex-direction: column;
}
.tab-v1 .nav-tabs {
  flex-direction: column;
  border: unset;
  position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs {
    flex-direction: row;
    top: 100px;
  }
}
.tab-v1 .nav-tabs .nav-item {
  flex: 1;
}
.tab-v1 .nav-tabs .nav-item .nav-link {
  background-color: unset;
  text-decoration: unset;
  border: 1px solid #77ae7d;
  border-top: unset;
  border-radius: unset;
  color: #77ae7d;
  font-size: .9rem;
  font-weight: bold;
}
.tab-v1 .nav-tabs .nav-item .nav-link.active,
.tab-v1 .nav-tabs .nav-item .nav-link:hover {
  background-color: #0a3f10;
  color: #869587;
}
.tab-v1 .tab-content {
  padding-block: .5rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content {
    padding: 1.5rem .8rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .tab-content {
    padding: 2.5rem 1rem;
  }
}
.tab-v1 .tab-content .tab-pane section {
  padding-block: 0;
  margin-block: 0 2rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section {
    margin-block: 0;
  }
}
.tab-v1 .tab-content .tab-pane section div {
  padding-inline: 0;
}
.tab-v1 .tab-content .tab-pane section div .contentheader {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section div:first-of-type .contentheader,
  .tab-v1 .tab-content .tab-pane section div:first-of-type p {
    padding-right: 2rem;
  }
  .tab-v1 .tab-content .tab-pane section div:last-of-type .contentheader,
  .tab-v1 .tab-content .tab-pane section div:last-of-type p {
    padding-left: 2rem;
  }
}
.tab-v1 .tab-content .tab-pane section div .ce-image {
  margin-bottom: 0;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:first-of-type {
  order: 1;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:last-of-type {
  order: 2;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:first-of-type {
  order: 2;
}
.tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:last-of-type {
  order: 1;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:first-of-type {
    order: 1;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(odd) div:last-of-type {
    order: 2;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:first-of-type {
    order: 1;
  }
  .tab-v1 .tab-content .tab-pane section:nth-of-type(even) div:last-of-type {
    order: 2;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane .ce-textpic {
    width: 50%;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery {
  max-width: 40%;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-bodytext p {
  font-size: .8em;
  line-height: 1.2;
}
.ce-gallery .image.circleImage img {
  border-radius: 100rem;
  aspect-ratio: 1;
  object-fit: cover;
}
[id^="accordion"] .card {
  margin-bottom: .3rem;
  border-radius: 0;
  border: unset;
  background: unset;
}
[id^="accordion"] .card [id^="heading"] {
  background-color: unset;
  border: unset;
  padding: 0;
}
[id^="accordion"] .card [id^="heading"] button {
  width: calc(100% - 56px);
  height: 100%;
  background-color: #f4f2f2;
  box-shadow: unset;
  color: #2c2b2c;
  font-size: 1rem;
  padding: 0;
  text-align: left;
  position: relative;
  padding: .75rem 1.25rem;
}
@media screen and (min-width: 992px) {
  [id^="accordion"] .card [id^="heading"] button {
    width: calc(100% - 70px);
  }
}
[id^="accordion"] .card [id^="heading"] button:before,
[id^="accordion"] .card [id^="heading"] button:after {
  position: absolute;
  width: 56px;
  height: 100%;
  color: #2c2b2c;
  line-height: 1;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  [id^="accordion"] .card [id^="heading"] button:before,
  [id^="accordion"] .card [id^="heading"] button:after {
    width: 70px;
  }
}
[id^="accordion"] .card [id^="heading"] button:after {
  content: '-';
  left: calc(100% + .3rem);
  font-size: 3rem;
  background-color: #f4f2f2;
}
[id^="accordion"] .card [id^="heading"] button.collapsed:after {
  content: '+';
  transform: rotate(0deg);
}
@media screen and (min-width: 48em) {
  [id^="accordion"] .card [id^="collapse"] .card-body {
    padding-right: 70px;
  }
}
[id^="accordion"] .card [id^="collapse"] .card-body header {
  display: none;
  visibility: hidden;
}
.accordion-item {
  border: unset;
  border-bottom: 1px solid #787878 !important;
  margin-bottom: 1rem;
}
.accordion-item .accordion-header {
  background-color: unset;
  border: unset;
}
.accordion-item .accordion-header .accordion-title {
  position: relative;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link {
  text-decoration: unset;
  width: 100%;
  display: inline-block;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link:after {
  position: absolute;
  content: '>';
  width: 1rem;
  height: 1rem;
  right: 0;
  color: #787878;
  font-size: 2rem;
  line-height: 1;
  transform-origin: center;
  rotate: 90deg;
  transition: all .3s ease;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link.collapsed:after {
  transform-origin: center;
  rotate: 0deg;
}
.accordion-item .accordion-header .accordion-title .accordion-title-link:hover:after {
  color: #0a3f10;
}
.accordion-item .accordion-collapse .ce-accordion-body .contentheader {
  display: none;
  visibility: hidden;
}
dialog {
  max-width: 50ch;
  border: unset;
  background-color: #e3e3e3;
}
dialog button {
  display: block;
  float: right;
  background: unset;
  border: unset;
  font-size: 3rem;
  line-height: 2rem;
  color: #0a3f10;
}
dialog .content {
  padding: 1rem 2rem 1rem 1rem;
  margin-top: 1rem;
}
dialog .content .title {
  font-weight: bold;
  color: #0a3f10;
  margin-bottom: 0.5rem;
  display: block;
}
dialog::backdrop {
  background-color: black;
  opacity: .7;
}
@media screen and (min-width: 48em) {
  .frame-twoColumns .ce-inner-box p:first-of-type {
    column-count: 2;
  }
}
.cols2 .col:has(.topMarginMinus4) {
  margin-top: -4rem;
}
.cols2 .col:has(.topMarginMinus6) {
  margin-top: -6rem;
}
.tx-kopfgrafik {
  --gap: 1rem;
  position: relative;
}
.tx-kopfgrafik .image {
  inset: 0;
}
.tx-kopfgrafik .image img {
  width: 100%;
}
.tx-kopfgrafik .content {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%,-10%);
  background-color: unset;
}
.tx-kopfgrafik .content .headline,
.tx-kopfgrafik .content .subline {
  color: #ffffff;
  font-size: clamp(1rem,6vw,1.5rem);
  padding: 1rem;
  border-radius: .5rem;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .tx-kopfgrafik .content .headline,
  .tx-kopfgrafik .content .subline {
    font-size: clamp(1rem,4vw,2.5rem);
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .tx-kopfgrafik .content .headline,
  .tx-kopfgrafik .content .subline {
    font-size: clamp(1rem,4vw,1.7rem);
  }
}
@media screen and (min-width: 1200px) {
  .tx-kopfgrafik .content .headline,
  .tx-kopfgrafik .content .subline {
    font-size: clamp(1rem,4vw,2rem);
  }
}
@media screen and (min-width: 1920px) {
  .tx-kopfgrafik .content .headline,
  .tx-kopfgrafik .content .subline {
    font-size: clamp(1rem,4vw,2.5rem);
  }
}
.tx-kopfgrafik .content .headline {
  background-color: #0a3f10;
  max-width: 30ch;
  margin-bottom: var(--gap);
  width: fit-content;
}
.tx-kopfgrafik .content .subline {
  background-color: #77ae7d;
  max-width: 33ch;
}
.tx-kopfgrafik .content .btn {
  background-color: #ffffff;
  color: #2c2b2c;
  font-size: 1rem;
}
.tx-kopfgrafik .content .btn:hover {
  background-color: #869587;
  color: #ffffff;
}
.tx-flex-tiles {
  position: relative;
  z-index: 99;
  padding-block: 1.5rem;
}
.tx-flex-tiles .flex-items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .tx-flex-tiles .flex-items {
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .tx-flex-tiles .flex-items {
    grid-template-columns: repeat(4,1fr);
  }
}
.tx-flex-tiles .flex-items a {
  text-decoration: unset;
}
.tx-flex-tiles .flex-items .item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  aspect-ratio: 1;
  min-width: 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.011), 0px 0px 5.3px rgba(0,0,0,0.016), 0px 0px 10px rgba(0,0,0,0.02), 0px 0px 17.9px rgba(0,0,0,0.024), 0px 0px 33.4px rgba(0,0,0,0.029), 0px 0px 80px rgba(0,0,0,0.04);
  text-align: center;
  border-radius: 1rem;
  color: #0a3f10;
  background-color: #ffffff;
  transition: all .3s ease;
}
.tx-flex-tiles .flex-items .item .icon {
  width: 1rem;
}
.tx-flex-tiles .flex-items .item span {
  font-size: .8rem;
}
.tx-flex-tiles .flex-items .item:hover {
  background-color: #77ae7d;
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.011), 0px 0px 5.3px rgba(0,0,0,0.016), 0px 0px 10px rgba(0,0,0,0.02), 0px 0px 17.9px rgba(0,0,0,0.024), 0px 0px 33.4px rgba(0,0,0,0.029);
}
.tx-flex-tiles .flex-items .item:hover span {
  color: #ffffff;
}
.tx-flex-tiles .flex-items .item:hover svg .st0,
.tx-flex-tiles .flex-items .item:hover svg .cls-1 {
  fill: #ffffff;
}
.tx-flex-tiles .flex-items .item.custom-svg {
  justify-content: center;
  gap: .5rem;
  color: #787878;
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .tx-flex-tiles .flex-items .item {
    aspect-ratio: unset;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .tx-flex-tiles .flex-items .item {
    aspect-ratio: unset;
    justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .tx-flex-tiles .flex-items .item {
    padding: 2rem 1rem;
    height: 100%;
  }
  .tx-flex-tiles .flex-items .item .icon {
    width: 2rem;
  }
  .tx-flex-tiles .flex-items .item span {
    font-size: clamp(1rem,1vw,1.2rem);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-flex-tiles .flex-items .item {
    padding: 2rem;
  }
}
.tx-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: "bigimage bigimage" "bigimage bigimage" "text1 text1" "text1 text1" "personImage rose" "personImage personText" "text2 text2" "text2 text2" "certificate certificate";
}
@media screen and (min-width: 48em) {
  .tx-grid {
    grid-template-columns: repeat(5,1fr);
    grid-template-areas: "bigimage bigimage text1 text1 text1" "bigimage bigimage text1 text1 text1" "bigimage bigimage rose rose rose" ". personImage personImage personText personText" ". text2 text2 text2 certificate";
  }
}
@media screen and (min-width: 78.75em) {
  .tx-grid {
    grid-template-columns: repeat(6,1fr);
    grid-template-areas: "bigimage bigimage bigimage text1 text1 ." "bigimage bigimage bigimage text1 text1 ." "bigimage bigimage bigimage rose rose ." ". fillLeft personImage personText personText ." ". text2 text2 text2 certificate .";
  }
}
.tx-grid .image,
.tx-grid .text1 {
  width: 100vw;
}
@media screen and (min-width: 48em) {
  .tx-grid .image,
  .tx-grid .text1 {
    width: unset;
  }
}
.tx-grid .person-image,
.tx-grid .rose,
.tx-grid .person-text,
.tx-grid .person-text2 {
  width: 50vw;
}
@media screen and (min-width: 48em) {
  .tx-grid .person-image,
  .tx-grid .rose,
  .tx-grid .person-text,
  .tx-grid .person-text2 {
    width: unset;
  }
}
.tx-grid .image {
  grid-area: bigimage;
}
.tx-grid .image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  .tx-grid .image img {
    height: 100%;
    object-fit: cover;
  }
}
.tx-grid .rose,
.tx-grid .fill-left,
.tx-grid .person-text,
.tx-grid .text2,
.tx-grid .certificate {
  background-color: #f4f2f2;
}
.tx-grid .text1,
.tx-grid .text2,
.tx-grid .person-text,
.tx-grid .rose,
.tx-grid .certificate {
  padding: 1rem;
}
.tx-grid .text1 {
  grid-area: text1;
  padding-left: 2rem;
  align-self: center;
}
.tx-grid .text1 h3 {
  font-weight: bold;
}
.tx-grid .rose {
  grid-area: rose;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tx-grid .rose img {
  width: 150px;
  height: auto;
}
.tx-grid .fill-left {
  grid-area: fillLeft;
}
.tx-grid .person-image {
  grid-area: personImage;
  background-color: #f4f2f2;
}
.tx-grid .person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-grid .person-text {
  grid-area: personText;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.tx-grid .person-text span {
  display: block;
}
.tx-grid .text2 {
  grid-area: text2;
}
.tx-grid .text2 h3 {
  font-weight: bold;
}
.tx-grid .certificate {
  grid-area: certificate;
}
.tx-grid .certificate img {
  max-width: 10rem;
  height: auto;
}
.tx-dreier {
  background-color: #f4f2f2;
  padding-block: 4rem;
}
.tx-dreier .container-fluid.reallysmall>span {
  display: block;
}
.tx-dreier .container-fluid.reallysmall .items {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (min-width: 48em) {
  .tx-dreier .container-fluid.reallysmall .items {
    gap: 1rem;
    flex-direction: row;
  }
}
.tx-dreier .container-fluid.reallysmall .items .item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.tx-dreier .container-fluid.reallysmall .items .item .description {
  font-size: clamp(1rem,5vw,1.2rem);
  text-align: center;
}
.tx-pflege .head {
  color: #77ae7d;
}
.tx-pflege .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
  border-bottom: 1px solid #77ae7d;
}
@media screen and (min-width: 48em) {
  .tx-pflege .content {
    flex-direction: row;
    align-items: end;
  }
}
.tx-pflege .content>div {
  flex: 1 0 calc(33% - 2rem);
}
.tx-pflege .content.boxLeft .box {
  order: 0;
}
.tx-pflege .content.boxLeft .text1 {
  order: 1;
}
.tx-pflege .content.boxLeft .text2 {
  order: 2;
}
@media screen and (min-width: 48em) {
  .tx-pflege .content.boxLeft .box {
    order: 0;
  }
  .tx-pflege .content.boxLeft .text1 {
    order: 1;
  }
  .tx-pflege .content.boxLeft .text2 {
    order: 2;
  }
}
.tx-pflege .content.boxCenter .text1 {
  order: 1;
}
.tx-pflege .content.boxCenter .box {
  order: 0;
}
.tx-pflege .content.boxCenter .text2 {
  order: 2;
}
@media screen and (min-width: 48em) {
  .tx-pflege .content.boxCenter .text1 {
    order: 0;
  }
  .tx-pflege .content.boxCenter .box {
    order: 1;
  }
  .tx-pflege .content.boxCenter .text2 {
    order: 2;
  }
}
.tx-pflege .content.boxRight .text1 {
  order: 1;
}
.tx-pflege .content.boxRight .text2 {
  order: 2;
}
.tx-pflege .content.boxRight .box {
  order: 0;
}
@media screen and (min-width: 48em) {
  .tx-pflege .content.boxRight .text1 {
    order: 0;
  }
  .tx-pflege .content.boxRight .text2 {
    order: 1;
  }
  .tx-pflege .content.boxRight .box {
    order: 2;
  }
}
.tx-pflege .content .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  background-color: #f4f2f2;
  aspect-ratio: 1;
  max-width: 400px;
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.02), 0px 0px 5.3px rgba(0,0,0,0.028), 0px 0px 10px rgba(0,0,0,0.035), 0px 0px 17.9px rgba(0,0,0,0.042);
}
.tx-pflege .content .box .description {
  text-align: center;
}
.tx-pflege:last-of-type .content {
  border-bottom: unset;
}
.tx-jobboxen .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
}
@media screen and (min-width: 78.75em) {
  .tx-jobboxen .items {
    justify-content: start;
  }
}
.tx-jobboxen .items .item {
  flex-basis: 100%;
  border-radius: .5rem;
}
@media screen and (min-width: 600px) {
  .tx-jobboxen .items .item {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-jobboxen .items .item {
    flex-basis: calc(25% - 1rem);
  }
}
.tx-jobboxen .items .item a,
.tx-jobboxen .items .item .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.3rem;
  padding: 2rem 2.5rem 1rem 2.5rem;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #787878;
  height: 100%;
}
@media screen and (min-width: 78.75em) {
  .tx-jobboxen .items .item a,
  .tx-jobboxen .items .item .box {
    padding: 2rem 1rem 1rem 1rem;
    font-size: 1rem;
  }
}
.tx-jobboxen .items .item a span,
.tx-jobboxen .items .item .box span {
  min-height: 60px;
}
.tx-jobboxen .items .item a .icon,
.tx-jobboxen .items .item .box .icon {
  align-self: flex-end;
  transition: all .3s ease;
}
.tx-jobboxen .items .item a .icon svg,
.tx-jobboxen .items .item .box .icon svg {
  width: 1.5rem;
}
.tx-jobboxen .items .item a:hover,
.tx-jobboxen .items .item .box:hover {
  text-decoration: underline;
}
.tx-jobboxen .items .item a:hover .icon,
.tx-jobboxen .items .item .box:hover .icon {
  rotate: 45deg;
}
.tx-jobboxen .items .item.grey {
  background-color: #f4f2f2;
}
.tx-jobboxen .items .item.green {
  background-color: #cbe0cd;
}
.tx-jobboxen .items .item.green a,
.tx-jobboxen .items .item.green .box {
  color: #4F4F4F;
}
.tx-jobboxen .items .item.green .icon svg .st0 {
  fill: #ffffff;
}
.tx-kontakt .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-kontakt .item {
    flex-direction: row;
  }
}
.tx-kontakt .item .image img {
  max-width: 200px;
  height: auto;
  border-radius: 50%;
}
.tx-kontakt .item .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tx-kontakt .item .content .title {
  font-weight: 800;
}
.tx-kontakt .item .content .person .name,
.tx-kontakt .item .content .person .phone {
  display: block;
  color: #77ae7d;
}
.tx-vorteilegrid {
  margin-block: 2rem;
  margin-inline: 1rem;
}
.tx-vorteilegrid .container {
  --gap: 2rem;
  --radius: 5px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding-inline: 0;
}
@media screen and (min-width: 48em) {
  .tx-vorteilegrid .container {
    flex-direction: row;
    padding-inline: 2rem;
  }
}
.tx-vorteilegrid .container:before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
}
.tx-vorteilegrid .container .item.text,
.tx-vorteilegrid .container .item.image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tx-vorteilegrid .container .left,
.tx-vorteilegrid .container .right {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
.tx-vorteilegrid .container .left:before,
.tx-vorteilegrid .container .right:before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
}
.tx-vorteilegrid .container .left .top,
.tx-vorteilegrid .container .right .top {
  order: -1;
}
.tx-vorteilegrid .container .left {
  order: -1;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-vorteilegrid .container .left {
    width: 66%;
  }
}
.tx-vorteilegrid .container .left .top,
.tx-vorteilegrid .container .left .bottom {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .tx-vorteilegrid .container .left .top,
  .tx-vorteilegrid .container .left .bottom {
    flex-direction: row;
  }
}
.tx-vorteilegrid .container .left .top:before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
  order: 1;
}
.tx-vorteilegrid .container .left .top img:first-of-type {
  order: -1;
}
.tx-vorteilegrid .container .left .top .item.text {
  order: 0;
}
.tx-vorteilegrid .container .left .top .item.text span.number {
  font-size: 6vw;
  line-height: 1;
}
.tx-vorteilegrid .container .left .top .item.image {
  order: 2;
  justify-content: center;
}
.tx-vorteilegrid .container .right {
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tx-vorteilegrid .container .right {
    width: 33%;
  }
}
.tx-graybox {
  background-color: #f4f2f2;
  padding: 10rem 2rem;
  position: relative;
  background-image: url("/typo3conf/ext/sf_template_lengenfeld/Resources/Public/img/logo_rose_256x275_white.png");
  background-repeat: no-repeat;
  background-position-x: -10rem;
  background-position-y: 150%;
  background-size: 28rem;
}
@media screen and (min-width: 78.75em) {
  .tx-graybox:after {
    content: "";
    background-color: #f4f2f2;
    display: block;
    height: 100%;
    width: 20rem;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
.tx-graybox .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 48em) {
  .tx-graybox .content {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .tx-graybox .content .image {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 48em) {
  .tx-graybox .content .text {
    flex-basis: 40%;
  }
}
.tx-graybox .content .image img {
  width: 100%;
  height: auto;
}
.tx-graybox .content .text p {
  color: #77ae7d;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
.tx-saint {
  width: 100vw;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(10,63,16,0.8);
  display: flex;
  align-items: end;
  padding-top: 5rem;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-saint.overlayTop {
    margin-top: -10rem;
    padding-top: 15rem;
  }
}
.tx-saint .container {
  color: #ffffff;
}
.tx-saint .container .headline {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.tx-saint .container a {
  color: #ffffff;
}
.gridStyle {
  --radius: 5px;
}
.gridStyle .col {
  display: flex;
  justify-content: center;
  text-align: center;
}
.gridStyle .col:not(:first-of-type):before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
}
.frame-grayBg {
  background-color: #f4f2f2;
}
.ctype-gridelements_pi1 .row.cols2 >div .container-fluid {
  padding-inline: 0;
}
.ctype-gridelements_pi1 .row.cols2 >div:first-of-type {
  padding-left: 0;
}
.ctype-gridelements_pi1 .row.cols2 >div:last-of-type {
  padding-right: 0;
}
.tx-fachklinik-intro {
  margin-block: 2rem;
}
.tx-fachklinik-intro .flex {
  display: flex;
  align-items: center;
}
.tx-fachklinik-intro .flex-col {
  flex-direction: column;
  gap: .5rem;
}
.tx-fachklinik-intro .container {
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-fachklinik-intro .container {
    flex-direction: row;
  }
}
.tx-fachklinik-intro .container .flex-item {
  width: 100%;
  --radius: 5px;
}
@media screen and (min-width: 48em) {
  .tx-fachklinik-intro .container .flex-item {
    width: 100%;
    width: calc(100% / 3);
  }
}
.tx-fachklinik-intro .container .flex-item:not(:first-of-type):before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
}
.tx-fachklinik-intro .container .flex-item span,
.tx-fachklinik-intro .container .flex-item .content {
  width: 100%;
}
.tx-fachklinik-intro .container .flex-item .bold {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.tx-fachklinik-intro .container .flex-item .bold.smaller {
  font-size: 1.1rem;
}
.tx-fachklinik-intro .container .flex-item .center {
  text-align: center;
}
.tx-fachklinik-intro .container .flex-item .big {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
}
.tx-fachklinik-intro .container .flex-item .green {
  color: #77ae7d;
}
.tx-fachklinik-intro .container .flex-item svg {
  width: 5rem;
}
.tx-fachklinik-intro .container .flex-item.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-fachklinik-intro .container .flex-item.flex {
    flex-direction: row;
  }
}
.tx-disturber {
  background-color: #869587;
  border-radius: 50%;
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 85vh;
  right: 1rem;
  transform: translateY(-10rem);
  color: #ffffff;
  text-align: center;
  padding: .5rem;
  text-decoration: unset;
  cursor: pointer;
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.02), 0px 0px 5.3px rgba(0,0,0,0.028), 0px 0px 10px rgba(0,0,0,0.035), 0px 0px 17.9px rgba(0,0,0,0.042);
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  .tx-disturber {
    width: 10rem;
    height: 10rem;
    padding: 4rem;
    right: 1rem;
  }
}
.tx-disturber svg {
  fill: #ffffff;
  width: 2rem;
  height: auto;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  .tx-disturber svg {
    display: none;
    visibility: hidden;
  }
}
.tx-disturber .content {
  display: none;
  visibility: hidden;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  .tx-disturber .content {
    display: block;
    visibility: visible;
  }
}
.tx-disturber .content .headline p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.tx-disturber .content .subline p {
  font-size: 0.7rem;
  line-height: 1.2;
  margin-bottom: .2rem;
}
.tx-disturber .content a {
  color: #ffffff;
  text-decoration: unset;
}
.tx-disturber:hover {
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.02), 0px 0px 5.3px rgba(0,0,0,0.028), 0px 0px 10px rgba(0,0,0,0.035), 0px 0px 17.9px rgba(0,0,0,0.042), 0px 0px 33.4px rgba(0,0,0,0.05), 0px 0px 80px rgba(0,0,0,0.07);
  color: #ffffff;
  text-decoration: unset;
}
.tx-disturber.active {
  width: 10rem;
}
.tx-disturber.active svg {
  display: none;
  visibility: hidden;
}
.tx-disturber.active .content {
  display: block;
  visibility: visible;
}
.tx-ill {
  background-color: #f4f2f2;
}
.tx-ill .items {
  display: grid;
  gap: 2rem;
  padding-left: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .tx-ill .items {
    padding-left: 20%;
  }
}
.tx-ill .items.grid-4 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
@media screen and (min-width: 48em) {
  .tx-ill .items.grid-4 {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media screen and (min-width: 78.75em) {
  .tx-ill .items.grid-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
.tx-ill .items .item {
  aspect-ratio: 1;
  background-color: #e6e5e5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.02), 0px 0px 5.3px rgba(0,0,0,0.028), 0px 0px 10px rgba(0,0,0,0.035), 0px 0px 17.9px rgba(0,0,0,0.042), 0px 0px 33.4px rgba(0,0,0,0.05), 0px 0px 80px rgba(0,0,0,0.07);
  transition: box-shadow .3s ease;
}
@media screen and (min-width: 48em) {
  .tx-ill .items .item {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  .tx-ill .items .item {
    flex: 0 0 calc(25% - 2rem);
  }
}
.tx-ill .items .item .title {
  font-size: 1.1rem;
  line-height: 1;
  align-self: flex-start;
  color: #0a3f10;
}
.tx-ill .items .item .open-modal {
  color: #77ae7d;
  border: unset;
  background: unset;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  align-self: flex-end;
}
.tx-ill .items .item:hover {
  box-shadow: 0px 0px 2.2px rgba(0,0,0,0.02), 0px 0px 5.3px rgba(0,0,0,0.028), 0px 0px 10px rgba(0,0,0,0.035), 0px 0px 17.9px rgba(0,0,0,0.042), 0px 0px 33.4px rgba(0,0,0,0.05);
}
.tx-projectslide {
  margin-bottom: 1.5rem;
}
.tx-projectslide.greyBG {
  background-color: #f4f2f2;
  padding-block: 0.2rem 2rem;
}
.tx-projectslide.greenBG {
  background-color: #0a3f10;
  padding-block: 0.2rem 2rem;
}
.tx-projectslide .container {
  padding-inline: 15px;
}
.tx-projectslide .container .intro {
  width: 100%;
  margin-bottom: 2rem;
}
.tx-projectslide .container .intro h2 {
  color: #787878;
  font-weight: bold;
  margin-bottom: .5rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper {
    height: 500px;
    overflow: visible;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-projectslide .container .swiper {
    padding-inline: 0;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide {
    flex-direction: row;
    justify-content: unset;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text,
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text,
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
    width: 50%;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text {
  align-self: center;
  color: #787878;
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text span {
  display: block;
  font-size: 1.5rem;
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text p {
  padding-inline: unset;
}
@media screen and (min-width: 78.75em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text .mobile {
    display: none;
    visibility: hidden;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text .desktop {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text .desktop {
    display: block;
    visibility: visible;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .text .files {
  display: flex;
  flex-direction: column;
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
  aspect-ratio: 1.7777777777778;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
    aspect-ratio: 1;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.tx-projectslide .container .swiper-button-prev,
.tx-projectslide .container .swiper-button-next {
  background-color: rgba(119,174,125,0.6);
  border-radius: 5px;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper-button-prev,
  .tx-projectslide .container .swiper-button-next {
    background-color: unset;
    border-radius: unset;
  }
}
.tx-projectslide .container .swiper-button-prev:after,
.tx-projectslide .container .swiper-button-next:after {
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper-button-prev:after,
  .tx-projectslide .container .swiper-button-next:after {
    color: #77ae7d;
    font-size: unset;
  }
}
.tx-projectslide .container .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 78.75em) {
  .tx-projectslide .container .swiper-button-prev {
    left: -50px;
  }
}
.tx-projectslide .container .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .tx-projectslide .container .swiper-button-next {
    right: -50px;
  }
}
.tx-tagesklinik-intro {
  display: flex;
  flex-wrap: wrap;
}
.tx-tagesklinik-intro .item {
  display: flex;
  flex-basis: 50%;
  --radius: 5px;
}
.tx-tagesklinik-intro .item.flex-column {
  flex-direction: column;
}
.tx-tagesklinik-intro .item.flex-row {
  justify-content: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 48em) {
  .tx-tagesklinik-intro .item.flex-row {
    padding: 1.5rem .5rem;
  }
}
.tx-tagesklinik-intro .item:nth-child(1) {
  flex-basis: calc(50% - 10px);
  position: relative;
}
.tx-tagesklinik-intro .item:nth-child(1):after {
  content: "";
  border: 5px solid #e6e5e5;
  border-radius: var(--radius);
  position: absolute;
  right: 0;
  height: 100%;
}
.tx-tagesklinik-intro .item:nth-child(2) {
  flex-basis: 50%;
}
.tx-tagesklinik-intro .item:nth-child(1),
.tx-tagesklinik-intro .item:nth-child(2) {
  align-items: center;
}
.tx-tagesklinik-intro .item:nth-child(3) {
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-tagesklinik-intro .item:nth-child(3) {
    margin-top: 1rem;
  }
}
.tx-tagesklinik-intro .item:nth-child(3),
.tx-tagesklinik-intro .item:nth-child(4) {
  flex-basis: 100%;
  gap: 1rem;
  align-items: center;
  position: relative;
}
.tx-tagesklinik-intro .item:nth-child(3):before,
.tx-tagesklinik-intro .item:nth-child(4):before {
  content: "";
  border: 5px solid #e6e5e5;
  align-self: stretch;
  border-radius: var(--radius);
  position: absolute;
  top: 0;
  width: 100%;
}
.tx-tagesklinik-intro .item img {
  max-height: 92px;
  width: auto;
}
.tx-tagesklinik-intro .item .text {
  text-align: center;
}
.tx-tagesklinik-intro .item .text span {
  font-size: clamp(2rem,5vw,3rem);
}
.tx-teamwork {
  background-color: #0a3f10;
  border-radius: 1rem;
  padding: 1rem;
  margin-block: 2rem;
  position: relative;
}
.tx-teamwork .content {
  display: flex;
  flex-direction: column;
  gap: 22rem;
}
.tx-teamwork .content .top {
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .tx-teamwork .content .top {
    max-width: 100%;
  }
}
.tx-teamwork .content .top .headline,
.tx-teamwork .content .top .subline {
  color: #ffffff;
}
.tx-teamwork .content .top .headline {
  font-size: 6vw;
}
@media screen and (min-width: 992px) {
  .tx-teamwork .content .top .headline {
    font-size: clamp(1.5rem,3vw,2rem);
  }
}
.tx-teamwork .content .top .subline {
  font-size: 4vw;
}
@media screen and (min-width: 992px) {
  .tx-teamwork .content .top .subline {
    font-size: clamp(1rem,1.7vw,1.5rem);
  }
}
.tx-teamwork .content .bottom .btn {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  z-index: 5;
}
.tx-teamwork .image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .tx-teamwork .image {
    max-width: unset;
    left: 0;
    right: unset;
  }
}
.tx-tagesklinik-info {
  padding-block: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 30em) {
  .tx-tagesklinik-info {
    flex-direction: row;
  }
}
.tx-tagesklinik-info .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 30em) {
  .tx-tagesklinik-info .item {
    width: 50%;
  }
}
.tx-tagesklinik-info .item:first-of-type:after {
  content: "";
  border: 5px solid #e6e5e5;
  border-radius: 5px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 30em) {
  .tx-tagesklinik-info .item:first-of-type:after {
    left: unset;
    width: 0;
    right: 0;
    height: 100%;
  }
}
.tx-tagesklinik-info .item span {
  font-size: clamp(1.5rem,4vw,3rem);
  line-height: 1;
}
.tx-tagesklinik-info .item p {
  margin-bottom: 0;
}
#c860 >div {
  padding-inline: 0;
}
#c935 {
  padding-block: 0;
}
.flexTop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flexMid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flexBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .containercols2 .col:first-of-type {
    padding-left: 0;
  }
  .containercols2 .col:last-of-type {
    padding-right: 0;
  }
}
.containercols2 .tx-jobboxen .container-fluid.reallysmall {
  margin: 0;
}
.tx-kkh-klinikgrid .container .line {
  background-color: #77ae7d !important;
}
.tx-kkh-klinikgrid .container .item .title {
  color: #0a3f10 !important;
}
.contentwrap {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-top: 0;
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100%;
  height: var(--header-short-p);
  top: 0;
  background-color: white;
  transition: height .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader {
    height: var(--header-short-t);
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader {
    height: var(--header-tall);
  }
}
header.pageheader .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
header.pageheader .wrap >div {
  width: 100%;
  max-width: unset;
  margin-inline: 0;
}
header.pageheader .container-fluid.reallysmall {
  display: flex;
  height: var(--header-short-p);
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  transition: height .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader .container-fluid.reallysmall {
    height: var(--header-short-t);
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .container-fluid.reallysmall {
    height: var(--header-tall);
    padding-right: 15px;
  }
}
header.pageheader .container-fluid.reallysmall .navbar-brand {
  padding-block: 0;
  margin: 0;
}
header.pageheader .container-fluid.reallysmall .navbar-brand svg {
  height: var(--header-short-p);
  z-index: 100;
  transition: all .3s ease;
}
header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-short,
header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-short,
header.pageheader .container-fluid.reallysmall .navbar-brand svg #text-short {
  display: block;
}
header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-short {
  scale: 1.3;
  translate: -5% -12%;
}
header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-short {
  scale: 1.5;
  translate: -10% -10%;
}
header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-orig,
header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-orig,
header.pageheader .container-fluid.reallysmall .navbar-brand svg #text-orig,
header.pageheader .container-fluid.reallysmall .navbar-brand svg #line {
  display: none;
}
@media screen and (min-width: 48em) {
  header.pageheader .container-fluid.reallysmall .navbar-brand svg {
    height: var(--header-short-t);
  }
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-short,
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-short,
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #text-short {
    display: none;
  }
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-orig,
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-orig,
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #text-orig,
  header.pageheader .container-fluid.reallysmall .navbar-brand svg #line {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .container-fluid.reallysmall .navbar-brand svg {
    height: var(--header-tall);
  }
}
header.pageheader .container-fluid.reallysmall .navbar {
  justify-content: start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-width: fit-content;
  padding: 0;
  transition: .3s ease;
}
@media screen and (min-width: 30em) {
  header.pageheader .container-fluid.reallysmall .navbar {
    background-color: unset;
  }
}
header.pageheader .container-fluid.reallysmall .navbar .togglewrap {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 1;
}
header.pageheader .container-fluid.reallysmall .navbar .social_linkedin {
  z-index: 1;
  position: relative;
  right: 100px;
  height: 45px;
  width: auto;
}
header.pageheader .container-fluid.reallysmall .navbar .social_linkedin svg {
  height: 100%;
  width: auto;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler {
  position: absolute;
  z-index: 1;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler svg {
  width: 2.7rem;
  height: auto;
  fill: #0a3f10;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler.left {
  left: 5px;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler.right {
  right: 5px;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler .navbar-toggler-icon,
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler svg * {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler:hover #navbar-toggler-icon--top,
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler:hover #navbar-toggler-icon--middle {
  transform: scaleX(.5) translateX(100%);
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-toggler:hover #navbar-toggler-icon--bottom {
  transform: scaleX(1);
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex {
  display: flex;
  flex-direction: row;
  height: 100%;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item:not(.rose) {
  padding: .5rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu {
  background-color: #0a3f10;
  color: #ffffff;
  padding-inline: 1rem;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu {
    gap: .3rem;
    padding-inline: 1.5rem;
  }
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap {
  text-align: center;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap .navbar-toggler {
  position: relative;
  padding: 0;
  right: unset;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap .navbar-toggler svg {
  width: 2rem;
  fill: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.menu span {
  line-height: 1;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.rose img {
  width: 100%;
  height: 100%;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  gap: .5rem;
  width: 4rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item a .icon svg {
  height: 1.5rem;
  width: auto;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item a span {
  line-height: 1;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.contact,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.search,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.topsearchwrap,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.rose {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs,
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.contact,
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.search,
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.topsearchwrap,
  header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.rose {
    display: flex;
    visibility: visible;
  }
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.contact,
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.topsearchwrap {
  padding-inline: 1.5rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs {
  border-left: 1px solid #f4f2f2;
  background-color: #ecc1ae;
  border-bottom: 1px solid #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs a {
  color: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.jobs a svg .cls-1 {
  fill: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.contact {
  border-left: 1px solid #f4f2f2;
  border-right: 1px solid #f4f2f2;
}
header.pageheader .container-fluid.reallysmall .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form {
  aspect-ratio: 1;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav {
  flex-direction: row;
  display: none;
  visibility: hidden;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  margin-inline: 1rem;
  padding: 0 0 .3rem 0;
  font-size: .9rem;
  border-bottom: 3px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  transition: border-bottom .3s ease, color .3s ease;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #869587;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .nav-link:after {
  visibility: hidden;
  display: none;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #666666;
  border-top: 3px solid #0a3f10;
  border-radius: unset;
  position: absolute !important;
  margin-top: -3px;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: .9rem;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  color: #0a3f10;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  font-weight: bold;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
header.pageheader .container-fluid.reallysmall .navbar .navbar-nav .nav-item.active >.nav-link {
  font-weight: bold;
  border-bottom: 3px solid #869587;
}
header.pageheader .container-fluid.reallysmall .navbar .header-socialbox {
  justify-self: flex-start;
}
header.pageheader .container-fluid.reallysmall .navbar .header-socialbox svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
header.pageheader .container-fluid.reallysmall .navbar .header-socialbox svg * {
  fill: #776d5b;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar {
  background: #787878;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar .buttonlink {
  color: #787878;
  padding: 0 0.5rem 0 0;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .container-fluid.reallysmall .navbar .topbar .buttonlink svg * {
  fill: #787878;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar {
  padding: 20px 0;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar ul {
  padding: 10px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar li {
  padding-left: 4rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar li a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
  text-decoration: none;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar li.active >a,
header.pageheader .container-fluid.reallysmall .navbar .mainbar li:hover >a {
  color: #787878;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 20rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  border: none;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a {
  font-size: 1rem;
  font-weight: 700;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.left {
  text-align: left;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.center {
  text-align: center;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.right {
  text-align: right;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.active {
  color: #0a3f10 !important;
  background-color: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a:hover {
  background: #0a3f10;
  color: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar li a {
  font-size: 2rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar li.trenner {
  border: none;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown.show {
  background: #efefef;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.active {
  color: #0a3f10;
}
header.pageheader .container-fluid.reallysmall .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
header.pageheader .container-fluid.reallysmall .navbar .contact p {
  text-align: right;
  width: 100%;
}
header.pageheader .container-fluid.reallysmall .navbar .contact p a {
  margin-block: .5rem;
}
header.pageheader #mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: #eeeeee;
  z-index: 0;
  padding: 1.5rem;
  padding-top: calc(1.5rem + var(--header-short-p));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader #mainmenupanel {
    padding-top: calc(1.5rem + var(--header-short-t));
    width: max(25vw,540px);
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader #mainmenupanel {
    padding-right: calc(2rem + 100px);
    padding-top: calc(var(--header-tall) + 1rem);
    width: max(25vw,630px);
    -webkit-transform: translateY(var(--header-short-d));
    -moz-transform: translateY(var(--header-short-d));
    -o-transform: translateY(var(--header-short-d));
    transform: translateY(var(--header-short-d));
  }
}
header.pageheader #mainmenupanel.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
header.pageheader #mainmenupanel.left .langmenu {
  right: 0;
}
header.pageheader #mainmenupanel.right {
  right: 0;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
header.pageheader #mainmenupanel.right .langmenu {
  left: 0;
}
header.pageheader #mainmenupanel .topbar {
  display: flex;
  height: 4rem;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  header.pageheader #mainmenupanel .topbar {
    display: none;
    visibility: hidden;
  }
}
header.pageheader #mainmenupanel .topbar .navbar-form {
  width: 100%;
}
header.pageheader #mainmenupanel .topbar .navbar-form .input-group #ke_search_sword {
  width: calc(100% - 5rem);
  z-index: 0;
}
header.pageheader #mainmenupanel .topbar .navbar-form .input-group .input-group-btn {
  width: 8rem;
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  top: 2px;
  gap: 1rem;
  z-index: 1;
}
header.pageheader #mainmenupanel .topbar .navbar-form .input-group .input-group-btn .btn {
  padding: 0.5rem;
}
@media screen and (min-width: 48em) {
  header.pageheader #mainmenupanel .topbar .navbar-form .input-group .input-group-btn .btn {
    padding: 0.4rem;
  }
}
header.pageheader #mainmenupanel .topbar .navbar-form .input-group .input-group-btn .btn[type="reset"] {
  background: unset;
  box-shadow: unset;
  color: #787878;
}
header.pageheader #mainmenupanel .topbar .mainnav-item {
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.pageheader #mainmenupanel .topbar .mainnav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
header.pageheader #mainmenupanel .topbar .mainnav-item a .icon svg {
  height: 2rem;
  width: auto;
}
header.pageheader #mainmenupanel .topbar .mainnav-item a span {
  color: #787878;
}
@media screen and (min-width: 48em) {
  header.pageheader #mainmenupanel .topbar .mainnav-item.search {
    display: none;
    visibility: hidden;
  }
}
header.pageheader #mainmenupanel .mainbar {
  padding: 0;
}
header.pageheader #mainmenupanel .mainbar #mainmenu {
  margin-top: 4rem;
}
header.pageheader #mainmenupanel .mainbar #footermenu .nav-item {
  justify-content: flex-end;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav {
  display: flex;
  visibility: visible;
  flex-direction: column;
  align-items: flex-end;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav.fadeUp {
  height: max-content;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease .7s;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav li a span {
  white-space: normal;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.dropdown >.nav-link {
  width: 100%;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.dropdown >.nav-link .fxwrap {
  display: block;
  width: 100%;
  padding-left: 2rem;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
  border: unset;
  padding: .7rem 1rem;
  padding-right: .6rem;
  color: #787878;
  font-size: 1rem;
  margin-inline: 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: right;
  order: 1;
}
@media screen and (min-width: 992px) {
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link,
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
    font-size: .9rem;
    padding: .5rem 1rem;
    width: auto;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link,
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
    font-size: .9rem;
    padding: .6rem 0 .6rem .4rem;
  }
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:after {
  display: inline-block;
  visibility: visible;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:hover {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover .dropdown,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:hover .dropdown {
  position: static;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link.dropdown-toggle:after {
  display: none;
  visibility: hidden;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover:before,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link.dropdown-toggle:hover:before {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle span,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link.dropdown-toggle span {
  width: max-content;
  position: relative;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link.dropdown-toggle span:before,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link.dropdown-toggle span:before {
  content: '+';
  position: absolute;
  left: 0;
  top: -0.8rem;
  width: 1rem;
  aspect-ratio: 1;
  font-size: 1.7rem;
  color: #787878;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .thetoggle {
  z-index: 130;
  background: unset;
  order: 0;
}
@media screen and (min-width: 48em) {
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .thetoggle {
    top: 0.35rem;
  }
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .thetoggle svg {
  transition: 250ms all ease-out;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  transition: transform .3s ease;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .thetoggle[aria-expanded="false"] svg {
  transform: rotate(0deg);
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu {
  order: 2;
  width: 100%;
  min-width: unset;
  border-top: unset;
  position: unset !important;
  display: none;
  visibility: hidden;
  padding-top: 0;
  transform: translate3d(0,0,0) !important;
  height: 0;
  transition: height .3s ease-in-out;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #787878;
  text-align: right;
  font-weight: 400;
  font-size: 0.8rem;
  position: relative;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link:before {
  content: '▸';
  position: absolute;
  left: -1rem;
  top: 0;
  font-size: 1.4rem;
  color: #787878;
}
@media screen and (min-width: 78.75em) {
  header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link:before {
    right: 100%;
  }
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  color: #0a3f10;
  background: unset;
  font-weight: bold;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  background: unset;
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu.show {
  height: 100%;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active >.nav-link {
  font-weight: bold;
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link.dropdown-toggle,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link.dropdown-toggle span:before,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle span:before {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link {
  color: #787878;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link:hover,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link:hover {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link:hover:before,
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link:hover:before {
  color: inherit;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.show .nav-link.dropdown-toggle span:before {
  color: #0a3f10;
}
header.pageheader #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu {
  height: auto;
  background-color: unset;
  border: unset;
  display: block;
  visibility: visible;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header.pageheader #mainmenupanel p a {
  font-size: 1rem;
  text-decoration: none;
}
.showNav header.pageheader {
  background-color: #eeeeee;
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon #navbar-toggler-icon--top,
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon #navbar-toggler-icon--middle {
  transform: scaleX(.5) translateX(100%);
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon #navbar-toggler-icon--bottom {
  transform: scaleX(1);
}
.showNav header.pageheader #mainmenupanel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 78.75em) {
  .folgeseite header.pageheader {
    height: var(--header-tall);
  }
}
.folgeseite header.pageheader .navbar .navbar-nav,
.folgeseite header.pageheader .navbar .breadcrumb {
  align-self: end;
}
.scrollheader header.pageheader {
  background-color: #ffffff;
  height: 60px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader {
    height: 90px;
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader {
    height: 90px;
  }
  .scrollheader header.pageheader .container-fluid.reallysmall {
    height: 90px;
  }
}
.scrollheader header.pageheader .navbar-brand svg .cls-1 {
  fill: #0a3f10;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar-brand {
    width: 210px;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
    padding-top: 12px;
  }
}
@media screen and (min-width: 992px) {
  .scrollheader header.pageheader .topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
    padding-top: 2px;
  }
}
.scrollheader header.pageheader .navbar {
  top: 0;
  height: 60px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar {
    height: 90px;
  }
}
@media screen and (min-width: 78.75em) {
  .scrollheader header.pageheader .navbar {
    height: 90px;
  }
}
.scrollheader header.pageheader .navbar .nav-item .nav-link {
  color: #0a3f10;
}
.scrollheader header.pageheader .navbar .mainnav-item.menu .icon .togglewrap .navbar-toggler-icon svg {
  fill: #0a3f10;
}
.scrollheader header.pageheader .navbar .mainnav-item.menu .icon >span {
  display: none;
}
.scrollheader .contentwrap {
  padding-top: 0;
}
.seite_103 header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-short {
  translate: -2% -12%;
}
.seite_103 header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-short {
  translate: -7% -10%;
}
.seite_104 header.pageheader .container-fluid.reallysmall .navbar-brand svg #bottom-short {
  translate: -1% -12%;
}
.seite_104 header.pageheader .container-fluid.reallysmall .navbar-brand svg #top-short {
  translate: -5% -10%;
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 5px;
  background-color: #869587;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/icomoon.eot?5sj6sk');
  src: url('../fonts/icomoon.eot?5sj6sk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5sj6sk') format('truetype'), url('../fonts/icomoon.woff?5sj6sk') format('woff'), url('../fonts/icomoon.svg?5sj6sk#icomoon') format('svg');
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e91d";
}
.icon-info:before {
  content: "\e924";
}
.icon-instagram-square:before {
  content: "\e92d";
}
.icon-quote:before {
  content: "\e91c";
}
.icon-smiley:before {
  content: "\e91a";
}
.icon-facebook-thin:before {
  content: "\e918";
}
.icon-instagram-thin:before {
  content: "\e919";
}
.icon-down:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e913";
}
.icon-print:before {
  content: "\e914";
}
.icon-text:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e907";
}
.icon-back-thin:before {
  content: "\e910";
}
.icon-next-thin:before {
  content: "\e912";
}
.icon-like:before {
  content: "\e90c";
}
.icon-envelope:before {
  content: "\e90d";
}
.icon-phonecall:before {
  content: "\e90e";
}
.icon-up:before {
  content: "\e90f";
}
.icon-placeholder:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-shield:before {
  content: "\e903";
}
.icon-money:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e91b";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-xing:before {
  content: "\ead4";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-remove:before {
  content: "\e911";
}
.icon-youtube-square:before {
  content: "\e908";
}
.icon-lock:before {
  content: "\e909";
}
.icon-facebook-square:before {
  content: "\e90a";
}
.icon-xing-square:before {
  content: "\e90b";
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10,63,16,0.7);
}
.modal .modal-dialog {
  max-width: 650px;
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  margin: auto;
}
.modal .modal-dialog.modal-centered {
  min-height: calc(96.5%);
}
.modal .modal-dialog.modal-centered .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content {
  background-color: #ffffff;
  color: #787878;
}
.modal .modal-dialog .modal-content .modal-header {
  border: unset;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  padding: 0 1rem;
  color: #0a3f10;
}
.modal .modal-dialog .modal-content .modal-body {
  color: inherit;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: inherit;
  font-family: Montserrat, sans-serif;
  margin-bottom: .5rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-content {
  border: unset;
}
@media screen and (min-width: 64em) {
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
.social {
  display: flex;
  height: 32px;
}
.social .sociallink {
  color: #0a3f10;
}
.social .sociallink .icon {
  padding: .3rem;
  color: #0a3f10;
  font-size: 1rem;
}
.social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.bigintro {
  background-color: #9aabe9;
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.bigintro .row,
.bigintro .row [class^=col-] {
  height: 100%;
}
.bigintro .bi-picside img {
  height: 100%;
  width: auto;
  float: right;
}
.bigintro .bi-textside {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.1rem;
}
.bigintro .bi-textside .bi-title {
  color: #787878;
}
svg.bi-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
}
svg.bi-mask * {
  fill: ;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0;
  list-style: none;
  text-align: left;
  background: ;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #787878;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #0a3f10;
  text-decoration: none;
  display: block;
  height: 2em;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:before,
.submenu ul li.active a:after {
  border-color: ;
}
.footer-info {
  padding-block: 2rem;
}
.footer-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container {
    gap: 3rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-info .container {
    gap: 5rem;
  }
}
.footer-info .container .partA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
.footer-info .container .partA .footerlogo {
  width: 100%;
  max-width: 15rem;
  display: inline-block;
  padding: 0;
  height: auto;
}
.footer-info .container .partA .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .container .partA .meta .social {
  display: flex;
  height: 32px;
}
.footer-info .container .partA .meta .social .sociallink {
  text-decoration: unset;
}
.footer-info .container .partA .meta .social .sociallink .icon {
  padding: .3rem;
  color: #666666;
  font-size: 1rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:hover {
  color: #0a3f10;
}
.footer-info .container .partA .meta .footermenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .meta .footermenu {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
  }
}
.footer-info .container .partA .meta .footermenu .nav-item {
  display: inline-block;
  margin-block: .3rem;
}
.footer-info .container .partA .meta .footermenu .nav-item.left {
  text-align: left;
}
.footer-info .container .partA .meta .footermenu .nav-item.center {
  text-align: center;
}
.footer-info .container .partA .meta .footermenu .nav-item.right {
  text-align: right;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .meta .footermenu .nav-item {
    margin-block: unset;
  }
}
.footer-info .container .partA .meta .footermenu .nav-item a {
  text-decoration: unset;
  padding: 0 10px;
  text-transform: uppercase;
  color: #77ae7d;
}
.footer-info .container .partA .meta .footermenu .nav-item a:hover {
  color: #77ae7d;
  text-decoration: underline;
}
.footer-info .container .partA .footer-cookie-link {
  font-size: 0.5rem;
  text-decoration: none;
}
.footer-info .container .partA .footer-cookie-link.left {
  text-align: left;
}
.footer-info .container .partA .footer-cookie-link.center {
  text-align: center;
}
.footer-info .container .partA .footer-cookie-link.right {
  text-align: right;
}
.footer-info .container .partA .footertext {
  border-bottom: 1px solid #f4f2f2;
  padding-bottom: 1rem;
}
.footer-info .container .partA .ce-2cols {
  width: 100%;
}
.footer-info .container .partA .ce-2cols .containercols2 p {
  max-width: 40ch;
  font-size: 0.8rem;
}
.footer-info .container .partA .ce-2cols .containercols2 .ce-image .ce-gallery .ce-row {
  display: flex;
}
.footer-info .container .partA .ce-2cols .containercols2 .ce-image .ce-gallery img {
  width: auto;
  max-height: 4rem;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (min-width: 768px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}
.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}
.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-timeline__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #869587;
}
@media only screen and (min-width: 768px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__block {
    margin: 4em 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 11px solid #77ae7d;
}
.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline__img.cd-timeline__img--picture {
  background: #ffffff;
}
.cd-timeline__img.cd-timeline__img--movie {
  background: #869587;
}
.cd-timeline__img.cd-timeline__img--location {
  background: #f3c4b2;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__img {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-timeline__content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.cd-timeline__content img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0px;
}
.cd-timeline__content a.popuppic {
  display: block;
  text-decoration: none;
  position: relative;
}
.cd-timeline__content a.popuppic:hover {
  text-decoration: none;
}
.cd-timeline__content a.popuppic:hover:after {
  opacity: 1;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}
.image-wrapper::after {
  content: "+";
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #77ae7d;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 900;
  border-radius: 50%;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms;
  pointer-events: none;
}
.cd-timeline__content h2 {
  color: #303e49;
}
.cd-timeline__date {
  font-size: 1.3rem;
}
.cd-timeline__content p,
.cd-timeline__read-more {
  font-size: 1rem;
}
.cd-timeline__content p {
  margin: 0 0 1em 0;
  line-height: 1.6;
}
.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}
.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline__date {
  padding: .25rem 0;
  opacity: .7;
  color: #77ae7d;
  font-weight: 300;
  line-height: 1;
}
.image figcaption {
  color: #787878;
}
.content h2 {
  color: #787878;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }
  .cd-timeline__content p {
    font-size: 1rem;
    line-height: 1.7;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cd-timeline__block:nth-child(2n) .cd-timeline__content .image {
    order: 2;
  }
  .cd-timeline__block:nth-child(2n) .cd-timeline__content .content {
    order: 1;
  }
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__content .image,
  .cd-timeline__content .content {
    flex: 1;
    max-width: 45%;
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    width: 100%;
    font-size: 2.6rem;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 768px) {
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.tx-powermail legend {
  display: none;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input,
.powermail_field .powermail_select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: 0;
  border: 1px solid #787878;
  border-radius: .25rem;
  color: #787878;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #869587;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover~.select_arrow,
.powermail_field select:focus~.select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled~.select_arrow {
  border-top-color: #cccccc;
}
.powermail_submit {
  color: #0a3f10;
  width: 100%;
  background-color: #787878;
  border: none;
  border-radius: .25rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.powermail_submit:hover {
  background-color: #929292;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.powermail_fieldwrap_type_check .checkbox label input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  left: 0.5rem;
}
.powermail_fieldwrap_type_check .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  border: 4px solid #869587;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.powermail_fieldwrap_type_check .checkbox label:hover input~.checkmark {
  background-color: #ccc;
}
.powermail_fieldwrap_type_check .checkbox label input:checked~.checkmark {
  background-color: #869587;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked~.checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.controls {
  text-align: right;
}
.controls .btn {
  background-color: #0a3f10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1rem;
}
.controls .btn:first-child {
  margin-right: 10px;
}
.tx-powermail .layout1 {
  margin-bottom: 75px;
}
.tx-powermail .layout1 legend {
  font-size: 2.222222rem;
  text-transform: uppercase;
  color: #0a3f10;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0 0.8rem 5rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
}
.tx-powermail .layout1 legend.left {
  text-align: left;
}
.tx-powermail .layout1 legend.center {
  text-align: center;
}
.tx-powermail .layout1 legend.right {
  text-align: right;
}
.tx-powermail .layout1 legend span {
  color: #ffffff;
  background: #0a3f10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: baseline;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 479px) {
  .tx-powermail .layout1 legend {
    font-size: 2rem;
  }
}
.tx-powermail .layout1 .card {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend {
  color: #666666;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend span {
  background: #666666;
}
.tx-powermail .layout1 .card .card-body {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .tx-powermail .layout1 .card .card-body {
    padding-left: 0;
  }
}
.tx-powermail .layout1 .card .card-border {
  border-bottom: 3px solid #666666;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .show+.card-border {
  border-color: #0a3f10;
}
.tx-powermail .layout1 .card:last-child {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset {
  padding: 25px 0 0px 0;
  display: block;
}
.tx-powermail .layout1 .powermail_fieldset .fieldsetbody {
  padding-bottom: 40px;
}
.tx-powermail .layout1 .powermail_fieldset .powermail_label {
  font-size: 1.555556rem;
}
@media screen and (min-width: 48em) {
  .tx-powermail .layout2 .powermail_fieldset {
    width: 50%;
    float: left;
  }
}
.tx-powermail .layout2 .powermail_fieldset .fieldsetbody .row {
  display: block;
}
.tx-powermail .layout2 .powermail_fieldset .fieldsetbody .row .form-group {
  max-width: 100%;
}
.tx-powermail .powermail_form h3 {
  margin-bottom: 2rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap:not(.powermail_fieldwrap_type_select) .powermail_label {
  display: none;
  visibility: hidden;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
  font-size: 0.9rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field select,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_textarea,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_input {
  background: #ffffff;
  border: unset;
  color: #787878;
  padding: .5rem 1rem;
  border-radius: 0.5rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field {
  font-size: 0.8rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit {
  background-color: #0a3f10;
  color: #ffffff;
  padding-block: .5rem;
  border-radius: 0.5rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #77ae7d;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_select {
  appearance: none;
  background-color: #fff;
  background-image: url('../img/select.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.tx-powermail .powermail_confirmation .btn-group {
  gap: 1rem;
}
.news .clear {
  clear: both;
}
.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}
.news .nav li {
  float: left;
}
.news .nav a {
  float: left;
  display: block;
}
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}
.news .article .teaser-text {
  margin: 0 0 10px 0;
}
.news .article h3 {
  margin-bottom: 0;
}
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
}
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view>ul>li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.news-single .article .news-img-wrap img {
  float: none;
}
.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-img-caption {
  color: #888;
}
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}
.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related h4 {
  margin-bottom: 10px;
}
.news-related-files ul li {
  margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}
.news-clear {
  clear: both;
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.news-list-view .news-teaser-wrap p,
.news-single .news-teaser-wrap p {
  font-style: italic;
}
.news-list-view .article {
  border-bottom: 1px solid lightgrey;
  padding-block: 1rem 1.5rem;
}
.news-list-view .article:last-of-type {
  border-bottom: unset;
}
.news-list-view .article .teaser-text {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .news-list-view .article .teaser-text {
    float: left;
  }
}
.news-list-view .article .teaser-text .header {
  margin-block: 0rem 1rem;
}
.news-list-view .article .teaser-text .header a {
  text-decoration: unset;
}
.news-list-view .article .teaser-text .header .date {
  margin-top: .5rem;
}
.news-list-view .article .teaser-text .more {
  border: 2px solid #0a3f10;
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease;
}
.news-list-view .article .teaser-text .more:hover {
  background: #0a3f10;
  color: #ffffff;
}
.news-list-view .article .news-img-wrap {
  margin: 0;
}
.news-list-view .article .news-img-wrap a {
  padding: unset;
  border: unset;
  background: unset;
}
.news-list-view .article .news-img-wrap a img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.news-list-view .f3-widget-paginator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news-list-view .f3-widget-paginator li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.news-list-view .f3-widget-paginator li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #0a3f10;
  color: #0a3f10;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view .f3-widget-paginator li a:hover {
  background: #0a3f10;
  color: #ffffff;
}
.news-list-view .f3-widget-paginator li.current {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #0a3f10;
  background: #0a3f10;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view .page-navigation:first-of-type {
  display: none;
  visibility: hidden;
}
.news-list-view .page-navigation p {
  display: none;
  visibility: hidden;
}
.news-list-view .page-navigation ul {
  float: unset;
}
.news-list-view .page-navigation .f3-widget-paginator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news-list-view .page-navigation .f3-widget-paginator li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.news-list-view .page-navigation .f3-widget-paginator li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #0a3f10;
  color: #0a3f10;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view .page-navigation .f3-widget-paginator li a:hover {
  background: #0a3f10;
  color: #ffffff;
}
.news-list-view .page-navigation .f3-widget-paginator li.current {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #0a3f10;
  background: #0a3f10;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease;
}
.news-single .article .header {
  margin-bottom: 2rem;
}
.news-single .article .header h1 {
  max-width: 30ch;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.news-single .article .news-img-wrap {
  float: left;
  width: 100% !important;
  margin: 0 0 0 25px;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .news-single .article .news-img-wrap {
    float: right;
    width: 400px !important;
    margin: 0 0 0 25px;
    flex-direction: column;
  }
}
.news-single .article .news-img-wrap .mediaelement a {
  float: unset;
  border: unset;
  padding: 0;
}
.news-single .article .news-img-wrap .mediaelement img {
  width: 100%;
  box-shadow: unset;
}
.news-single .article .news-img-wrap .news-img-caption {
  margin-block: .3rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  .news-single .article .news-img-wrap {
    width: 20rem;
    margin: 0 2rem 0 0;
  }
  .news-single .article .news-img-wrap .mediaelement a {
    float: left;
  }
}
.news-single .article .news-teaser-wrap p,
.news-single .article .news-text-wrap p {
  max-width: 80ch;
}
.news-single .article .news-backlink-wrap a {
  border: 2px solid #0a3f10;
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease;
}
.news-single .article .news-backlink-wrap a:hover {
  background: #0a3f10;
  color: #ffffff;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader h2.left {
  text-align: left;
}
.newsheader h2.center {
  text-align: center;
}
.newsheader h2.right {
  text-align: right;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-weight: 400;
  text-transform: uppercase;
}
.newsheader .subtitle.left {
  text-align: left;
}
.newsheader .subtitle.center {
  text-align: center;
}
.newsheader .subtitle.right {
  text-align: right;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: ;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #869587;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #787878;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #787878;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #869587;
  color: #869587;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more.left {
  text-align: left;
}
.startnews .news-list-item .btn-read-more.center {
  text-align: center;
}
.startnews .news-list-item .btn-read-more.right {
  text-align: right;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.detailstext {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info >* {
  display: inline-block;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: white;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
}
.swiper-button-prev {
  left: 1rem;
}
.swiper-button-next {
  right: 1rem;
}
header.pageheader .topmenu-wrap {
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .topmenu-wrap {
    visibility: visible;
  }
}
header.pageheader .topmenu-wrap .menucontainer {
  height: 60px;
  position: relative;
  padding: 10px 10px 10px 20px;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu > * + * {
  border-left: 1px solid #666666;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li {
  padding: 0 .3rem;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li a {
  text-transform: uppercase;
  text-decoration: unset;
}
.topsearchwrap {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .topsearchwrap {
    display: block;
    visibility: visible;
  }
}
.topsearchwrap .navbar-form {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
  aspect-ratio: 1;
}
.topsearchwrap .navbar-form .input-group {
  background-color: #ffffff;
  height: 100%;
}
@media (min-width: 78.75em) {
  .topsearchwrap .navbar-form .input-group {
    left: 0;
  }
}
.topsearchwrap .navbar-form .input-group button,
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 4px 9px;
  border: 0;
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 0 0 0 .75rem;
  opacity: 0;
  color: #ffffff !important;
  position: relative;
  font-size: 1.5rem;
  width: 0;
  float: left;
  height: 0;
  z-index: 0;
  transform: translateY(-100%);
  transition: all .3s ease;
}
.topsearchwrap .navbar-form .input-group .input-group-btn {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #0a3f10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding-top: 12px;
  transform: translateY(6px);
}
@media screen and (min-width: 992px) {
  .topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
    padding-top: 1px;
  }
}
@media screen and (min-width: 78.75em) {
  .topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
    padding-top: 5px;
  }
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon,
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon:before {
  font-size: 1.5rem;
  font-weight: bold;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  font-size: 1rem;
  line-height: 1;
  color: #77ae7d;
  transition: color .3s ease;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"]:hover span {
  color: #0a3f10;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  transform: translateY(-50%);
  line-height: 1;
  transition: all .3s ease;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="reset"] .icon-remove {
  font-size: 1.5rem;
}
.topsearchwrap .navbar-form.active button,
.topsearchwrap .navbar-form.active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color:  !important;
}
.topsearchwrap .navbar-form.active #ke_search_sword {
  width: 100%;
  color: #787878 !important;
  transform: translateY(0);
  height: 100%;
  transition: all .3s ease;
}
@media screen and (min-width: 64em) {
  .topsearchwrap .navbar-form.active #ke_search_sword {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .topsearchwrap .navbar-form.active #ke_search_sword {
    font-size: 1.5rem;
  }
}
.topsearchwrap .navbar-form.active .input-group {
  background-color: #e6e6e6;
  height: 100%;
  left: -42%;
}
.topsearchwrap .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
.topsearchwrap .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: #787878;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .topsearchwrap .navbar-form #ke_search_sword {
    height: 90px;
  }
  .topsearchwrap .navbar-form.active {
    width: 280px;
  }
}
@media (min-width: 78.75em) {
  .topsearchwrap .navbar-form.active {
    width: 100%;
    position: absolute;
    height: 100%;
    right: -3.2rem;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.tx-kesearch-pi1 .form-group #ke_search_sword {
  position: relative;
}
.tx-kesearch-pi1 #kesearch_num_results {
  display: none;
  visibility: hidden;
}
.badegcontainer {
  position: fixed;
  right: .5rem;
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .badegcontainer {
    top: 50%;
    right: 1rem;
    display: flex;
    visibility: visible;
  }
}
.badegcontainer .badgelink {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge {
  width: 70px;
  height: 75px;
  margin-bottom: .3rem;
  color: #ffffff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  border-radius: unset;
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
}
.badegcontainer .badgelink .badge .triggerbutton {
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .triggerbutton .icon {
  width: 40px;
  margin: 0 auto .2rem auto;
}
.badegcontainer .badgelink .badge .triggerbutton .icon svg {
  width: 40px;
}
.badegcontainer .badgelink .badge .triggerbutton .icon img {
  fill: #ffffff;
  width: 100%;
  height: auto;
}
.badegcontainer .badgelink .badge .triggerbutton .text p {
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  margin-bottom: 0;
}
.badegcontainer .badgelink .badge .contentbox .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem 0.7rem;
  font-size: 1.5rem;
  font-family: PaytoneOne;
  text-shadow: unset;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel {
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  color: #ffffff;
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .title {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: PaytoneOne;
  line-height: 2;
}
@media screen and (min-width: 48em) {
  .badegcontainer .badgelink .badge .contentbox .inner .panel .title {
    font-size: 1.5rem;
  }
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn {
  background: #ffffff;
  color: #787878;
  text-decoration: unset;
  text-align: left;
  padding: .3rem 1rem;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn:hover {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge.active .contentbox {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.badegcontainer .badgelink .badge.corona-info {
  background-color: #869587;
}
.badegcontainer .badgelink .badge.corona-info .panel {
  background-color: #869587;
}
.badegcontainer .badgelink .badge.kontakt {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kontakt .panel {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kneipp {
  background-color: #124baa;
}
.badegcontainer .badgelink .badge.kneipp .icon img {
  width: 60px;
  height: auto;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field {
  text-align: left;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea {
  text-align: inherit;
  padding: .3rem 1rem;
  border-width: 2px;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input:focus,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea:focus {
  border-color: #869587;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox .checkmark {
  background: unset;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox label {
  font-size: 0.9rem;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit {
  background-color: #869587;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #0a3f10;
  color: #ffffff;
}
.ce-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .ce-image {
    margin-bottom: unset;
  }
}
.ce-image .ce-gallery .image img {
  width: 100%;
  height: auto;
}
.img.dce.default {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .img.dce.default {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 64em) {
  .img.dce.mobile {
    display: none;
    visibility: hidden;
  }
}
.breadcrumb {
  display: none;
  visibility: hidden;
  background: unset;
}
@media screen and (min-width: 78.75em) {
  .folgeseite .breadcrumb {
    display: flex;
    visibility: visible;
    align-self: end;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
  }
}
