@charset "UTF-8";
/* CSS Document */
/* ===============================
   Comfortaa – Body
================================= */
/* Regular (normal) */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/comfortaa-v40-latin-regular.woff2") format("woff2"); }
/* Bold */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/comfortaa-v40-latin-700.woff2") format("woff2"); }
/* ===============================
   Literata – Headings
================================= */
@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/literata-v30-latin-regular.woff2") format("woff2"); }
body {
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Literata', serif;
  font-weight: 400;
  line-height: 1.2; }

footer h3 {
  font-family: 'Comfortaa', sans-serif;
  color: #ffffff; }

.wrap-inner {
  hyphens: auto;
  overflow-wrap: break-word; }

/* -------------------- Typografie --------------------- */
.space-content h1 {
  font-size: clamp(2rem, 6vw, 6rem);
  color: #0b3f05;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2);
  text-align: center;
  font-weight: bold; }

.space-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #86B738;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2); }

.space-content h3 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #ff9900;
  margin: 10px 0; }

.space-content h4 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: #0b3f05;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2);
  font-weight: bold; }

.space-content h5 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  color: #000000;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2);
  letter-spacing: .2rem; }

.space-content a {
  color: #0b3f05;
  transition: all .225s ease-in-out; }

.space-content a:hover {
  color: #86B738; }

.space-content .image-caption {
  font-size: 0.7rem;
  text-align: center;
  padding: 10px; }

/* Responsive Typo */
@media only screen and (max-width: 768px) {
  .space-content h1 {
    font-size: 2.5rem; }

  .space-content h2 {
    font-size: 2rem; } }
.text-justify {
  text-align: justify; }

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

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

/* CSS Document */
.site-top {
  background-position: center;
  width: 100%;
  background-size: cover; }

.site-top-content {
  width: 100%;
  background: no-repeat top center;
  background-size: cover; }

.logo-wrap {
  padding-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw); }

/* -------------------- Logo --------------------- */
.logo .ce-row {
  display: flex; }

.logo .ce-row .ce-column {
  flex: 1;
  width: 33%; }

.logo img {
  max-width: 90%;
  filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.4));
  margin-top: 25px;
  padding: 15px;
  height: auto; }

.logo-name h3 {
  margin-block-start: clamp(0.5rem, 2vw, 2rem);
  margin-block-end: 10px; }

.logo-name h3 a {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 2.5vw, 6rem);
  margin: 0;
  padding-top: 2vw;
  color: #0b3f05;
  text-decoration: none;
  padding-right: 5px;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2); }

.logo-name .ce-bodytext a {
  color: #0b3f05;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2); }

/* Responsive Logo */
@media only screen and (max-width: 768px) {
  .logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .logo-wrap .logo {
      width: 50%;
      min-width: 200px;
      height: auto;
      display: flex;
      justify-content: center; }
    .logo-wrap .logo img {
      max-width: 100%;
      height: auto; }
    .logo-wrap .logo-name {
      width: 100%;
      text-align: center;
      margin-top: 10px; }

  .logo-name h3 {
    font-size: clamp(1.5rem, 6vw, 8rem); } }
@media only screen and (min-width: 768px) {
  .logo-wrap {
    max-width: 1900px;
    margin: 0 auto;
    display: flex; }

  .logo-wrap .logo {
    flex: 0 0 auto; }

  .logo-wrap .logo-name {
    flex: 2; }

  .logo-name h3 {
    text-align: right;
    font-size: clamp(3rem, 3.5vw, 6rem); }

  .logo-name .ce-bodytext {
    text-align: right; } }
.logo-wrap .logo {
  flex: 0 1 auto;
  max-width: 250px; }

footer {
  background-color: #8C8C8C;
  padding-top: 25px;
  color: #ffffff; }

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.4s ease, transform 0.5s ease; }

footer a:hover {
  color: #000000;
  transform: translateY(-3px); }

footer a:active {
  color: #0b3f05;
  transform: translateY(0); }

#footer-inner {
  padding-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw); }

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

.footer-navigation li,
.footer-center li {
  margin: 5px 0; }

.footer-navigation a,
.footer-center a {
  display: block;
  padding: 5px 0; }

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

