@charset "UTF-8";
/* Kompiliert zu style.css (gleicher Ordner) — Partials _*.scss liegen ebenfalls in Resources/Public/Css/. */
/* CSS Document */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

/*.ce-border img,*/
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

/* .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
     margin-bottom: 10px;
 }*/
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

/*.ce-row { margin-bottom: 10px; }*/
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.ce-image a.lightbox,
.ce-gallery a.lightbox,
.ce-gallery a.jnlightbox,
.ce-textmedia a.lightbox {
  position: static;
  left: auto;
  line-height: inherit;
  text-align: inherit;
}

.space-content figcaption.image-caption,
.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}

.space-content .ce-gallery figure.image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.space-content .ce-gallery figure.image > a {
  display: block;
  max-width: 100%;
  text-align: center;
}
.space-content .ce-gallery figure.image img.image-embed-item,
.space-content .ce-gallery figure.image .image-embed-item {
  margin-left: auto;
  margin-right: auto;
}

.space-content img.image-embed-item,
.space-content .image-embed-item {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.space-content .ce-gallery a.lightbox,
.space-content .ce-gallery a.jnlightbox {
  position: static;
  left: auto;
  line-height: inherit;
  text-align: center;
}

.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  max-width: 100%;
  height: auto;
}

_:-ms-lang(x),
.space-content img,
.space-content figure,
.space-content .ce-outer,
.space-content .ce-inner,
.space-content .ce-row {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .space-content .ce-row {
    display: flex;
  }
  .space-content .ce-gallery .ce-column,
  .space-content .ce-textpic .ce-column {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  .space-content .ce-textpic.ce-intext .ce-row,
  .space-content .ce-textmedia.ce-intext .ce-row,
  .space-content .ce-image.ce-intext .ce-row {
    display: flex;
    gap: 10px;
  }
  .space-content .ce-textpic.ce-intext .ce-gallery,
  .space-content .ce-textmedia.ce-intext .ce-gallery,
  .space-content .ce-image.ce-intext .ce-gallery {
    max-width: 50%;
    width: auto;
  }
  .space-content .ce-textpic.ce-intext .ce-gallery .ce-column,
  .space-content .ce-textmedia.ce-intext .ce-gallery .ce-column,
  .space-content .ce-image.ce-intext .ce-gallery .ce-column {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .space-content .ce-textpic.ce-intext .ce-gallery figure.image,
  .space-content .ce-textmedia.ce-intext .ce-gallery figure.image,
  .space-content .ce-image.ce-intext .ce-gallery figure.image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .space-content .ce-textpic.ce-intext .ce-gallery figure.image > a,
  .space-content .ce-textmedia.ce-intext .ce-gallery figure.image > a,
  .space-content .ce-image.ce-intext .ce-gallery figure.image > a {
    text-align: inherit;
  }
  .space-content .ce-textpic.ce-intext.ce-left .ce-gallery figure.image > a,
  .space-content .ce-textmedia.ce-intext.ce-left .ce-gallery figure.image > a,
  .space-content .ce-image.ce-intext.ce-left .ce-gallery figure.image > a {
    text-align: left;
  }
  .space-content .ce-textpic.ce-intext.ce-right .ce-gallery figure.image > a,
  .space-content .ce-textmedia.ce-intext.ce-right .ce-gallery figure.image > a,
  .space-content .ce-image.ce-intext.ce-right .ce-gallery figure.image > a {
    text-align: right;
  }
  .space-content .ce-textpic.ce-intext.ce-center .ce-gallery figure.image > a,
  .space-content .ce-textmedia.ce-intext.ce-center .ce-gallery figure.image > a,
  .space-content .ce-image.ce-intext.ce-center .ce-gallery figure.image > a {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .space-content .ce-textpic .ce-gallery,
  .space-content .ce-image .ce-gallery {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .space-content .ce-textpic.ce-above .ce-gallery,
  .space-content .ce-image.ce-above .ce-gallery {
    margin-bottom: 1rem;
  }
  .space-content .ce-textpic.ce-below .ce-gallery,
  .space-content .ce-image.ce-below .ce-gallery {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .space-content .ce-textpic.ce-intext.ce-right .ce-gallery, .space-content .ce-textpic.ce-intext.ce-left .ce-gallery,
  .space-content .ce-image.ce-intext.ce-right .ce-gallery,
  .space-content .ce-image.ce-intext.ce-left .ce-gallery {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .space-content .ce-textpic.ce-nowrap .ce-bodytext,
  .space-content .ce-image.ce-nowrap .ce-bodytext {
    clear: both;
  }
  .space-content .ce-textpic .ce-bodytext,
  .space-content .ce-image .ce-bodytext {
    clear: both;
    width: 100%;
  }
  .space-content .ce-center .ce-outer,
  .space-content .ce-center .ce-inner {
    float: none;
    position: static;
    right: auto;
  }
  .space-content .ce-row {
    display: flex;
    flex-direction: column;
    min-width: 100%;
  }
  .space-content .ce-gallery {
    width: 100%;
  }
  .space-content .ce-gallery .ce-column,
  .space-content .ce-textpic .ce-column {
    margin-right: 0;
    margin-bottom: 10px;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .space-content img:not(.image-embed-item),
  .space-content figure {
    min-width: 0;
    width: 100%;
    height: auto;
  }
  .space-content img.image-embed-item,
  .space-content .image-embed-item {
    max-width: 100%;
    width: auto;
  }
  .space-content .ce-uploads img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .space-content .ce-inner,
  .space-content .ce-outer {
    width: 100%;
    height: auto;
  }
}
/* CSS */
/*Hintergrundfarbe Navigation oben nur mobil*/
.topnavi .container {
  /*background-color:#1A4267;*/
  border-bottom: 1px solid #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.74);
}

/*Hintergrundfarbe hinter den Button nur mobil
 .topnavi__lvl--first {
     background-color:#fafafa;
}*/
/*normal Hintergrund 1. Ebene nur mobil*/
/*.topnavi__link--first {
     background-color:rgba(255,255,255,0.87);
}*/
/*normal Hintergrund ab 2. Ebene mobil & Dektop*/
.topnavi__link--sub {
  /*background-color: rgba(255,255,255,0.92);*/
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

/*hover 1. Ebene nur mobil*/
/*.topnavi__link--first:hover {
     background-color:rgba(191,193,193,0.90);
}*/
/*hover 2. Ebene nur mobil*/
/* .topnavi__link--sub:hover {
	 background-color:rgba(255,255,255,1.00);
}*/
/*Aktiv Hintergrund nur mobil*/
/* .topnavi__link--active {
     background-color:#fff;
}*/
/*Border unten 1. Ebene nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #fff;
}

/*Border unten 2. Ebene nur mobil */
.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  /*Hintergrund ganze Breite nur Desktop*/
  /*.topnavi {
        background-color:rgba(255,255,255,0.90);
  /*border-bottom: 1px solid #1A4267;*/ /*###### Ausgelagert #####
}*/
  /*Hintergrund nur die Breite der Navigation nur Desktop*/
  .topnavi__lvl--first {
    background-color: transparent;
  }
  /*Hintergrundfarbe Navi 1. Ebene nur Desktop*/
  .topnavi__link--first {
    background-color: transparent;
  }
  /*hover nur 1. Ebene nur Desktop */
  .topnavi__link--first:hover {
    background-color: transparent;
  }
  /*Aktiv Hintergrund alle Ebenen nur Desktop */
  .topnavi__link--active {
    background-color: transparent;
  }
  .topnavi__item .topnavi__item .topnavi__link--active {
    background-color: #C7C7C7;
  }
  .firstsubmenue {
    background-color: rgba(148, 230, 247, 0.9);
  }
  /*ist ausgeblendet für Desktop*/
  #toggle-menu {
    border-bottom: 0px solid transparent;
  }
  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--sub {
    border-top: 10px solid #00f;
  }
  /*Border unten 1. Ebene Desktop*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 0px solid transparent;
  }
}
/* ### Symbol Navigation mobil ### */
/*x für Navi Mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: #666;
}

/*x für Navi Mobil wenn geöffnet*/
.topnavi .change .bar1, .topnavi .change .bar3 {
  background: #333;
}

/* ######### Schriftfarben ########## */
/*Schrift normal*/
/*.topnavi__link--first, .topnavi__link--sub, .topnavi__link--sub, .topnavi__item {
    color:#fff;
}*/
/*Schrift activ*/
/*.topnavi__link--active {
    color:#FF830E;
}*/
/*Schrift hover*/
/*.topnavi__link--first:hover, .topnavi__link--sub:hover {
    color:#FF830E;
}*/
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px;
}

/* ### MENU ARROWS ### */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

.topnavi__arrow--sub {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
}
/*ausblenden 1. Box für mobil*/
.topnavi label .topnavi__label {
  background-color: transparent;
}

.container .topnavi__arrow {
  border-top: 6px solid transparent;
}

.container .topnavi__arrow--sub {
  border-top: 6px solid transparent;
}

/*korrektur position höhe 2. & 3. Ebene für Desktop*/
.topnavi__lvl--sub .topnavi__item:first-child {
  margin-top: 1px;
}

.topnavi__lvl--sub li ul {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .topnavi {
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .topnavi__lvl--sub {
    margin-top: 1px;
  }
}
/*#### menü ###*/
#toggle-menu {
  display: block;
  position: relative;
}

/* MENU ARROWS */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

.topnavi__arrow--sub {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  .topnavi__arrow--sub {
    border-right: none;
    border-left: 6px solid;
  }
}
/* MOBILE VIEW */
.topnavi__lvl--first::after {
  clear: both;
  content: "";
  display: table;
}

.topnavi__lvl--first, .topnavi__lvl--sub {
  margin: 0;
  padding: 0;
}

.topnavi__lvl--first, .topnavi input[type=checkbox] {
  display: none;
}

#toggle:checked + .topnavi__lvl--first, .topnavi input[type=checkbox]:checked + .topnavi__lvl--sub {
  display: block;
}

.topnavi__item {
  color: #fff;
  display: block;
  position: relative;
}

.topnavi__item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.topnavi__item a:hover, .topnavi__item a:focus {
  text-decoration: none;
}

.topnavi__link--first {
  padding: 0.75em 1em;
  padding-right: 42px;
}

.topnavi__lvl--sub {
  display: none;
  padding-left: 1em;
}

.topnavi__link--sub {
  padding: 0.55em 0.7em;
  padding-right: 42px;
}

.topnavi__link--active {
  padding: 0.75em 1em;
  padding-right: 42px;
}

ul span.topnavi__label {
  display: none;
}

/* DESKTOP VIEW */
@media only screen and (min-width: 768px) {
  #toggle-menu {
    display: none;
  }
  .topnavi__lvl--first {
    display: block;
  }
  .topnavi__item {
    float: left;
  }
  .topnavi__link--first {
    padding: 0.75em 0.7em;
    padding-right: 20px;
  }
  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 10em;
    z-index: 3000;
  }
  .topnavi__lvl--sub .topnavi__item {
    float: none;
  }
  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%;
  }
}
/* LABELS */
.topnavi__label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.topnavi__label {
  height: 100%;
  padding: 0 0.2em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}

.topnavi__lvl--sub .topnavi__item:last-child {
  border-width: 0;
}

.topnavi__item--header {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.topnavi__item a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .topnavi__item {
    border-width: 0 1px 0 0;
  }
  .topnavi__lvl--sub {
    border-width: 0;
  }
  .topnavi__lvl--sub .topnavi__item {
    border-width: 0 0 1px;
  }
}
/* ############# Navigation Symbol Mobil ############### */
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer;
}

.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.topnavi .change .bar1 {
  -webkit-transform: rotate(45deg) translate(0, -2px);
  transform: rotate(45deg) translate(0, -2px);
  background: #fff;
}

.topnavi .change .bar2 {
  opacity: 0;
}

.topnavi .change .bar3 {
  -webkit-transform: rotate(-45deg) translate(0, -2px);
  transform: rotate(-45deg) translate(0, -2px);
  background: #fff;
}

.navi-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* über der Slider-Steuerung (Pfeile/Punkte z-index 1000) bleiben */
  z-index: 2000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/*### Langsames schließen der Navigation ###*/
.topnavi__item > input[type=checkbox] + .topnavi__lvl--sub {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

.topnavi__item:hover > input[type=checkbox] + .topnavi__lvl--sub {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS Document */
/* ### Logo Navigation ### */
.nav-top-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 4px max(50px, (100% - 1800px) / 2) 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(8px, 2vw, 16px);
}

.nav-top-line {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  line-height: 1.15;
  font-size: clamp(9px, 1.1vw, 12px);
}

.nav-top-line .frame {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-top-line .ce-textpic,
.nav-top-line .ce-gallery,
.nav-top-line .ce-outer,
.nav-top-line .ce-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.nav-top-line .ce-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: clamp(12px, 2vw, 28px);
  box-sizing: border-box;
}

.nav-top-line .ce-column {
  flex: 0 1 auto;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.nav-top-line figure.image {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.nav-top-line figure.image > a {
  display: block;
  line-height: 0;
  align-self: center;
}

.nav-top-line .image-caption {
  margin: 0;
  padding: 0 4px;
  font-size: clamp(9px, 1.05vw, 12px);
  line-height: 1.15;
  width: 100%;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92);
}

.nav-top-line img.image-embed-item,
.nav-top-line .image-embed-item {
  max-height: clamp(40px, 5vw, 56px);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.nav-top-line svg {
  max-height: clamp(40px, 5vw, 56px);
  width: auto;
  display: block;
}

.nav-top-line p,
.nav-top-line li,
.nav-top-line td,
.nav-top-line th {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.nav-top {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.nav-top .image-caption {
  display: none;
}

.nav-top .image-embed-item {
  padding-top: 25px;
}

@media only screen and (min-width: 700px) {
  .nav-top .image {
    position: relative;
  }
  .nav-top .image-caption {
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 25%;
    display: block;
  }
}
.nav-top-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-right: clamp(10px, 3vw, 25px);
  padding-left: clamp(4px, 1.5vw, 12px);
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(6px, 2vw, 16px);
}

/*########################################## Ausgeblendet ########*/
.nav-languages {
  display: none;
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-top {
  flex: 0 0 auto;
  align-self: center;
  min-width: 0;
}

.logo-top .frame-type-textmedia {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: clamp(8px, 2.5vw, 24px) clamp(10px, 3vw, 28px);
  box-sizing: border-box;
  padding-inline: clamp(6px, 3vw, 22px);
  padding-block: clamp(6px, 1.8vw, 16px);
  overflow: visible;
}

.logo-top .frame-type-textmedia .ce-textpic {
  order: 1;
  flex: 0 1 auto;
  min-width: 0;
}

.logo-top .frame-type-textmedia .ce-textpic.ce-center {
  text-align: left;
}

.logo-top .frame-type-textmedia .ce-gallery,
.logo-top .frame-type-textmedia .ce-row,
.logo-top .frame-type-textmedia figure.image {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.logo-top .frame-type-textmedia .ce-outer,
.logo-top .frame-type-textmedia .ce-inner {
  text-align: left;
}

.logo-top .frame-type-textmedia header {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
  align-self: center;
}

.logo-top .frame-type-textmedia header h2 {
  margin: 0;
  text-align: right;
  padding-block: clamp(4px, 1.2vw, 12px);
  padding-inline: clamp(4px, 1.5vw, 12px);
  line-height: 1.08;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.65rem, 5.5vw + 0.85rem, 4rem);
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.logo-top .frame-type-textmedia img.image-embed-item,
.logo-top .frame-type-textmedia .image-embed-item {
  width: auto;
  max-width: min(280px, 46vw);
  height: auto;
  margin: 0;
  padding: clamp(4px, 1.2vw, 14px);
  box-sizing: border-box;
  display: block;
}

.logo-top .image-embed-item {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .logo-top .frame-type-textmedia {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-inline: clamp(8px, 4vw, 20px);
    padding-block: clamp(10px, 3vw, 20px);
  }
  .logo-top .frame-type-textmedia .ce-textpic {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .logo-top .frame-type-textmedia .ce-textpic.ce-center {
    text-align: center;
  }
  .logo-top .frame-type-textmedia .ce-gallery,
  .logo-top .frame-type-textmedia .ce-row,
  .logo-top .frame-type-textmedia figure.image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-top .frame-type-textmedia .ce-outer,
  .logo-top .frame-type-textmedia .ce-inner {
    text-align: center;
  }
  .logo-top .frame-type-textmedia header {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .logo-top .frame-type-textmedia header h2 {
    text-align: center;
  }
  .logo-top .frame-type-textmedia img.image-embed-item,
  .logo-top .frame-type-textmedia .image-embed-item {
    max-width: min(340px, 92vw);
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(6px, 2vw, 16px);
  }
  .logo-top .frame-type-textmedia header h2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
.nav-top-row .font-awesome-div a,
.nav-top-row .font-awesome-div a i {
  color: #fff;
  text-decoration: none;
  transition: color 0.15s ease;
}

.nav-top-row .font-awesome-div a:hover,
.nav-top-row .font-awesome-div a:focus,
.nav-top-row .font-awesome-div a:hover i,
.nav-top-row .font-awesome-div a:focus i {
  color: #1b2604;
}

.nav-languages div {
  padding: 8px 0 5px 15px;
  margin: 0;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .nav-languages {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-languages {
    font-size: 12px;
  }
}
/* CSS Document */
/* ### Gridelements ### */
@media only screen and (min-width: 860px) {
  .grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
  }
  .col-md-3,
  .col-md,
  .col-md-6 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .col-md-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .col-md-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
  }
  .col-md-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
  }
  /*padding der Boxen*/
  .col-md,
  .col-md-3,
  .col-md-4,
  .col-md-6,
  .col-md-8,
  .col-md-9 {
    margin: 0 24px 0 24px;
  }
  .col-md:first-child {
    margin: 0 24px 0 0;
  }
  .col-md-3:first-child,
  .col-md-4:first-child,
  .col-md-8:first-child,
  .col-md-9:first-child {
    margin: 0 24px 0 0;
  }
  .col-md-6:first-child {
    margin: 0 24px 0 0;
  }
  .col-md:last-child {
    margin: 0 0 0 24px;
  }
  .col-md-3:last-child,
  .col-md-4:last-child,
  .col-md-8:last-child,
  .col-md-9:last-child {
    margin: 0 0 0 24px;
  }
  .col-md-6:last-child {
    margin: 0 0 0 24px;
  }
}
/* ### Boxen ### */
.eonelement .frame-boxwithimage,
.eonelement .frame-whitebox,
.eonelement .frame-greybox,
.eonelement .frame-greenbox,
.eonelement .frame-box-buddy-blue,
.eonelement .frame-box-buddy-red,
.eonelement .frame-box-important {
  height: 100%;
}

/* Boxen: seitliches Padding kommt aus _ce-layout.scss (.frame-layout-0.frame-*),
   hier das vertikale Padding (oben + unten) – rundum gleicher Innenabstand. */
/* graue Box */
.space-content .frame-greybox {
  background-color: #ECECEC;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 15px;
  border: solid 1px #728e3f;
  margin-bottom: 24px;
}

/* grüne Box */
.space-content .frame-greenbox {
  background-color: rgba(114, 142, 63, 0.35);
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 15px;
  border: solid 1px #728e3f;
  margin-bottom: 24px;
}

/* weiße Box */
.space-content .frame-whitebox {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 15px;
  border: solid 1px #728e3f;
  margin-bottom: 24px;
  box-sizing: border-box;
}

/* transparente Box */
.space-content .frame-transparent {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 15px;
  border: solid 1px #728e3f;
  margin-bottom: 24px;
}

/*### Tabelle ###*/
.frame-tabelle {
  padding: 0 48px;
}

.frame-tabelle .contenttable {
  width: 99.8%;
  border-collapse: collapse;
}

.frame-tabelle tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.frame-tabelle td {
  border: 1px solid #ccc;
  padding: 12px !important;
  flex: 1;
}

/* Box mit Bildern 100% höhe */
.frame-boxwithimage {
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.frame-boxwithimage header h2 {
  margin: 0;
  color: #fff;
  padding: 22.609px;
  text-align: center;
}

.frame-boxwithimage figure {
  width: 100%;
  height: auto;
}

.frame-boxwithimage .ce-bodytext {
  padding: 0 25px;
}

.frame-boxwithimage img,
.frame-boxwithimage figure,
.frame-boxwithimage .ce-outer,
.frame-boxwithimage .ce-inner,
.frame-boxwithimage .ce-row {
  max-width: 101%;
  min-width: 101%;
  height: auto;
}

.frame-boxwithimage p a {
  color: #fff;
  /*display: inline-block;*/
  padding: 8px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}

.frame-boxwithimage p {
  padding-top: 10px;
}

.frame-boxwithimage .contenttable td {
  padding: 5px;
}

.frame-boxwithimage .contenttable {
  width: 100%;
}

.frame-boxwithimage img {
  margin-bottom: 15px;
}

.frame-boxwithimage .image-caption {
  padding-left: 34px !important;
}

/* Box mit Bildern 2*/
.frame-boxwithimage_2 {
  padding: 0 0 25px 0;
  margin: 0 0 24px 0;
  border-radius: 15px;
  overflow: hidden;
}

.frame-boxwithimage_2 header h2 {
  margin: 0;
  color: #fff;
  padding: 22.609px;
  text-align: center;
}

.frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}

.frame-boxwithimage_2 .ce-bodytext {
  padding: 25px;
}

.frame-boxwithimage_2 img,
.frame-boxwithimage_2 figure,
.frame-boxwithimage_2 .ce-outer,
.frame-boxwithimage_2 .ce-inner,
.frame-boxwithimage_2 .ce-row {
  max-width: 101%;
  min-width: 101%;
  height: auto;
}

.frame-boxwithimage_2 p a {
  color: #fff;
  /*display: inline-block;*/
  padding: 8px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}

.frame-boxwithimage_2 p {
  padding-top: 10px;
}

.frame-boxwithimage_2 .contenttable td {
  padding: 5px;
}

.frame-boxwithimage_2 .contenttable {
  width: 100%;
}

.frame-boxwithimage_2 img {
  margin-bottom: 15px;
}

.frame-boxwithimage_2 > p {
  margin-left: 24px;
}

/*#################  Bildergalerie (frame_class "imagegallery") ##################*/
/* Bilder im Raster gemaess Gestaltungsrichtlinien: 1px Rahmen in der Designfarbe
   (--pager-accent, pro fe-layout gesetzt), weisser Hintergrund, Schatten und
   runde Ecken – wie .ce-border- und News-Bilder. Spaltenzahl steuert der
   Redakteur ueber die Galerie-Einstellung des Inhaltselements. */
/* .ce-gallery behaelt overflow:hidden (BFC fuer den Zentrier-Float-Hack der CE) –
   nicht anfassen, sonst klappt die Galerie zusammen und ueberlagert die Ueber-
   schrift. Sie clippt aber Lift (oben) und Schatten (rechts/unten) der Bilder,
   daher hier innen rundum Luft lassen. Die Reihe ist Flex (siehe _image.scss),
   overflow:visible ist dort gefahrlos und laesst den Schatten in das gallery-
   padding reichen. */
.frame-imagegallery .ce-gallery {
  padding: 10px 18px 20px;
}

.frame-imagegallery .ce-gallery .ce-row {
  overflow: visible;
  gap: 16px;
  margin-bottom: 16px;
}

.frame-imagegallery .ce-gallery .ce-row:last-child {
  margin-bottom: 0;
}

.frame-imagegallery .ce-gallery .ce-column {
  margin-right: 0;
  margin-bottom: 0;
}

.frame-imagegallery figure.image {
  margin: 0;
}

.frame-imagegallery figure.image > a {
  display: block;
}

.frame-imagegallery figure.image img,
.frame-imagegallery .image-embed-item {
  display: block;
  width: 100%;
  height: auto;
  border: solid 1px var(--pager-accent, #FF830E);
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.frame-imagegallery figure.image a:hover img {
  transform: translateY(-3px);
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.3);
}

.frame-imagegallery figcaption.image-caption {
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  .frame-imagegallery .ce-gallery .ce-column {
    margin-bottom: 16px;
  }
}
/*#################  Tabelle Box für Kurse ##################*/
.frame-boxkurse .contenttable {
  width: 99.8%;
  border-collapse: collapse;
}

.frame-boxkurse .contenttable td {
  padding: 5px;
  border: solid 1px #c6c6c6;
}

.frame-boxkurse .contenttable thead {
  font-weight: bold;
  background-color: #c6c6c6;
}

.frame-boxkurse .contenttable thead th {
  padding: 10px 5px;
  border: solid 1px #1A4267;
}

.frame-boxkurse .contenttable tr:hover {
  background-color: #c6c6c6;
}

@media only screen and (max-width: 900px) {
  /* Force table to not be like tables anymore */
  .frame-boxkurse .contenttable table,
  .frame-boxkurse .contenttable thead,
  .frame-boxkurse .contenttable tbody,
  .frame-boxkurse .contenttable th,
  .frame-boxkurse .contenttable td,
  .frame-boxkurse .contenttable tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .frame-boxkurse thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .frame-boxkurse tr {
    border: 1px solid #ccc;
    margin-bottom: 25px;
  }
  .frame-boxkurse .contenttable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .frame-boxkurse .contenttable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  /*
  Label the data
  */
  .frame-boxkurse .contenttable td:nth-of-type(1):before {
    content: "Kursname/Zeit";
  }
  .frame-boxkurse .contenttable td:nth-of-type(2):before {
    content: "Kursort (Erfurt)";
  }
  .frame-boxkurse .contenttable td:nth-of-type(3):before {
    content: "Start - Ende";
  }
  .frame-boxkurse .contenttable td:nth-of-type(4):before {
    content: "Einstieg möglich";
  }
  .frame-boxkurse .contenttable td:nth-of-type(5):before {
    content: "freie Plätze";
  }
  .frame-boxkurse .contenttable td:nth-of-type(6):before {
    content: "Schwerpunkt";
  }
  .frame-boxkurse .contenttable td:nth-of-type(7):before {
    content: "Bauherr";
  }
}
@media only screen and (max-width: 600px) {
  .frame-boxkurse .contenttable td {
    font-size: 0.8rem;
  }
}
/*### breiter Rahmen für Spalten Hintergrund ###*/
.wrap-startseite-style .frame-default {
  padding: 25px;
}

.site-top .frame-default {
  padding: 8px 25px;
}

@media only screen and (max-width: 768px) {
  .wrap-startseite-style .frame-default {
    padding: 0 50px;
  }
}
.frame-rahmen-bg {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(50px, (100vw - 1800px) / 2 + 50px);
  padding-right: max(50px, (100vw - 1800px) / 2 + 50px);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .frame-rahmen-bg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*
### News ###*/
.news h3 {
  padding-bottom: 15px;
}

.news .footer {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  border-top: none;
}

.teaser-text p {
  margin-top: 0px;
}

.news-list-date {
  font-size: 0.8rem;
}

/* News-Bilder bekommen denselben Rahmen wie .ce-border-Bilder:
   1px in der Designfarbe (--pager-accent, pro Layout gesetzt) + Schatten.
   Der weisse Standard-Rahmen/Hintergrund der News-Extension (news-basic.css)
   wird zurueckgesetzt. #wrapp-all erhoeht die Spezifitaet, damit dieser
   Reset die spaeter geladene news-basic.css sicher uebersteuert. */
#wrapp-all .news .article .news-img-wrap {
  background: none;
  /* Listenbild: 200px breit, aber hoechstens 50% der Artikelbreite */
  width: 200px;
  max-width: 50%;
}

#wrapp-all .news .article .news-img-wrap a {
  display: block;
  float: none;
  padding: 0;
  border: 0;
  background: none;
}

#wrapp-all .news .article .news-img-wrap a img {
  display: block;
  width: 100%;
  height: auto;
  border: solid 1px var(--pager-accent, #FF830E);
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* ### News Paginator ### */
/* Akzentfarben werden pro Seitendesign am Wrapper #wrapp-all.fe-layout-N
   gesetzt und hier ueber die CSS-Variablen genutzt. Fallback = oranges Layout 0. */
.f3-widget-paginator {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.f3-widget-paginator li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f3-widget-paginator li a,
.f3-widget-paginator li.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  color: var(--pager-link, #1A4267);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.f3-widget-paginator li a:hover,
.f3-widget-paginator li a:focus {
  border-color: var(--pager-accent-hover, #e6740a);
  color: var(--pager-accent-hover, #e6740a);
  background-color: #f6f6f6;
}

.f3-widget-paginator li.current {
  border-color: var(--pager-accent, #FF830E);
  background-color: var(--pager-accent, #FF830E);
  color: var(--pager-current-text, #fff);
  font-weight: 600;
  cursor: default;
}

.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  font-weight: 600;
}

/* Panorama im iframe*/
.responsive-iframe iframe {
  max-width: 100%;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}

.responsive-iframe iframe {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
}

.responsive-iframe.ratio4x3 {
  padding-bottom: 75%;
}

/*#### Login ###*/
.frame-type-felogin_login label {
  width: 100%;
  display: block;
}

.frame-type-felogin_login input {
  float: right;
  width: 50%;
  padding: 5px;
  margin: 2px;
}

.frame-layout-0 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  .frame-layout-0 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.frame-layout-0.frame-greybox,
.frame-layout-0.frame-whitebox,
.frame-layout-0.frame-greenbox,
.frame-layout-0.frame-transparent {
  width: auto;
  max-width: 1700px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.frame-layout-0.frame-greybox {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .frame-layout-0.frame-greybox,
  .frame-layout-0.frame-whitebox,
  .frame-layout-0.frame-greenbox,
  .frame-layout-0.frame-transparent {
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.gridcolum .frame-layout-0.frame-greybox,
.gridcolum .frame-layout-0.frame-whitebox,
.gridcolum .frame-layout-0.frame-greenbox,
.gridcolum .frame-layout-0.frame-transparent {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.frame-layout-0.frame-rahmen-bg {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(50px, (100vw - 1800px) / 2 + 50px);
  padding-right: max(50px, (100vw - 1800px) / 2 + 50px);
}

@media only screen and (max-width: 768px) {
  .frame-layout-0.frame-rahmen-bg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.frame-layout-0 .frame-layout-0:not(.frame-whitebox):not(.frame-greybox):not(.frame-greenbox):not(.frame-transparent),
.frame-layout-0 .frame-rahmen-bg .frame-default:not(.frame-whitebox):not(.frame-greybox):not(.frame-greenbox):not(.frame-transparent) {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.frame-layout-1 {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(50px, (100vw - 1800px) / 2 + 50px);
  padding-right: max(50px, (100vw - 1800px) / 2 + 50px);
}

@media only screen and (max-width: 768px) {
  .frame-layout-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.frame-layout-1 .frame-default,
.frame-layout-1.frame-default {
  padding-left: 0;
  padding-right: 0;
}

.frame-layout-1.frame-rahmen-bg,
.frame-layout-1 .frame-rahmen-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.drei-zeilen_1 .frame-default {
  overflow: visible;
}
.drei-zeilen_1 .frame-default:has(.slick-slider) {
  margin: 0;
  padding: 0;
}
.drei-zeilen_1 .slick-slider.slickdefault {
  margin: 0;
  overflow: visible;
}

.drei-zeilen_1 [id^=slickid-],
.drei-zeilen_1 [id^=slicksync-] {
  position: relative;
}
.drei-zeilen_1 [id^=slickid-] ul.slick-dots,
.drei-zeilen_1 [id^=slicksync-] ul.slick-dots {
  bottom: 12px;
  z-index: 1000;
}
.drei-zeilen_1 [id^=slickid-] ul.slick-dots li,
.drei-zeilen_1 [id^=slicksync-] ul.slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 7px;
}
.drei-zeilen_1 [id^=slickid-] ul.slick-dots li button,
.drei-zeilen_1 [id^=slicksync-] ul.slick-dots li button {
  width: 26px;
  height: 26px;
}
.drei-zeilen_1 [id^=slickid-] ul.slick-dots li button:before,
.drei-zeilen_1 [id^=slicksync-] ul.slick-dots li button:before {
  font-size: 16px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}
.drei-zeilen_1 [id^=slickid-] ul.slick-dots li.slick-active button:before,
.drei-zeilen_1 [id^=slicksync-] ul.slick-dots li.slick-active button:before {
  opacity: 1;
}
.drei-zeilen_1 [id^=slickid-] .slick-prev,
.drei-zeilen_1 [id^=slickid-] .slick-next,
.drei-zeilen_1 [id^=slicksync-] .slick-prev,
.drei-zeilen_1 [id^=slicksync-] .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  padding: 0;
  z-index: 1000;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.drei-zeilen_1 [id^=slickid-] .slick-prev:before,
.drei-zeilen_1 [id^=slickid-] .slick-next:before,
.drei-zeilen_1 [id^=slicksync-] .slick-prev:before,
.drei-zeilen_1 [id^=slicksync-] .slick-next:before {
  font-family: "slick", Arial, sans-serif;
  font-size: 48px;
  line-height: 52px;
  width: 52px;
  height: 52px;
  display: block;
  opacity: 0.9;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  -webkit-font-smoothing: antialiased;
}
.drei-zeilen_1 [id^=slickid-] .slick-prev:hover:before, .drei-zeilen_1 [id^=slickid-] .slick-prev:focus:before,
.drei-zeilen_1 [id^=slickid-] .slick-next:hover:before,
.drei-zeilen_1 [id^=slickid-] .slick-next:focus:before,
.drei-zeilen_1 [id^=slicksync-] .slick-prev:hover:before,
.drei-zeilen_1 [id^=slicksync-] .slick-prev:focus:before,
.drei-zeilen_1 [id^=slicksync-] .slick-next:hover:before,
.drei-zeilen_1 [id^=slicksync-] .slick-next:focus:before {
  opacity: 1;
}
.drei-zeilen_1 [id^=slickid-] .slick-prev,
.drei-zeilen_1 [id^=slicksync-] .slick-prev {
  left: 12px;
}
.drei-zeilen_1 [id^=slickid-] .slick-prev:before,
.drei-zeilen_1 [id^=slicksync-] .slick-prev:before {
  content: "←";
}
.drei-zeilen_1 [id^=slickid-] .slick-next,
.drei-zeilen_1 [id^=slicksync-] .slick-next {
  right: 12px;
}
.drei-zeilen_1 [id^=slickid-] .slick-next:before,
.drei-zeilen_1 [id^=slicksync-] .slick-next:before {
  content: "→";
}

.slick-slider.slickdefault {
  max-height: 450px;
  width: 100%;
}
.slick-slider.slickdefault:not(.slick-initialized) {
  max-height: 450px;
  overflow: hidden;
}
.slick-slider.slickdefault .slick-list {
  overflow: hidden;
}
.slick-slider.slickdefault .slick-list,
.slick-slider.slickdefault .slick-track {
  height: 450px;
  max-height: 450px;
}
.slick-slider.slickdefault .slick-slide {
  height: 450px;
  max-height: 450px;
}
.slick-slider.slickdefault .slick-slide > div {
  height: 100%;
}
.slick-slider.slickdefault .slick-slide figure.image {
  margin: 0;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
  display: block !important;
  width: 100% !important;
  position: relative;
}
.slick-slider.slickdefault .slick-slide .image-embed-item,
.slick-slider.slickdefault .slick-slide img.image-embed-item {
  display: block;
  width: 100%;
  height: 450px;
  max-height: 450px;
  object-fit: cover;
  object-position: center center;
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35em;
  width: max-content;
  max-width: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption h3,
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description {
  margin: 0;
  width: auto;
  max-width: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: max(1.375rem, 3vw);
  white-space: nowrap;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  opacity: 0;
}
@media (max-width: 768px) {
  .slick-slider.slickdefault .slick-slide figcaption.image-caption h3,
  .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description {
    font-size: max(2rem, 6vw);
    white-space: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 480px) {
  .slick-slider.slickdefault .slick-slide figcaption.image-caption h3,
  .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description {
    font-size: max(2.25rem, 8vw);
  }
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption h3,
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description {
  line-height: 1.35;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a,
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a:hover, .slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a:focus,
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description a:hover,
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-description a:focus {
  color: #fff;
  opacity: 0.88;
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title {
  margin: 0;
  width: auto;
  max-width: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: max(0.875rem, 1.75vw);
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  hyphens: none;
  -webkit-hyphens: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title {
    font-size: max(1rem, 3.5vw);
    white-space: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 480px) {
  .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title {
    font-size: max(1.125rem, 4vw);
  }
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a {
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a:hover, .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a:focus {
  color: #fff;
  opacity: 0.88;
}
.slick-slider.slickdefault .slick-slide.slick-active figcaption.image-caption {
  pointer-events: auto;
}
.slick-slider.slickdefault .slick-slide.slick-active figcaption.image-caption h3,
.slick-slider.slickdefault .slick-slide.slick-active figcaption.image-caption .slick-slide-description {
  animation: ids-slick-caption-fade-in 600ms ease 400ms forwards;
}
.slick-slider.slickdefault .slick-slide.slick-active figcaption.image-caption .slick-slide-title {
  animation: ids-slick-caption-fade-in 600ms ease 850ms forwards;
}
.slick-slider.slickdefault .slick-slide:not(.slick-active) figcaption.image-caption h3,
.slick-slider.slickdefault .slick-slide:not(.slick-active) figcaption.image-caption .slick-slide-description,
.slick-slider.slickdefault .slick-slide:not(.slick-active) figcaption.image-caption .slick-slide-title {
  animation: none;
  opacity: 0;
}
@keyframes ids-slick-caption-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slick-slider.slickdefault .slick-slide figure {
  margin: 0;
}
.slick-slider.slickdefault.hidden {
  display: none;
}

#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption h3,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a {
  color: #fff;
}
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a:hover,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption h3 a:focus,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a:hover,
#wrapp-all .space-content .slick-slider.slickdefault .slick-slide figcaption.image-caption .slick-slide-title a:focus {
  color: #fff;
}

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hintergund {
  background: fixed rgba(255, 255, 255, 0.7);
}

.top-search {
  padding: 15px 25px;
}

/* .nav-top-row: nav-top-line (2692) links, logo-top (2697) rechts. */
.space-content h1,
.space-content header h1 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  line-height: 1.1;
  text-align: center;
  margin-top: 0;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.space-content header {
  text-align: center;
  /* seitlicher Abstand, damit die zentrierte Überschrift nicht am Rand klemmt */
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.space-content h1.ce-headline-left,
.space-content h1.ce-headline-right {
  text-align: center;
}

.space-content h2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  /*color: #1A4267;*/
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.18);
}

.space-content h3 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.logo-top img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .logo-top .ce-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-top .ce-row .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 700px) {
  .logo-top .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .logo-top img {
    min-width: 50px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.site-top {
  background: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.site-top-color {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* Hintergrund je fe-layout in _fe-layout-*.scss */
}

div.site-top .site-top-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

div.site-top .site-top-content .logo-wrap {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

div.site-top .site-top-content .nav-languages {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  width: 20%;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/* ### Logo #### */
.logo .ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo .ce-row .ce-column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo img {
  height: auto;
  max-width: 40%;
}

.logo img {
  margin: 5px auto 0 auto;
}

/* ### Logo Name ### */
.logo-name h3,
.logo-name h3 a {
  padding: 10px 0 10px 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bolder;
  font-size: 5vw;
  color: #ffffff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.logo-name .ce-bodytext {
  text-align: center;
  color: #FF830E;
}

@media only screen and (min-width: 768px) {
  .logo-name h3,
  .logo-name h3 a {
    text-align: right;
    font-size: 3vw;
    padding: 40px 12px 10px 0;
  }
  .logo-name .ce-bodytext {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  div.logo-wrap,
  footer #footer-inner,
  .footer-center .ce-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  div.logo-wrap .logo {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  div.logo-wrap .logo-name {
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
  }
  div.logo-wrap .logo div {
    width: 100%;
  }
  div.logo-wrap .logo img {
    height: auto !important;
    min-width: 100%;
  }
}
/* Kleiner Viewport: Suche ausblenden, Logo + Logo-Name kompakter und weiter
   oben. Layout-unabhaengig -> gilt fuer alle fe-layouts. */
@media only screen and (max-width: 767px) {
  /* Ganzen logo-top-Container ausblenden (enthaelt nur die Such-Lupe, Element
     2697), nicht nur die Lupe – sonst bleibt eine leere Flex-Zeile in
     .nav-top-row stehen und belegt weiter Platz. */
  .logo-top {
    display: none;
  }
  /* Bereichs-Logos naeher an den Rand: grosses Seiten-Padding reduzieren. */
  .nav-top-row {
    padding-left: 12px;
    padding-right: 12px;
  }
  .logo img {
    max-width: 28%;
    margin: 0 auto;
  }
  /* Name kompakter und dichter an Logo + Navi-Button, zentriert. */
  .logo-name h3,
  .logo-name h3 a {
    text-align: center;
    font-size: 5.5vw;
    padding: 0;
  }
  /* Abstand der Haupt-Navigation (Hamburger) nach oben/unten verkleinern. */
  .topnavi .container {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
/* ###################### Schrift ######################## */
body {
  font-size: 1.1rem;
  line-height: 1.2;
  /*color: #1A4267;*/
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* Lightbox2 overrides removed: custom lightbox lives in Resources/Public/Css/lightbox.css */
.layout-space-r-l strong {
  font-weight: bold;
  font-size: 1.2rem;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 1em;
}

/*Silbentrennung*/
.space-content p,
.space-content a,
.space-content ul,
.space-content li,
h1,
h2,
h3,
header {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*### Font Awesome ###*/
.font-awesome-div {
  font-size: 1.2rem;
  letter-spacing: 5px;
  padding: 5px 0 5px 5px;
  text-align: left;
}

.font-awesome-div a,
.font-awesome-div a i {
  margin: 5px;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

/* ### Inhalt ### */
/*#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}*/
/*### Spalten Startseite ###*/
.wrap-startseite {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .wrap-startseite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .drei-zeilen_2sp_0 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    /* innerer Spaltenabstand dynamisch & schmaler (vorher fix 25px) */
    padding: 0 clamp(8px, 1.5vw, 16px) 0 50px;
  }
  .drei-zeilen_2sp_2 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 0 50px 0 clamp(8px, 1.5vw, 16px);
  }
}
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 300px;
  max-width: 1400px;
  margin: 0 auto;
}

.layout-1spalte.space-content,
.layout-drei-zeilen-zwei-spalten.space-content,
.layout-drei-zeilen.space-content {
  background-color: rgba(255, 255, 255, 0.88);
}

.drei-zeilen_1 {
  display: flow-root;
  padding-bottom: 0;
}

.drei-zeilen_1 .frame-space-before-large {
  margin-top: 1.5rem;
}

.drei-zeilen_1 .frame-space-after-small,
.drei-zeilen_1 .frame-space-after-medium,
.drei-zeilen_1 .frame-space-after-large {
  margin-bottom: 0;
}

#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .ce-gallery,
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .ce-gallery .ce-row,
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .ce-gallery .ce-column {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  float: none;
}
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .ce-center .ce-outer,
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .ce-center .ce-inner {
  float: none;
  position: static;
  right: auto;
}
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) figure.image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 450px;
  max-height: 450px;
  margin: 0;
  float: none;
  overflow: hidden;
}
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) figure.image img,
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) .image-embed-item,
#wrapp-all .drei-zeilen_1 .frame:not(:has(.slick-slider)) img.image-embed-item {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 450px;
  max-height: 450px;
  object-fit: cover;
  object-position: center center;
}

.wrap-startseite-style {
  display: flow-root;
  margin-top: 0;
}

.drei-zeilen_1 + .wrap-startseite-style > .default-style.wrap-startseite {
  padding-top: 0;
}

.default-style {
  padding: 50px 0 0 0;
}

.default-style:last-child p {
  padding-bottom: 1em;
}

.space-content p {
  padding: 0 0 25px 0;
  margin-block-end: 0;
}

.drei-zeilen_0, .content_1Spalte_0 {
  min-height: 600px;
  padding-bottom: 50px;
}

/*### Tabelle ###*/
.space-content .contenttable {
  width: 99.8%;
  border-collapse: collapse;
}

.space-content .contenttable td {
  vertical-align: top;
  padding: 5px 10px 5px 0;
}

.ce-bodytext p {
  margin-top: 0;
}

/* Text Ausrichtung */
.text-justify {
  text-align: justify;
}

/* ### footer ### */
footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

footer #footer-inner {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 12px max(12px, (100vw - 1800px) / 2 + 12px);
  font-size: 0.9rem;
}

footer .footer-navigation ul {
  list-style: none;
  padding: 0;
}

footer .footer-navigation li {
  margin: 0;
}

footer .footer-navigation ul {
  margin: 0;
}

footer .footer-navigation a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  footer #footer-inner .footer-navigation,
  footer #footer-inner .footerkontakt {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  footer #footer-inner .footer-center {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .footerkontakt {
    text-align: right;
  }
  footer #footer-inner {
    padding: 48px max(50px, (100vw - 1800px) / 2 + 50px);
  }
}
footer .footerkontakt .image-caption {
  font-size: 0.7rem;
}

footer .footerkontakt .font-awesome-div {
  text-align: right;
}

footer #footer-inner img {
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}

.footer-top-inner h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  padding-top: 50px;
}

.footer-top-inner .image-caption {
  font-size: 0.6rem;
  text-align: center;
}

#footer-top .ce-inner {
  padding-bottom: 50px;
}

#footer-bottom a {
  text-decoration: none;
}

#footer-bottom h3 {
  font-weight: lighter;
  text-align: center;
  font-size: 0.8rem;
}

#footer-bottom {
  padding: 25px;
  text-align: center;
  font-size: 0.8rem;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.footer-center a {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .footer-center {
    text-align: center;
    padding: 0 10px;
  }
  .footer-center .ce-gallery {
    width: 100%;
  }
  .footer-center .ce-row .ce-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-center .ce-row .ce-column figure {
    margin: 0 auto;
  }
  .footer-center .contenttable {
    margin: 0 auto;
  }
  .footer-center .contenttable td {
    text-align: left;
  }
}
#footer-mobile {
  padding: 0 12px;
  text-align: center;
}

#footer-mobile a {
  display: inline-block;
  padding: 3px 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin: 0 0 8px 0;
}

@media only screen and (min-width: 768px) {
  #footer-mobile {
    display: none;
  }
}
/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* Überschrift und Beschreibung */
@media screen and (min-width: 861px) {
  .tx-ws-flexslider .caption-text {
    top: 0;
  }
  .tx-ws-flexslider .caption-text {
    padding: 0;
  }
  .tx-ws-flexslider .caption-text {
    background: none;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    margin: 0;
  }
  .tx-ws-flexslider .caption-align-left .caption-text {
    left: 0;
  }
  .tx-ws-flexslider .caption-text .caption-title {
    /*font-family: Sorts;*/
    font-size: 4vw;
    font-weight: 700;
    margin: 10px;
  }
  .tx-ws-flexslider .caption-body {
    background: rgba(51, 51, 51, 0.55);
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .tx-ws-flexslider .caption-body p {
    margin: 10px;
    padding: 0;
  }
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
}

/*Link*/
@media only screen and (min-width: 768px) {
  .tx-ws-flexslider .caption-align-left .caption-link {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 100px;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    color: transparent;
  }
}
@media only screen and (max-width: 860px) {
  .tx-ws-flexslider .caption-text .caption-title {
    font-size: 7vw;
    text-align: center;
  }
  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block;
  }
}
/*### Suche ### – siehe _search.scss */
/*### video ###*/
video {
  width: 100%;
}

audio {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 5px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Indexed Search – Formular & Ergebnisse */
.tx-indexedsearch-hidden-fields {
  display: none;
}

.pk-search-form__box {
  margin: 0;
  overflow: hidden;
  border: solid 1px #728e3f;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

.pk-search-form__header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.25rem 1.5rem 0.5rem;
  border: 0;
  background: transparent;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

.space-content h2.pk-search-form__header,
#wrapp-all .space-content h2.pk-search-form__header {
  margin-top: 0;
  text-shadow: none;
}

.pk-search-form__body {
  padding: 0.5rem 1.5rem 1.5rem;
}

.pk-search-form__row {
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) 1fr;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.pk-search-form__row--sword {
  margin-bottom: 1rem;
}

.pk-search-form__label {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}

.pk-search-form__controls--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.pk-search-form__input,
.pk-search-form__select {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0.65rem;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fff;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}

.pk-search-form__input:focus,
.pk-search-form__select:focus {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 1px;
}

.pk-search-form__extended {
  display: grid;
  gap: 0;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pk-search-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}

.pk-search-form__checkbox input {
  margin: 0;
}

.pk-search-form__actions {
  margin-top: 1rem;
  text-align: center;
}

.pk-search-form__submit {
  display: inline-block;
  min-width: 8rem;
  padding: 0.55rem 1.5rem;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.pk-search-form__mode-link {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.95rem;
}

.pk-search-form__mode-link a {
  text-decoration: underline;
}

/* Ergebnisliste */
.tx-indexedsearch-res {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tx-indexedsearch-res h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.tx-indexedsearch-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.75rem;
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
}

.tx-indexedsearch-info dt {
  margin: 0;
  font-weight: 600;
}

.tx-indexedsearch-info dd {
  margin: 0;
}

/* Layout-Farben (wie Box-Buttons) */
#wrapp-all.fe-layout-1 .pk-search-form__submit {
  background-color: #728e3f;
}

#wrapp-all.fe-layout-1 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-1 .pk-search-form__submit:focus {
  background-color: #39500d;
}

#wrapp-all.fe-layout-1 .pk-search-form__box {
  border-color: #728e3f;
}

#wrapp-all.fe-layout-2 .pk-search-form__submit {
  background-color: #9f3131;
}

#wrapp-all.fe-layout-2 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-2 .pk-search-form__submit:focus {
  background-color: #431515;
}

#wrapp-all.fe-layout-2 .pk-search-form__box {
  border-color: #9f3131;
}

#wrapp-all.fe-layout-3 .pk-search-form__submit {
  background-color: #763360;
}

#wrapp-all.fe-layout-3 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-3 .pk-search-form__submit:focus {
  background-color: #3f1532;
}

#wrapp-all.fe-layout-3 .pk-search-form__box {
  border-color: #763360;
}

#wrapp-all.fe-layout-4 .pk-search-form__submit {
  background-color: #666666;
}

#wrapp-all.fe-layout-4 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-4 .pk-search-form__submit:focus {
  background-color: #2a2a2a;
}

#wrapp-all.fe-layout-4 .pk-search-form__box {
  border-color: #666666;
}

#wrapp-all.fe-layout-5 .pk-search-form__submit {
  background-color: #f0ea79;
  color: #44529c;
}

#wrapp-all.fe-layout-5 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-5 .pk-search-form__submit:focus {
  background-color: #009d6d;
  color: #fff;
}

#wrapp-all.fe-layout-5 .pk-search-form__box {
  border-color: #f0ea79;
}

#wrapp-all.fe-layout-6 .pk-search-form__submit {
  background-color: #5a895e;
}

#wrapp-all.fe-layout-6 .pk-search-form__submit:hover,
#wrapp-all.fe-layout-6 .pk-search-form__submit:focus {
  background-color: #2d6645;
}

#wrapp-all.fe-layout-6 .pk-search-form__box {
  border-color: #5a895e;
}

@media only screen and (max-width: 640px) {
  .pk-search-form__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .pk-search-form__body {
    padding: 1rem;
  }
}
/* Suchseite: zentrierte Suchbox */
.frame-type-indexedsearch_pi2 .tx-indexedsearch-searchbox,
.top-search .tx-indexedsearch-searchbox {
  max-width: 720px;
  margin: 0 auto;
}

/* Header-Suche (.top-search): kompakte Variante ohne Box/Header */
.top-search .tx-indexedsearch-searchbox {
  max-width: none;
  margin: 0;
}

.top-search .pk-search-form__extended,
.top-search .pk-search-form__mode-link,
.top-search .pk-search-form__header {
  display: none;
}

.top-search .pk-search-form__box {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.top-search .pk-search-form__row--sword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.top-search .pk-search-form__label {
  margin: 0;
  flex: 0 0 auto;
}

.top-search .pk-search-form__input {
  flex: 1 1 140px;
  min-width: 0;
}

.top-search .pk-search-form__actions {
  margin: 0;
}

/* Pagination der Suchergebnisse – Design wie News-Paginator (.f3-widget-paginator).
   Akzentfarben kommen aus den --pager-*-Variablen, die pro fe-layout am
   #wrapp-all gesetzt sind; die Suchergebnisse erben sie automatisch.
   Markup (EXT:indexed_search): <ul class="tx-indexedsearch-browsebox">, aktuelle
   Seite = <li><strong><a aria-current="page">. */
.tx-indexedsearch-browsebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.tx-indexedsearch-browsebox li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-indexedsearch-browsebox li strong {
  font-weight: inherit;
}

.tx-indexedsearch-browsebox li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  color: var(--pager-link, #1A4267);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.tx-indexedsearch-browsebox li a:not([aria-current=page]):hover,
.tx-indexedsearch-browsebox li a:not([aria-current=page]):focus {
  border-color: var(--pager-accent-hover, #e6740a);
  color: var(--pager-accent-hover, #e6740a);
  background-color: #f6f6f6;
}

.tx-indexedsearch-browsebox li a[aria-current=page] {
  border-color: var(--pager-accent, #FF830E);
  background-color: var(--pager-accent, #FF830E);
  color: var(--pager-current-text, #fff);
  font-weight: 600;
  cursor: default;
}

.tx-indexedsearch-browselist-next a {
  font-weight: 600;
}

#wrapp-all.fe-layout-0 {
  /* CSS Document fe-layout-0.css */
}
#wrapp-all.fe-layout-0 .nav-top-row {
  background-color: rgba(255, 255, 255, 0.94);
}
#wrapp-all.fe-layout-0 .site-top-color {
  background-color: rgba(255, 255, 255, 0.94);
}
#wrapp-all.fe-layout-0 .nav-top-line .image-caption {
  color: #333;
}
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a,
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a i {
  color: #333;
}
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-0 .nav-top-row .font-awesome-div a:focus i {
  color: #000;
}
#wrapp-all.fe-layout-0 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-0 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-0 .frame-whitebox {
  border: solid 1px #FF830E;
}

#wrapp-all.fe-layout-1 {
  /* CSS Document fe-layout-1.css */
  /*
  Schrift: #1b2604
  Button: #728e3f
  Hover: #39500d
  */
  --pager-accent: #728e3f;
  --pager-accent-hover: #39500d;
  --pager-current-text: #fff;
  --pager-link: #1b2604;
}
#wrapp-all.fe-layout-1 .nav-top-row {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 .site-top-color {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-1 {
  /*### Farben navigation ###*/
  /*Schrift normal*/
}
#wrapp-all.fe-layout-1 .topnavi__link--first, #wrapp-all.fe-layout-1 .topnavi__link--sub, #wrapp-all.fe-layout-1 .topnavi__link--sub, #wrapp-all.fe-layout-1 .topnavi__item {
  color: #fff;
}
#wrapp-all.fe-layout-1 {
  /*Hintergrundfarbe*/
}
#wrapp-all.fe-layout-1 .topnavi {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 {
  /*normal Hintergrund ab 2. Ebene mobil & Dektop*/
}
#wrapp-all.fe-layout-1 .topnavi__link--sub {
  background-color: rgba(114, 142, 63, 0.95);
}
#wrapp-all.fe-layout-1 {
  /*Schrift activ*/
}
#wrapp-all.fe-layout-1 .topnavi__link--active {
  color: #1b2604; /*background-color:#39500d;*/
}
#wrapp-all.fe-layout-1 {
  /*Schrift hover*/
}
#wrapp-all.fe-layout-1 .topnavi__link--first:hover,
#wrapp-all.fe-layout-1 .topnavi__link--sub:hover {
  color: #1b2604;
}
#wrapp-all.fe-layout-1 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-1 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-1 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-1 .nav-top-row .font-awesome-div a:focus i {
  color: #1b2604;
}
#wrapp-all.fe-layout-1 {
  /*Hintergrundfarbe hinter den Button nur mobil*/
}
#wrapp-all.fe-layout-1 .topnavi__lvl--first {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 {
  /*hover 1. Ebene nur mobil*/
  /*.topnavi__link--first:hover {color:#1b2604;}*/
  /*### Slider ###*/
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-1 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-1 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-1 {
  /*### Farben ###*/
}
#wrapp-all.fe-layout-1 body {
  color: #39500d;
}
#wrapp-all.fe-layout-1 .space-content h1 {
  color: #39500d;
}
#wrapp-all.fe-layout-1 .space-content h2 {
  color: #728e3f;
}
#wrapp-all.fe-layout-1 .space-content h3 {
  color: #728e3f;
}
#wrapp-all.fe-layout-1 .space-content a {
  color: #39500d;
}
#wrapp-all.fe-layout-1 .space-content a:hover {
  color: #728e3f;
}
#wrapp-all.fe-layout-1 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-1 {
  /*Bilder mit Rahmen*/
}
#wrapp-all.fe-layout-1 .ce-border img {
  border: solid 1px #728e3f;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-1 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-1 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-1 .frame-whitebox {
  border: solid 1px #728e3f;
}
#wrapp-all.fe-layout-1 footer,
#wrapp-all.fe-layout-1 footer a {
  color: #1b2604;
}
#wrapp-all.fe-layout-1 footer a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-1 #footer-bottom,
#wrapp-all.fe-layout-1 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-1 #footer-bottom a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-1 footer #footer-mobile,
#wrapp-all.fe-layout-1 footer #footer-inner {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 #footer-bottom {
  background-color: #1b2604;
}
#wrapp-all.fe-layout-1 {
  /*Box mit Hintergundfarbe*/
}
#wrapp-all.fe-layout-1 .frame-rahmen-bg {
  background-color: rgba(114, 142, 63, 0.35);
}
#wrapp-all.fe-layout-1 {
  /*Box mit Bild*/
}
#wrapp-all.fe-layout-1 .frame-boxwithimage,
#wrapp-all.fe-layout-1 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #728e3f;
}
#wrapp-all.fe-layout-1 .frame-boxwithimage header,
#wrapp-all.fe-layout-1 .frame-boxwithimage_2 header {
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-1 .frame-boxwithimage_2 header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-1 .frame-boxwithimage figure,
#wrapp-all.fe-layout-1 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-1 .frame-boxwithimage p a, #wrapp-all.fe-layout-1 .frame-boxwithimage_2 p a {
  color: #fff;
  background-color: #728e3f;
}
#wrapp-all.fe-layout-1 .frame-boxwithimage p a:hover, #wrapp-all.fe-layout-1 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #39500d;
}

