/* Keycolors defined in root less */
/*  Breakpoints */
/* customs */
/**
 * Fonts
 */
@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";
}
@font-face {
  font-family: 'Montserrat';
  src: url('/typo3conf/ext/sf_template_kkh/Resources/Public/fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 25% 151%;
}
@font-face {
  font-family: 'blockquote';
  src: url('/typo3conf/ext/sf_template_kkh/Resources/Public/fonts//blockquote/icomoon.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template_kkh/Resources/Public/fonts//blockquote/icomoon.woff') format('woff'), url('/typo3conf/ext/sf_template_kkh/Resources/Public/fonts//blockquote/icomoon.ttf') format('truetype'), url('/typo3conf/ext/sf_template_kkh/Resources/Public/fonts//blockquote/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.specialfont.left {
  text-align: left;
}
.specialfont.center {
  text-align: center;
}
.specialfont.right {
  text-align: right;
}
html,
body {
  font-size: 16px;
  --header-tall: 150px;
  --header-short-p: 60px;
  --header-short-t: 90px;
  --header-short-d: 90px;
  --border-radius: 1rem;
  --innerWidth: 1270px;
  --scrollPaddingTop: 180px;
  scrollbar-gutter: stable;
  scrollbar-color: #770000 #ffffff;
  scroll-padding-top: var(--scrollPaddingTop);
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html,
  body {
    --scrollPaddingTop: 150px;
  }
}
html {
  scrollbar-gutter: stable;
}
body {
  overflow-x: hidden;
  background: #ffffff;
  color: #686868;
  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;
}
body:has(#modal[open]) {
  /* Poof! No more scrolling! */
  overflow: hidden;
}
.frame-goldBg {
  background-color: #f0ece3;
}
@media screen and (min-width: 48em) {
  .frame-goldBg .news {
    padding-block: 3rem;
  }
}
section {
  padding: 1em 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;
}
section.ctype-header:has(header) header + section:not(:has(.ctype-header)) {
  margin-bottom: 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: 1270px;
  padding: 0 2rem;
}
.container.no-padding {
  padding-inline: 15px;
}
.container.big {
  max-width: 1600px;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-inline: 15px;
}
@media screen and (min-width: 78.75em) {
  .container-fluid {
    padding-inline: 0;
  }
}
.container-fluid.reallysmall {
  max-width: 1270px;
}
.container-fluid.reallysmall .col-md-12 {
  padding-inline: 0;
}
.container-fluid.reallysmall .ce-2cols .row .col:first-child {
  padding-left: 0;
}
.container-fluid.reallysmall .ce-2cols .row .col:last-child {
  padding-right: 0;
}
.ctype-div {
  width: 100%;
}
hr {
  width: 100%;
  margin-block: .3rem;
  border-color: rgba(104, 104, 104, 0.5);
}
.container-fluid.small {
  max-width: 1551px;
  padding-inline: 15px;
}
.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: #770000 !important;
}
.clr-secondary {
  color: #877450 !important;
}
.clr-text {
  color: #686868 !important;
}
a:has(.clr-text) {
  color: #686868;
}
.is--centered {
  text-align: center;
  display: block;
}
.is--bold {
  font-weight: 700;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.ce-headline-center {
  display: block;
}
p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 48em) {
  p.twocols {
    column-count: 2;
  }
}
blockquote p {
  font-style: italic;
  padding-inline: 2rem;
  position: relative;
  color: #770000;
}
blockquote p:before,
blockquote p:after {
  position: absolute;
  font-weight: bold;
  font-size: 1.3rem;
  color: #770000;
  font-family: 'blockquote';
}
blockquote p:before {
  content: '\e978';
  left: 0;
  top: 0;
}
blockquote p:after {
  content: '\e977';
  right: 0;
  bottom: 0;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li {
  font-size: 1rem;
  line-height: 1.8;
}
ul li::marker {
  color: #770000;
}
button:focus,
button:focus-within {
  outline: none;
}
.contentheader .contenttitle {
  line-height: 1.2;
}
.contentheader .contenttitle.black {
  color: #000000;
}
.contentheader .contenttitle.white {
  color: #ffffff;
}
.contentheader h1,
.contentheader .h1 {
  line-height: 1.2;
  font-size: clamp(2rem,5vw,3rem) !important;
}
.contentheader h2,
.contentheader .h2 {
  line-height: 1.2;
  font-size: clamp(1.5rem,3vw,2.5rem) !important;
}
.contentheader h3,
.contentheader .h3 {
  line-height: 1.2;
  font-size: clamp(1.5rem,3vw,2rem) !important;
}
.contentheader h4,
.contentheader .h4 {
  font-size: clamp(1.5rem,3vw,2rem) !important;
  line-height: 1.2;
}
.contentheader h5,
.contentheader .h5 {
  font-size: clamp(1rem,3vw,1.2rem) !important;
  line-height: 1.2;
}
a {
  word-wrap: break-word;
  color: #aa0000;
  text-decoration: underline;
}
a:hover {
  color: #770000;
}
span.and {
  font-size: 6vw;
  font-weight: lighter;
}
.btn {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: .5rem 2rem;
  text-decoration: none;
  transform: all 0.3s ease-in-out;
}
.btn.btn-round {
  border-radius: 100vmax;
}
.btn.btn-border {
  border: 3px solid transparent;
  background-color: unset;
  font-weight: bold;
}
.btn.btn-primary,
.btn.is--secondary {
  background-color: #770000;
}
.btn.btn-primary:hover,
.btn.is--secondary:hover {
  background-color: #770000;
  color: #ffffff;
}
.btn.btn-primary.btn-border,
.btn.is--secondary.btn-border {
  border: 3px solid #770000;
  background-color: unset;
  font-weight: bold;
  color: #770000;
}
.btn.btn-primary.btn-border:hover,
.btn.is--secondary.btn-border:hover {
  border-color: #877450;
  color: #877450;
}
.btn.btn-secondary,
.btn.is--primary {
  background-color: #877450;
  color: #ffffff;
}
.btn.btn-secondary:hover,
.btn.is--primary:hover {
  background-color: #67583d;
  color: #ffffff;
}
.btn.btn-secondary.btn-border,
.btn.is--primary.btn-border {
  border: 3px solid #877450;
  background-color: unset;
  color: #877450;
  font-weight: bold;
}
.btn.btn-secondary.btn-border:hover,
.btn.is--primary.btn-border:hover {
  border-color: #770000;
  color: #770000;
}
.btn.btn-tertiary {
  background-color: #f4f2f2;
  color: #686868;
  padding: 0.2rem 1rem;
}
.btn.btn-tertiary:hover {
  background-color: #f4f2f2;
  color: #686868;
}
.btn.btn-tertiary.btn-border {
  border: 3px solid #f4f2f2;
  background-color: unset;
  font-weight: bold;
  color: #686868;
}
.btn.btn-tertiary.btn-border:hover {
  background-color: #f4f2f2;
  color: #686868;
}
.btn.btn-white {
  border: 2px solid #9b9b9b;
  color: #686868;
  padding: .25rem .5rem;
  font-size: 1rem;
}
.btn.btn-white:hover {
  background-color: #877450;
  border-color: #877450;
  color: #ffffff;
}
.btn-phone,
.btn-mail {
  position: relative;
  padding-left: 2rem;
  background-color: #770000;
  width: 1.2rem;
  height: 1.2rem;
  padding: 1rem;
  /* &:before {
    content: '';
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    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;
} */
.btn-pdf {
  border: 1px solid #877450;
  border-radius: 1rem;
  color: #770000;
  font-weight: bold;
  font-size: 1rem;
  padding: .5rem;
  padding-right: 10%;
  line-height: 1;
  height: 4rem;
  text-decoration: unset;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: .5rem;
  width: fit-content;
  position: relative;
  padding-left: 3rem;
}
.btn-pdf:before {
  position: absolute;
  content: '';
  left: .5rem;
  bottom: .5rem;
  width: 2rem;
  height: 100%;
  background-image: url('../img/kkh-icon-pdf.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
p,
ol {
  margin-bottom: 20px;
}
.ce-column {
  margin-right: 1.5rem;
}
.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(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.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;
}
.ctype-header .row {
  margin: 0 auto;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #770000;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  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;
}
/* Boostrap Fix */
.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;
  }
}
.borderLeft {
  border-left: 5px solid #877450;
  padding-left: 1rem;
}
.containercols2 .frame-default .container-fluid {
  padding-inline: 0;
}
@media screen and (min-width: 48em) {
  .md-justify-content-end {
    text-align: right;
  }
}
iframe {
  width: 100%;
}
.bounce {
  animation: animationFrames ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 10px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 10px);
  }
  50% {
    -moz-transform: translate(0px, -10px);
  }
  100% {
    -moz-transform: translate(0px, 10px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 10px);
  }
  50% {
    -webkit-transform: translate(0px, -10px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 10px);
  }
  50% {
    -o-transform: translate(0px, -10px);
  }
  100% {
    -o-transform: translate(0px, 10px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 10px);
  }
  50% {
    -ms-transform: translate(0px, -10px);
  }
  100% {
    -ms-transform: translate(0px, 10px);
  }
}
@keyframes fadeInFromTop {
  0% {
    transform: translateX(-50%) translateY(-100%);
  }
  100% {
    transform: translateX(-50%) translateY(90px);
  }
}
@keyframes fadeOutToTop {
  0% {
    transform: translateX(-50%) translateY(90px);
  }
  100% {
    transform: translateX(-50%) translateY(-100%);
  }
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.pageoverlay.show {
  opacity: .5;
  visibility: visible;
  cursor: pointer;
}
.kopfgrafik {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  .kopfgrafik {
    margin-top: var(--header-short-t);
  }
}
@media screen and (min-width: 78.75em) {
  .kopfgrafik {
    margin-top: var(--header-tall);
  }
}
@media screen and (min-width: 48em) {
  .kopfgrafik:has(.tx-subnav) {
    padding-top: 45px;
  }
}
@media screen and (min-width: 78.75em) {
  .kopfgrafik:has(.tx-subnav) {
    padding-top: 0;
  }
}
.kopfgrafik .quicknav {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  z-index: 1;
  transform: translate(0, -50%);
}
@media screen and (min-width: 78.75em) {
  .kopfgrafik .quicknav {
    display: block;
    visibility: visible;
  }
}
.kopfgrafik .quicknav span {
  font-size: 1.5rem;
  color: #770000;
  margin-block: 1rem;
  display: block;
}
.kopfgrafik .quicknav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.kopfgrafik .quicknav ul li {
  position: relative;
  line-height: 1.5;
}
.kopfgrafik .quicknav ul li::before {
  content: '>';
  font-size: .9rem;
  font-weight: bold;
  color: #770000;
  position: absolute;
  left: -1rem;
  top: 0;
}
.kopfgrafik .quicknav ul li a {
  font-size: .9rem;
  text-decoration: none;
  color: #686868;
  transition: color 0.3s ease;
}
.kopfgrafik .quicknav ul li:last-child {
  margin-bottom: 0;
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 78.75em) and (max-width: 1320px) {
  .contentwrap {
    padding-inline: 15px;
  }
}
.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.77777778;
}
@media screen and (min-width: 48em) {
  .video {
    aspect-ratio: 2.33333333;
  }
}
.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;
}
.ctype-text .container-fluid.reallysmall {
  padding-inline: 0;
}
#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: #686868;
  text-decoration: underline;
}
ul.large li {
  list-style-type: none;
  font-size: 2rem;
  color: #686868;
  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 #aa0000;
  border-top: unset;
  border-radius: unset;
  color: #aa0000;
  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: #770000;
  color: #877450;
}
.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[data-ce-columns="1"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="1"] .ce-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="1"] .ce-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ce-gallery[data-ce-columns="1"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="1"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="1"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="2"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="2"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="2"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="3"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="3"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="3"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="4"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="4"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="4"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="5"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="5"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="5"] .ce-row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="5"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="5"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="6"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="6"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="6"] .ce-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
.ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="6"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="6"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="7"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="7"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="7"] .ce-row {
    grid-template-columns: repeat(7, 1fr);
  }
}
.ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="7"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="7"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.ce-gallery[data-ce-columns="8"] .ce-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 48em) {
  .ce-gallery[data-ce-columns="8"] .ce-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 78.75em) {
  .ce-gallery[data-ce-columns="8"] .ce-row {
    grid-template-columns: repeat(8, 1fr);
  }
}
.ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="8"] .ce-row .ce-column .image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ce-gallery[data-ce-columns="8"] .ce-row .ce-column .image .image-caption {
  font-size: .8em;
  line-height: 1.2;
  margin-top: .5rem;
}
.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;
  position: relative;
}
[id^="accordion"] .card [id^="heading"]:has(button.collapsed) {
  border-bottom: 1px solid #686868;
}
[id^="accordion"] .card [id^="heading"] h5 {
  max-width: calc(100% - 1.5rem);
}
[id^="accordion"] .card [id^="heading"] button {
  height: 100%;
  box-shadow: unset;
  color: #770000;
  font-size: 1rem;
  padding: 0;
  text-align: left;
  position: relative;
  display: flex;
  width: 100%;
  font-weight: bold;
}
[id^="accordion"] .card [id^="heading"] button .toggle {
  position: absolute;
  content: '';
  width: .5rem;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #770000;
  border-bottom: 2px solid #770000;
  right: 0;
  bottom: 12px;
  transform: translate(-50%) translateY(-50%);
  color: #770000;
  font-size: 2rem;
  line-height: 1;
  transform-origin: top left;
  rotate: -135deg;
  transition: all .3s ease;
}
[id^="accordion"] .card [id^="heading"] button.collapsed {
  color: #686868;
  text-decoration: none;
  font-weight: normal;
}
[id^="accordion"] .card [id^="heading"] button.collapsed .toggle {
  rotate: 45deg;
  border-color: #686868;
  border-width: 1px;
}
[id^="accordion"] .card [id^="heading"] button:hover,
[id^="accordion"] .card [id^="heading"] button:focus {
  color: #770000;
  text-decoration: none;
}
[id^="accordion"] .card [id^="heading"] button:hover .toggle,
[id^="accordion"] .card [id^="heading"] button:focus .toggle {
  border-color: #770000;
  rotate: -135deg;
}
[id^="accordion"] .card [id^="collapse"] .card-body {
  padding: 1.25rem 1rem 2rem 0;
}
[id^="accordion"] .card [id^="collapse"] .card-body header {
  display: none;
  visibility: hidden;
}
[id^="accordion"] .card [id^="collapse"] .card-body p:last-of-type {
  margin-bottom: 0;
}
[id^="accordion"] .card [id^="collapse"] .card-body > ul,
[id^="accordion"] .card [id^="collapse"] .card-body > ol {
  margin-block: 1rem;
}
[id^="accordion"] .card [id^="collapse"] .card-body .container-fluid {
  padding-inline: 0;
}
[id^="accordion"] .card [id^="collapse"] .card-body .ce-textpic .ce-gallery {
  float: unset;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  [id^="accordion"] .card [id^="collapse"] .card-body .ce-textpic .ce-gallery {
    max-width: 40%;
    margin-left: 1rem;
    float: right;
  }
}
[id^="accordion"] .card [id^="collapse"] .card-body .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
[id^="accordion"] .card [id^="collapse"] .card-body .tx-kkh-mitarbeiterliste ul {
  padding-left: 0;
  margin-bottom: 0;
}
.ctype-accordion .container-fluid {
  padding-inline: 0 !important;
}
.accordion-item {
  border: unset;
  border-bottom: 1px solid #686868 !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: #686868;
  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: #770000;
}
.accordion-item .accordion-collapse .ce-accordion-body .contentheader {
  display: none;
  visibility: hidden;
}
dialog {
  max-width: 50ch;
  border: unset;
  background-color: #ffffff;
}
dialog button {
  display: block;
  float: right;
  background: unset;
  border: unset;
  font-size: 3rem;
  line-height: 2rem;
  color: #770000;
}
dialog .content {
  padding: 1rem 2rem 1rem 1rem;
  margin-top: 1rem;
}
dialog .content .title {
  font-weight: bold;
  color: #770000;
  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;
}
.frame-layout-0,
.layout-0 {
  max-width: unset;
}
.frame-layout-1,
.layout-1 {
  max-width: 1600px;
  margin-inline: 15px;
}
@media screen and (min-width: 78.75em) {
  .frame-layout-1,
  .layout-1 {
    margin-inline: auto;
  }
}
.frame-layout-2,
.layout-2 {
  max-width: 1270px;
  margin-inline: 15px;
}
@media screen and (min-width: 78.75em) {
  .frame-layout-2,
  .layout-2 {
    margin-inline: auto;
  }
}
.frame-layout-3,
.layout-3 {
  max-width: 800px;
}
@media screen and (min-width: 78.75em) {
  .frame-layout-3,
  .layout-3 {
    margin-inline: auto;
  }
}
.frame-socialIcons .ce-gallery .ce-row .ce-column .image img {
  width: 100%;
  height: auto;
  aspect-ratio: unset;
}
.ce-uploads li {
  margin: 1.5em 0;
}
.ce-uploads li img {
  width: auto;
  height: 3rem;
}
.ce-uploads li div a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
  color: #770000;
  margin-bottom: .3rem;
  display: block;
}
.ce-uploads li div span {
  line-height: 1.2;
}
.contentwrap .tx-kopfgrafik .headline {
  font-size: clamp(1rem, 5vw, 36px);
  max-width: max-content;
}
.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: #770000;
  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: #aa0000;
  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: #686868;
}
@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: 1rem;
  }
}
@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: 1rem;
  text-align: center;
}
.tx-pflege .head {
  color: #aa0000;
}
.tx-pflege .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
  border-bottom: 1px solid #aa0000;
}
@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: column;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-jobboxen .items {
    flex-direction: row;
  }
}
.tx-jobboxen .items .item {
  flex: 1;
}
.tx-jobboxen .items .item a,
.tx-jobboxen .items .item .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem 1rem 1rem;
  justify-content: flex-end;
  align-items: center;
  background-color: #f4f2f2;
  text-decoration: none;
  color: #686868;
  border-radius: .5rem;
}
.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-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_kkh/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: #aa0000;
  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(119, 0, 0, 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;
}
.ctype-tabnavigation .container-fluid.reallysmall {
  padding-inline: 0;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext {
  display: flex;
  flex-direction: column;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .form-control {
  border: 2px solid #770000;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .nav-tabs {
  border: unset;
  gap: .5rem;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .nav-tabs .nav-item .nav-link {
  color: #770000;
  border: 2px solid #770000;
  padding: .25rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .nav-tabs .nav-item .nav-link.active {
  background-color: #770000;
  color: #ffffff;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .tab-content .card-body {
  padding-left: 0;
  padding-top: 2.25rem;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .tab-content .card-body:has(.tx-kkh-kachelnModal) {
  padding-right: 0;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .tab-content .card-body .contentheader {
  display: none;
  visibility: hidden;
}
.ctype-tabnavigation .container-fluid.reallysmall .ce-tabnav .ce-bodytext .tab-content .card-body .tx-kkh-kachelnModal .inside {
  padding-inline: 0;
}
.tabReverse .ctype-tabnavigation .tab-content .card-body {
  padding-block: 0 1.25rem;
}
.tabSwiper {
  /* .thumbnail-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
        // margin-top: 20px;
    }
    
    .thumbnail-item {
        aspect-ratio: 3/2;
        cursor: pointer;
        transition: opacity 0.3s ease;

        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    
    .thumbnail-item:hover {
        opacity: 0.7;
    } */
}
.tabSwiper .tabSwiperTop {
  aspect-ratio: 1.77777778;
  margin-bottom: 10px;
}
.tabSwiper .tabSwiperBottom {
  height: auto;
  display: block;
}
.tabSwiper .tabSwiperBottom .swiper-wrapper {
  display: flex;
}
.tabSwiper .tabSwiperBottom .swiper-slide {
  width: 100px;
  height: auto;
  aspect-ratio: 1.5;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.tabSwiper .tabSwiperBottom .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.tabSwiper .tabSwiperBottom .swiper-button-next,
.tabSwiper .tabSwiperBottom .swiper-button-prev {
  color: #770000;
}
.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: #aa0000;
}
.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: #877450;
  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.07000000000000001);
  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;
  /* &.grid-3 {
            grid-template-columns: repeat(2, minmax(0, 1fr));

            @media screen and (min-width:@tabletViewportWidth) {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        } */
}
@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.07000000000000001);
  transition: box-shadow 0.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: #770000;
}
.tx-ill .items .item .open-modal {
  color: #aa0000;
  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: #770000;
  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: #686868;
  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: #686868;
}
.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.77777778;
}
@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(170, 0, 0, 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: #aa0000;
    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: 2rem;
}
.tx-teamwork {
  background-color: #770000;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  margin-block: 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .tx-teamwork {
    overflow: visible;
  }
}
.tx-teamwork .content {
  display: flex;
  flex-direction: column;
  gap: 19rem;
}
.tx-teamwork .content .top {
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
@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;
  text-transform: initial;
}
.tx-teamwork .content .top .headline {
  font-size: 6vw;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .tx-teamwork .content .top .headline {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    line-height: 1.3;
  }
}
.tx-teamwork .content .top .subline {
  font-size: 4vw;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .tx-teamwork .content .top .subline {
    font-size: clamp(1rem, 1.7vw, 1.3rem);
  }
}
.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;
  height: 80%;
  max-width: 70%;
}
.tx-teamwork .image img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .tx-teamwork .image {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 64em) {
  .tx-teamwork .image {
    right: 0;
  }
}
@media screen and (min-width: 100em) {
  .tx-teamwork .image {
    overflow-x: visible;
  }
}
.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: 1.5rem;
  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;
}
.ctype-2cols .container-fluid.reallysmall {
  padding-inline: 0;
}
.ctype-2cols .container-fluid.reallysmall .row {
  margin-block: 0;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .ctype-2cols .container-fluid.reallysmall .row {
    gap: 0;
  }
}
.ctype-2cols .ce-2cols .frame-layout-2 {
  margin-inline: 0;
}
.ctype-2cols .ce-2cols .frame-layout-2 .containercols2 .col section {
  margin-inline: 0;
}
.ctype-2cols .ce-2cols .frame-layout-2 .containercols2 .col.tabReverse .ctype-tabnavigation .ce-tabnav .ce-bodytext {
  flex-direction: column-reverse;
}
.ctype-2cols .ce-2cols .frame-layout-2 .containercols2 .col:last-child {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 78.75em) {
  .ctype-2cols .ce-2cols .frame-layout-2 .containercols2 .col:last-child {
    padding-left: 2rem;
  }
}
.ctype-3cols div {
  padding-inline: 0;
}
.ctype-3cols div .ce-3cols .frame-layout-2 {
  margin-inline: 0;
}
@media screen and (min-width: 48em) {
  .ctype-3cols div .ce-3cols .frame-layout-2 .row {
    gap: 0;
  }
}
.ctype-3cols div .ce-3cols .frame-layout-2 .row .col {
  padding: .5rem;
}
.ctype-3cols div .ce-3cols .frame-layout-2 .row .col .container-fluid.reallysmall {
  padding-inline: 0;
}
.ctype-3cols div .ce-3cols .frame-layout-2 .row .col:first-of-type {
  padding-left: 0;
}
.ctype-3cols div .ce-3cols .frame-layout-2 .row .col:nth-child(2) {
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .ctype-3cols div .ce-3cols .frame-layout-2 .row .col:nth-child(2) {
    padding-left: 15px;
  }
}
.ctype-3cols div .ce-3cols .frame-layout-2 .row .col:last-of-type {
  padding-right: 0;
}
.ce-textpic .ce-gallery .image img {
  width: 100%;
  max-width: 500px;
}
.frame-obenUntenNull > section {
  padding-block: .3rem;
}
.frame-obenUntenNull > section.ctype-header .contentheader {
  margin-bottom: 2rem;
}
.frame-obenUntenNull > section.ctype-textpic .row {
  margin-block: 0;
}
.frame-obenUntenNull > section.ctype-textpic .row .ce-gallery {
  margin-bottom: 0;
  margin-right: 2rem;
}
.frame-obenUntenNull > section.ctype-textpic .row .ce-bodytext p:last-of-type {
  margin-bottom: 0;
}
.frame-obenUntenNull > .contentheader {
  margin-bottom: 1rem;
}
.frame-obenUntenNull > .ce-textpic {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
}
@media screen and (min-width: 48em) {
  .frame-obenUntenNull > .ce-textpic {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
}
.frame-obenUntenNull > .ce-textpic .ce-gallery {
  margin-bottom: 0;
  margin-right: 0;
  flex: 0 0 auto;
}
.frame-obenUntenNull > .ce-textpic .ce-gallery .ce-row {
  margin-bottom: 0;
}
.frame-obenUntenNull > .ce-textpic .ce-gallery .ce-row img {
  width: auto;
}
.frame-obenUntenNull > .ce-textpic .ce-bodytext p {
  max-width: 69ch;
  text-wrap: balance;
}
.frame-obenUntenNull > .ce-textpic .ce-bodytext p:last-of-type {
  margin-bottom: 0;
}
.contentwrap {
  transition: all 250ms ease-out;
  padding-top: 0;
}
header.pageheader {
  position: fixed;
  z-index: 9998;
  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 .menu-container {
  display: flex;
  height: var(--header-short-p);
  align-items: center;
  justify-content: space-between;
  padding-inline: 0;
  transition: height .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container {
    height: var(--header-short-t);
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container {
    height: var(--header-tall);
  }
}
header.pageheader .menu-container .navbar-brand {
  margin: 0;
  margin-left: 1rem;
  max-height: 100px;
}
header.pageheader .menu-container .navbar-brand svg {
  height: var(--header-short-p);
  width: auto;
  padding-block: 0.4rem;
  transition: all .3s ease;
}
header.pageheader .menu-container .navbar-brand svg .cls-1 {
  fill: #161615;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container .navbar-brand svg {
    margin: 0;
    height: 70px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container .navbar-brand svg {
    padding-block: 0;
    height: 100px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container .navbar-brand {
    margin-left: calc((100% - var(--innerWidth))/ 2);
  }
}
header.pageheader .menu-container .navbar {
  justify-content: start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-width: fit-content;
  padding: 0;
  display: block;
  transition: .3s ease;
}
@media screen and (min-width: 30em) {
  header.pageheader .menu-container .navbar {
    background-color: unset;
  }
}
header.pageheader .menu-container .navbar #menu {
  display: none;
  visibility: hidden;
}
header.pageheader .menu-container .navbar .togglewrap {
  transition: all 250ms ease-out;
  z-index: 1;
}
header.pageheader .menu-container .navbar .navbar-toggle {
  color: #ffffff;
}
header.pageheader .menu-container .navbar .navbar-toggle svg {
  fill: #ffffff;
}
header.pageheader .menu-container .navbar .navbar-toggle svg #navbar-toggler-icon--top,
header.pageheader .menu-container .navbar .navbar-toggle svg #navbar-toggler-icon--bottom,
header.pageheader .menu-container .navbar .navbar-toggle svg #navbar-toggler-icon--middle {
  transition: all .3s ease;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.pageheader .menu-container .navbar .mainnav.flex {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: end;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item {
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item:not(.rose) {
  padding: .5rem;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu {
  background-color: #770000;
  color: #ffffff;
  padding-inline: 1rem;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu {
    gap: .3rem;
    padding-inline: 1.5rem;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap {
  text-align: center;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap .navbar-toggler {
  position: relative;
  padding: 0;
  right: unset;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu .icon .togglewrap .navbar-toggler svg {
  width: 2rem;
  fill: #ffffff;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.menu span {
  line-height: 1;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.rose img {
  width: 100%;
  height: 100%;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item .navbar-toggle span {
  display: none;
  visibility: hidden;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item .navbar-toggle span {
    display: block;
    visibility: visible;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > a,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > .dialog-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  gap: .5rem;
  width: 4rem;
  background: unset;
  border: unset;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > a .icon svg,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > .dialog-trigger .icon svg {
  height: 1.5rem;
  width: auto;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > a .icon svg .cls-1,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > .dialog-trigger .icon svg .cls-1 {
  fill: #770000;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > a span,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item > .dialog-trigger span {
  line-height: 1;
  color: #770000;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.contact,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.search,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.rose {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.contact,
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.search,
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap,
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.rose {
    display: flex;
    visibility: visible;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.contact,
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap {
  padding-inline: 1.5rem;
  min-width: 114px;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall {
  border-left: 1px solid #f4f2f2;
  border-bottom: 1px solid #ffffff;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .dialog-trigger:focus {
  outline: 2px solid #0060df;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .dialog-trigger .icon svg {
  width: 20px;
  height: 20px;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .dialog-trigger span {
  font-size: 0.9rem;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .dialog-trigger .icon svg {
    width: 24px;
    height: 24px;
  }
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .dialog-trigger span {
    font-size: 1rem;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall a {
  color: #770000;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall a svg .cls-1 {
  fill: #770000;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog {
  background-color: #f0ece3;
  max-width: 90vw;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog {
    max-width: 1000px;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog button:focus {
  outline: 2px solid #0060df;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog .frame-default {
  margin-inline: 0;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section {
  padding-block: 1rem;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-text p {
  margin-bottom: 0;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader {
  position: relative;
  padding-top: 3rem;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTA4KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM3MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNjQuOSwyNC42Yy03LjctMTguNi0yOC0yOC41LTQ3LjQtMjMuMkwyOS41LDI1LjRDMTIuMSwzMC4yLDAsNDYsMCw2NGMwLDI0Ny40LDIwMC42LDQ0OCw0NDgsNDQ4czMzLjgtMTIuMSwzOC42LTI5LjVsMjQtODhjNS4zLTE5LjQtNC42LTM5LjctMjMuMi00Ny40bC05Ni00MGMtMTYuMy02LjgtMzUuMi0yLjEtNDYuMywxMS42bC00MC40LDQ5LjNjLTcwLjQtMzMuMy0xMjcuNC05MC4zLTE2MC43LTE2MC43bDQ5LjMtNDAuM2MxMy43LTExLjIsMTguNC0zMCwxMS42LTQ2LjNsLTQwLTk2aDBaIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader .contenttitle {
  font-size: clamp(1.2rem, 2.5vw, 2rem) !important;
  display: block;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader .contenttitle a {
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader {
    padding-top: 0;
    padding-left: 3.5rem;
  }
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section.ctype-header .contentheader:before {
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section .container-fluid {
  padding: 0;
  height: auto;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section .container-fluid .row {
  display: block;
  width: 100%;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section .container-fluid .row .contentheader {
  margin-bottom: 0;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.notfall .notfall-dialog section .container-fluid .row .contentheader a {
  width: auto;
  display: inline-block;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.contact {
  border-left: 1px solid #f4f2f2;
  border-right: 1px solid #f4f2f2;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form .input-group {
  background-color: #ffffff;
  height: 100%;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.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;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form .input-group .input-group-btn {
  width: auto;
  position: absolute;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.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;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #770000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 0;
  transform: translateX(0.7rem);
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  font-size: 1rem;
  line-height: 1;
  color: #770000;
  transition: color .3s ease;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon::before {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form.active {
    width: 100%;
    position: absolute;
    height: 100%;
    right: -3.2rem;
  }
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form.active .input-group {
  background-color: #e6e6e6;
  height: 100%;
  left: -42%;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form.active .input-group #ke_search_sword {
  opacity: 1;
  width: 100%;
  color: #686868 !important;
  transform: translateY(0);
  height: 100%;
  background-color: #e6e6e6;
  transition: all .3s ease;
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: #686868;
  top: 50%;
  transform: translateY(-50%);
}
header.pageheader .menu-container .navbar .mainnav.flex .mainnav-item.topsearchwrap .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
header.pageheader .menu-container .navbar .navbar-nav {
  flex-direction: row;
  display: none;
  visibility: hidden;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item {
  /* &:hover{
                    >.nav-link {
                        border-bottom: 5px solid @keycolor1;
                    }
                } */
}
header.pageheader .menu-container .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 0.3s ease, color 0.3s ease;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #877450;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .nav-link:after {
  visibility: hidden;
  display: none;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #666666;
  border-top: 3px solid #770000;
  border-radius: unset;
  position: absolute !important;
  margin-top: -3px;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: .9rem;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  color: #770000;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  font-weight: bold;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
header.pageheader .menu-container .navbar .navbar-nav .nav-item.active > .nav-link {
  font-weight: bold;
  border-bottom: 3px solid #877450;
}
header.pageheader .menu-container .navbar .mainbar {
  padding: 20px 0;
}
header.pageheader .menu-container .navbar .mainbar ul {
  padding: 10px 0;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
header.pageheader .menu-container .navbar .mainbar li {
  padding-left: 4rem;
}
header.pageheader .menu-container .navbar .mainbar li a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
  text-decoration: none;
}
header.pageheader .menu-container .navbar .mainbar li.active > a,
header.pageheader .menu-container .navbar .mainbar li:hover > a {
  color: #686868;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu {
  min-width: 20rem;
  border: none;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a {
  font-size: 1rem;
  font-weight: 700;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.left {
  text-align: left;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.center {
  text-align: center;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.right {
  text-align: right;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.active {
  color: #770000 !important;
  background-color: #ffffff;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a:hover {
  background: #770000;
  color: #ffffff;
}
header.pageheader .menu-container .navbar .mainbar li {
  /* border-top: 1px solid fade(@white, 50%); */
}
header.pageheader .menu-container .navbar .mainbar li a {
  font-size: 2rem;
}
header.pageheader .menu-container .navbar .mainbar li.trenner {
  border: none;
}
header.pageheader .menu-container .navbar .mainbar .dropdown.show {
  background: #efefef;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.active {
  color: #770000;
}
header.pageheader .menu-container .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
header.pageheader .menu-container .navbar .contact p {
  text-align: right;
  width: 100%;
}
header.pageheader .menu-container .navbar .contact p a {
  margin-block: .5rem;
}
.showNav header.pageheader,
.mm-ocd-opened header.pageheader {
  background-color: #eeeeee;
}
.showNav header.pageheader .navbar .navbar-toggle,
.mm-ocd-opened header.pageheader .navbar .navbar-toggle {
  position: absolute;
}
.showNav header.pageheader .navbar .navbar-toggle .navbar-toggler-icon,
.mm-ocd-opened header.pageheader .navbar .navbar-toggle .navbar-toggler-icon {
  /* #navbar-toggler-icon--middle {
                        transform: scaleX(.5);
                    } */
}
.showNav header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--top,
.mm-ocd-opened header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--top,
.showNav header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--middle,
.mm-ocd-opened header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--middle {
  transform: scaleX(0.5) translateX(100%);
}
.showNav header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--bottom,
.mm-ocd-opened header.pageheader .navbar .navbar-toggle .navbar-toggler-icon #navbar-toggler-icon--bottom {
  transform: scaleX(1);
}
.showNav header.pageheader #mainmenupanel,
.mm-ocd-opened header.pageheader #mainmenupanel {
  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 .menu-container {
  height: 60px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .menu-container {
    height: 90px;
  }
}
.scrollheader header.pageheader .navbar-brand {
  max-height: 60px;
  padding-block: 0;
}
.scrollheader header.pageheader .navbar-brand svg {
  height: 50px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar-brand svg {
    height: 60px;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
    transform: translateX(0) !important;
    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: #770000;
}
.scrollheader header.pageheader .navbar .mainnav-item.menu .icon .togglewrap .navbar-toggler-icon svg {
  fill: #770000;
}
.scrollheader header.pageheader .navbar .mainnav-item.menu .icon > span {
  display: none;
}
.scrollheader .contentwrap {
  padding-top: 0;
}
/* mmenu */
.mm-ocd .mm-ocd__content {
  width: 100%;
  max-width: 80vw;
  z-index: 5;
}
@media screen and (min-width: 64em) {
  .mm-ocd .mm-ocd__content {
    max-width: 400px;
  }
}
.mm-ocd .mm-ocd__content .mm-spn {
  background: #ffffff;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  .mm-ocd .mm-ocd__content .mm-spn .buttons {
    padding-top: 2rem;
  }
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group #ke_search_sword {
  display: none !important;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #686868;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 0;
  transform: translateX(0.7rem);
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .search .navbar-form .input-group .input-group-btn button[type="submit"] .icon:before {
  font-size: 1.5rem;
  font-weight: bold;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle svg {
  fill: #686868;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--top,
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--bottom,
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--middle {
  transition: all .3s ease;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--top {
  transform: rotate(45deg) translate(-10px, 0px);
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--middle {
  opacity: 0;
}
.mm-ocd .mm-ocd__content .mm-spn .buttons .navbar-toggle #navbar-toggler-icon--bottom {
  transform: rotate(-45deg) translate(-19px, 11px);
}
.mm-ocd .mm-ocd__content .mm-spn a {
  padding-left: 1.5rem;
  font-weight: 300;
  padding-block: .4rem;
}
.mm-ocd .mm-ocd__content .mm-spn a.active,
.mm-ocd .mm-ocd__content .mm-spn a:hover {
  color: #686868;
}
.mm-ocd .mm-ocd__content .mm-spn .spacer {
  height: 3rem;
}
.mm-ocd .mm-ocd__content .mm-spn > ul > li:nth-child(4) {
  margin-bottom: 2rem;
}
.mm-ocd .mm-ocd__content .mm-spn ul li {
  padding-right: 3rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--light {
  color: #686868;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar:before {
  color: #686868;
  opacity: 1;
  top: 177px;
  left: 30px;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar:after {
  text-align: left;
  padding-left: 3.7rem !important;
  opacity: 1;
  font-weight: bold;
  font-size: 1.5rem;
  top: 150px;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar ul {
  top: 12rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar ul:before {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:nth-child(-n+4) a {
  font-size: 1.2rem;
  line-height: 1.5;
  left: var(--mm-spn-item-height);
  padding-left: 0.5rem;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:nth-child(-n+4) a {
    font-size: 1.5rem;
  }
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open span {
  font-size: 1rem;
  line-height: 1.5;
  left: var(--mm-spn-item-height);
  padding-left: 0.5rem;
  padding-block: .4rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open span.active {
  font-weight: 700;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a {
  width: 90%;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a:hover {
  color: #770000;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a.active {
  color: #770000;
  font-weight: bold;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li a:not(:last-child) {
  font-size: 1.5rem;
  line-height: 1.5;
  left: var(--mm-spn-item-height);
  padding-left: 0.5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li.footerNavItem {
  display: inline-flex !important;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li.footerNavItem a {
  width: fit-content;
  font-size: 0.8rem;
  padding-right: 0;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:before {
  color: #686868;
  opacity: 1;
  right: unset;
  left: calc(var(--mm-spn-item-height)/ 2);
  top: 50%;
  transition: left .3s ease;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:after {
  display: none;
  visibility: hidden;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open li:hover:before {
  left: calc(var(--mm-spn-item-height)/ 2 + .5rem);
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent {
  /* Submenü */
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open {
  padding-top: 3rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li a {
  font-size: 1rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li a:last-child {
  padding-left: .5rem;
}
.mm-ocd .mm-ocd__content .mm-spn.mm-spn--navbar .mm-spn--open.mm-spn--parent .mm-spn--open li:first-of-type a {
  padding-left: .5rem;
}
.mm-ocd .mm-ocd__content .mm-spn a:not(:last-child):after {
  display: none;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon {
  font-family: Montserrat, sans-serif !important;
  font-size: 0.8rem;
  color: #770000;
  display: flex;
  gap: 1rem;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon svg {
  width: 1rem;
  fill: #770000;
}
.mm-ocd .mm-ocd__content .mm-spn a.icon:hover {
  background-color: unset;
  color: #770000;
}
.mm-ocd .mm-ocd__backdrop {
  cursor: pointer;
}
.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: #877450;
  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;
  border: 3px solid #877450;
}
.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);
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(119, 0, 0, 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: #686868;
}
.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: #770000;
}
.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%);
  }
}
.socialcontainer {
  display: none;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 1rem;
  width: 2.5rem;
  z-index: 1312;
}
@media screen and (min-width: 78.75em) {
  .socialcontainer {
    visibility: visible;
    display: block;
  }
}
.socialcontainer .socialmenu {
  display: flex;
  flex-direction: column;
  position: relative;
}
.socialcontainer .socialmenu .social {
  --width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--width);
  aspect-ratio: 1;
  border-radius: 0.5rem;
  background-color: #877450;
  position: absolute;
  transition: all .3s ease;
}
.socialcontainer .socialmenu .social:hover {
  background-color: #877450;
}
.socialcontainer .socialmenu .social a {
  text-decoration: none;
  line-height: 1;
}
.socialcontainer .socialmenu .social a .icon {
  color: #ffffff;
  font-size: 1.5rem;
}
.socialcontainer .socialmenu .social:nth-of-type(1) {
  transform: translateY(-180%);
  scale: 0.7;
}
.socialcontainer .socialmenu .social:nth-of-type(2) {
  transform: translateY(-120%);
  scale: 0.8;
}
.socialcontainer .socialmenu .social:nth-of-type(3) {
  transform: translateY(-60%);
  scale: 0.9;
}
.socialcontainer .socialmenu:hover .social {
  scale: 1;
}
.socialcontainer .socialmenu:hover .social:nth-of-type(1) {
  transform: translateY(-300%);
}
.socialcontainer .socialmenu:hover .social:nth-of-type(2) {
  transform: translateY(-200%);
}
.socialcontainer .socialmenu:hover .social:nth-of-type(3) {
  transform: translateY(-100%);
}
.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%);
}
.footer-info {
  padding-block: 2rem;
}
@media screen and (min-width: 78.75em) and (max-width: 1320px) {
  .footer-info {
    padding-inline: 15px;
  }
}
.footer-info .container {
  padding-inline: 15px;
}
@media screen and (min-width: 78.75em) {
  .footer-info .container {
    padding-inline: 0;
  }
}
.footer-info .container .top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-info .container .top .footerlogo {
  width: 100%;
  max-width: 15rem;
  display: inline-block;
  padding: 0;
  height: auto;
}
.footer-info .container .top .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .container .top .meta .footermenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* & > * + *{
                            border-left: 1px solid @grey;
                        } */
}
@media screen and (min-width: 48em) {
  .footer-info .container .top .meta .footermenu {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
  }
}
.footer-info .container .top .meta .footermenu .nav-item {
  display: inline-block;
  margin-block: .3rem;
}
.footer-info .container .top .meta .footermenu .nav-item.left {
  text-align: left;
}
.footer-info .container .top .meta .footermenu .nav-item.center {
  text-align: center;
}
.footer-info .container .top .meta .footermenu .nav-item.right {
  text-align: right;
}
@media screen and (min-width: 48em) {
  .footer-info .container .top .meta .footermenu .nav-item {
    margin-block: unset;
  }
}
.footer-info .container .top .meta .footermenu .nav-item a {
  text-decoration: unset;
  margin-inline: 0 1rem;
  text-transform: uppercase;
  color: #aa0000;
  font-weight: 500;
}
.footer-info .container .top .meta .footermenu .nav-item a:hover {
  color: #aa0000;
  text-decoration: underline;
}
.footer-info .container .top section {
  padding: 0;
  margin-inline: 0;
}
.footer-info .container .top section .row {
  margin: 0;
}
.footer-info .container .top section.ctype-div .container-fluid {
  padding-inline: 0;
}
.footer-info .container p {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.4;
}
.footer-info .container .ctype-3cols .ce-3cols .ctype-textpic .ce-textpic img,
.footer-info .container .ctype-2cols .ce-3cols .ctype-textpic .ce-textpic img,
.footer-info .container .ctype-3cols .ce-2cols .ctype-textpic .ce-textpic img,
.footer-info .container .ctype-2cols .ce-2cols .ctype-textpic .ce-textpic img {
  max-height: 4rem;
  width: auto;
  object-fit: contain;
  max-width: 100%;
}
.footer-info .container .footer-cookie-link {
  font-size: 0.5rem;
  text-decoration: none;
}
.footer-info .container .footer-cookie-link.left {
  text-align: left;
}
.footer-info .container .footer-cookie-link.center {
  text-align: center;
}
.footer-info .container .footer-cookie-link.right {
  text-align: right;
}
.footer-info .container .certificates {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .certificates {
    flex-direction: row;
  }
}
.footer-info .container .certificates p {
  font-size: 0.8rem;
}
.footer-info .container .certificates .right .ce-image .ce-row {
  display: flex;
}
.footer-info .container .certificates > div {
  display: flex;
  gap: 1rem;
  flex: 1 1 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-info .container .certificates > div img {
  max-height: 4rem;
  width: auto;
  object-fit: contain;
  max-width: 100%;
}
.footer-info .container .contact section {
  padding-block: 1rem 0;
}
.footer-info .container .contact section .row {
  margin-block: 0;
}
.footer-info .container .contact section .row p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
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;
  /* #topmenu{
                height:34px;
                margin-right: 2rem;
                align-items: center;
                
                .nav-item{
                    padding: 0 .7rem;

                    .nav-link{
                        color:@white;
    
                        &:after{
                            display:none;
                            visibility: hidden;
                        }

                        &:hover{
                            color:@text;
                        }
                    }
                    .dropdown-menu{
                        background-color: @keycolor1;

                        .nav-link{
                            &:hover{
                                background-color: @keycolor2;
                            }
                        }
                    }
                }
            } */
  /* .metastuff{
                display: flex;

                .topsearchwrap{
                    // siehe search.less
                }
                .social{
                    display: flex;
                    height: 32px;

                    .sociallink{
                        color: @keycolor1;
                        
                        .icon{
                            padding: .3rem;
                            color: @white;
                            background-color: @keycolor1;
                            font-size: 1rem;
                            //margin-right: .4rem;
    
                            &:not(first-of-type){
                                margin-left: .4rem;
                            }
                        }
                    }
                }
            } */
}
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;
}
.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: #686868;
  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: #877450;
}
.badegcontainer .badgelink .badge.corona-info .panel {
  background-color: #877450;
}
.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;
}
.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;
  /* @media screen and (min-width:@tabletViewportWidth) {
                    width: unset;
                    height: unset;
                } */
}
.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;
  padding-inline: 0;
}
@media screen and (min-width: 78.75em) {
  .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
  }
}
.breadcrumb .breadcrumb-item a {
  color: #686868;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item h1 {
  font-size: .8rem;
  margin-bottom: 0;
  line-height: 1.2rem;
  color: #686868;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #686868;
}
@media screen and (min-width: 78.75em) {
  .folgeseite .breadcrumb,
  .newsdetail .breadcrumb {
    display: flex;
    visibility: visible;
    align-self: end;
  }
}
.tx-kopfgrafik .content {
  background-color: #770000;
}
.contentwrap .tx-kopfgrafik .content {
  width: calc(100% - 30px);
  max-width: 80%;
}
.tx-kkh-filter .container {
  background-color: #877450;
}
.tx-kkh-filter .container .filter form select {
  color: #877450;
}
.tx-kkh-filter .container .filter form:after {
  border-top: 0.5rem solid #877450;
}
.tx-kkh-startgrid .container div.title span.ca,
.tx-kkh-startgrid .container div.title span.title {
  color: #877450;
}
.tx-kkh-startgrid .container div.title span.title {
  font-size: clamp(1.5rem, 5vw, 4rem);
}
.tx-kkh-startgrid .container .line {
  background-color: #f0ece3;
}
.tx-kkh-startgrid .container .item:last-of-type .title {
  color: #770000;
}
.tx-subnav {
  background-color: #877450;
}
.tx-kkh-kachelnModal .items > .item {
  background-color: #f3efe9;
}
.tx-kkh-kachelnModal .items > .item.graublau {
  background-color: #f4f2f2;
}
.tx-kkh-kachelnModal .items > .item.dialog {
  cursor: pointer;
}
.tx-kkh-kachelnModal .items > .item.dialog:hover .title,
.tx-kkh-kachelnModal .items > .item.dialog:hover .open-modal {
  color: #770000;
}
.tx-kkh-kachelnModal .items > .item.dialog.green:hover > .title,
.tx-kkh-kachelnModal .items > .item.dialog.purple:hover > .title,
.tx-kkh-kachelnModal .items > .item.dialog.orange:hover > .title,
.tx-kkh-kachelnModal .items > .item.dialog.petrol:hover > .title,
.tx-kkh-kachelnModal .items > .item.dialog.green:hover > .open-modal,
.tx-kkh-kachelnModal .items > .item.dialog.purple:hover > .open-modal,
.tx-kkh-kachelnModal .items > .item.dialog.orange:hover > .open-modal,
.tx-kkh-kachelnModal .items > .item.dialog.petrol:hover > .open-modal {
  color: #ffffff;
}
.tx-kkh-kachelnModal .items > .item dialog .content .title {
  color: #770000;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .ce-tabnav .nav-tabs .nav-item .nav-link {
  color: #ffffff !important;
  background-color: #770000 !important;
  border-radius: 1rem;
  border: 1px solid #770000 !important;
  padding: .3rem 1rem;
  text-decoration: unset;
  font-size: 0.8rem;
  text-align: center;
  transition: all .3s ease;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .ce-tabnav .nav-tabs .nav-item .nav-link.active,
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .ce-tabnav .nav-tabs .nav-item .nav-link:hover {
  background-color: white !important;
  color: #770000 !important;
}
.tx-kkh-klinikgrid .container .line {
  background-color: #f0ece3;
}
.tx-kkh-klinikgrid .container .item.gold .title {
  color: #877450;
}
.tx-kkh-klinikgrid .container .item.red .title {
  color: #770000;
}
.tx-kkh-kontakt .content .contacts .contact svg {
  fill: #770000 !important;
}
.tx-kkh-person .contacts .contact svg {
  fill: #770000 !important;
}
.tx-kkh-person .open-modal {
  background-color: #770000 !important;
}
.tx-kkh-mitarbeiterliste .open-modal {
  color: #686868 !important;
}
.tx-kkh-meinung .content .contact a {
  background-color: #770000;
  border-radius: .25rem;
}
.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 #686868;
  border-radius: .25rem;
  color: #686868;
  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 #877450;
  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: #770000;
  width: 100%;
  background-color: #686868;
  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: #828282;
}
/* Checkbox */
.powermail_fieldwrap_type_check .checkbox {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.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 #877450;
  -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: #877450;
}
.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: #770000;
  -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: #770000;
  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: #770000;
  -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: #770000;
}
.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 .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 {
  border: unset;
  color: #686868;
  padding: .5rem 1rem;
  border: 2px solid #666666;
  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: #877450;
  color: #ffffff;
  padding: .5rem 1rem;
  border-radius: 0.5rem;
  width: fit-content;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #770000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_select {
  appearance: none;
  background-color: #fff;
  background-image: url('inc/img/select.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
}
/**************************************/
/* Default styles for news extension */
/**************************************/
.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;
}
/* category menu view */
.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;
}
/* single view */
.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 {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}
.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;
}
/* related news + files */
.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 .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  padding-bottom: 30px;
  margin-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 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .news-list-view {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-list-view .news-link {
  text-decoration: none;
  color: #686868;
  display: block;
  height: 100%;
}
.news-list-view .news-link .article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 1rem;
  margin: 0;
}
.news-list-view .news-link .article .top {
  padding-left: 1rem;
  border-left: 5px solid #877450;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-list-view .news-link .article .top .header .article-category span {
  color: #877450;
  font-weight: bold;
}
.news-list-view .news-link .article .top .header h3 {
  line-height: 1.2rem;
  min-height: 3.6rem;
  color: #686868;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
}
.news-list-view .news-link .article .top .news-img-wrap {
  margin: 0;
}
.news-list-view .news-link .article .top .news-img-wrap img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.news-list-view .news-link .article .teaser-text {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .news-list-view .news-link .article .teaser-text {
    float: left;
  }
}
.news-list-view .news-link .article .teaser-text .header {
  margin-block: 1rem 2rem;
  text-decoration: unset;
}
.news-list-view .news-link .article .teaser-text .more {
  color: #ffffff;
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  transition: all .3s ease;
  background-color: #877450;
}
.news-list-view .news-link .article .teaser-text .more:hover {
  background: #770000;
  color: #ffffff;
}
.news-list-view .widget-paginator {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  grid-column: 1/-1;
}
.news-list-view .widget-paginator li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.news-list-view .widget-paginator li a {
  display: inline-block;
  padding: 8px;
  color: #686868;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view .widget-paginator li a:hover {
  text-decoration: underline;
}
.news-list-view .widget-paginator li.current {
  display: inline-block;
  padding: 8px;
  color: #770000;
  font-weight: bold;
  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 .widget-paginator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news-list-view .page-navigation .widget-paginator li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.news-list-view .page-navigation .widget-paginator li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #770000;
  color: #770000;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view .page-navigation .widget-paginator li a:hover {
  background: #770000;
  color: #ffffff;
}
.news-list-view .page-navigation .widget-paginator li.current {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #770000;
  background: #770000;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev,
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #770000;
  border-radius: 0.25rem;
  padding: 1.5rem 1.4rem;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev::after,
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev.swiper-button-disabled,
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev:after {
  content: 'prev';
}
@media screen and (min-width: 992px) {
  .news-list-view.newsSwiper + .swiperNav .newsSwiper-button-prev {
    left: -3rem;
  }
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next:after {
  content: 'next';
}
@media screen and (min-width: 992px) {
  .news-list-view.newsSwiper + .swiperNav .newsSwiper-button-next {
    right: -3rem;
  }
}
.news-list-view.selected .article {
  padding-block: 1rem;
}
@media screen and (min-width: 48em) {
  .news-list-view.selected .article {
    padding-block: 3rem;
  }
}
.news-single .article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 48em) {
  .news-single .article {
    flex-direction: row;
  }
}
.news-single .article .meta {
  display: flex;
  gap: .5rem;
  margin-bottom: 0.5rem;
}
.news-single .article .meta span {
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
}
.news-single .article .meta span + span {
  padding-left: .5rem;
  border-left: 1px solid #686868;
}
.news-single .article .header {
  margin-block: 1rem 1.5rem;
}
.news-single .article .header h1 {
  max-width: 30ch;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .news-single .article .header h1 {
    font-size: 2rem;
  }
}
.news-single .article .news-teaser-wrap {
  margin-bottom: 1rem;
}
.news-single .article .news-teaser-wrap p {
  font-style: italic;
}
.news-single .article .news-sidebar .swiper .swiper-button-next,
.news-single .article .news-sidebar .swiper .swiper-button-prev {
  color: #770000;
}
.news-single .article .news-sidebar .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.news-single .article .news-sidebar .swiper .swiper-slide .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .6rem;
  font-size: .8rem;
  line-height: 1.2;
  background-color: #ffffffb8;
  color: black;
}
.news-single .article .news-sidebar .swiper .swiper-slide:hover {
  cursor: pointer;
}
.news-single .article .news-sidebar .swiper.mySwiper2 {
  margin-bottom: 10px;
}
.news-single .article .news-sidebar .swiper.mySwiper .swiper-wrapper .swiper-slide {
  border: 2px solid transparent;
}
.news-single .article .news-sidebar .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #770000;
}
.news-single .article .news-sidebar .news-img-wrap {
  width: 100% !important;
  margin: 0;
  margin-bottom: 2rem;
}
.news-single .article .news-sidebar .news-img-wrap .mediaelement a {
  float: unset;
  padding: 0;
  border: unset;
  background: unset;
  position: relative;
}
.news-single .article .news-sidebar .news-img-wrap .mediaelement a .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 2rem;
  z-index: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
}
.news-single .article .news-sidebar .news-img-wrap .mediaelement a .overlay:hover {
  background-color: rgba(119, 0, 0, 0.5);
}
.news-single .article .news-sidebar .news-img-wrap .mediaelement img {
  width: 100%;
}
.news-single .article .news-sidebar .news-img-wrap .news-img-caption {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}
@media screen and (min-width: 48em) {
  .news-single .article .news-sidebar .news-img-wrap {
    width: 20rem;
  }
  .news-single .article .news-sidebar .news-img-wrap .mediaelement a {
    float: left;
  }
}
.news-single .article .news-sidebar .contentElements .ce-textpic {
  display: flex;
  gap: 2rem;
}
.news-single .article .news-sidebar .contentElements .ce-textpic .ce-gallery .image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 48em) {
  .news-single .article .news-content {
    padding-left: 2rem;
  }
}
.news-single .article .news-content .header h1 {
  color: #770000;
}
.news-single .article .news-content .news-teaser-wrap p,
.news-single .article .news-content .news-text-wrap p {
  max-width: 80ch;
}
.news-single .article .news-content .news-backlink-wrap a {
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease;
}
.news-single .article .news-content .news-backlink-wrap a:hover {
  background: #770000;
  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: #f4f2f2;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #877450;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  /*font-family: "Assistant", sans-serif;  */
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #686868;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #686868;
  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 #877450;
  color: #877450;
  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;
}
.news .categoryTree {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.news .categoryTree li {
  padding: .5rem 1rem .5rem .5rem;
  border-radius: 0.5rem;
  color: #877450;
  display: flex;
  gap: .5rem;
  justify-content: center;
  align-items: center;
}
.news .categoryTree li a {
  color: #877450;
  font-weight: bold;
  text-decoration: none;
}
.news .categoryTree li a.icon {
  background-color: #ffffff;
  display: flex;
  width: 1.75em;
  height: 1.75em;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #877450;
}
.news .categoryTree li.toNewsList {
  background-color: #770000;
  padding: .5rem 1rem;
}
.news .categoryTree li.toNewsList a.text {
  display: flex;
  gap: .5rem;
  color: #ffffff;
}
.news .categoryTree li.toNewsList a.text svg {
  width: 1em;
  fill: #ffffff;
}
.ctype-ke_search_pi1 .row {
  margin: 0 auto;
}
.ctype-ke_search_pi1 .row .tx-kesearch-pi1 form {
  display: flex;
  gap: 1rem;
}
.ctype-ke_search_pi1 .row .tx-kesearch-pi1 form .form-group {
  margin-bottom: 0;
}
.ctype-ke_search_pi1 .row .tx-kesearch-pi1 form .form-group .form-control {
  position: relative !important;
}
.ctype-ke_search_pi2 .contentheader {
  margin-bottom: 0;
}
.ctype-ke_search_pi2 .tx-kesearch-pi1 .search-list-title {
  margin-bottom: 0;
}
.ctype-ke_search_pi2 .tx-kesearch-pi1 #kesearch_results {
  margin-top: 2rem;
  border-top: 1px solid #686868;
}
.ctype-ke_search_pi2 .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a {
  text-decoration: none;
}
/* .tx-slideshow {
    height: 600px;
} */
.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 {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
} */
.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;
}
.fancybox-container {
  width: 100vw;
}
/*# sourceMappingURL=filename.map */