:root {
  --space:calc(30px + 3vh);
  --pagewidth: 1500px;
  --pagepaddingx:calc(20px + 2vw);
  --pspace:1.5rem;
  --minheight:600px;
  --btnborder:1px;
  --border:4px;
  --pagespace: calc((100vw - var(--pagewidth) + (2 * var(--pagepaddingx))) / 2);
}
@media (min-width: 1030px) {
  :root {
    --space:calc(50px + 4vh);
  }
}

.cte_preview img:not(.backend-icon) {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

/*
* HTML Basics
*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.page, .cte_preview {
  font-size: 1.1em;
}

.frontend {
  font-family: var(--font-text);
  line-height: 1.55;
  color: var(--text);
  font-weight: 400;
  /* nice backgrounds */
  /*page-center / container */
  /*
  header { z-index: 120; }
  main { z-index: 100; }
  footer {  z-index: 110; }

  */
}
.frontend {
  position: relative;
  width: 100%;
  overflow-x: clip;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background: var(--bgbody);
  display: flex;
  flex: 1;
  flex-direction: column;
}
.frontend.mce-content-body {
  box-sizing: border-box;
  padding: 5px;
  background: var(--bgcolor);
}
.frontend, .frontend div, .frontend p, .frontend address, .frontend li, .frontend dd, .frontend dt, .frontend th, .frontend td {
  color: var(--text);
}
.frontend address {
  font-style: normal;
}
.frontend address:not(:last-child) {
  margin-bottom: var(--pspace);
}
.frontend hr {
  padding: 0;
  border: none;
  height: 1px;
  border-top: 1px solid var(--text);
  opacity: 0.2;
  margin: calc(var(--space) / 2) 0;
}
.frontend main {
  position: relative;
  z-index: 100;
}
.frontend .mit-hintegrund,
.frontend .bg {
  position: relative;
}
.frontend .mit-hintegrund > *,
.frontend .bg > * {
  position: relative;
}
.frontend .mit-hintegrund:before,
.frontend .bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -10;
  background: var(--bgbody);
}
.frontend .page {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-left: var(--pagepaddingx);
  padding-right: var(--pagepaddingx);
  box-sizing: border-box;
  max-width: var(--pagewidth);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.frontend footer {
  margin-top: auto;
}
.frontend .fmo-margin-bottom {
  margin-bottom: 0;
}
.frontend .inherit-zindex > * {
  z-index: inherit !important;
}
.frontend .invisible {
  display: none;
}
.frontend .overflow-v {
  overflow: visible !important;
}
.frontend .overflow-hide {
  overflow: hidden;
}
@media (max-width: 1030px) {
  .frontend .nomobile, .frontend .no-mobile {
    display: none !important;
  }
}
.frontend .font1 {
  font-family: var(--font-headlines);
}
.frontend .font2 {
  font-family: var(--font-text);
}
.frontend .fw300 {
  font-weight: 300;
}
.frontend .fw400 {
  font-weight: 400;
}
.frontend .fw500 {
  font-weight: 500;
}
.frontend .fw600 {
  font-weight: 600;
}
.frontend .fw700 {
  font-weight: 700;
}
.frontend .fw800 {
  font-weight: 800;
}
.frontend .fw900 {
  font-weight: 900;
}
.frontend .text-balance {
  text-wrap: balance;
  text-align: left;
}
.frontend .font-weight-inherit {
  font-weight: inherit;
}
.frontend .nounderline, .frontend .nounderline * {
  text-decoration: none !important;
}
.frontend .uppercase, .frontend .uppercase * {
  text-transform: uppercase;
}
.frontend .bold, .frontend .bold *, .frontend .text-bold, .frontend .text-bold * {
  font-weight: bold;
}
.frontend .text-center, .frontend .text-center * {
  text-align: center;
}
.frontend .text-left, .frontend .text-left * {
  text-align: left !important;
}
.frontend .text-right, .frontend .text-right * {
  text-align: right !important;
}
.frontend .relative {
  position: relative;
}
.frontend .margin-top-auto {
  margin-top: auto;
}
.frontend .no-margin-bottom {
  margin-bottom: 0 !important;
}
@media (min-width: 1030px) {
  .frontend .nowrap, .frontend .nowrap * {
    white-space: nowrap;
  }
}
@media (min-width: 600px) {
  .frontend .font-xs {
    font-size: 80%;
  }
  .frontend .font-s, .frontend .small {
    font-size: 90%;
  }
  .frontend .font-l {
    font-size: 120%;
  }
  .frontend .font-xl {
    font-size: 145%;
  }
  .frontend .font-xxl {
    font-size: 160%;
  }
  .frontend .font-2xl {
    font-size: 220%;
  }
}
@media (max-width: 600px) {
  .frontend .font-xs {
    font-size: 80%;
  }
  .frontend .font-s {
    font-size: 90%;
  }
  .frontend .font-l {
    font-size: 105%;
  }
  .frontend .font-xl {
    font-size: 110%;
  }
  .frontend .font-xxl {
    font-size: 115%;
  }
  .frontend .font-2xl {
    font-size: 120%;
  }
}
.frontend .box {
  position: relative;
  overflow: hidden;
  background: var(--bgcolor);
  padding: 2rem;
  border-top: var(--border) solid var(--highlight);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1030px) {
  .frontend .box {
    padding: 1rem;
  }
}
.frontend .box > *.bigspace:first-child {
  padding-top: 0;
}
.frontend .box > *.bigspace:last-child {
  padding-bottom: 0;
}
.frontend .cto-toolbar--visible {
  background: #f47c00;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff !important;
}
.frontend .cto-toolbar--visible:before {
  content: "+++ VORSCHAU +++ | +++ VORSCHAU +++ | +++ VORSCHAU +++";
}
.frontend .cto-toolbar--visible > * {
  display: none;
}

*.frontend details {
  --_duration: 0.5s;
}
*.frontend details > summary {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  font-size: 110%;
  padding: 0.8rem 0;
  line-height: 1.3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
*.frontend details > summary:focus-visible {
  outline: 0.125rem solid var(--highlight);
  outline-offset: 0.5rem;
}
*.frontend details > summary * {
  all: unset;
}
*.frontend details > summary:hover {
  cursor: pointer;
}
*.frontend details > summary:after {
  content: "\f0140";
  font-family: "Material Design Icons";
  transition: 0.2s;
}
*.frontend details > summary::marker, *.frontend details > summary::-webkit-details-marker {
  display: none;
}
*.frontend details[open] > summary::after {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  *.frontend details {
    interpolate-size: allow-keywords;
  }
}
*.frontend details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility var(--_duration) allow-discrete, opacity var(--_duration), block-size var(--_duration);
}
*.frontend details[open]::details-content {
  opacity: 1;
  block-size: auto;
}

*.frontend .formbody input[type=submit], *.frontend .formbody input[type=button],
*.frontend .formbody button, *.frontend .formbody button:focus, *.frontend .formbody button:active,
*.frontend a.button {
  background: var(--highlight);
  box-sizing: border-box;
  border: none;
  font-size: inherit;
  cursor: pointer;
  padding: calc(0.5rem + 0.2vw) calc(1.2rem + 0.2vw);
  color: var(--highlight-contrast);
  hyphens: none;
  text-decoration: none;
  text-align: left;
  z-index: 100;
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid transparent;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  *.frontend .formbody input[type=submit], *.frontend .formbody input[type=button],
  *.frontend .formbody button, *.frontend .formbody button:focus, *.frontend .formbody button:active,
  *.frontend a.button {
    padding: calc(0.5rem + 0.2vw) 2rem;
    /*
    &:before {  
    	position:relative !important;
    	content:"\F0142"; margin-right:0.5rem; font-family: "Material Design Icons";
    }
    */
  }
}
*.frontend .formbody input[type=submit]:not(.btn-outline), *.frontend .formbody input[type=button]:not(.btn-outline),
*.frontend .formbody button:not(.btn-outline), *.frontend .formbody button:focus:not(.btn-outline), *.frontend .formbody button:active:not(.btn-outline),
*.frontend a.button:not(.btn-outline) {
  position: relative;
}
*.frontend .formbody input[type=submit]:not(.btn-outline):hover:after, *.frontend .formbody input[type=button]:not(.btn-outline):hover:after,
*.frontend .formbody button:not(.btn-outline):hover:after, *.frontend .formbody button:focus:not(.btn-outline):hover:after, *.frontend .formbody button:active:not(.btn-outline):hover:after,
*.frontend a.button:not(.btn-outline):hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
*.frontend .formbody input[type=submit]:hover, *.frontend .formbody input[type=button]:hover,
*.frontend .formbody button:hover, *.frontend .formbody button:focus:hover, *.frontend .formbody button:active:hover,
*.frontend a.button:hover {
  background: var(--highlight);
  color: var(--highlight-contrast);
  border-color: var(--highlight);
}
*.frontend .formbody input[type=submit].btn-outline, *.frontend .formbody input[type=button].btn-outline,
*.frontend .formbody button.btn-outline, *.frontend .formbody button:focus.btn-outline, *.frontend .formbody button:active.btn-outline,
*.frontend a.button.btn-outline {
  background: transparent;
  border-color: var(--text);
  color: var(--text);
}
*.frontend .formbody input[type=submit].btn-outline:hover, *.frontend .formbody input[type=button].btn-outline:hover,
*.frontend .formbody button.btn-outline:hover, *.frontend .formbody button:focus.btn-outline:hover, *.frontend .formbody button:active.btn-outline:hover,
*.frontend a.button.btn-outline:hover {
  background: var(--highlight);
  color: var(--highlight-contrast);
  border-color: var(--highlight);
}
@media (min-width: 768px) {
  *.frontend main .button + .button {
    margin-left: var(--pspace);
  }
}
@media (max-width: 768px) {
  *.frontend main .button + .button {
    margin-top: 1rem;
  }
}

*.frontend dl {
  padding: 0;
  margin: 0;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0 0.5em;
}
*.frontend dl dl, *.frontend dl dd {
  all: unset;
}
*.frontend dl:not(:last-child) {
  margin-bottom: var(--pspace);
}

*.frontend {
  /* ratio for divs and other elements */
}
*.frontend .ratio {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
*.frontend .ratio > * {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*.frontend .ratio > * > * {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
*.frontend .ratio.ratio1x1 {
  padding-top: 100%;
}
*.frontend .ratio.ratio16x5 {
  padding-top: 31.25% !important;
}
*.frontend .ratio.ratio16x9 {
  padding-top: 56.25% !important;
}
*.frontend .ratio.ratio4x3 {
  padding-top: 75% !important;
}
*.frontend .ratio.ratio3x2 {
  padding-top: 66.6666666667% !important;
}
*.frontend .ratio.ratio8x5 {
  padding-top: 62.5% !important;
}
*.frontend iframe, *.frontend .iframe {
  width: 100% !important;
  display: block;
  border: none;
}
*.frontend iframe iframe, *.frontend .iframe iframe {
  width: 100%;
  height: 100% !important;
}
*.frontend .embed_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
*.frontend .embed_wrapper .image_container {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
*.frontend .embed_wrapper .image_container * {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
*.frontend .embed_wrapper .content {
  position: relative;
  padding: 1em;
  z-index: 100;
  font-size: 90%;
  line-height: 1.3;
  width: 100%;
}
*.frontend .embed_wrapper .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bgbody);
  opacity: 0.8;
  z-index: -1;
}

*.frontend {
  /* headlines */
}
*.frontend h1, *.frontend h2, *.frontend h3, *.frontend h4, *.frontend h5, *.frontend h6,
*.frontend .fstyle-1, *.frontend .fstyle-2, *.frontend .fstyle-3, *.frontend .fstyle-4, *.frontend .fstyle-5, *.frontend .fstyle-6 {
  position: relative;
  hyphens: none;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
  text-wrap: balance;
  text-align: left;
}
@media (max-width: 768px) {
  *.frontend h1, *.frontend h2, *.frontend h3, *.frontend h4, *.frontend h5, *.frontend h6,
  *.frontend .fstyle-1, *.frontend .fstyle-2, *.frontend .fstyle-3, *.frontend .fstyle-4, *.frontend .fstyle-5, *.frontend .fstyle-6 {
    hyphens: auto;
  }
  *.frontend h1 br, *.frontend h2 br, *.frontend h3 br, *.frontend h4 br, *.frontend h5 br, *.frontend h6 br,
  *.frontend .fstyle-1 br, *.frontend .fstyle-2 br, *.frontend .fstyle-3 br, *.frontend .fstyle-4 br, *.frontend .fstyle-5 br, *.frontend .fstyle-6 br {
    display: inline-block;
    content: " ";
    margin-right: 5px;
  }
}
*.frontend h1.no-margin-bottom, *.frontend h1:last-child, *.frontend h2.no-margin-bottom, *.frontend h2:last-child, *.frontend h3.no-margin-bottom, *.frontend h3:last-child, *.frontend h4.no-margin-bottom, *.frontend h4:last-child, *.frontend h5.no-margin-bottom, *.frontend h5:last-child, *.frontend h6.no-margin-bottom, *.frontend h6:last-child,
*.frontend .fstyle-1.no-margin-bottom,
*.frontend .fstyle-1:last-child, *.frontend .fstyle-2.no-margin-bottom, *.frontend .fstyle-2:last-child, *.frontend .fstyle-3.no-margin-bottom, *.frontend .fstyle-3:last-child, *.frontend .fstyle-4.no-margin-bottom, *.frontend .fstyle-4:last-child, *.frontend .fstyle-5.no-margin-bottom, *.frontend .fstyle-5:last-child, *.frontend .fstyle-6.no-margin-bottom, *.frontend .fstyle-6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
*.frontend h1, *.frontend .fstyle-1 {
  font-family: var(--font-headlines);
  text-align: left;
  font-weight: 400;
  color: var(--h1);
  font-size: 2.8em;
}
*.frontend h2, *.frontend .fstyle-2 {
  font-family: var(--font-text);
  text-align: left;
  font-weight: 300;
  color: var(--h2);
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  *.frontend h2, *.frontend .fstyle-2 {
    font-size: 1.6em;
  }
}
*.frontend h3, *.frontend .fstyle-3 {
  font-family: var(--font-text);
  font-weight: bold;
  font-size: calc(110% + 0.1vw);
  color: var(--h3);
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  *.frontend h3, *.frontend .fstyle-3 {
    font-size: 1.4em;
  }
}
*.frontend h4, *.frontend .fstyle-4 {
  font-family: var(--font-text);
  font-weight: 500;
  color: var(--text);
  font-size: 1.2em;
}
*.frontend h5, *.frontend .fstyle-5 {
  font-family: var(--font-text);
  font-weight: bold;
  color: var(--text);
  font-size: 100%;
}
*.frontend h6, *.frontend .fstyle-6 {
  font-family: var(--font-text);
  font-weight: bold;
  color: var(--text);
  font-size: 100%;
}
*.frontend h1 + h2, *.frontend .fstyle-1 + .fstyle-2 {
  margin-top: -1rem;
}

*.frontend figure {
  padding: 0;
  margin: 0;
}
*.frontend * img[src*=".svg"] {
  width: 100%;
}
*.frontend img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
*.frontend picture {
  position: relative;
  display: block;
}
*.frontend .multiplizeren img {
  mix-blend-mode: multiply;
}
*.frontend .image_container {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
*.frontend .image_container *, *.frontend .image_container *:hover {
  transition: all 0.8s ease, color 0s;
}
*.frontend .image_container figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5rem 1rem;
  z-index: 110;
  background: var(--highlight);
  color: var(--highlight-contrast);
  transform: translate(0, 50px);
  opacity: 0;
}
*.frontend .image_container:hover figcaption {
  transform: translate(0, 0);
  opacity: 1;
}
*.frontend .image_container > *, *.frontend .image_container video, *.frontend .image_container img {
  max-width: 100%;
}
@media (max-width: 1030px) {
  *.frontend .image_container img, *.frontend .image_container video {
    margin: 0 auto;
  }
}
*.frontend .image_container.yt {
  display: flex;
}
*.frontend .image_container.yt .iframe {
  width: 100%;
  height: 100%;
}
*.frontend .image_container.yt:before {
  padding-top: 56.25% !important;
  width: 1px;
  content: "";
  display: block;
}
*.frontend .image_container.yt > * {
  margin-left: -1px;
  flex: 1;
}
*.frontend .img-kreis .image_container {
  border-radius: 50%;
  overflow: hidden;
}
*.frontend .img-kreis .image_container figcaption {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
*.frontend .img-kreis picture,
*.frontend .img-quadratisch picture,
*.frontend .img-schmal picture,
*.frontend .img-breit picture,
*.frontend .img-hochkant picture {
  padding-top: 0;
  width: 100%;
  position: relative;
}
*.frontend .img-kreis picture > *,
*.frontend .img-quadratisch picture > *,
*.frontend .img-schmal picture > *,
*.frontend .img-breit picture > *,
*.frontend .img-hochkant picture > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center center;
}
*.frontend .img-schmal .image_container picture {
  padding-top: 40%;
}
@media (min-width: 1600px) {
  *.frontend .img-schmal .image_container picture {
    padding-top: 30%;
  }
}
@media (max-width: 768px) {
  *.frontend .img-schmal .image_container picture {
    padding-top: 45%;
  }
}
*.frontend .img-kreis .image_container picture, *.frontend .img-quadratisch .image_container picture {
  padding-top: 100%;
}
*.frontend .img-breit .image_container picture {
  padding-top: 58%;
}
*.frontend .img-hochkant .image_container picture {
  padding-top: 133%;
}
*.frontend .aspect picture {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 75%;
}
*.frontend .aspect picture > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
}
*.frontend .aspect picture > * > * {
  position: relative;
  width: 100%;
  height: 100%;
}
*.frontend .aspect picture img {
  object-fit: cover;
  object-position: center;
  display: block;
}
*.frontend .aspect.ratio11 picture, *.frontend .aspect.ratio1x1 picture {
  padding-top: 100% !important;
}
*.frontend .aspect.ratio165 picture, *.frontend .aspect.ratio16x5 picture {
  padding-top: 31.25% !important;
}
*.frontend .aspect.ratio169 picture, *.frontend .aspect.ratio16x9 picture {
  padding-top: 56.25% !important;
}
*.frontend .aspect.ratio43 picture, *.frontend .aspect.ratio4x3 picture {
  padding-top: 75% !important;
}
*.frontend .aspect.ratio32 picture, *.frontend .aspect.ratio3x2 picture {
  padding-top: 66.6666666667% !important;
}
*.frontend .aspect.ratio85 picture, *.frontend .aspect.ratio8x5 picture {
  padding-top: 62.5% !important;
}
*.frontend .img-border picture,
*.frontend .img-with-border picture {
  border: 1px solid #444;
  background: #fff;
  overflow: hidden;
}
*.frontend .img-border picture:before,
*.frontend .img-with-border picture:before {
  content: "";
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
*.frontend .spiegeln img {
  transform: scaleX(-1);
}
*.frontend .img-full img {
  width: 100%;
  display: block;
}
*.frontend .img-grey, *.frontend .grey-img {
  /*img:hover, picture:hover, a:hover img { filter:grayscale(0);  }*/
}
*.frontend .img-grey img, *.frontend .grey-img img {
  filter: grayscale(1);
}
*.frontend a[data-lightbox] {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
}
*.frontend a[data-lightbox] img {
  display: block;
  transition: 1s ease-in-out;
}
*.frontend a[data-lightbox]:before, *.frontend a[data-lightbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 110;
}
*.frontend a[data-lightbox]:before {
  content: "+";
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 120;
  justify-content: center;
  color: var(--highlight);
  font-size: 300%;
}
*.frontend a[data-lightbox]:after {
  background: var(--bgbody);
  opacity: 0;
}
*.frontend a[data-lightbox]:hover img {
  transform: scale(1.2);
}
*.frontend a[data-lightbox]:hover:before {
  opacity: 1;
}
*.frontend a[data-lightbox]:hover:after {
  opacity: 0.5;
}
*.frontend .image_container.oben img, *.frontend .img-pos-top img, *.frontend .object-pos-top img {
  object-position: top !important;
}
*.frontend .image_container.unten img, *.frontend .img-pos-bottom img, *.frontend .object-pos-bottom img {
  object-position: bottom !important;
}
*.frontend .image_container.passend img, *.frontend .img-contain img {
  object-fit: contain !important;
  object-position: center;
}
*.frontend .image_container.rechts img, *.frontend .img-right img {
  object-position: right !important;
}
*.frontend .image_container.links img, *.frontend .img-left img {
  object-position: left !important;
}
@media (min-width: 768px) {
  *.frontend .img-absolute .image_container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
  }
  *.frontend .img-absolute .image_container a, *.frontend .img-absolute .image_container picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  *.frontend .img-absolute .image_container img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
  }
  *.frontend .img-fit-to-text .image_container {
    width: 100%;
    height: 100%;
  }
  *.frontend .img-fit-to-text .image_container picture {
    padding-top: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  *.frontend .img-fit-to-text .image_container picture > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
}
*.frontend .nocaption figcaption,
*.frontend .no-figcaption figcaption,
*.frontend .nofigcaption figcaption {
  display: none !important;
}

*.frontend a {
  text-decoration: none;
  color: var(--link);
}
*.frontend a:hover {
  color: var(--linkhover);
}
*.frontend p a:not(.button) {
  text-decoration: underline;
}
*.frontend .mce-content-body p a:not(.button)[href^=http]:not([class]),
*.frontend .mod_article p a:not(.button)[href^=http]:not([class]) {
  position: relative;
  display: inline-flex;
  gap: 5px;
}
*.frontend .mce-content-body p a:not(.button)[href^=http]:not([class])::after,
*.frontend .mod_article p a:not(.button)[href^=http]:not([class])::after {
  content: "\f0327";
  font-size: 60%;
  text-decoration: none;
  font-family: "Material Design Icons";
}
*.frontend .mce-content-body p a:not(.button)[href$=".pdf"]:before,
*.frontend .mod_article p a:not(.button)[href$=".pdf"]:before {
  content: "\f09ee";
  font-family: "Material Design Icons";
  display: inline-block;
  margin-right: 5px;
}
*.frontend .mce-content-body p a:not(.button)[href$=".doc"]:before, *.frontend .mce-content-body p a:not(.button)[href$=".docx"]:before,
*.frontend .mod_article p a:not(.button)[href$=".doc"]:before,
*.frontend .mod_article p a:not(.button)[href$=".docx"]:before {
  content: "\f103e";
  font-family: "Material Design Icons";
  display: inline-block;
  margin-right: 5px;
}
*.frontend .mce-content-body p a:not(.button)[href$=".xls"]:before, *.frontend .mce-content-body p a:not(.button)[href$=".xlsx"]:before,
*.frontend .mod_article p a:not(.button)[href$=".xls"]:before,
*.frontend .mod_article p a:not(.button)[href$=".xlsx"]:before {
  content: "\f102d";
  font-family: "Material Design Icons";
  display: inline-block;
  margin-right: 5px;
}
*.frontend .link-as-text {
  --link:var(--text);
  --linkhover: var(--highlight);
}

*.frontend {
  /*
  * Default auflistungen...
  */
}
*.frontend .mce-content-body,
*.frontend main .mod_article .ce-text,
*.frontend main .mod_article .text,
*.frontend main .mod_article .txt {
  /*
  * AUFLISTUNGEN  Vorteil
  */
}
*.frontend .mce-content-body ul,
*.frontend main .mod_article .ce-text ul,
*.frontend main .mod_article .text ul,
*.frontend main .mod_article .txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
*.frontend .mce-content-body ul:not(:last-child),
*.frontend main .mod_article .ce-text ul:not(:last-child),
*.frontend main .mod_article .text ul:not(:last-child),
*.frontend main .mod_article .txt ul:not(:last-child) {
  margin-bottom: var(--pspace);
}
*.frontend .mce-content-body ul > li,
*.frontend main .mod_article .ce-text ul > li,
*.frontend main .mod_article .text ul > li,
*.frontend main .mod_article .txt ul > li {
  padding-left: 2em;
  position: relative;
}
*.frontend .mce-content-body ul > li > ul,
*.frontend main .mod_article .ce-text ul > li > ul,
*.frontend main .mod_article .text ul > li > ul,
*.frontend main .mod_article .txt ul > li > ul {
  margin-top: var(--pspace);
}
*.frontend .mce-content-body ul > li:not(:last-child),
*.frontend main .mod_article .ce-text ul > li:not(:last-child),
*.frontend main .mod_article .text ul > li:not(:last-child),
*.frontend main .mod_article .txt ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
*.frontend .mce-content-body ul > li:before,
*.frontend main .mod_article .ce-text ul > li:before,
*.frontend main .mod_article .text ul > li:before,
*.frontend main .mod_article .txt ul > li:before {
  position: absolute;
  top: -0.3em;
  left: 0;
  content: "\f0142";
  font-family: "Material Design Icons";
  font-size: 130%;
  color: var(--highlight);
}
*.frontend .mce-content-body ol,
*.frontend main .mod_article .ce-text ol,
*.frontend main .mod_article .text ol,
*.frontend main .mod_article .txt ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: ol;
}
*.frontend .mce-content-body ol:not(:last-child),
*.frontend main .mod_article .ce-text ol:not(:last-child),
*.frontend main .mod_article .text ol:not(:last-child),
*.frontend main .mod_article .txt ol:not(:last-child) {
  margin-bottom: var(--pspace);
}
*.frontend .mce-content-body ol > li,
*.frontend main .mod_article .ce-text ol > li,
*.frontend main .mod_article .text ol > li,
*.frontend main .mod_article .txt ol > li {
  padding-left: 3em;
  position: relative;
  counter-increment: ol;
}
*.frontend .mce-content-body ol > li > ul,
*.frontend main .mod_article .ce-text ol > li > ul,
*.frontend main .mod_article .text ol > li > ul,
*.frontend main .mod_article .txt ol > li > ul {
  margin-top: var(--pspace);
}
*.frontend .mce-content-body ol > li:not(:last-child),
*.frontend main .mod_article .ce-text ol > li:not(:last-child),
*.frontend main .mod_article .text ol > li:not(:last-child),
*.frontend main .mod_article .txt ol > li:not(:last-child) {
  margin-bottom: 1em;
}
*.frontend .mce-content-body ol > li:before,
*.frontend main .mod_article .ce-text ol > li:before,
*.frontend main .mod_article .text ol > li:before,
*.frontend main .mod_article .txt ol > li:before {
  position: absolute;
  top: -0.3em;
  left: 0;
  content: counter(ol);
  width: 2em;
  border-radius: 50%;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--highlight);
  color: var(--highlight-contrast);
}
*.frontend .mce-content-body ul.vorteil-liste, *.frontend .mce-content-body div.vorteil-liste ul,
*.frontend main .mod_article .ce-text ul.vorteil-liste,
*.frontend main .mod_article .ce-text div.vorteil-liste ul,
*.frontend main .mod_article .text ul.vorteil-liste,
*.frontend main .mod_article .text div.vorteil-liste ul,
*.frontend main .mod_article .txt ul.vorteil-liste,
*.frontend main .mod_article .txt div.vorteil-liste ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
*.frontend .mce-content-body ul.vorteil-liste:not(:last-child), *.frontend .mce-content-body div.vorteil-liste ul:not(:last-child),
*.frontend main .mod_article .ce-text ul.vorteil-liste:not(:last-child),
*.frontend main .mod_article .ce-text div.vorteil-liste ul:not(:last-child),
*.frontend main .mod_article .text ul.vorteil-liste:not(:last-child),
*.frontend main .mod_article .text div.vorteil-liste ul:not(:last-child),
*.frontend main .mod_article .txt ul.vorteil-liste:not(:last-child),
*.frontend main .mod_article .txt div.vorteil-liste ul:not(:last-child) {
  margin-bottom: var(--pspace);
}
*.frontend .mce-content-body ul.vorteil-liste > li, *.frontend .mce-content-body div.vorteil-liste ul > li,
*.frontend main .mod_article .ce-text ul.vorteil-liste > li,
*.frontend main .mod_article .ce-text div.vorteil-liste ul > li,
*.frontend main .mod_article .text ul.vorteil-liste > li,
*.frontend main .mod_article .text div.vorteil-liste ul > li,
*.frontend main .mod_article .txt ul.vorteil-liste > li,
*.frontend main .mod_article .txt div.vorteil-liste ul > li {
  padding-left: 2em;
  position: relative;
}
*.frontend .mce-content-body ul.vorteil-liste > li > ul, *.frontend .mce-content-body div.vorteil-liste ul > li > ul,
*.frontend main .mod_article .ce-text ul.vorteil-liste > li > ul,
*.frontend main .mod_article .ce-text div.vorteil-liste ul > li > ul,
*.frontend main .mod_article .text ul.vorteil-liste > li > ul,
*.frontend main .mod_article .text div.vorteil-liste ul > li > ul,
*.frontend main .mod_article .txt ul.vorteil-liste > li > ul,
*.frontend main .mod_article .txt div.vorteil-liste ul > li > ul {
  margin-top: var(--pspace);
}
*.frontend .mce-content-body ul.vorteil-liste > li:not(:last-child), *.frontend .mce-content-body div.vorteil-liste ul > li:not(:last-child),
*.frontend main .mod_article .ce-text ul.vorteil-liste > li:not(:last-child),
*.frontend main .mod_article .ce-text div.vorteil-liste ul > li:not(:last-child),
*.frontend main .mod_article .text ul.vorteil-liste > li:not(:last-child),
*.frontend main .mod_article .text div.vorteil-liste ul > li:not(:last-child),
*.frontend main .mod_article .txt ul.vorteil-liste > li:not(:last-child),
*.frontend main .mod_article .txt div.vorteil-liste ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
*.frontend .mce-content-body ul.vorteil-liste > li:before, *.frontend .mce-content-body div.vorteil-liste ul > li:before,
*.frontend main .mod_article .ce-text ul.vorteil-liste > li:before,
*.frontend main .mod_article .ce-text div.vorteil-liste ul > li:before,
*.frontend main .mod_article .text ul.vorteil-liste > li:before,
*.frontend main .mod_article .text div.vorteil-liste ul > li:before,
*.frontend main .mod_article .txt ul.vorteil-liste > li:before,
*.frontend main .mod_article .txt div.vorteil-liste ul > li:before {
  position: absolute;
  top: -0.3em;
  left: 0;
  content: "\f0134";
  font-family: "Material Design Icons";
  font-size: 130%;
  color: var(--highlight);
}
@media (min-width: 850px) {
  *.frontend ol.text-3-cols,
  *.frontend ol.text-2-cols,
  *.frontend ul.text-3-cols,
  *.frontend ul.text-2-cols {
    display: grid !important;
    gap: 0 var(--pspace);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 850px) and (min-width: 1030px) {
  *.frontend ol.text-3-cols,
  *.frontend ul.text-3-cols {
    display: grid;
    gap: 0 var(--pspace);
    grid-template-columns: repeat(3, 1fr);
  }
}

*.frontend p {
  margin-top: 0;
  margin-bottom: var(--pspace);
  text-align: justify;
}
*.frontend p:last-child {
  margin-bottom: 0;
}
*.frontend .time {
  font-size: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5em;
}
*.frontend .time:before {
  font-family: "Material Design Icons";
  content: "\f0e18";
  margin-right: 0.5em;
}
*.frontend .pspace {
  margin-top: var(--pspace) !important;
  margin-bottom: var(--pspace) !important;
}
*.frontend .pspace-top {
  margin-top: var(--pspace) !important;
}
*.frontend .pspace-bottom {
  margin-bottom: var(--pspace) !important;
}
@media (min-width: 850px) {
  *.frontend p.text-2-cols {
    column-count: 2;
    column-gap: 70px;
    column-fill: balance;
  }
  *.frontend p.text-3-cols {
    column-count: 3;
    column-gap: 70px;
    column-fill: balance;
  }
  *.frontend .vline {
    column-rule-style: solid;
    column-rule-color: rgba(0, 0, 0, 0.3);
    column-rule-width: 1px;
  }
}
@media (max-width: 768px) {
  *.frontend .mce-content-body,
  *.frontend .mod_article {
    hyphens: auto;
  }
}
@media (max-width: 600px) {
  *.frontend body:not(.impressum) main p br {
    display: inline-block;
    content: " ";
    margin-right: 5px;
  }
  *.frontend body:not(.impressum) main .mobile-br p br {
    display: block !important;
    margin-right: 0;
  }
}

*.frontend {
  /* DEFAULT PRINT SETTINGS*/
}
@media print {
  *.frontend body {
    color: #000 !important;
  }
  *.frontend body * {
    color: #000 !important;
  }
  *.frontend body a {
    text-decoration: none !important;
  }
  *.frontend .autoslick, *.frontend .parallax, *.frontend .fnav {
    display: none;
  }
  *.frontend body {
    font-size: 12px;
  }
  *.frontend body, *.frontend h1, *.frontend h2, *.frontend h3, *.frontend h4, *.frontend h5, *.frontend h6, *.frontend p, *.frontend a {
    color: #000;
  }
  *.frontend a {
    text-decoration: underline;
    color: #000;
  }
  *.frontend * {
    height: auto;
  }
  *.frontend img {
    display: block !important;
  }
  *.frontend table, *.frontend img {
    page-break-inside: avoid;
  }
  *.frontend header {
    border-bottom: 1px solid #666 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  *.frontend footer {
    border-top: 1px solid #666;
    padding-top: 20px !important;
    margin-top: 20px !important;
  }
  *.frontend .noprint {
    display: none !important;
  }
  *.frontend .bigspace {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  *.frontend .bigspace-top {
    padding-top: 20px;
  }
  *.frontend .bigspace-bottom {
    padding-bottom: 20px;
  }
  *.frontend .bigmargin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  *.frontend .bigmargin-top {
    margin-top: 20px;
  }
  *.frontend .bigmargin-bottom {
    margin-bottom: 20px;
  }
  *.frontend .reset-margin-top {
    margin-top: -20px !important;
  }
  *.frontend .reset-margin-bottom {
    margin-bottom: -20px !important;
  }
  *.frontend .margin-top-negativ {
    margin-top: calc(20px * -1.5);
  }
  *.frontend .vspace {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  *.frontend .vspace-right {
    padding-right: 20px !important;
  }
  *.frontend .vspace-left {
    padding-left: 20px !important;
  }
}

@media not print {
  *.frontend .bigspace {
    padding-top: var(--space);
    padding-bottom: var(--space);
  }
  *.frontend .bigspace:not(.reset-margin-top):not(.reset-margin-bottom).with-pspace {
    padding-top: var(--pspace);
    padding-bottom: var(--pspace);
  }
  *.frontend .bigspace-top {
    padding-top: var(--space);
  }
  *.frontend .bigspace-bottom {
    padding-bottom: var(--space);
  }
  *.frontend .bigmargin {
    margin-top: var(--space);
    margin-bottom: var(--space);
  }
  *.frontend .bigmargin-top {
    margin-top: var(--space);
  }
  *.frontend .bigmargin-bottom {
    margin-bottom: var(--space);
  }
  *.frontend .reset-margin-top {
    margin-top: calc(var(--space) * -1);
  }
  *.frontend .reset-margin-top.with-pspace {
    margin-top: calc(var(--space) * -1 + var(--pspace));
  }
  *.frontend .reset-margin-bottom {
    margin-bottom: calc(var(--space) * -1);
  }
  *.frontend .reset-margin-bottom.with-pspace {
    margin-bottom: calc(var(--space) * -1 + var(--pspace));
  }
}
:root{--space:calc(30px + 3vh);--pagewidth: 1500px;--pagepaddingx:calc(20px + 2vw);--pspace:1.5rem;--minheight:600px;--btnborder:1px;--border:4px;--pagespace: calc((100vw - var(--pagewidth) + (2 * var(--pagepaddingx))) / 2)}@media(min-width: 1030px){:root{--space:calc(50px + 4vh)}}.cte_preview img:not(.backend-icon){width:100%;max-width:none;margin:0;border-radius:0}html{padding:0;margin:0;scroll-behavior:smooth !important;overflow-x:hidden;height:100%;width:100%}*:focus{outline:none}*,*:before,*:after{box-sizing:border-box}.page,.cte_preview{font-size:1.1em}.frontend{font-family:var(--font-text);line-height:1.55;color:var(--text);font-weight:400}.frontend{position:relative;width:100%;overflow-x:clip;min-height:100%;padding:0;margin:0;background:var(--bgbody);display:flex;flex:1;flex-direction:column}.frontend.mce-content-body{box-sizing:border-box;padding:5px;background:var(--bgcolor)}.frontend,.frontend div,.frontend p,.frontend address,.frontend li,.frontend dd,.frontend dt,.frontend th,.frontend td{color:var(--text)}.frontend address{font-style:normal}.frontend address:not(:last-child){margin-bottom:var(--pspace)}.frontend hr{padding:0;border:none;height:1px;border-top:1px solid var(--text);opacity:.2;margin:calc(var(--space)/2) 0}.frontend main{position:relative;z-index:100}.frontend .mit-hintegrund,.frontend .bg{position:relative}.frontend .mit-hintegrund>*,.frontend .bg>*{position:relative}.frontend .mit-hintegrund:before,.frontend .bg:before{content:"";display:block;position:absolute;top:0;left:50%;width:100vw;bottom:0;transform:translate(-50%, 0);z-index:-10;background:var(--bgbody)}.frontend .page{position:relative;margin:0 auto;width:100%;padding-left:var(--pagepaddingx);padding-right:var(--pagepaddingx);box-sizing:border-box;max-width:var(--pagewidth);display:flex;flex-direction:column;flex:1}.frontend footer{margin-top:auto}.frontend .fmo-margin-bottom{margin-bottom:0}.frontend .inherit-zindex>*{z-index:inherit !important}.frontend .invisible{display:none}.frontend .overflow-v{overflow:visible !important}.frontend .overflow-hide{overflow:hidden}@media(max-width: 1030px){.frontend .nomobile,.frontend .no-mobile{display:none !important}}.frontend .font1{font-family:var(--font-headlines)}.frontend .font2{font-family:var(--font-text)}.frontend .fw300{font-weight:300}.frontend .fw400{font-weight:400}.frontend .fw500{font-weight:500}.frontend .fw600{font-weight:600}.frontend .fw700{font-weight:700}.frontend .fw800{font-weight:800}.frontend .fw900{font-weight:900}.frontend .text-balance{text-wrap:balance;text-align:left}.frontend .font-weight-inherit{font-weight:inherit}.frontend .nounderline,.frontend .nounderline *{text-decoration:none !important}.frontend .uppercase,.frontend .uppercase *{text-transform:uppercase}.frontend .bold,.frontend .bold *,.frontend .text-bold,.frontend .text-bold *{font-weight:bold}.frontend .text-center,.frontend .text-center *{text-align:center}.frontend .text-left,.frontend .text-left *{text-align:left !important}.frontend .text-right,.frontend .text-right *{text-align:right !important}.frontend .relative{position:relative}.frontend .margin-top-auto{margin-top:auto}.frontend .no-margin-bottom{margin-bottom:0 !important}@media(min-width: 1030px){.frontend .nowrap,.frontend .nowrap *{white-space:nowrap}}@media(min-width: 600px){.frontend .font-xs{font-size:80%}.frontend .font-s,.frontend .small{font-size:90%}.frontend .font-l{font-size:120%}.frontend .font-xl{font-size:145%}.frontend .font-xxl{font-size:160%}.frontend .font-2xl{font-size:220%}}@media(max-width: 600px){.frontend .font-xs{font-size:80%}.frontend .font-s{font-size:90%}.frontend .font-l{font-size:105%}.frontend .font-xl{font-size:110%}.frontend .font-xxl{font-size:115%}.frontend .font-2xl{font-size:120%}}.frontend .box{position:relative;overflow:hidden;background:var(--bgcolor);padding:2rem;border-top:var(--border) solid var(--highlight);box-shadow:0 0 20px rgba(0,0,0,.1)}@media(max-width: 1030px){.frontend .box{padding:1rem}}.frontend .box>*.bigspace:first-child{padding-top:0}.frontend .box>*.bigspace:last-child{padding-bottom:0}.frontend .cto-toolbar--visible{background:#f47c00;padding:.5rem 0;text-align:center;color:#fff !important}.frontend .cto-toolbar--visible:before{content:"+++ VORSCHAU +++ | +++ VORSCHAU +++ | +++ VORSCHAU +++"}.frontend .cto-toolbar--visible>*{display:none}
*.frontend details{--_duration: 0.5s}*.frontend details>summary{position:relative;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:110%;padding:.8rem 0;line-height:1.3;border-bottom:1px solid rgba(0,0,0,.2)}*.frontend details>summary:focus-visible{outline:.125rem solid var(--highlight);outline-offset:.5rem}*.frontend details>summary *{all:unset}*.frontend details>summary:hover{cursor:pointer}*.frontend details>summary:after{content:"󰅀";font-family:"Material Design Icons";transition:.2s}*.frontend details>summary::marker,*.frontend details>summary::-webkit-details-marker{display:none}*.frontend details[open]>summary::after{transform:rotate(180deg)}@media(prefers-reduced-motion: no-preference){*.frontend details{interpolate-size:allow-keywords}}*.frontend details::details-content{opacity:0;block-size:0;overflow-y:clip;transition:content-visibility var(--_duration) allow-discrete,opacity var(--_duration),block-size var(--_duration)}*.frontend details[open]::details-content{opacity:1;block-size:auto}
*.frontend .formbody input[type=submit],*.frontend .formbody input[type=button],*.frontend .formbody button,*.frontend .formbody button:focus,*.frontend .formbody button:active,*.frontend a.button{background:var(--highlight);box-sizing:border-box;border:none;font-size:inherit;cursor:pointer;padding:calc(.5rem + .2vw) calc(1.2rem + .2vw);color:var(--highlight-contrast);hyphens:none;text-decoration:none;text-align:left;z-index:100;display:inline-block;text-decoration:none !important;border:1px solid rgba(0,0,0,0);line-height:1.3}@media(min-width: 1200px){*.frontend .formbody input[type=submit],*.frontend .formbody input[type=button],*.frontend .formbody button,*.frontend .formbody button:focus,*.frontend .formbody button:active,*.frontend a.button{padding:calc(.5rem + .2vw) 2rem}}*.frontend .formbody input[type=submit]:not(.btn-outline),*.frontend .formbody input[type=button]:not(.btn-outline),*.frontend .formbody button:not(.btn-outline),*.frontend .formbody button:focus:not(.btn-outline),*.frontend .formbody button:active:not(.btn-outline),*.frontend a.button:not(.btn-outline){position:relative}*.frontend .formbody input[type=submit]:not(.btn-outline):hover:after,*.frontend .formbody input[type=button]:not(.btn-outline):hover:after,*.frontend .formbody button:not(.btn-outline):hover:after,*.frontend .formbody button:focus:not(.btn-outline):hover:after,*.frontend .formbody button:active:not(.btn-outline):hover:after,*.frontend a.button:not(.btn-outline):hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1)}*.frontend .formbody input[type=submit]:hover,*.frontend .formbody input[type=button]:hover,*.frontend .formbody button:hover,*.frontend .formbody button:focus:hover,*.frontend .formbody button:active:hover,*.frontend a.button:hover{background:var(--highlight);color:var(--highlight-contrast);border-color:var(--highlight)}*.frontend .formbody input[type=submit].btn-outline,*.frontend .formbody input[type=button].btn-outline,*.frontend .formbody button.btn-outline,*.frontend .formbody button:focus.btn-outline,*.frontend .formbody button:active.btn-outline,*.frontend a.button.btn-outline{background:rgba(0,0,0,0);border-color:var(--text);color:var(--text)}*.frontend .formbody input[type=submit].btn-outline:hover,*.frontend .formbody input[type=button].btn-outline:hover,*.frontend .formbody button.btn-outline:hover,*.frontend .formbody button:focus.btn-outline:hover,*.frontend .formbody button:active.btn-outline:hover,*.frontend a.button.btn-outline:hover{background:var(--highlight);color:var(--highlight-contrast);border-color:var(--highlight)}@media(min-width: 768px){*.frontend main .button+.button{margin-left:var(--pspace)}}@media(max-width: 768px){*.frontend main .button+.button{margin-top:1rem}}
*.frontend dl{padding:0;margin:0;display:inline-grid;grid-template-columns:auto auto;gap:0 .5em}*.frontend dl dl,*.frontend dl dd{all:unset}*.frontend dl:not(:last-child){margin-bottom:var(--pspace)}
*.frontend .ratio{position:relative;max-width:100%;width:100%;overflow:hidden}*.frontend .ratio>*{position:absolute !important;top:0;left:0;height:100%;width:100% !important;display:flex;flex-direction:column;justify-content:center}*.frontend .ratio>*>*{position:relative;width:100%;height:100%;object-fit:cover;object-position:center}*.frontend .ratio.ratio1x1{padding-top:100%}*.frontend .ratio.ratio16x5{padding-top:31.25% !important}*.frontend .ratio.ratio16x9{padding-top:56.25% !important}*.frontend .ratio.ratio4x3{padding-top:75% !important}*.frontend .ratio.ratio3x2{padding-top:66.6666666667% !important}*.frontend .ratio.ratio8x5{padding-top:62.5% !important}*.frontend iframe,*.frontend .iframe{width:100% !important;display:block;border:none}*.frontend iframe iframe,*.frontend .iframe iframe{width:100%;height:100% !important}*.frontend .embed_wrapper{position:relative;width:100%;height:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1)}*.frontend .embed_wrapper .image_container{position:absolute !important;left:0;top:0;width:100%;height:100%}*.frontend .embed_wrapper .image_container *{position:relative;width:100%;height:100%;object-fit:cover;object-position:center center}*.frontend .embed_wrapper .content{position:relative;padding:1em;z-index:100;font-size:90%;line-height:1.3;width:100%}*.frontend .embed_wrapper .content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bgbody);opacity:.8;z-index:-1}
*.frontend h1,*.frontend h2,*.frontend h3,*.frontend h4,*.frontend h5,*.frontend h6,*.frontend .fstyle-1,*.frontend .fstyle-2,*.frontend .fstyle-3,*.frontend .fstyle-4,*.frontend .fstyle-5,*.frontend .fstyle-6{position:relative;hyphens:none;line-height:1.3;margin:0;padding:0;padding-bottom:1.5rem;text-wrap:balance;text-align:left}@media(max-width: 768px){*.frontend h1,*.frontend h2,*.frontend h3,*.frontend h4,*.frontend h5,*.frontend h6,*.frontend .fstyle-1,*.frontend .fstyle-2,*.frontend .fstyle-3,*.frontend .fstyle-4,*.frontend .fstyle-5,*.frontend .fstyle-6{hyphens:auto}*.frontend h1 br,*.frontend h2 br,*.frontend h3 br,*.frontend h4 br,*.frontend h5 br,*.frontend h6 br,*.frontend .fstyle-1 br,*.frontend .fstyle-2 br,*.frontend .fstyle-3 br,*.frontend .fstyle-4 br,*.frontend .fstyle-5 br,*.frontend .fstyle-6 br{display:inline-block;content:" ";margin-right:5px}}*.frontend h1.no-margin-bottom,*.frontend h1:last-child,*.frontend h2.no-margin-bottom,*.frontend h2:last-child,*.frontend h3.no-margin-bottom,*.frontend h3:last-child,*.frontend h4.no-margin-bottom,*.frontend h4:last-child,*.frontend h5.no-margin-bottom,*.frontend h5:last-child,*.frontend h6.no-margin-bottom,*.frontend h6:last-child,*.frontend .fstyle-1.no-margin-bottom,*.frontend .fstyle-1:last-child,*.frontend .fstyle-2.no-margin-bottom,*.frontend .fstyle-2:last-child,*.frontend .fstyle-3.no-margin-bottom,*.frontend .fstyle-3:last-child,*.frontend .fstyle-4.no-margin-bottom,*.frontend .fstyle-4:last-child,*.frontend .fstyle-5.no-margin-bottom,*.frontend .fstyle-5:last-child,*.frontend .fstyle-6.no-margin-bottom,*.frontend .fstyle-6:last-child{margin-bottom:0;padding-bottom:0}*.frontend h1,*.frontend .fstyle-1{font-family:var(--font-headlines);text-align:left;font-weight:400;color:var(--h1);font-size:2.8em}*.frontend h2,*.frontend .fstyle-2{font-family:var(--font-text);text-align:left;font-weight:300;color:var(--h2);font-size:1.2em}@media(min-width: 1024px){*.frontend h2,*.frontend .fstyle-2{font-size:1.6em}}*.frontend h3,*.frontend .fstyle-3{font-family:var(--font-text);font-weight:bold;font-size:calc(110% + .1vw);color:var(--h3);font-size:1.2em}@media(min-width: 1024px){*.frontend h3,*.frontend .fstyle-3{font-size:1.4em}}*.frontend h4,*.frontend .fstyle-4{font-family:var(--font-text);font-weight:500;color:var(--text);font-size:1.2em}*.frontend h5,*.frontend .fstyle-5{font-family:var(--font-text);font-weight:bold;color:var(--text);font-size:100%}*.frontend h6,*.frontend .fstyle-6{font-family:var(--font-text);font-weight:bold;color:var(--text);font-size:100%}*.frontend h1+h2,*.frontend .fstyle-1+.fstyle-2{margin-top:-1rem}
*.frontend figure{padding:0;margin:0}*.frontend * img[src*=".svg"]{width:100%}*.frontend img{width:auto;height:auto;max-width:100%;display:block}*.frontend picture{position:relative;display:block}*.frontend .multiplizeren img{mix-blend-mode:multiply}*.frontend .image_container{position:relative;padding:0;margin:0;overflow:hidden}*.frontend .image_container *,*.frontend .image_container *:hover{transition:all .8s ease,color 0s}*.frontend .image_container figcaption{position:absolute;bottom:0;right:0;left:0;padding:.5rem 1rem;z-index:110;background:var(--highlight);color:var(--highlight-contrast);transform:translate(0, 50px);opacity:0}*.frontend .image_container:hover figcaption{transform:translate(0, 0);opacity:1}*.frontend .image_container>*,*.frontend .image_container video,*.frontend .image_container img{max-width:100%}@media(max-width: 1030px){*.frontend .image_container img,*.frontend .image_container video{margin:0 auto}}*.frontend .image_container.yt{display:flex}*.frontend .image_container.yt .iframe{width:100%;height:100%}*.frontend .image_container.yt:before{padding-top:56.25% !important;width:1px;content:"";display:block}*.frontend .image_container.yt>*{margin-left:-1px;flex:1}*.frontend .img-kreis .image_container{border-radius:50%;overflow:hidden}*.frontend .img-kreis .image_container figcaption{text-align:center;padding-left:3rem;padding-right:3rem}*.frontend .img-kreis picture,*.frontend .img-quadratisch picture,*.frontend .img-schmal picture,*.frontend .img-breit picture,*.frontend .img-hochkant picture{padding-top:0;width:100%;position:relative}*.frontend .img-kreis picture>*,*.frontend .img-quadratisch picture>*,*.frontend .img-schmal picture>*,*.frontend .img-breit picture>*,*.frontend .img-hochkant picture>*{position:absolute;top:0;left:0;height:100%;width:100% !important;object-fit:cover;object-position:center center}*.frontend .img-schmal .image_container picture{padding-top:40%}@media(min-width: 1600px){*.frontend .img-schmal .image_container picture{padding-top:30%}}@media(max-width: 768px){*.frontend .img-schmal .image_container picture{padding-top:45%}}*.frontend .img-kreis .image_container picture,*.frontend .img-quadratisch .image_container picture{padding-top:100%}*.frontend .img-breit .image_container picture{padding-top:58%}*.frontend .img-hochkant .image_container picture{padding-top:133%}*.frontend .aspect picture{max-width:100%;width:100%;position:relative;padding-top:75%}*.frontend .aspect picture>*{position:absolute;top:0;left:0;height:100%;width:100% !important;display:block;height:100%;padding:0;margin:0}*.frontend .aspect picture>*>*{position:relative;width:100%;height:100%}*.frontend .aspect picture img{object-fit:cover;object-position:center;display:block}*.frontend .aspect.ratio11 picture,*.frontend .aspect.ratio1x1 picture{padding-top:100% !important}*.frontend .aspect.ratio165 picture,*.frontend .aspect.ratio16x5 picture{padding-top:31.25% !important}*.frontend .aspect.ratio169 picture,*.frontend .aspect.ratio16x9 picture{padding-top:56.25% !important}*.frontend .aspect.ratio43 picture,*.frontend .aspect.ratio4x3 picture{padding-top:75% !important}*.frontend .aspect.ratio32 picture,*.frontend .aspect.ratio3x2 picture{padding-top:66.6666666667% !important}*.frontend .aspect.ratio85 picture,*.frontend .aspect.ratio8x5 picture{padding-top:62.5% !important}*.frontend .img-border picture,*.frontend .img-with-border picture{border:1px solid #444;background:#fff;overflow:hidden}*.frontend .img-border picture:before,*.frontend .img-with-border picture:before{content:"";border:5px solid #fff;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}*.frontend .spiegeln img{transform:scaleX(-1)}*.frontend .img-full img{width:100%;display:block}*.frontend .img-grey img,*.frontend .grey-img img{filter:grayscale(1)}*.frontend a[data-lightbox]{position:relative;display:block;margin:0;overflow:hidden}*.frontend a[data-lightbox] img{display:block;transition:1s ease-in-out}*.frontend a[data-lightbox]:before,*.frontend a[data-lightbox]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:110}*.frontend a[data-lightbox]:before{content:"+";text-align:center;display:flex;align-items:center;z-index:120;justify-content:center;color:var(--highlight);font-size:300%}*.frontend a[data-lightbox]:after{background:var(--bgbody);opacity:0}*.frontend a[data-lightbox]:hover img{transform:scale(1.2)}*.frontend a[data-lightbox]:hover:before{opacity:1}*.frontend a[data-lightbox]:hover:after{opacity:.5}*.frontend .image_container.oben img,*.frontend .img-pos-top img,*.frontend .object-pos-top img{object-position:top !important}*.frontend .image_container.unten img,*.frontend .img-pos-bottom img,*.frontend .object-pos-bottom img{object-position:bottom !important}*.frontend .image_container.passend img,*.frontend .img-contain img{object-fit:contain !important;object-position:center}*.frontend .image_container.rechts img,*.frontend .img-right img{object-position:right !important}*.frontend .image_container.links img,*.frontend .img-left img{object-position:left !important}@media(min-width: 768px){*.frontend .img-absolute .image_container{position:absolute;top:0;right:0;left:0;bottom:0;z-index:10;overflow:hidden}*.frontend .img-absolute .image_container a,*.frontend .img-absolute .image_container picture{position:relative;display:block;width:100%;height:100%}*.frontend .img-absolute .image_container img{width:100%;height:100%;position:relative;object-fit:cover;object-position:center}*.frontend .img-fit-to-text .image_container{width:100%;height:100%}*.frontend .img-fit-to-text .image_container picture{padding-top:0;width:100%;height:100%;position:relative}*.frontend .img-fit-to-text .image_container picture>*{position:absolute;top:0;left:0;height:100%;width:100% !important;object-fit:cover;object-position:center center}}*.frontend .nocaption figcaption,*.frontend .no-figcaption figcaption,*.frontend .nofigcaption figcaption{display:none !important}
*.frontend a{text-decoration:none;color:var(--link)}*.frontend a:hover{color:var(--linkhover)}*.frontend p a:not(.button){text-decoration:underline}*.frontend .mce-content-body p a:not(.button)[href^=http]:not([class]),*.frontend .mod_article p a:not(.button)[href^=http]:not([class]){position:relative;display:inline-flex;gap:5px}*.frontend .mce-content-body p a:not(.button)[href^=http]:not([class])::after,*.frontend .mod_article p a:not(.button)[href^=http]:not([class])::after{content:"󰌧";font-size:60%;text-decoration:none;font-family:"Material Design Icons"}*.frontend .mce-content-body p a:not(.button)[href$=".pdf"]:before,*.frontend .mod_article p a:not(.button)[href$=".pdf"]:before{content:"󰧮";font-family:"Material Design Icons";display:inline-block;margin-right:5px}*.frontend .mce-content-body p a:not(.button)[href$=".doc"]:before,*.frontend .mce-content-body p a:not(.button)[href$=".docx"]:before,*.frontend .mod_article p a:not(.button)[href$=".doc"]:before,*.frontend .mod_article p a:not(.button)[href$=".docx"]:before{content:"󱀾";font-family:"Material Design Icons";display:inline-block;margin-right:5px}*.frontend .mce-content-body p a:not(.button)[href$=".xls"]:before,*.frontend .mce-content-body p a:not(.button)[href$=".xlsx"]:before,*.frontend .mod_article p a:not(.button)[href$=".xls"]:before,*.frontend .mod_article p a:not(.button)[href$=".xlsx"]:before{content:"󱀭";font-family:"Material Design Icons";display:inline-block;margin-right:5px}*.frontend .link-as-text{--link:var(--text);--linkhover: var(--highlight)}
*.frontend .mce-content-body ul,*.frontend main .mod_article .ce-text ul,*.frontend main .mod_article .text ul,*.frontend main .mod_article .txt ul{padding:0;margin:0;list-style:none}*.frontend .mce-content-body ul:not(:last-child),*.frontend main .mod_article .ce-text ul:not(:last-child),*.frontend main .mod_article .text ul:not(:last-child),*.frontend main .mod_article .txt ul:not(:last-child){margin-bottom:var(--pspace)}*.frontend .mce-content-body ul>li,*.frontend main .mod_article .ce-text ul>li,*.frontend main .mod_article .text ul>li,*.frontend main .mod_article .txt ul>li{padding-left:2em;position:relative}*.frontend .mce-content-body ul>li>ul,*.frontend main .mod_article .ce-text ul>li>ul,*.frontend main .mod_article .text ul>li>ul,*.frontend main .mod_article .txt ul>li>ul{margin-top:var(--pspace)}*.frontend .mce-content-body ul>li:not(:last-child),*.frontend main .mod_article .ce-text ul>li:not(:last-child),*.frontend main .mod_article .text ul>li:not(:last-child),*.frontend main .mod_article .txt ul>li:not(:last-child){margin-bottom:.5em}*.frontend .mce-content-body ul>li:before,*.frontend main .mod_article .ce-text ul>li:before,*.frontend main .mod_article .text ul>li:before,*.frontend main .mod_article .txt ul>li:before{position:absolute;top:-0.3em;left:0;content:"󰅂";font-family:"Material Design Icons";font-size:130%;color:var(--highlight)}*.frontend .mce-content-body ol,*.frontend main .mod_article .ce-text ol,*.frontend main .mod_article .text ol,*.frontend main .mod_article .txt ol{padding:0;margin:0;list-style:none;counter-reset:ol}*.frontend .mce-content-body ol:not(:last-child),*.frontend main .mod_article .ce-text ol:not(:last-child),*.frontend main .mod_article .text ol:not(:last-child),*.frontend main .mod_article .txt ol:not(:last-child){margin-bottom:var(--pspace)}*.frontend .mce-content-body ol>li,*.frontend main .mod_article .ce-text ol>li,*.frontend main .mod_article .text ol>li,*.frontend main .mod_article .txt ol>li{padding-left:3em;position:relative;counter-increment:ol}*.frontend .mce-content-body ol>li>ul,*.frontend main .mod_article .ce-text ol>li>ul,*.frontend main .mod_article .text ol>li>ul,*.frontend main .mod_article .txt ol>li>ul{margin-top:var(--pspace)}*.frontend .mce-content-body ol>li:not(:last-child),*.frontend main .mod_article .ce-text ol>li:not(:last-child),*.frontend main .mod_article .text ol>li:not(:last-child),*.frontend main .mod_article .txt ol>li:not(:last-child){margin-bottom:1em}*.frontend .mce-content-body ol>li:before,*.frontend main .mod_article .ce-text ol>li:before,*.frontend main .mod_article .text ol>li:before,*.frontend main .mod_article .txt ol>li:before{position:absolute;top:-0.3em;left:0;content:counter(ol);width:2em;border-radius:50%;height:2em;display:flex;align-items:center;justify-content:center;background-color:var(--highlight);color:var(--highlight-contrast)}*.frontend .mce-content-body ul.vorteil-liste,*.frontend .mce-content-body div.vorteil-liste ul,*.frontend main .mod_article .ce-text ul.vorteil-liste,*.frontend main .mod_article .ce-text div.vorteil-liste ul,*.frontend main .mod_article .text ul.vorteil-liste,*.frontend main .mod_article .text div.vorteil-liste ul,*.frontend main .mod_article .txt ul.vorteil-liste,*.frontend main .mod_article .txt div.vorteil-liste ul{padding:0;margin:0;list-style:none}*.frontend .mce-content-body ul.vorteil-liste:not(:last-child),*.frontend .mce-content-body div.vorteil-liste ul:not(:last-child),*.frontend main .mod_article .ce-text ul.vorteil-liste:not(:last-child),*.frontend main .mod_article .ce-text div.vorteil-liste ul:not(:last-child),*.frontend main .mod_article .text ul.vorteil-liste:not(:last-child),*.frontend main .mod_article .text div.vorteil-liste ul:not(:last-child),*.frontend main .mod_article .txt ul.vorteil-liste:not(:last-child),*.frontend main .mod_article .txt div.vorteil-liste ul:not(:last-child){margin-bottom:var(--pspace)}*.frontend .mce-content-body ul.vorteil-liste>li,*.frontend .mce-content-body div.vorteil-liste ul>li,*.frontend main .mod_article .ce-text ul.vorteil-liste>li,*.frontend main .mod_article .ce-text div.vorteil-liste ul>li,*.frontend main .mod_article .text ul.vorteil-liste>li,*.frontend main .mod_article .text div.vorteil-liste ul>li,*.frontend main .mod_article .txt ul.vorteil-liste>li,*.frontend main .mod_article .txt div.vorteil-liste ul>li{padding-left:2em;position:relative}*.frontend .mce-content-body ul.vorteil-liste>li>ul,*.frontend .mce-content-body div.vorteil-liste ul>li>ul,*.frontend main .mod_article .ce-text ul.vorteil-liste>li>ul,*.frontend main .mod_article .ce-text div.vorteil-liste ul>li>ul,*.frontend main .mod_article .text ul.vorteil-liste>li>ul,*.frontend main .mod_article .text div.vorteil-liste ul>li>ul,*.frontend main .mod_article .txt ul.vorteil-liste>li>ul,*.frontend main .mod_article .txt div.vorteil-liste ul>li>ul{margin-top:var(--pspace)}*.frontend .mce-content-body ul.vorteil-liste>li:not(:last-child),*.frontend .mce-content-body div.vorteil-liste ul>li:not(:last-child),*.frontend main .mod_article .ce-text ul.vorteil-liste>li:not(:last-child),*.frontend main .mod_article .ce-text div.vorteil-liste ul>li:not(:last-child),*.frontend main .mod_article .text ul.vorteil-liste>li:not(:last-child),*.frontend main .mod_article .text div.vorteil-liste ul>li:not(:last-child),*.frontend main .mod_article .txt ul.vorteil-liste>li:not(:last-child),*.frontend main .mod_article .txt div.vorteil-liste ul>li:not(:last-child){margin-bottom:.5em}*.frontend .mce-content-body ul.vorteil-liste>li:before,*.frontend .mce-content-body div.vorteil-liste ul>li:before,*.frontend main .mod_article .ce-text ul.vorteil-liste>li:before,*.frontend main .mod_article .ce-text div.vorteil-liste ul>li:before,*.frontend main .mod_article .text ul.vorteil-liste>li:before,*.frontend main .mod_article .text div.vorteil-liste ul>li:before,*.frontend main .mod_article .txt ul.vorteil-liste>li:before,*.frontend main .mod_article .txt div.vorteil-liste ul>li:before{position:absolute;top:-0.3em;left:0;content:"󰄴";font-family:"Material Design Icons";font-size:130%;color:var(--highlight)}@media(min-width: 850px){*.frontend ol.text-3-cols,*.frontend ol.text-2-cols,*.frontend ul.text-3-cols,*.frontend ul.text-2-cols{display:grid !important;gap:0 var(--pspace);grid-template-columns:repeat(2, 1fr)}}@media(min-width: 850px)and (min-width: 1030px){*.frontend ol.text-3-cols,*.frontend ul.text-3-cols{display:grid;gap:0 var(--pspace);grid-template-columns:repeat(3, 1fr)}}
*.frontend p{margin-top:0;margin-bottom:var(--pspace);text-align:justify}*.frontend p:last-child{margin-bottom:0}*.frontend .time{font-size:80%;border-bottom:1px solid rgba(0,0,0,.3);padding-bottom:.5em}*.frontend .time:before{font-family:"Material Design Icons";content:"󰸘";margin-right:.5em}*.frontend .pspace{margin-top:var(--pspace) !important;margin-bottom:var(--pspace) !important}*.frontend .pspace-top{margin-top:var(--pspace) !important}*.frontend .pspace-bottom{margin-bottom:var(--pspace) !important}@media(min-width: 850px){*.frontend p.text-2-cols{column-count:2;column-gap:70px;column-fill:balance}*.frontend p.text-3-cols{column-count:3;column-gap:70px;column-fill:balance}*.frontend .vline{column-rule-style:solid;column-rule-color:rgba(0,0,0,.3);column-rule-width:1px}}@media(max-width: 768px){*.frontend .mce-content-body,*.frontend .mod_article{hyphens:auto}}@media(max-width: 600px){*.frontend body:not(.impressum) main p br{display:inline-block;content:" ";margin-right:5px}*.frontend body:not(.impressum) main .mobile-br p br{display:block !important;margin-right:0}}
@media print{*.frontend body{color:#000 !important}*.frontend body *{color:#000 !important}*.frontend body a{text-decoration:none !important}*.frontend .autoslick,*.frontend .parallax,*.frontend .fnav{display:none}*.frontend body{font-size:12px}*.frontend body,*.frontend h1,*.frontend h2,*.frontend h3,*.frontend h4,*.frontend h5,*.frontend h6,*.frontend p,*.frontend a{color:#000}*.frontend a{text-decoration:underline;color:#000}*.frontend *{height:auto}*.frontend img{display:block !important}*.frontend table,*.frontend img{page-break-inside:avoid}*.frontend header{border-bottom:1px solid #666 !important;padding-bottom:20px !important;margin-bottom:20px !important}*.frontend footer{border-top:1px solid #666;padding-top:20px !important;margin-top:20px !important}*.frontend .noprint{display:none !important}*.frontend .bigspace{padding-top:20px;padding-bottom:20px}*.frontend .bigspace-top{padding-top:20px}*.frontend .bigspace-bottom{padding-bottom:20px}*.frontend .bigmargin{margin-top:20px;margin-bottom:20px}*.frontend .bigmargin-top{margin-top:20px}*.frontend .bigmargin-bottom{margin-bottom:20px}*.frontend .reset-margin-top{margin-top:-20px !important}*.frontend .reset-margin-bottom{margin-bottom:-20px !important}*.frontend .margin-top-negativ{margin-top:calc(20px*-1.5)}*.frontend .vspace{padding-left:20px !important;padding-right:20px !important}*.frontend .vspace-right{padding-right:20px !important}*.frontend .vspace-left{padding-left:20px !important}}
@media not print{*.frontend .bigspace{padding-top:var(--space);padding-bottom:var(--space)}*.frontend .bigspace:not(.reset-margin-top):not(.reset-margin-bottom).with-pspace{padding-top:var(--pspace);padding-bottom:var(--pspace)}*.frontend .bigspace-top{padding-top:var(--space)}*.frontend .bigspace-bottom{padding-bottom:var(--space)}*.frontend .bigmargin{margin-top:var(--space);margin-bottom:var(--space)}*.frontend .bigmargin-top{margin-top:var(--space)}*.frontend .bigmargin-bottom{margin-bottom:var(--space)}*.frontend .reset-margin-top{margin-top:calc(var(--space)*-1)}*.frontend .reset-margin-top.with-pspace{margin-top:calc(var(--space)*-1 + var(--pspace))}*.frontend .reset-margin-bottom{margin-bottom:calc(var(--space)*-1)}*.frontend .reset-margin-bottom.with-pspace{margin-bottom:calc(var(--space)*-1 + var(--pspace))}}
@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:400;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-regular.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-regular.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:500;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-500.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-500.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:600;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-600.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-600.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:700;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-700.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-700.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:800;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-800.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-800.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Alan Sans";font-style:normal;font-weight:900;src:url("/files/templates/cache/fonts/alan-sans-v5-latin-900.woff2") format("woff2"),url("/files/templates/cache/fonts/alan-sans-v5-latin-900.ttf") format("truetype")}:root,.root{--font-text: "Alan Sans";--font-headlines: "Alan Sans";--font-alan-sans: "Alan Sans"}
@font-face{font-family:"Material Design Icons";src:url("/files/templates/dynamic/css/materialicons/materialdesignicons-webfont.eot?v=7.1.96");src:url("/files/templates/dynamic/css/materialicons/materialdesignicons-webfont.eot?#iefix&v=7.1.96") format("embedded-opentype"),url("/files/templates/dynamic/css/materialicons/materialdesignicons-webfont.woff2?v=7.1.96") format("woff2"),url("/files/templates/dynamic/css/materialicons/materialdesignicons-webfont.woff?v=7.1.96") format("woff"),url("/files/templates/dynamic/css/materialicons/materialdesignicons-webfont.ttf?v=7.1.96") format("truetype");font-weight:normal;font-style:normal}
:root {--color-weis: #ffffff;
--color-schwarz: #2b2b2b;
--color-rot: #b32323;
--color-verlauf: #034344;
}
	
		.textcolor-weis { 
			color:var(--color-weis) !important;
			* { color:var(--color-weis) !important; }
		}
		.textcolor-schwarz { 
			color:var(--color-schwarz) !important;
			* { color:var(--color-schwarz) !important; }
		}
		.textcolor-rot { 
			color:var(--color-rot) !important;
			* { color:var(--color-rot) !important; }
		}
		.textcolor-verlauf { 
			color:var(--color-verlauf) !important;
			* { color:var(--color-verlauf) !important; }
		}
:root, .root{
--bgbody: var(--color-weis);
--bgcolor: var(--color-weis);
--highlight: var(--color-verlauf);
--highlight-contrast: var(--color-weis);
--text: var(--color-schwarz);
--title: var(--color-rot);
--link: var(--color-rot);
--linkhover: var(--color-verlauf);
--h1: var(--color-schwarz);
--h2: var(--color-schwarz);
--h3: var(--color-rot);
}
    .bigspace.root + .bigspace.root { 
        padding-top:0;
    }
    
.theme-hellgrau-white-box{
--bgbody: #e0e0e0;
--bgcolor: var(--color-weis);
--highlight: var(--color-verlauf);
--highlight-contrast: var(--color-weis);
--text: var(--color-schwarz);
--title: var(--color-rot);
--link: var(--color-rot);
--linkhover: var(--color-schwarz);
--h1: var(--color-schwarz);
--h2: var(--color-schwarz);
--h3: var(--color-rot);
}
    .bigspace.theme-hellgrau-white-box + .bigspace.theme-hellgrau-white-box { 
        padding-top:0;
    }
    
.dunkel{
--bgbody: var(--color-schwarz);
--bgcolor: var(--color-schwarz);
--highlight: var(--color-verlauf);
--highlight-contrast: var(--color-weis);
--text: var(--color-weis);
--title: var(--color-weis);
--link: var(--color-weis);
--linkhover: var(--color-weis);
--h1: var(--color-weis);
--h2: var(--color-weis);
--h3: var(--color-weis);
}
    .bigspace.dunkel + .bigspace.dunkel { 
        padding-top:0;
    }
    
.mycookie-area{position:fixed;bottom:0;left:0;right:0;box-sizing:border-box;text-align:center;color:#333;padding:10px 8px;font-size:90%;z-index:999999998;top:0;display:flex;flex-direction:column;justify-content:center}.mycookie-area h2{color:#202020 !important;position:relative;padding:0;margin:0 0 1.4rem 0;border:none !important;background:none !important}.mycookie-area h2:before,.mycookie-area h2:after{display:none}.mycookie-area a{color:#000;text-decoration:underline;font-weight:bold}.mycookie-area a:hover{color:#000}.mycookie-area .detailtext{margin-top:10px}.mycookie-area .detailtext p{margin:0 0 13px 0;hyphens:auto}.mycookie-area .ccontent{background:#fff;padding:1.5rem;--text:#333;color:var(--text);width:100%;max-width:1200px;margin:0 auto;text-align:left;max-height:80vh;border:1px solid #ccc;box-shadow:0 0 50px rgba(0,0,0,.5);border-radius:10px;overflow:auto}.mycookie-area .ccontent::-webkit-scrollbar{width:12px;background:#fff}.mycookie-area .ccontent::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px}.mycookie-area .ccontent::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.3)}.mycookie-area .cookiebtn{background:#666 !important;cursor:pointer !important;display:inline-block;border:none !important;color:#fff !important;padding:8px 20px !important;margin:0 5px 5px 0 !important}@media(max-width: 768px){.mycookie-area .cookiebtn{display:block;width:100%}}.mycookie-area .cookiebtn:before,.mycookie-area .cookiebtn:after{content:"";display:none}.mycookie-area .cookiebtn:hover{background:#757575 !important;cursor:pointer !important;display:inline-block !important;border:none !important;color:#fff !important;padding:8px 20px !important;margin:0 5px 5px 0 !important}.mycookie-area .checkboxgrp{padding:0 5px;background:rgba(0,0,0,.05);margin:5px 0;color:#000;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.mycookie-area .checkboxgrp .title{text-transform:uppercase;padding:0 5px;cursor:pointer;color:#000}@media(max-width: 600px){.mycookie-area .checkboxgrp .title{flex-basis:calc(100% - 65px)}}.mycookie-area .checkboxgrp .title:before{content:"";position:relative;display:inline-block;border:solid #000;margin:0 8px 0 0;border-width:0 1px 1px 0;padding:3px;top:-3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mycookie-area .checkboxgrp .title.active:before{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);top:0}.mycookie-area .checkboxgrp .details{display:none;flex-basis:100%;padding:0 5px}.mycookie-area .ccswitch{position:relative;display:inline-block;width:52px;height:26px;box-sizing:border-box;margin:5px}.mycookie-area .ccswitch.disabled{opacity:.6}.mycookie-area .ccswitch.disabled>*{opacity:.6}.mycookie-area .ccswitch input{display:none}.mycookie-area .ccswitch .cccheck{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;-webkit-transition:.4s;transition:.4s}.mycookie-area .ccswitch .cccheck:before{background:#000;box-shadow:inset 0 0 10px rgba(0,0,0,.5);border-radius:8px;content:"";height:16px;position:absolute;opacity:.3;width:100%}.mycookie-area .ccswitch .cccheck:after{position:absolute;content:"";height:26px;width:26px;left:0;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3);background-color:#fff;-webkit-transition:.4s;transition:.4s}.mycookie-area .ccswitch input:checked+.cccheck:after{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);background-color:#666}
.ce_header .mod_navigation a{padding:.7rem 1rem;position:relative;display:block}@media(max-width: 1300px){.ce_header .mod_navigation a{padding:1rem 1.5rem}}.ce_header .mod_navigation a span{position:relative;z-index:100}.ce_header .mod_navigation ul{padding:0;margin:0;list-style:none}.ce_header .mod_navigation ul li{padding:0;margin:0;list-style:none}@media(min-width: 1300px){.ce_header{display:grid;grid-template-columns:auto 1fr;gap:0 3rem}.ce_header .navigation .toggler,.ce_header .navigation input,.ce_header .mobileheader,.ce_header .nodesktop,.ce_header .mtoggler{display:none !important}.ce_header.bigspace,.ce_header{padding-top:1rem;padding-bottom:0}.ce_header .contact{display:flex;align-items:center;justify-content:space-around;gap:2rem;font-size:120%}.ce_header>.image_container{grid-row:1/3;padding-bottom:1rem}.ce_header>.image_container img{height:100px}.ce_header .navigation{position:relative;align-self:flex-end;--link:var(--text);--linkhover:var(--title)}.ce_header .navigation:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:200vw;transform:translate(-50%, 0);background:var(--bgcolor);z-index:-2}.ce_header .navigation .sprachnav{display:none}.ce_header .navigation ul.level_1{display:flex;justify-content:space-between;gap:1rem}.ce_header .navigation ul.level_1 li{position:relative;white-space:nowrap}.ce_header .navigation ul.level_1 li:not(.level_1):not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.ce_header .navigation ul.level_1 li.submenu>a>span{display:flex;justify-content:space-between;align-items:center}.ce_header .navigation ul.level_1 li.submenu>a>span:after{content:"";border:solid var(--link);border-width:0 1px 1px 0;display:inline-block;padding:3px;transform:rotate(-45deg) translate(0, -50%);margin-left:15px}.ce_header .navigation ul.level_1 li.level_3.submenu>a>span:after,.ce_header .navigation ul.level_1 li.level_2.submenu>a>span:after{transform:rotate(-45deg) translate(0, -50%)}.ce_header .navigation ul.level_1 li:not(.level_1).trail.submenu>a>span:after,.ce_header .navigation ul.level_1 li:not(.level_1).active.submenu>a>span:after,.ce_header .navigation ul.level_1 li:not(.level_1).hover.submenu>a>span:after,.ce_header .navigation ul.level_1 li:not(.level_1):hover.submenu>a>span:after{border-color:var(--highlight-contrast)}.ce_header .navigation ul.level_1 li:not(.level_1).trail>a,.ce_header .navigation ul.level_1 li:not(.level_1).active>a,.ce_header .navigation ul.level_1 li:not(.level_1).hover>a,.ce_header .navigation ul.level_1 li:not(.level_1):hover>a{background:var(--highlight);color:var(--highlight-contrast)}.ce_header .navigation ul.level_1 li ul{position:absolute;z-index:1200;min-width:100%;transition:.4s ease-in-out;transform:translate(0, 20px);left:100%;top:0;background:var(--bgbody);box-shadow:0 25px 50px rgba(0,0,0,.2);opacity:0;pointer-events:none}.ce_header .navigation ul.level_1 li.hover>ul,.ce_header .navigation ul.level_1 li:hover>ul{opacity:1;transform:translate(0, 0);pointer-events:inherit}.ce_header .navigation ul.level_1 li.level_1>a{font-size:110%;padding-left:0;padding-right:0}.ce_header .navigation ul.level_1 li.level_1>a:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);width:20px;height:0;display:block;transition:.4s ease-in-out;z-index:0;opacity:1;background:var(--highlight);clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}.ce_header .navigation ul.level_1 li.level_1>ul{margin-left:-1rem}.ce_header .navigation ul.level_1 li.level_1.submenu>a>span:after{transform:rotate(45deg) translate(-8px, 0)}.ce_header .navigation ul.level_1 li.level_1.hover.submenu>a>span:after,.ce_header .navigation ul.level_1 li.level_1:hover.submenu>a>span:after,.ce_header .navigation ul.level_1 li.level_1.trail.submenu>a>span:after,.ce_header .navigation ul.level_1 li.level_1.active.submenu>a>span:after{border-color:var(--title)}.ce_header .navigation ul.level_1 li.level_1.hover>a:before,.ce_header .navigation ul.level_1 li.level_1:hover>a:before,.ce_header .navigation ul.level_1 li.level_1.trail>a:before,.ce_header .navigation ul.level_1 li.level_1.active>a:before{height:10px}.ce_header .navigation ul.level_1 li.level_1>ul{left:0;top:100%}.frontend.scrolleddown .navigation{position:fixed !important;z-index:1000;width:100%;max-width:var(--pagewidth);left:50%;transform:translate(-50%, 0);margin:0;padding:0 var(--pagepaddingx);z-index:1000;top:0px;right:0;animation:navi-first 1s ease-in-out}.frontend.scrolleddown .navigation:before{box-shadow:0 0 70px rgba(0,0,0,.3)}@keyframes navi-first{from{transform:translate(-50%, -100%)}to{transform:translate(-50%, 0)}}}@media(max-width: 1299px){header{--mHeaderHeigt: 60px}.ce_header{padding-top:var(--mHeaderHeigt) !important}.ce_header .nomobile{display:none}.ce_header,.ce_header.bigspace{padding-bottom:0 !important}.ce_header>.contact{display:none}.ce_header>.image_container{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;height:var(--mHeaderHeigt);display:flex;align-items:center;gap:5px;padding-left:var(--pagepaddingx)}.ce_header>.image_container img{max-height:50px;max-width:50vw;width:auto}.ce_header>.image_container:before{content:"";display:block;position:absolute;top:0;left:50%;width:100vw;bottom:0;transform:translate(-50%, 0);z-index:-10;background:var(--bgbody);box-shadow:0 0 70px rgba(0,0,0,.3)}.ce_header .navigation{--link:var(--text);--linkhover:var(--h3);position:fixed;right:var(--pagepaddingx);top:0;z-index:1200;width:40px;height:var(--mHeaderHeigt);display:flex;align-items:center}.ce_header .navigation *{transition:all .5s ease-in-out,width 0s,height 0s,color 0s,background-color 0s,font-size 0s}.ce_header .navigation .sprachnav{padding-bottom:1em;padding-left:1.5rem}.ce_header .navigation.bg:before{display:none}.ce_header .navigation .toggler{position:relative;width:100%;height:25px;z-index:1000;display:flex;flex-direction:column;justify-content:center}.ce_header .navigation .toggler>span{position:absolute;background:var(--link);height:4px;display:block;border-radius:3px;z-index:1;left:0;right:0}.ce_header .navigation .toggler>span:first-child{top:0}.ce_header .navigation .toggler>span:nth-child(2){top:50%}.ce_header .navigation .toggler>span:last-child{top:100%}.ce_header .navigation>input[type=checkbox]{display:block;position:absolute;width:100%;height:100%;top:0;left:0;padding:0;margin:0;cursor:pointer;opacity:0;z-index:2000;-webkit-touch-callout:none}.ce_header .navigation input:checked+.toggler::before{opacity:0}.ce_header .navigation input:checked+.toggler>span{opacity:1}.ce_header .navigation input:checked+.toggler>span:nth-child(2){opacity:0}.ce_header .navigation input:checked+.toggler>span:first-child{top:50%;transform:rotate(-45deg)}.ce_header .navigation input:checked+.toggler>span:last-child{top:50%;transform:rotate(45deg)}.ce_header .navigation .nav{position:fixed;top:0;right:0;max-width:80vw;width:auto;bottom:0;min-width:50vw;transform:translate(150%, 0);background:var(--bgbody);box-shadow:-14px -2px 135px rgba(0,0,0,.5);overflow-y:scroll;overflow-x:clip;height:100vh}.ce_header .navigation .nav .content{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.ce_header .navigation .nav .content>.image_container img{max-height:80px}}@media(max-width: 1299px)and (min-width: 600px){.ce_header .navigation .nav{min-width:calc(300px + 4vw)}}@media(max-width: 1299px){.ce_header .navigation .nav .mod_navigation{border-top:1px solid rgba(0,0,0,.2)}.ce_header .navigation .nav ul li{hyphens:auto}.ce_header .navigation .nav ul li.submenu>a{display:flex;align-items:center;gap:1em}.ce_header .navigation .nav ul li.submenu>a span:first-child{flex:1}.ce_header .navigation .nav ul li.submenu>a .mtoggler{display:flex;align-items:center;justify-content:center;z-index:1200;font-family:"Material Design Icons";width:2rem;height:2rem;box-shadow:inset 0 0 10px rgba(0,0,0,.1);border-radius:50%}.ce_header .navigation .nav ul li.submenu>a .mtoggler:before{content:"󰅀"}.ce_header .navigation .nav ul li:not(.mobile-open)>ul{display:none}.ce_header .navigation .nav ul li.mobile-open.submenu>a .mtoggler:before{content:"󰅃"}.ce_header .navigation .nav ul li.mobile-open>ul{display:block}.ce_header .navigation .nav ul>li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.ce_header .navigation .nav ul>li ul{border-top:1px solid rgba(0,0,0,.2);background-color:rgba(0,0,0,.08)}.ce_header .navigation .nav ul>li ul>li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.ce_header .navigation .nav ul>li ul>li>a{font-size:90% !important}.ce_header .navigation .nav ul>li a.trail,.ce_header .navigation .nav ul>li a.active{border-left:10px solid var(--highlight)}}@media(max-width: 1299px)and (min-width: 768px){.ce_header .navigation .nav a.level_1{text-transform:uppercase}}@media(max-width: 1299px){.ce_header .navigation .nav::-webkit-scrollbar{width:12px;background:var(--bgbody)}.ce_header .navigation .nav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);border-radius:10px}.ce_header .navigation .nav::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1)}.ce_header .navigation input:checked~.nav{transform:translate(0, 0)}}
.content-text:has(.image_container){display:grid;gap:var(--space)}@media(min-width: 968px){.content-text:has(.image_container){grid-template-columns:auto calc(var(--imgsize) - var(--space)/2)}.content-text:has(.image_container):not(.bild-einpassen) .rte{align-self:center}.content-text:has(.image_container):not(.bild-einpassen) .image_container{align-self:flex-start}.content-text:has(.image_container).links{grid-template-columns:calc(var(--imgsize) - var(--space)/2) auto}.content-text:has(.image_container).links .image_container{order:1}.content-text:has(.image_container).links .rte{order:2}.content-text:has(.image_container) picture,.content-text:has(.image_container) img,.content-text:has(.image_container) video{width:100%}.content-text:has(.image_container).bild-einpassen .image_container{display:flex;flex-direction:column}.content-text:has(.image_container).bild-einpassen .image_container *:not(figcaption){position:relative;width:100%;height:100%;object-fit:cover}}
.ce_footer{display:flex;gap:1rem 3rem}@media(max-width: 1200px){.ce_footer{flex-wrap:wrap}}.ce_footer,.ce_footer.bigspace{padding-top:3rem;padding-bottom:3rem}.ce_footer>.main{display:flex;gap:3rem;flex-wrap:wrap;align-items:flex-end}.ce_footer .partnerlogos{display:flex;gap:.5rem;flex-wrap:wrap}.ce_footer .partnerlogos>.image_container img{height:100px}.ce_footer>.group{display:flex;flex-direction:column;gap:1rem;margin-left:auto}@media(max-width: 1200px){.ce_footer>.group{flex-basis:100%}}.ce_footer>.group .inner{margin-top:auto;display:flex;gap:1rem;justify-content:space-between}.ce_footer .socialmedia{display:flex;gap:.5rem}.ce_footer .socialmedia>.image_container img{height:40px}.ce_footer ul{padding:0;margin:0;list-style:none}@media(min-width: 768px){.ce_footer ul{display:flex;margin:0;padding-bottom:calc(var(--pspace)/2);border-bottom:1px solid var(--link)}}.ce_footer ul li{padding:0;margin:0}@media(min-width: 768px){.ce_footer ul li{line-height:1;text-transform:uppercase}.ce_footer ul li:not(:last-child){padding-right:var(--pspace)}}.ce_footer ul li a{padding-left:0;position:relative}@media(max-width: 768px){.ce_footer ul li a{padding:5px 10px 5px 10px;margin:2px 0;display:block;background:rgba(0,0,0,.1);text-decoration:none}.ce_footer ul li a:before{left:12px;top:4px}}.ce_footer .copyright{display:flex;justify-content:center;align-items:center;text-decoration:none;line-height:1}.ce_footer .copyright img{max-height:40px;margin-right:1rem}.ce_footer .copyright figcaption{all:unset;text-transform:uppercase}.ce_footer .copyright figcaption>span>span{font-size:80%;text-transform:none}
:root{--iconsize:3em;--maintop:2vw}@media print{.ce_barrierefrei240913{display:none}}a:focus-visible{outline:.125rem solid var(--highlight);outline-offset:.5rem}.image_container{overflow:visible}.image_container>a{display:block}@media not print{.ce_barrierefrei240913{transition:all .5s;position:fixed !important;bottom:var(--maintop);right:2vw;z-index:1200}.ce_barrierefrei240913.bigspace{padding-top:0;padding-bottom:0}.ce_barrierefrei240913.bg:before{display:none}.ce_barrierefrei240913 .fixbtn{transition:all .5s;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0px rgba(0,0,0,.05);cursor:pointer;width:var(--iconsize);height:var(--iconsize);border-radius:50%;background:var(--highlight);color:var(--highlight-contrast)}.ce_barrierefrei240913 .fixbtn:hover{opacity:1 !important}.ce_barrierefrei240913 .icon{opacity:1}.ce_barrierefrei240913 .icon:before{content:"󰋦";font-size:250%;font-weight:normal;line-height:var(--iconsize);pointer-events:none;font-family:"Material Design Icons"}.ce_barrierefrei240913 *{transition:all .5s ease-in-out,width 0s,height 0s,color 0s,background-color 0s,font-size 0s}.ce_barrierefrei240913 input{display:block;position:absolute;width:100%;height:100%;top:0;left:0;padding:0;margin:0;cursor:pointer;opacity:0;z-index:2000;-webkit-touch-callout:none}.ce_barrierefrei240913 .settings-navigation{position:fixed;bottom:calc(var(--maintop) + var(--iconsize) + 1em);right:1em;padding:1rem;display:inline-block;width:auto;overflow:auto;box-shadow:20px 20px 110px 0px rgba(0,0,0,.5);background:var(--bgcolor);max-width:80vw;max-height:80vh;transform:translate(150%, 0);opacity:0;background:var(--bgbody)}.ce_barrierefrei240913 .settings-navigation .title{font-weight:600;border-bottom:1px solid var(--text)}.ce_barrierefrei240913 .settings-navigation span::before{font-family:"Material Design Icons";min-width:1.4em;display:inline-block;margin-right:.2em}.ce_barrierefrei240913 .settings-navigation ul{position:relative;padding:0;margin:0;list-style:none}.ce_barrierefrei240913 .settings-navigation ul li{position:relative;list-style:none}.ce_barrierefrei240913 .settings-navigation ul li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.ce_barrierefrei240913 .settings-navigation ul li>a{display:block}.ce_barrierefrei240913 .settings-navigation ul li span{display:flex;hyphens:auto;padding:.7rem 1rem;border-left:5px solid rgba(0,0,0,0)}.ce_barrierefrei240913 .settings-navigation ul li span.nosupport{display:none}.ce_barrierefrei240913 .settings-navigation ul li span.active{border-left:5px solid var(--highlight)}.ce_barrierefrei240913 .settings-navigation ul li:hover{cursor:pointer}.ce_barrierefrei240913 .settings-navigation .cookie:before{content:"󱛕"}.ce_barrierefrei240913 .settings-navigation .grey-filter:before{content:"󱎖"}.ce_barrierefrei240913 .settings-navigation .highcontrast:before{content:"󰬸"}.ce_barrierefrei240913 .settings-navigation .negativ:before{content:"󰪡"}.ce_barrierefrei240913 .settings-navigation .font-smaller:before{content:"󰪼"}.ce_barrierefrei240913 .settings-navigation .font-bigger:before{content:"󰙆"}.ce_barrierefrei240913 .settings-navigation .font-normalize:before{content:"󰚞"}.ce_barrierefrei240913 .settings-navigation .mark-links:before{content:"󰊇"}.ce_barrierefrei240913 .settings-navigation .readable-font:before{content:"󱄽"}.ce_barrierefrei240913 .settings-navigation .infomartionen:before{content:"󰋼"}.ce_barrierefrei240913 .settings-navigation .barrierefrei-reset:before{content:"󱞳"}.ce_barrierefrei240913 .settings-navigation .readtext:before{content:"󰭣"}.ce_barrierefrei240913 .settings-navigation::-webkit-scrollbar{width:12px;background:var(--bgbody)}.ce_barrierefrei240913 .settings-navigation::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);border-radius:10px}.ce_barrierefrei240913 .settings-navigation::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1)}.ce_barrierefrei240913 input:hover+.icon{opacity:1}.ce_barrierefrei240913 input:checked+.icon{opacity:1}.ce_barrierefrei240913 input:checked+.icon::before{content:"󰅖"}.ce_barrierefrei240913 input:checked~.settings-navigation{transform:translate(0, 0);opacity:1}body.grey-filter .bg:before,body.grey-filter>*>*>*>*{filter:grayscale(1)}body.highcontrast .bg:before,body.highcontrast>*>*>*>*{filter:grayscale(1) contrast(2)}body.highcontrast img{filter:grayscale(1) contrast(0.5) !important}body.mark-links a{text-decoration:underline !important}body.readable-font{font-weight:400}body.readable-font *{--font-headlines: Arial, Helvetica, sans-serif !important;--font-text: Arial, Helvetica, sans-serif !important;font-family:var(--font-text) !important;font-weight:400 !important;text-transform:none !important}body.negativ>*>*>*{filter:grayscale(1) contrast(1.5) invert(1)}body.negativ img{filter:invert(1)}body:not(.readtext) .texreaderpannel{display:none}body.readtext .readme{position:relative;z-index:120;outline:.125rem dashed var(--highlight);outline-offset:.2rem}body.readtext .texreaderpannel{position:fixed;left:0;background:var(--bgcolor);box-shadow:20px 20px 110px 0px rgba(0,0,0,.5);bottom:var(--maintop);left:2vw;padding:.5rem;border-top:var(--border) solid var(--highlight)}body.readtext .texreaderpannel .reader_headline{text-align:center;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:0}body.readtext .texreaderpannel>ul{display:flex;gap:.5em;list-style:none;padding:0;margin:0}body.readtext .texreaderpannel>ul>li{padding:.2em}body.readtext .texreaderpannel>ul>li:before{font-family:"Material Design Icons";color:var(--text);font-size:150%}body.readtext .texreaderpannel>ul>li span{display:none}body.readtext .texreaderpannel>ul>li:hover{cursor:pointer}body.readtext .texreaderpannel>ul>li.hide{display:none}body.readtext .texreaderpannel .nextReadElement:before{content:"󰄾"}body.readtext .texreaderpannel .prevReadElement:before{content:"󰄽"}body.readtext .texreaderpannel .closeReadingMode:before{content:"󰅙"}body.readtext .texreaderpannel .playReadingmode:before{content:"󰐍"}body.readtext .texreaderpannel .pauseReadingmode:before{content:"󰏦"}body.readtext .texreaderpannel .restartReading:before{content:"󰑓"}}
.symbol{position:relative;display:inline-flex}.symbol:before{font-family:"Material Design Icons";content:"󰏲";margin-right:.5em}.symbol.tel:before,.symbol.phone:before{content:"󰏲"}.symbol.symbol-highlight:before{color:var(--title)}.symbol.symbol-bigger{align-items:center}.symbol.symbol-bigger:before{font-size:150%}.symbol.fax:before{content:"󰈒"}.symbol.mobil:before{content:"󰄜"}.symbol.mail:before{content:"󰇰"}.symbol.date:before{content:"󰸗"}.symbol.formular:before{content:"󰆎"}.symbol,.symbol *,.symbol:hover,.symbol *:hover{text-decoration:none !important}p.symbol{display:flex}p .symbol+.symbol{margin-left:1.5rem}.materialIcon:before{font-family:"Material Design Icons";content:attr(data-icon) !important}.symbol-highlight .materialIcon:before{color:var(--title);font-size:130%}
:root{--inputborder:rgba(0,0,0,0.3);--inputbg:rgba(255,255,255,0.5)}.loading{position:absolute !important;top:0;left:0;bottom:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center}.loading .lds-ring{display:inline-block;position:relative;width:80px;height:80px}.loading .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid var(--highlight);border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:var(--highlight) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.loading .lds-ring div:nth-child(1){animation-delay:-0.45s}.loading .lds-ring div:nth-child(2){animation-delay:-0.3s}.loading .lds-ring div:nth-child(3){animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.widget-upload{position:relative;background:var(--inputbg);border:1px solid var(--inputborder)}.widget-upload input[type=file]{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;cursor:pointer}.widget-upload .file-dummy{width:100%;padding:.5rem;text-align:center;transition:background .3s ease-in-out}.widget-upload .file-dummy.drag-active{border:1px solid var(--highlight)}.widget-upload .file-dummy .prevgroup{display:flex;flex-wrap:wrap;gap:5px}.widget-upload .file-dummy .prevgroup .preview{position:relative;line-height:1.2;font-size:90%;background:var(--bgbody);display:flex;align-items:center;gap:.5rem;border:1px solid var(--inputborder);border-radius:2rem;padding:.5rem 1rem}.widget-upload .file-dummy .prevgroup .preview img{width:40px;height:40px;object-fit:contain}.widget-upload .file-dummy .prevgroup .preview .remover{z-index:1200}.widget-upload .file-dummy .prevgroup .preview .remover:hover{cursor:pointer}.widget-upload .file-dummy .prevgroup .preview .remover:before{content:"󰅖";font-family:"Material Design Icons";color:#9f0000;display:block}.widget-upload .file-dummy .default:before{font-family:"Material Design Icons";content:"󰭾";opacity:.4;font-size:150%}.widget-upload:has(input:focus){border:1px solid var(--highlight)}.widget-upload label{position:absolute;top:.5rem;transition:.3s;transform-origin:left;left:0;width:100%;padding:0 .5rem;display:flex;align-items:center;gap:.2rem;line-height:1.3}.widget-upload:has(input[type=file][required]:valid){padding-top:1.2rem}.widget-upload:has(input[type=file][required]:valid) label{font-size:70%;top:.1rem}.widget-upload:has(input[type=file][required]:valid) label:after{font-family:"Material Design Icons";margin-left:auto;content:"󰄬"}.widget-upload:has(input[type=file][required]:valid) .file-dummy .default{display:none}.widget-checkbox.cols-2>fieldset{grid-template-columns:repeat(2, 1fr)}.widget-checkbox fieldset,.widget-radio:not(.star-rating) fieldset{width:100%;display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}.widget-checkbox fieldset>legend,.widget-radio:not(.star-rating) fieldset>legend{padding-bottom:0;margin-bottom:1em;font-weight:400;border-bottom:1px solid var(--inputborder)}.widget-checkbox fieldset label,.widget-radio:not(.star-rating) fieldset label{display:flex}.widget-checkbox fieldset>div,.widget-checkbox fieldset>span,.widget-radio:not(.star-rating) fieldset>div,.widget-radio:not(.star-rating) fieldset>span{display:flex}.widget-checkbox fieldset.radio_container,.widget-checkbox fieldset.checkbox_container,.widget-radio:not(.star-rating) fieldset.radio_container,.widget-radio:not(.star-rating) fieldset.checkbox_container{--checkbox-height: 25px;overflow:visible !important;box-sizing:border-box}.widget-checkbox fieldset.radio_container input[type=radio],.widget-checkbox fieldset.radio_container input[type=checkbox],.widget-checkbox fieldset.checkbox_container input[type=radio],.widget-checkbox fieldset.checkbox_container input[type=checkbox],.widget-radio:not(.star-rating) fieldset.radio_container input[type=radio],.widget-radio:not(.star-rating) fieldset.radio_container input[type=checkbox],.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=radio],.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=checkbox]{opacity:0;position:absolute}.widget-checkbox fieldset.radio_container label:hover,.widget-checkbox fieldset.checkbox_container label:hover,.widget-radio:not(.star-rating) fieldset.radio_container label:hover,.widget-radio:not(.star-rating) fieldset.checkbox_container label:hover{cursor:pointer}.widget-checkbox fieldset.radio_container label>span,.widget-checkbox fieldset.checkbox_container label>span,.widget-radio:not(.star-rating) fieldset.radio_container label>span,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span{margin-right:1rem}.widget-checkbox fieldset.radio_container label>span,.widget-checkbox fieldset.checkbox_container label>span,.widget-radio:not(.star-rating) fieldset.radio_container label>span,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span{height:var(--checkbox-height);width:var(--checkbox-height);min-width:var(--checkbox-height);background:var(--inputbg);border:1px solid var(--inputborder);border-radius:5px;position:relative;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:border-color ease .2s;-o-transition:border-color ease .2s;-webkit-transition:border-color ease .2s;transition:border-color ease .2s}.widget-checkbox fieldset.radio_container label>span:before,.widget-checkbox fieldset.radio_container label>span:after,.widget-checkbox fieldset.checkbox_container label>span:before,.widget-checkbox fieldset.checkbox_container label>span:after,.widget-radio:not(.star-rating) fieldset.radio_container label>span:before,.widget-radio:not(.star-rating) fieldset.radio_container label>span:after,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span:before,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;height:0;width:calc(var(--checkbox-height)*.2);background-color:var(--highlight);display:inline-block;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-radius:5px;content:" ";-webkit-transition:opacity ease .5;-moz-transition:opacity ease .5;transition:opacity ease .5}.widget-checkbox fieldset.radio_container label>span:before,.widget-checkbox fieldset.checkbox_container label>span:before,.widget-radio:not(.star-rating) fieldset.radio_container label>span:before,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span:before{top:calc(var(--checkbox-height)*.72);left:calc(var(--checkbox-height)*.41);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.widget-checkbox fieldset.radio_container label>span:after,.widget-checkbox fieldset.checkbox_container label>span:after,.widget-radio:not(.star-rating) fieldset.radio_container label>span:after,.widget-radio:not(.star-rating) fieldset.checkbox_container label>span:after{top:calc(var(--checkbox-height)*.37);left:calc(var(--checkbox-height)*.05);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.widget-checkbox fieldset.radio_container>div:has(input:focus) label>span,.widget-checkbox fieldset.checkbox_container>div:has(input:focus) label>span,.widget-radio:not(.star-rating) fieldset.radio_container>div:has(input:focus) label>span,.widget-radio:not(.star-rating) fieldset.checkbox_container>div:has(input:focus) label>span{border:1px solid var(--highlight)}.widget-checkbox fieldset.radio_container input[type=radio]:checked+label>span:after,.widget-checkbox fieldset.radio_container input[type=checkbox]:checked+label>span:after,.widget-checkbox fieldset.checkbox_container input[type=radio]:checked+label>span:after,.widget-checkbox fieldset.checkbox_container input[type=checkbox]:checked+label>span:after,.widget-radio:not(.star-rating) fieldset.radio_container input[type=radio]:checked+label>span:after,.widget-radio:not(.star-rating) fieldset.radio_container input[type=checkbox]:checked+label>span:after,.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=radio]:checked+label>span:after,.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=checkbox]:checked+label>span:after{height:calc(var(--checkbox-height)/2);-moz-animation:dothabottomcheck-19 .2s ease 0s forwards;-o-animation:dothabottomcheck-19 .2s ease 0s forwards;-webkit-animation:dothabottomcheck-19 .2s ease 0s forwards;animation:dothabottomcheck-19 .2s ease 0s forwards}.widget-checkbox fieldset.radio_container input[type=radio]:checked+label>span:before,.widget-checkbox fieldset.radio_container input[type=checkbox]:checked+label>span:before,.widget-checkbox fieldset.checkbox_container input[type=radio]:checked+label>span:before,.widget-checkbox fieldset.checkbox_container input[type=checkbox]:checked+label>span:before,.widget-radio:not(.star-rating) fieldset.radio_container input[type=radio]:checked+label>span:before,.widget-radio:not(.star-rating) fieldset.radio_container input[type=checkbox]:checked+label>span:before,.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=radio]:checked+label>span:before,.widget-radio:not(.star-rating) fieldset.checkbox_container input[type=checkbox]:checked+label>span:before{height:calc(var(--checkbox-height)*1.2);-moz-animation:dothatopcheck-19 .4s ease 0s forwards;-o-animation:dothatopcheck-19 .4s ease 0s forwards;-webkit-animation:dothatopcheck-19 .4s ease 0s forwards;animation:dothatopcheck-19 .4s ease 0s forwards}@-moz-keyframes dothabottomcheck-19{0%{height:0}100%{height:calc(var(--checkbox-height)/2)}}@-webkit-keyframes dothabottomcheck-19{0%{height:0}100%{height:calc(var(--checkbox-height)/2)}}@keyframes dothabottomcheck-19{0%{height:0}100%{height:calc(var(--checkbox-height)/2)}}@keyframes dothatopcheck-19{0%{height:0}50%{height:0}100%{height:calc(var(--checkbox-height)*1.2)}}@-webkit-keyframes dothatopcheck-19{0%{height:0}50%{height:0}100%{height:calc(var(--checkbox-height)*1.2)}}@-moz-keyframes dothatopcheck-19{0%{height:0}50%{height:0}100%{height:calc(var(--checkbox-height)*1.2)}}.widget-checkbox fieldset.radio_container label>span,.widget-radio:not(.star-rating) fieldset.radio_container label>span{border-radius:50%}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input:not([type]),textarea,select,input.form-control{flex:1;width:100%;padding:.5em 1em;border:none;background:rgba(0,0,0,0);font-family:inherit;font-size:1rem;color:var(--text) !important;box-shadow:none}input[type=text]:not(select),input[type=password]:not(select),input[type=date]:not(select),input[type=datetime]:not(select),input[type=email]:not(select),input[type=number]:not(select),input[type=search]:not(select),input[type=tel]:not(select),input[type=time]:not(select),input[type=url]:not(select),input:not([type]):not(select),textarea:not(select),select:not(select),input.form-control:not(select){-webkit-appearance:none}input[type=text]:-webkit-autofill,input[type=password]:-webkit-autofill,input[type=date]:-webkit-autofill,input[type=datetime]:-webkit-autofill,input[type=email]:-webkit-autofill,input[type=number]:-webkit-autofill,input[type=search]:-webkit-autofill,input[type=tel]:-webkit-autofill,input[type=time]:-webkit-autofill,input[type=url]:-webkit-autofill,input:not([type]):-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill,input.form-control:-webkit-autofill{-webkit-background-clip:text}.widget-select,.widget-password,.widget-textarea,.widget-text{position:relative;background:var(--inputbg);padding:.8rem .5rem 0 .5rem;border:1px solid var(--inputborder)}.widget-select label,.widget-password label,.widget-textarea label,.widget-text label{position:absolute;top:.5rem;transition:.3s;transform-origin:left;left:0;width:100%;padding:0 .5rem;display:flex;align-items:center;gap:.2rem;line-height:1.3}.widget-select label:after,.widget-password label:after,.widget-textarea label:after,.widget-text label:after{font-family:"Material Design Icons";margin-left:auto}.widget-select input,.widget-select textarea,.widget-password input,.widget-password textarea,.widget-textarea input,.widget-textarea textarea,.widget-text input,.widget-text textarea{padding-left:0;padding-right:1rem;border-bottom:0;border:none}.widget-select:has(textarea[required]:not(:placeholder-shown):invalid) label:after,.widget-select:has(input[required]:not(:placeholder-shown):invalid) label:after,.widget-password:has(textarea[required]:not(:placeholder-shown):invalid) label:after,.widget-password:has(input[required]:not(:placeholder-shown):invalid) label:after,.widget-textarea:has(textarea[required]:not(:placeholder-shown):invalid) label:after,.widget-textarea:has(input[required]:not(:placeholder-shown):invalid) label:after,.widget-text:has(textarea[required]:not(:placeholder-shown):invalid) label:after,.widget-text:has(input[required]:not(:placeholder-shown):invalid) label:after{content:"󰀦"}.widget-select:has(textarea:not(:placeholder-shown):valid) label:after,.widget-select:has(input:not(:placeholder-shown):valid) label:after,.widget-select:has(input[required]:valid) label:after,.widget-select:has(textarea[required]:valid) label:after,.widget-password:has(textarea:not(:placeholder-shown):valid) label:after,.widget-password:has(input:not(:placeholder-shown):valid) label:after,.widget-password:has(input[required]:valid) label:after,.widget-password:has(textarea[required]:valid) label:after,.widget-textarea:has(textarea:not(:placeholder-shown):valid) label:after,.widget-textarea:has(input:not(:placeholder-shown):valid) label:after,.widget-textarea:has(input[required]:valid) label:after,.widget-textarea:has(textarea[required]:valid) label:after,.widget-text:has(textarea:not(:placeholder-shown):valid) label:after,.widget-text:has(input:not(:placeholder-shown):valid) label:after,.widget-text:has(input[required]:valid) label:after,.widget-text:has(textarea[required]:valid) label:after{content:"󰄬"}.widget-select:has(*:focus),.widget-password:has(*:focus),.widget-textarea:has(*:focus),.widget-text:has(*:focus){border:1px solid var(--highlight)}.widget-select:has(select) label,.widget-select:has(textarea:not(:placeholder-shown)) label,.widget-select:has(textarea[required]:valid) label,.widget-select:has(input:not(:placeholder-shown)) label,.widget-select:has(input[required]:valid) label,.widget-select:has(*:focus) label,.widget-password:has(select) label,.widget-password:has(textarea:not(:placeholder-shown)) label,.widget-password:has(textarea[required]:valid) label,.widget-password:has(input:not(:placeholder-shown)) label,.widget-password:has(input[required]:valid) label,.widget-password:has(*:focus) label,.widget-textarea:has(select) label,.widget-textarea:has(textarea:not(:placeholder-shown)) label,.widget-textarea:has(textarea[required]:valid) label,.widget-textarea:has(input:not(:placeholder-shown)) label,.widget-textarea:has(input[required]:valid) label,.widget-textarea:has(*:focus) label,.widget-text:has(select) label,.widget-text:has(textarea:not(:placeholder-shown)) label,.widget-text:has(textarea[required]:valid) label,.widget-text:has(input:not(:placeholder-shown)) label,.widget-text:has(input[required]:valid) label,.widget-text:has(*:focus) label{font-size:70%;top:.1rem}.widget.widget-submit{display:flex;flex-wrap:wrap;justify-content:space-between}.invisible,.birthday{display:none}fieldset{all:unset;padding:0;border:none;position:relative;overflow:hidden}fieldset legend{all:unset;display:block;margin:0;padding:0;width:100%;padding-top:0;padding-bottom:1em;font-weight:800;text-transform:uppercase}fieldset fieldset{padding:0;margin:0;border:none}form.form-with-bg>div>fieldset,fieldset.form-with-bg{padding:1.5rem;background:var(--bgcolor)}form.form-with-bg>div>fieldset>legend,fieldset.form-with-bg>legend{background:var(--title);color:var(--highlight-contrast);padding:.3em 1.5em;width:calc(100% + 3rem);margin:0 -1.5rem;line-height:inherit;display:inline-block}form.form-with-bg>div>fieldset fieldset legend,fieldset.form-with-bg fieldset legend{padding-top:0;text-transform:none}.disabled{opacity:.5}::-webkit-input-placeholder{color:rgba(0,0,0,0)}:-moz-placeholder{color:rgba(0,0,0,0)}::-moz-placeholder{color:rgba(0,0,0,0)}:-ms-input-placeholder{color:rgba(0,0,0,0)}input::placeholder{color:rgba(0,0,0,0)}.formbody{display:grid;gap:1.5rem}.formbody *{box-sizing:border-box}@media(min-width: 1030px){.formbody>*.fullsize{flex-basis:100%}}.formbody>fieldset{display:flex;gap:1em;flex-wrap:wrap}.formbody>fieldset>*{flex-basis:100%}@media(min-width: 768px){.formbody>fieldset>*{flex-basis:40%;flex-grow:1}}@media(min-width: 450px){.formbody>fieldset>*.plz{flex-basis:15%;min-width:100px}.formbody>fieldset>*.ort{flex-basis:30%;flex-grow:1}.formbody>fieldset>*.street{flex-basis:30%;flex-grow:1}}.formbody>fieldset>p.error{margin-bottom:.5em !important;padding:.2em 1em;border:1px solid #ad2b2b;flex-basis:100%}.formbody>fieldset>.fullsize,.formbody>fieldset>.widget-radio,.formbody>fieldset>.widget-checkbox,.formbody>fieldset>.widget-textarea{flex-basis:100%}