#wrapp-all.fe-layout-2 {
  /* CSS Document fe-layout-2.css */
  /*Predigerkirche*/
  /*
  Schrift: #1f0a0a
  Button: #9f3131
  Hover: #431515
  */
  --pager-accent: #9f3131;
  --pager-accent-hover: #431515;
  --pager-current-text: #fff;
  --pager-link: #1f0a0a;
}
#wrapp-all.fe-layout-2 .nav-top-row {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 .site-top-color {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-2 {
  /*### Farben navigation ###*/
  /*Schrift normal*/
}
#wrapp-all.fe-layout-2 .topnavi__link--first, #wrapp-all.fe-layout-2 .topnavi__link--sub, #wrapp-all.fe-layout-2 .topnavi__link--sub, #wrapp-all.fe-layout-2 .topnavi__item {
  color: #fff;
}
#wrapp-all.fe-layout-2 {
  /*Hintergrundfarbe*/
}
#wrapp-all.fe-layout-2 .topnavi {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 {
  /*normal Hintergrund ab 2. Ebene mobil & Dektop*/
}
#wrapp-all.fe-layout-2 .topnavi__link--sub {
  background-color: rgba(159, 49, 49, 0.95);
}
#wrapp-all.fe-layout-2 {
  /*Schrift activ*/
}
#wrapp-all.fe-layout-2 .topnavi__link--active {
  color: #1b2604; /*background-color:#1f0a0a;*/
}
#wrapp-all.fe-layout-2 {
  /*Schrift hover*/
  /*.topnavi__link--first:hover,*/
  /*.topnavi__link--sub:hover {color:#1f0a0a;}*/
}
#wrapp-all.fe-layout-2 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-2 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-2 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-2 .nav-top-row .font-awesome-div a:focus i {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 {
  /*Hintergrundfarbe hinter den Button nur mobil*/
}
#wrapp-all.fe-layout-2 .topnavi__lvl--first {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 {
  /*hover 1. Ebene nur mobil*/
}
#wrapp-all.fe-layout-2 .topnavi__link--first:hover {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 {
  /*### Slider ###*/
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-2 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-2 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-2 {
  /*### Farben ###*/
}
#wrapp-all.fe-layout-2 body {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 .space-content h1 {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 .space-content h2 {
  color: #9f3131;
}
#wrapp-all.fe-layout-2 .space-content h3 {
  color: #9f3131;
}
#wrapp-all.fe-layout-2 .space-content a {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 .space-content a:hover {
  color: #9f3131;
}
#wrapp-all.fe-layout-2 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-2 {
  /*Bilder mit Rahmen*/
}
#wrapp-all.fe-layout-2 .ce-border img {
  border: solid 1px #9f3131;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-2 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-2 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-2 .frame-whitebox {
  border: solid 1px #9f3131;
}
#wrapp-all.fe-layout-2 footer,
#wrapp-all.fe-layout-2 footer a {
  color: #fff;
}
#wrapp-all.fe-layout-2 footer a:hover {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 #footer-bottom,
#wrapp-all.fe-layout-2 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-2 #footer-bottom a:hover {
  color: #1f0a0a;
}
#wrapp-all.fe-layout-2 footer #footer-mobile,
#wrapp-all.fe-layout-2 footer #footer-inner {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 #footer-bottom {
  background-color: #431515;
}
#wrapp-all.fe-layout-2 {
  /*Box mit Hintergundfarbe*/
}
#wrapp-all.fe-layout-2 .frame-rahmen-bg {
  background-color: rgba(101, 101, 101, 0.1);
}
#wrapp-all.fe-layout-2 {
  /*Box mit Bild*/
}
#wrapp-all.fe-layout-2 .frame-boxwithimage,
#wrapp-all.fe-layout-2 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #9f3131;
}
#wrapp-all.fe-layout-2 .frame-boxwithimage header,
#wrapp-all.fe-layout-2 .frame-boxwithimage_2 header {
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-2 .frame-boxwithimage_2 header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-2 .frame-boxwithimage figure,
#wrapp-all.fe-layout-2 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-2 .frame-boxwithimage p a, #wrapp-all.fe-layout-2 .frame-boxwithimage_2 p a {
  color: #fff;
  background-color: #9f3131;
}
#wrapp-all.fe-layout-2 .frame-boxwithimage p a:hover, #wrapp-all.fe-layout-2 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #431515;
}