@media only screen and (min-width: 768px) {
  #footer-inner {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    display: flex; }

  #footer-inner .footer-navigation,
  #footer-inner .footerkontakt {
    flex: 4; }

  #footer-inner .footer-center {
    flex: 1; }

  #footer-inner .footerkontakt .ce-bodytext,
  #footer-inner .footerkontakt header {
    text-align: right; }

  #footer-inner .footerkontakt .ce-bodytext table {
    float: right; }

  #footer-inner .ce-gallery {
    overflow: visible; } }
.footerkontakt .image-caption {
  font-size: 0.7rem; }

#footer-inner .footerkontakt {
  padding: 25px 0; }

#footer-bottom {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #8C8C8C;
  background-color: #333333; }

#footer-bottom h3 {
  font-weight: normal;
  font-size: 0.8rem; }

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

/* 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-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; }

.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 #FFFFFF;
  padding: 0px;
  background-color: #FFFFFF; }

/* .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: 0; }

.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; }

/* 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 !important; }

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

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

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

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

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

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

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

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

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

/* 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%; }

/* CSS */
.top-navigation {
  border-bottom: 1px solid #0b3f05; }

/*Hintergrundfarbe Navigation oben nur mobil*/
.topnavi .container {
  background-color: transparent; }

/*Hintergrundfarbe hinter den Button nur mobil*/
.topnavi__lvl--first {
  background-color: #fafafa; }

/*normal Hintergrund 1. Ebene nur mobil*/
.topnavi__link--first {
  background-color: rgba(240, 245, 232, 0.9); }

/*normal Hintergrund ab 2. Ebene mobil & Dektop*/
.topnavi__link--sub {
  background-color: rgba(240, 245, 232, 0.9); }

/*hover 1. Ebene nur mobil*/
.topnavi__link--first:hover {
  background-color: rgba(134, 183, 56, 0.9); }

/*hover 2. Ebene nur mobil*/
.topnavi__link--sub:hover {
  background-color: rgba(134, 183, 56, 0.9); }

/*Aktiv Hintergrund nur mobil*/
.topnavi__link--active {
  background-color: rgba(134, 183, 56, 0.9); }

/*Border unten Root Ebene nur mobil*/
.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #0b3f05; }

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

@media only screen and (min-width: 768px) {
  /*Hintergrund ganze Breite nur Desktop*/
  .topnavi {
    background-color: transparent; }

  /*Hintergrund nur die Breite der Navigation nur Desktop*/
  .topnavi__lvl--first {
    background-color: transparent; }

  /*Hintergrundfarbe Navi Root Ebene nur Desktop*/
  .topnavi__link--first {
    background-color: transparent; }

  /*hover Root Ebene nur Desktop */
  .topnavi__link--first:hover {
    background-color: transparent; }

  /*Aktiv Hintergrund alle Ebenen nur Desktop */
  .topnavi__link--active {
    background-color: transparent; }

  .firstsubmenue {
    background-color: transparent; }

  /*ist ausgeblendet für Desktop*/
  #toggle-menu {
    border-bottom: 0px solid transparent; }

  /*Border oben bei Sub-Navigation*/
  .topnavi__lvl--sub {
    border-top: 10px solid #0b3f05; }

  /*Border unten 1. Ebene Desktop*/
  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 0px solid #0b3f05; } }
/* ### Symbol Navigation mobil ### */
/*x für Navi Mobil*/
.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  background: red; }

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

/* ######### Schriftfarben ########## */
/*Schrift normal*/
.topnavi__link--first {
  color: #0b3f05; }

/*Schrift normal sub*/
.topnavi__link--sub {
  color: #0b3f05; }

@media (min-width: 768px) {
  /*Schrift activ*/
  .topnavi__link--active {
    color: #86B738; } }
/*Schrift hover*/
.topnavi__link--first:hover {
  color: #0b3f05;
  text-shadow: 1px 1px 1px rgba(127, 56, 57, 0.2), 2px 2px 2px rgba(127, 56, 57, 0.2), 3px 3px 2px rgba(127, 56, 57, 0.2); }

/*Schrift hover sub*/
.topnavi__link--sub:hover {
  color: #ffffff; }

.topnavi__link--sub--active {
  color: #ffffff;
  background-color: rgba(134, 183, 56, 0.9); }

.topnavi__link--sub--active:hover {
  color: #0b3f05; }

.topnavi {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2), 2px 2px 2px rgba(51, 51, 51, 0.2), 3px 3px 2px rgba(51, 51, 51, 0.2); }

/* ### MENU ARROWS ### */
.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #0b3f05;
  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 #aaa;
    */
    display: flex;
    align-items: center;
    justify-content: center; }

  .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 #fff; } }
/* 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-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw);
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 42px; }

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

.topnavi__link--sub {
  padding: 0.25em 1em;
  padding-right: 42px; }

.topnavi__link--active {
  padding-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw);
  padding-top: 15px;
  padding-bottom: 20px;
  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 1em;
    padding-right: 42px; }

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 16em;
    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 .5em;
  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 .5s ease-in-out;
  -webkit-transition: all .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-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw);
  padding-top: 15px;
  padding-bottom: 20px;
  cursor: pointer; }

.topnavi .bar1, .topnavi .bar2, .topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0b3f05;
  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: #000000; }

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

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

/*### Langsames schließen der Navigation ###*/
.topnavi__item > input[type="checkbox"] + .topnavi__lvl--sub {
  display: none;
  opacity: 0;
  -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; } }
/* --------------------------------
   Sticky Trigger
--------------------------------- */
.sticky-trigger {
  height: 1px;
  width: 100%; }

/* --------------------------------
   Sticky Navigation
--------------------------------- */
.top-navigation {
  position: absolute;
  top: 0;
  z-index: 9998;
  /* IMMER sichtbar */
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.9s ease, box-shadow 0.9s ease;
  /* Referenz für absolute Kinder */
  position: sticky; }

/* Zustand: Navigation klebt */
.top-navigation.is-stuck {
  background-color: rgba(240, 245, 232, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }

/* --------------------------------
   Sticky Logo
--------------------------------- */
.sticky-logo {
  position: absolute;
  top: 5px;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(-8px);
  padding-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw); }

/* Logo nur im Sticky-Zustand sichtbar */
.top-navigation.is-stuck .sticky-logo {
  opacity: 1;
  transform: translateY(0); }

.sticky-logo img {
  width: auto;
  height: 50px;
  display: block; }

.top-navigation .maximum_width {
  position: relative;
  max-width: 1900px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .sticky-logo {
    right: 10px; } }
@media only screen and (min-width: 768px) {
  .sticky-logo {
    left: 10px; } }
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #0b3f05; }

.wrap-global {
  background-color: #FEFDF4;
  color: #0b3f05; }

/* ----------------- Layout allgemein ------------------ */
#wrapp-all {
  background-color: #FEFDF4; }

/* Sicherstellen, dass Berechnungen die Border/Padding berücksichtigen */
*, *::before, *::after {
  box-sizing: border-box; }

.frame-default {
  width: 100%; }

.wrap-content_colPos_1,
.wrap-content_colPos_0,
.wrap-content_colPos_2 {
  width: 100%; }

.wrap-content_colPos_0,
.wrap-content_colPos_2 .frame-layout-0 {
  max-width: 1900px;
  margin: 0 auto;
  padding-left: clamp(10px, 10vw, 20vw);
  padding-right: clamp(10px, 10vw, 20vw); }

.wrap-content_colPos_3 {
  display: none; }

/* -------------------- Spalten / Grid --------------------- */
@media only screen and (min-width: 900px) {
  .grid-row {
    display: flex; }

  .grid-col,
  .col-lg-3,
  .col-lg-4,
  .col-lg-6,
  .col-lg-8,
  .col-lg-9 {
    flex: 1;
    padding-right: clamp(10px, 2vw, 40px); }

  .col-lg-3 {
    flex: 3; }

  .col-lg-4 {
    flex: 4; }

  .col-lg-6 {
    flex: 6; }

  .col-lg-8 {
    flex: 8; }

  .col-lg-9 {
    flex: 9; }

  .grid-col:last-child,
  .col-lg-3:last-child,
  .col-lg-4:last-child,
  .col-lg-6:last-child,
  .col-lg-8:last-child,
  .col-lg-9:last-child {
    padding-right: 0; }

  .ce-row {
    display: flex;
    min-width: 100%; }

  .ce-column {
    flex: 1; } }
.grid-container {
  padding-bottom: 50px; }

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

@media only screen and (max-width: 768px) {
  .ce-column {
    margin-right: 0; } }
.table {
  margin: 0; }

.table td {
  padding: 5px 10px; }

p {
  margin-block-start: 0;
  margin-block-end: 12px; }

.frame-borderbox,
.frame-greybox,
.frame-whitebox {
  padding: clamp(10px, 3vw, 30px) clamp(3px, 3vw, 30px);
  margin-bottom: 25px;
  hyphens: auto;
  overflow-wrap: break-word; }

.frame-topimage {
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* Vertikal zentrieren */
  justify-content: center;
  /* Horizontal zentrieren */ }
  @media (max-width: 600px) {
    .frame-topimage {
      height: calc(100vw * 0.65); } }

.frame-topimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.frame-headerBox {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48);
  margin-bottom: 25px; }
  .frame-headerBox h1, .frame-headerBox h2, .frame-headerBox h3, .frame-headerBox h4, .frame-headerBox h5 {
    padding: 0 0 15px 0;
    margin: 0;
    hyphens: auto; }
  .frame-headerBox header {
    background-color: #FEFDF4;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .frame-headerBox header a {
      text-decoration: none; }
  .frame-headerBox .ce-bodytext {
    padding: 20px; }

.frame-whitebox {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48); }
  .frame-whitebox h1, .frame-whitebox h2, .frame-whitebox h3, .frame-whitebox h4, .frame-whitebox h5 {
    padding: 0 0 15px 0;
    margin: 0;
    hyphens: auto; }

.frame-greybox {
  box-sizing: border-box;
  border: 1px solid #0b3f05;
  border-radius: 10px; }
  .frame-greybox h1, .frame-greybox h2, .frame-greybox h3, .frame-greybox h4, .frame-greybox h5 {
    padding: 0 0 15px 0;
    margin: 0;
    hyphens: auto; }

.frame-borderbox {
  box-sizing: border-box;
  background-color: #ff9900;
  border: 1px solid #0077cc;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48); }
  .frame-borderbox h1, .frame-borderbox h2, .frame-borderbox h3, .frame-borderbox h4, .frame-borderbox h5 {
    padding: 0 0 15px 0;
    margin: 0;
    hyphens: auto; }

.frame-layout-2 .grid-row {
  height: 100%; }

.frame-layout-2 .grid-col .frame {
  height: 100%; }

.frame-layout-3 .ce-textpic {
  overflow: visible; }

.frame-layout-3 .ce-bodytext a {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #0077cc;
  border-radius: 10px;
  background-color: #e3eaf8;
  color: #0077cc;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease; }

.frame-layout-3 .ce-bodytext a:hover {
  background-color: #0077cc;
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2); }

.frame-layout-3 .ce-bodytext a:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); }

.olPopupCloseBox {
  border: none !important; }

.space-content .ce-center .ce-gallery {
  /* ===== Ab 768px: alles untereinander ===== */ }
  .space-content .ce-center .ce-gallery .ce-inner {
    display: flex;
    flex-wrap: wrap; }
  .space-content .ce-center .ce-gallery .ce-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .space-content .ce-center .ce-gallery .ce-column {
    flex: auto; }
  .space-content .ce-center .ce-gallery[data-ce-columns="1"] .ce-column {
    width: 20%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 45%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 30%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 20%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 15%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 15%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 12%; }
  .space-content .ce-center .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 11%; }
  .space-content .ce-center .ce-gallery figure {
    margin: 0;
    min-width: 100%; }
  .space-content .ce-center .ce-gallery img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 768px) {
    .space-content .ce-center .ce-gallery .ce-row,
    .space-content .ce-center .ce-gallery .ce-inner {
      flex-direction: column; }
    .space-content .ce-center .ce-gallery .ce-column {
      width: 100% !important; } }
.space-content .ce-intext .ce-gallery {
  max-width: 50%; }
.space-content .ce-intext .ce-gallery img {
  max-width: 100%;
  height: auto; }
.space-content .ce-above img,
.space-content .ce-below img {
  max-width: 100%;
  width: 100%;
  height: auto; }
.space-content .ce-above figure,
.space-content .ce-below figure {
  width: 100%; }
.space-content images {
  padding-bottom: 1rem; }

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