#wrapp-all.fe-layout-3 {
  /* CSS Document fe-layout-3.css */
  /*Meister Eeckahert*/
  /*
  Schrift: #200b19
  Button: #763360
  Hover: #3f1532
  */
  --pager-accent: #763360;
  --pager-accent-hover: #3f1532;
  --pager-current-text: #fff;
  --pager-link: #200b19;
}
#wrapp-all.fe-layout-3 .nav-top-row {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 .site-top-color {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-3 {
  /*### Farben navigation ###*/
  /*Schrift normal*/
}
#wrapp-all.fe-layout-3 .topnavi__link--first, #wrapp-all.fe-layout-3 .topnavi__link--sub, #wrapp-all.fe-layout-3 .topnavi__link--sub, #wrapp-all.fe-layout-3 .topnavi__item {
  color: #fff;
}
#wrapp-all.fe-layout-3 {
  /*Hintergrundfarbe*/
}
#wrapp-all.fe-layout-3 .topnavi {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 {
  /*normal Hintergrund ab 2. Ebene mobil & Dektop*/
}
#wrapp-all.fe-layout-3 .topnavi__link--sub {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 {
  /*Schrift activ*/
}
#wrapp-all.fe-layout-3 .topnavi__link--active {
  color: #1b2604; /*background-color:#3f1532;*/
}
#wrapp-all.fe-layout-3 {
  /*Schrift hover*/
  /*.topnavi__link--first:hover,*/
  /*.topnavi__link--sub:hover {color:#3f1532;}*/
}
#wrapp-all.fe-layout-3 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-3 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-3 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-3 .nav-top-row .font-awesome-div a:focus i {
  color: #3f1532;
}
#wrapp-all.fe-layout-3 {
  /*Hintergrundfarbe hinter den Button nur mobil*/
}
#wrapp-all.fe-layout-3 .topnavi__lvl--first {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 {
  /*hover 1. Ebene nur mobil*/
}
#wrapp-all.fe-layout-3 .topnavi__link--first:hover {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 {
  /*### Slider ###*/
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-3 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-3 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-3 {
  /*### Farben ###*/
}
#wrapp-all.fe-layout-3 body {
  color: #3f1532;
}
#wrapp-all.fe-layout-3 .space-content h1 {
  color: #3f1532;
}
#wrapp-all.fe-layout-3 .space-content h2 {
  color: #763360;
}
#wrapp-all.fe-layout-3 .space-content h3 {
  color: #763360;
}
#wrapp-all.fe-layout-3 .space-content a {
  color: #3f1532;
}
#wrapp-all.fe-layout-3 .space-content a:hover {
  color: #763360;
}
#wrapp-all.fe-layout-3 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-3 {
  /*Bilder mit Rahmen*/
}
#wrapp-all.fe-layout-3 .ce-border img {
  border: solid 1px #763360;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-3 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-3 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-3 .frame-whitebox {
  border: solid 1px #763360;
}
#wrapp-all.fe-layout-3 footer,
#wrapp-all.fe-layout-3 footer a {
  color: #fff;
}
#wrapp-all.fe-layout-3 footer a:hover {
  color: #200b19;
}
#wrapp-all.fe-layout-3 #footer-bottom,
#wrapp-all.fe-layout-3 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-3 #footer-bottom a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-3 footer #footer-mobile,
#wrapp-all.fe-layout-3 footer #footer-inner {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 #footer-bottom {
  background-color: #200b19;
}
#wrapp-all.fe-layout-3 {
  /*Box mit Hintergundfarbe*/
}
#wrapp-all.fe-layout-3 .frame-rahmen-bg {
  background-color: rgba(153, 51, 121, 0.14);
}
#wrapp-all.fe-layout-3 {
  /*Box mit Bild*/
}
#wrapp-all.fe-layout-3 .frame-boxwithimage,
#wrapp-all.fe-layout-3 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #763360;
}
#wrapp-all.fe-layout-3 .frame-boxwithimage header,
#wrapp-all.fe-layout-3 .frame-boxwithimage_2 header {
  background-color: #763360;
}
#wrapp-all.fe-layout-3 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-3 .frame-boxwithimage_2 header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-3 .frame-boxwithimage figure,
#wrapp-all.fe-layout-3 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-3 .frame-boxwithimage p a, #wrapp-all.fe-layout-3 .frame-boxwithimage_2 p a {
  color: #fff;
  background-color: #763360;
}
#wrapp-all.fe-layout-3 .frame-boxwithimage p a:hover, #wrapp-all.fe-layout-3 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #3f1532;
}

#wrapp-all.fe-layout-4 {
  /* CSS Document fe-layout-4.css */
  /*Haken am Kereuz*/
  /*
  Schrift: #151515
  Button: #666666
  Hover: #2a2a2a
  */
  --pager-accent: #666666;
  --pager-accent-hover: #2a2a2a;
  --pager-current-text: #fff;
  --pager-link: #151515;
}
#wrapp-all.fe-layout-4 .nav-top-row {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 .site-top-color {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-4 {
  /*### Farben navigation ###*/
  /*Schrift normal*/
}
#wrapp-all.fe-layout-4 .topnavi__link--first, #wrapp-all.fe-layout-4 .topnavi__link--sub, #wrapp-all.fe-layout-4 .topnavi__link--sub, #wrapp-all.fe-layout-4 .topnavi__item {
  color: #fff;
}
#wrapp-all.fe-layout-4 {
  /*Hintergrundfarbe*/
}
#wrapp-all.fe-layout-4 .topnavi {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 {
  /*normal Hintergrund ab 2. Ebene mobil & Dektop*/
}
#wrapp-all.fe-layout-4 .topnavi__link--sub {
  background-color: rgba(42, 42, 42, 0.93);
}
#wrapp-all.fe-layout-4 {
  /*Schrift activ*/
}
#wrapp-all.fe-layout-4 .topnavi__link--active {
  color: #2a2a2a; /*background-color:#151515;*/
}
#wrapp-all.fe-layout-4 {
  /*Schrift hover*/
  /*.topnavi__link--first:hover,*/
  /*.topnavi__link--sub:hover {color:#151515;}*/
}
#wrapp-all.fe-layout-4 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-4 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-4 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-4 .nav-top-row .font-awesome-div a:focus i {
  color: #2a2a2a;
}
#wrapp-all.fe-layout-4 {
  /*Hintergrundfarbe hinter den Button nur mobil*/
}
#wrapp-all.fe-layout-4 .topnavi__lvl--first {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 {
  /*hover 1. Ebene nur mobil*/
}
#wrapp-all.fe-layout-4 .topnavi__link--first:hover {
  background-color: rgba(102, 102, 102, 0.87);
}
#wrapp-all.fe-layout-4 {
  /*### Slider ###*/
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-4 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-4 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-4 {
  /*### Farben ###*/
}
#wrapp-all.fe-layout-4 body {
  color: #151515;
}
#wrapp-all.fe-layout-4 .space-content h1 {
  color: #151515;
}
#wrapp-all.fe-layout-4 .space-content h2 {
  color: #666666;
}
#wrapp-all.fe-layout-4 .space-content h3 {
  color: #666666;
}
#wrapp-all.fe-layout-4 .space-content a {
  color: #151515;
}
#wrapp-all.fe-layout-4 .space-content a:hover {
  color: #666666;
}
#wrapp-all.fe-layout-4 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-4 {
  /*Bilder mit Rahmen*/
}
#wrapp-all.fe-layout-4 .ce-border img {
  border: solid 1px #666666;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-4 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-4 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-4 .frame-whitebox {
  border: solid 1px #666666;
}
#wrapp-all.fe-layout-4 footer,
#wrapp-all.fe-layout-4 footer a {
  color: #151515;
}
#wrapp-all.fe-layout-4 footer a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-4 #footer-bottom,
#wrapp-all.fe-layout-4 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-4 #footer-bottom a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-4 footer #footer-mobile,
#wrapp-all.fe-layout-4 footer #footer-inner {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 #footer-bottom {
  background-color: #151515;
}
#wrapp-all.fe-layout-4 {
  /*Box mit Hintergundfarbe*/
}
#wrapp-all.fe-layout-4 .frame-rahmen-bg {
  background-color: rgba(102, 102, 102, 0.3);
}
#wrapp-all.fe-layout-4 {
  /*Box mit Hintergundfarbe*/
}
#wrapp-all.fe-layout-4 .frame-rahmen-bg {
  background-color: rgba(102, 102, 102, 0.34);
}
#wrapp-all.fe-layout-4 {
  /*Box mit Bild*/
}
#wrapp-all.fe-layout-4 .frame-boxwithimage,
#wrapp-all.fe-layout-4 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #666666;
}
#wrapp-all.fe-layout-4 .frame-boxwithimage header,
#wrapp-all.fe-layout-4 .frame-boxwithimage_2 header {
  background-color: #666666;
}
#wrapp-all.fe-layout-4 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-4 .frame-boxwithimage_2 header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-4 .frame-boxwithimage figure,
#wrapp-all.fe-layout-4 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-4 .frame-boxwithimage p a, #wrapp-all.fe-layout-4 .frame-boxwithimage_2 p a {
  color: #fff;
  background-color: #666666;
}
#wrapp-all.fe-layout-4 .frame-boxwithimage p a:hover, #wrapp-all.fe-layout-4 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

#wrapp-all.fe-layout-5 {
  --pager-accent: #f0ea79;
  --pager-accent-hover: #009d6d;
  --pager-current-text: #43519e;
  --pager-link: #43519e;
}
#wrapp-all.fe-layout-5 .nav-top-row {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .nav-top-line .image-caption {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .site-top-color {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .logo-top .frame-type-textmedia header h2 {
  color: #009d6d;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.45);
}
#wrapp-all.fe-layout-5 .topnavi__link--first,
#wrapp-all.fe-layout-5 .topnavi__link--sub,
#wrapp-all.fe-layout-5 .topnavi__item {
  color: #009d6d;
}
#wrapp-all.fe-layout-5 .topnavi {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .topnavi__link--sub {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .topnavi__link--active {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .topnavi__link--sub:hover {
  color: #ef8e6a;
}
#wrapp-all.fe-layout-5 .topnavi__lvl--first {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .topnavi__link--first:hover {
  color: #ef8e6a;
}
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a,
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a i {
  color: #009d6d;
}
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-5 .nav-top-row .font-awesome-div a:focus i {
  color: #ef8e6a;
}
#wrapp-all.fe-layout-5 .topnavi__arrow {
  border-top: 6px solid #009d6d;
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-5 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-5 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-5 body {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .space-content h1,
#wrapp-all.fe-layout-5 .logo-name h3 a {
  color: #009d6d;
}
#wrapp-all.fe-layout-5 .space-content h2 {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .space-content h3 {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .space-content a {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .space-content a:hover {
  color: #ef8e6a;
}
#wrapp-all.fe-layout-5 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-5 .ce-border img {
  border: solid 1px #f0ea79;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-5 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-5 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-5 .frame-whitebox {
  border: solid 1px #f0ea79;
}
#wrapp-all.fe-layout-5 footer,
#wrapp-all.fe-layout-5 footer a {
  color: #43519e;
}
#wrapp-all.fe-layout-5 footer a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-5 #footer-bottom,
#wrapp-all.fe-layout-5 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-5 #footer-bottom a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-5 footer #footer-mobile,
#wrapp-all.fe-layout-5 footer #footer-inner {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 #footer-bottom {
  background-color: #44529c;
}
#wrapp-all.fe-layout-5 .frame-rahmen-bg {
  background-color: #ef8e6a;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #f0ea79;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage header,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 header {
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 header h2 {
  color: #43519e;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage figure,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage p a,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 p a {
  color: #009d6d;
  background-color: #f0ea79;
}
#wrapp-all.fe-layout-5 .frame-boxwithimage p a:hover,
#wrapp-all.fe-layout-5 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #009d6d;
}
@media only screen and (min-width: 700px) {
  #wrapp-all.fe-layout-5 .nav-top .image-caption {
    color: #009d6d;
  }
}

#wrapp-all.fe-layout-6 {
  --pager-accent: #5A895E;
  --pager-accent-hover: #57C73D;
  --pager-current-text: #fff;
  --pager-link: #103e10;
}
#wrapp-all.fe-layout-6 .nav-top-row {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .site-top-color {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .logo-top .frame-type-textmedia header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-6 .topnavi__link--first,
#wrapp-all.fe-layout-6 .topnavi__link--sub,
#wrapp-all.fe-layout-6 .topnavi__item {
  color: #fff;
}
#wrapp-all.fe-layout-6 .topnavi {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .topnavi__link--sub {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .topnavi__link--active {
  color: #1b2604;
}
#wrapp-all.fe-layout-6 .topnavi__link--first:hover,
#wrapp-all.fe-layout-6 .topnavi__link--sub:hover {
  color: #57c73d;
}
#wrapp-all.fe-layout-6 .nav-top-row .font-awesome-div a:hover,
#wrapp-all.fe-layout-6 .nav-top-row .font-awesome-div a:focus,
#wrapp-all.fe-layout-6 .nav-top-row .font-awesome-div a:hover i,
#wrapp-all.fe-layout-6 .nav-top-row .font-awesome-div a:focus i {
  color: #57c73d;
}
#wrapp-all.fe-layout-6 .topnavi__lvl--first {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .topnavi__link--first:hover {
  background-color: #5a895e;
}
@media only screen and (min-width: 861px) {
  #wrapp-all.fe-layout-6 .tx-ws-flexslider .caption-text,
  #wrapp-all.fe-layout-6 .tx-ws-flexslider .caption-text .caption-title {
    color: #ffffff;
  }
}
#wrapp-all.fe-layout-6 body {
  color: #103e10;
}
#wrapp-all.fe-layout-6 .space-content h1 {
  color: #214f26;
}
#wrapp-all.fe-layout-6 .space-content h2 {
  color: #5a895e;
}
#wrapp-all.fe-layout-6 .space-content h3 {
  color: #5a895e;
}
#wrapp-all.fe-layout-6 .space-content a {
  color: #5a895e;
}
#wrapp-all.fe-layout-6 .space-content a:hover {
  color: #57c73d;
}
#wrapp-all.fe-layout-6 .drei-zeilen_2sp_2 h3 a {
  font-style: normal;
  text-decoration: none;
}
#wrapp-all.fe-layout-6 .ce-border img {
  border: solid 1px #5a895e;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#wrapp-all.fe-layout-6 .ce-border .image {
  padding: 0 6px 5px 0;
}
#wrapp-all.fe-layout-6 {
  /* weiße Box: Rahmen in Designfarbe */
}
#wrapp-all.fe-layout-6 .frame-whitebox {
  border: solid 1px #5A895E;
}
#wrapp-all.fe-layout-6 footer,
#wrapp-all.fe-layout-6 footer a {
  color: #fff;
}
#wrapp-all.fe-layout-6 footer a:hover {
  color: #f39e44;
}
#wrapp-all.fe-layout-6 #footer-bottom,
#wrapp-all.fe-layout-6 #footer-bottom a {
  color: #fff;
}
#wrapp-all.fe-layout-6 #footer-bottom a:hover {
  color: #fff;
}
#wrapp-all.fe-layout-6 footer #footer-mobile,
#wrapp-all.fe-layout-6 footer #footer-inner {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 #footer-bottom {
  background-color: #2d6645;
}
#wrapp-all.fe-layout-6 .frame-rahmen-bg {
  background-color: rgba(90, 137, 94, 0.4);
}
#wrapp-all.fe-layout-6 .frame-boxwithimage,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 {
  background-color: #fff;
  border: solid 1px #5a895e;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage a,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 a {
  color: #ffffff;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage header,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 header {
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage header h2,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 header h2 {
  color: #fff;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage figure,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 figure {
  width: 100%;
  height: auto;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage p a,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 p a {
  color: #fff;
  background-color: #5a895e;
}
#wrapp-all.fe-layout-6 .frame-boxwithimage p a:hover,
#wrapp-all.fe-layout-6 .frame-boxwithimage_2 p a:hover {
  color: #fff;
  background-color: #f39e44;
}
#wrapp-all.fe-layout-6 .logo-name h3 a {
  color: #ffffff;
}

#wrapp-all {
  overflow-x: clip;
}

#wrapp-all .gridelementswrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}

#wrapp-all .gridelementswrap .gridcolum {
  min-width: 0;
  box-sizing: border-box;
}

#wrapp-all .gridelementswrap .gridcolum > .frame-whitebox,
#wrapp-all .gridelementswrap .gridcolum > .frame-greybox,
#wrapp-all .gridelementswrap .gridcolum > .frame-greenbox,
#wrapp-all .gridelementswrap .gridcolum > .frame-transparent,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage_2 {
  margin-bottom: 25px;
}

#wrapp-all .gridelementswrap .gridcolum > .frame-whitebox:last-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-greybox:last-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-greenbox:last-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-transparent:last-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage:last-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage_2:last-child {
  margin-bottom: 0;
}

#wrapp-all .gridelementswrap .gridcolum > .frame-whitebox:only-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage:only-child,
#wrapp-all .gridelementswrap .gridcolum > .frame-boxwithimage_2:only-child {
  height: 100%;
}

@media (max-width: 767px) {
  #wrapp-all .gridelementswrap {
    flex-direction: column;
  }
  #wrapp-all .gridelementswrap .gridcolum {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #wrapp-all .grid1col .gridcolum {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #wrapp-all .grid2cols .gridcolum {
    flex: 1 1 0;
  }
  #wrapp-all .grid2cols .col1-1-2 {
    flex: 1 1 0;
  }
  #wrapp-all .grid2cols .col2-1-2 {
    flex: 2 1 0;
  }
  #wrapp-all .grid2cols .col1-2-1 {
    flex: 2 1 0;
  }
  #wrapp-all .grid2cols .col2-2-1 {
    flex: 1 1 0;
  }
  #wrapp-all .grid2cols .col1-1-3 {
    flex: 1 1 0;
  }
  #wrapp-all .grid2cols .col2-1-3 {
    flex: 3 1 0;
  }
  #wrapp-all .grid2cols .col1-3-1 {
    flex: 3 1 0;
  }
  #wrapp-all .grid2cols .col2-3-1 {
    flex: 1 1 0;
  }
  #wrapp-all .grid3cols .gridcolum {
    flex: 1 1 0;
  }
  #wrapp-all .grid3cols .col2-1-2-1 {
    flex: 2 1 0;
  }
  #wrapp-all .grid3cols .col1-2-1-1 {
    flex: 2 1 0;
  }
  #wrapp-all .grid3cols .col3-1-1-2 {
    flex: 2 1 0;
  }
  #wrapp-all .grid4cols .gridcolum {
    flex: 1 1 0;
  }
}
#wrapp-all .space-content h1,
#wrapp-all .space-content header h1,
#wrapp-all .space-content .drei-zeilen_1 .frame-type-header h1 {
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  line-height: 1.1;
}

/*# sourceMappingURL=style.css.map */
