@charset "UTF-8";
/* CSS Document */
/* amaranth-regular */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/amaranth-v18-latin-regular.woff2") format("woff2"), url("../fonts/amaranth-v18-latin-regular.woff") format("woff"); }
/* amaranth-bold */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/amaranth-v18-latin-700.woff2") format("woff2"), url("../fonts/amaranth-v18-latin-700.woff") format("woff"); }
body {
  color: #333;
  font-family: 'Amaranth';
  font-weight: normal;
  font-size: 1.4rem; }

/* -------------------- Typografie --------------------- */
.space-content h1 {
  font-size: clamp(2rem, 6vw, 6rem);
  color: #007A5D;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6);
  text-align: center;
  font-weight: bold; }

.space-content h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  color: #ff9900;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6); }

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

.space-content h4 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: #003366;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6);
  font-weight: bold; }

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

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

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

.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;
  height: 100%;
  width: 100%;
  background-size: cover; }

.site-top-content {
  height: 100%;
  width: 100%;
  background: no-repeat top center;
  background-size: cover;
  background-color: #007A5D; }

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

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

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

.logo-name h3 a {
  font-weight: 700;
  margin: 0;
  padding-top: 2vw;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6); }

.logo-name .ce-bodytext a {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.6); }

/* 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: 100%;
    display: flex;
    justify-content: center; }

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

  .logo-wrap .logo-name {
    width: 100%;
    text-align: center;
    margin-top: 10px; }

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

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

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

  .logo-wrap .logo img {
    width: 100%;
    max-width: 250px;
    margin-right: 15px; }

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

  .logo-name .ce-bodytext {
    text-align: center; } }
footer {
  background-color: #007A5D;
  padding-top: 25px;
  color: #eee; }

footer a {
  color: #eee;
  text-decoration: none; }

footer a:hover {
  color: #ff9900; }

footer a:active {
  color: #ff9900; }

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

.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: 1600px;
    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: #9b9b9b;
  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-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; }

.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: 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 !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%; }

.navi-wrap {
  border-bottom: 1px solid #ff9900; }

.topnavi {
  background-color: transparent; }

.topnavi__lvl--first > .topnavi__item {
  border-bottom: 1px solid #ff9900; }

.topnavi__lvl--first .topnavi__item li {
  border-bottom: 1px solid #ff9900; }

.topnavi__lvl--first .topnavi__item li:first-child {
  border-top: 1px solid #ff9900; }

@media only screen and (min-width: 768px) {
  .topnavi__lvl--first {
    background-color: transparent; }

  .topnavi__link--first,
  .topnavi__link--first:hover,
  .topnavi__link--active {
    background-color: transparent; }

  .topnavi {
    border-bottom: 0 solid #ddd; }

  #toggle-menu {
    border-bottom: 0 solid transparent; }

  .topnavi__lvl--first > .topnavi__item {
    border-bottom: 0 solid transparent; } }
.topnavi__link--first,
.topnavi__link--sub,
.topnavi {
  text-shadow: rgba(50, 50, 50, 0.45) 1px 1px 3px; }

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

.topnavi__arrow--sub {
  border-top: 6px solid #ffffff;
  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 #ffffff; } }
.topnavi label .topnavi__label {
  background-color: transparent; }

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

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

@media (min-width: 768px) {
  .topnavi {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
#toggle-menu {
  display: block;
  position: relative; }

.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 {
  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 0.5em;
  padding-right: 42px; }

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

.topnavi__link--sub,
.topnavi__link--active {
  padding: 0.75em 0.5em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

/* Level 2 */
.topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub .topnavi__link--sub {
  background-color: rgba(0, 122, 93, 0.9); }

.topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub .topnavi__link--sub:hover {
  background-color: rgba(0, 163, 124, 0.9); }

/* Level 3 */
.topnavi__lvl--sub > .topnavi__item > ul.topnavi__lvl--sub .topnavi__link--sub {
  background-color: #888888; }

.topnavi__lvl--sub > .topnavi__item > ul.topnavi__lvl--sub .topnavi__link--sub:hover {
  background-color: #ffffff; }

/* Level 4 */
.topnavi__lvl--sub ul.topnavi__lvl--sub ul.topnavi__lvl--sub .topnavi__link--sub {
  background-color: #747474; }

.topnavi__lvl--sub ul.topnavi__lvl--sub ul.topnavi__lvl--sub .topnavi__link--sub:hover {
  background-color: #ffffff; }

/* aktive Links ab Level 2 */
.topnavi__link--sub.topnavi__link--active {
  background-color: #e3eaf8 !important; }

.topnavi__link--sub.topnavi__link--active:hover {
  background-color: rgba(31, 109, 90, 0.91) !important; }

@media only screen and (max-width: 768px) {
  .topnavi__link--active {
    background-color: #e3eaf8; } }
/* -------------------------
   Level 1 – Hauptnavigation
------------------------- */
.topnavi__lvl--first > .topnavi__item > .topnavi__link--first.topnavi__link--active {
  color: #ff9900; }

.topnavi__lvl--first > .topnavi__item > .topnavi__link--first {
  color: #ffffff; }
  .topnavi__lvl--first > .topnavi__item > .topnavi__link--first:hover {
    color: #ff9900; }

/* -------------------------
   Level 2
------------------------- */
.topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > .topnavi__link--sub {
  color: #ffffff; }
  .topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > .topnavi__link--sub:hover {
    color: #ff9900; }

/* -------------------------
   Level 3
------------------------- */
.topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > .topnavi__link--sub {
  color: #ffffff; }
  .topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > .topnavi__link--sub:hover {
    color: #ff9900; }

/* -------------------------
   Level 4
------------------------- */
.topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > ul.topnavi__lvl--sub
> .topnavi__item > .topnavi__link--sub {
  color: #ffffff; }
  .topnavi__lvl--first > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > ul.topnavi__lvl--sub
  > .topnavi__item > .topnavi__link--sub:hover {
    color: #ff9900; }

/* -------------------------
   Activ + Hover
------------------------- */
/* Standardfarbe für Sub-Link auf Seite 2 (nicht aktuell) */
.topnavi__link--sub.LinkPageID-2 {
  color: #ffffff !important; }

/* Aktuelle Seite */
#body_id-2 .topnavi__link--sub.LinkPageID-2 {
  color: #ffffff !important; }

/* Hover für Sub-Link auf aktueller Seite */
#body_id-2 .topnavi__link--sub.LinkPageID-2:hover {
  color: #003366 !important; }

/* Hover für Sub-Link auf anderer Seite */
.topnavi__link--sub.LinkPageID-2:hover {
  color: white !important;
  /* optional leicht heller für Hover */ }

@media only screen and (min-width: 768px) {
  #toggle-menu,
  .topnavi input[type="checkbox"]:checked + .topnavi__lvl--sub {
    display: none; }

  .topnavi__lvl--first,
  .topnavi__item:hover > input[type="checkbox"] + .topnavi__lvl--sub {
    display: block; }

  .topnavi__item {
    float: left; }

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

  .topnavi__lvl--sub {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000; }

  .topnavi__lvl--sub .topnavi__item {
    float: none; }

  .topnavi__lvl--sub .topnavi__lvl--sub {
    top: 0;
    left: 100%; } }
.topnavi__label {
  height: 100%;
  padding: 0 0.5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0); }

ul ul .topnavi__label {
  background-color: rgba(255, 255, 255, 0.3); }

.topnavi__label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.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; } }
.topnavi .container {
  padding: 0.75em 25px;
  cursor: pointer; }

.topnavi .bar1,
.topnavi .bar2,
.topnavi .bar3 {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  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 {
  transform: rotate(45deg) translate(0, -2px);
  background: #ff9900; }

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

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

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #007A5D; }

.wrap-global {
  overflow: hidden;
  background-color: #f9f9f9;
  color: #333333; }

/* ----------------- Layout allgemein ------------------ */
#wrapp-all {
  max-width: 100%;
  margin: 0 auto; }

/* 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 {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: clamp(10px, 5vw, 50px);
  padding-right: clamp(10px, 5vw, 50px); }

.content_colPos_0,
.content_colPos_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.content_colPos_0 > .frame-layout-1,
.content_colPos_2 > .frame-layout-1 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* -------------------- Spalten / Grid --------------------- */
@media only screen and (min-width: 768px) {
  .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: 12px;
  margin-block-end: 12px; }

.frame-borderbox.frame-layout-0,
.frame-greybox.frame-layout-0,
.frame-whitebox.frame-layout-0 {
  padding: clamp(10px, 3vw, 30px) clamp(3px, 3vw, 30px);
  margin-bottom: 25px; }

.frame-borderbox {
  box-sizing: border-box;
  background-color: #ff9900; }
  .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-borderbox.frame-layout-0 {
  border: 1px solid #385D81;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48); }

.frame-borderbox a:hover {
  color: #e3eaf8; }

.frame-greybox {
  box-sizing: border-box;
  background-color: #efefef; }
  .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-greybox.frame-layout-0 {
  border: 1px solid #385D81;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48); }

.frame-whitebox {
  box-sizing: border-box;
  background-color: #fff; }
  .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-whitebox.frame-layout-0 {
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48); }

.frame-whitebox .image-embed-item {
  max-width: 100%;
  height: auto; }

.frame-animation {
  position: relative;
  overflow: hidden;
  /* --- Keyframes --- */ }
  .frame-animation .ce-gallery {
    position: relative; }
    .frame-animation .ce-gallery img {
      display: block;
      width: 100%;
      height: auto; }
  .frame-animation h1 {
    font-size: 6vw;
    color: #ffffff !important;
    margin-top: 0; }
  .frame-animation header,
  .frame-animation .ce-bodytext {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    color: white;
    text-align: center;
    width: 90%;
    z-index: 2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); }
  .frame-animation header {
    top: 95%;
    /* Start unten */
    animation: slideUpHeader 1.4s ease forwards 0.2s; }
  .frame-animation .ce-bodytext {
    top: 100%;
    /* Start noch etwas tiefer */
    font-size: 3vw;
    animation: slideUpText 1.6s ease forwards 0.5s; }
@keyframes slideUpHeader {
  0% {
    top: 95%;
    opacity: 0; }
  100% {
    top: 10%;
    /* Überschrift im oberen Bereich */
    opacity: 1; } }
@keyframes slideUpText {
  0% {
    top: 100%;
    opacity: 0; }
  100% {
    top: 40%;
    /* Text unterhalb der Überschrift */
    opacity: 1; } }
.frame-layout-2 .grid-row {
  height: 100%; }

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

.frame-layout-3 a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #385D81;
  border-radius: 10px;
  background-color: #e3eaf8;
  box-shadow: 3px 3px 5px rgba(68, 68, 68, 0.48);
  text-decoration: none; }

.frame-layout-3 a:hover {
  background-color: #385D81;
  color: #ffffff; }

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

/* -------- Container / Grundstruktur -------- */
.frame-paralax {
  position: relative;
  /* Stacking context für z-index */
  isolation: isolate;
  /* sorgt dafür, dass z-index:-1 nur innerhalb wirkt */
  height: 75vh;
  /* von dir gewünschte Höhe */
  overflow: hidden;
  perspective: 1000px;
  /* für das 3D-Parallax-Verhalten */
  perspective-origin: center center;
  background: #000;
  /* Fallback falls Bild kurz lädt */ }

/* -------- Bild-Ebene (wir transformieren die FIGURE, nicht das img direkt) -------- */
.frame-paralax .image {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  overflow: hidden;
  z-index: -1;
  /* Bild liegt hinter dem Inhalt */
  transform-style: preserve-3d;
  /* Parallax-Effekt: weiter weg platzieren und skalieren, damit bei translateZ die Kanten nicht sichtbar werden */
  transform: translateZ(-1px) scale(1.5);
  will-change: transform; }

/* -------- Das eigentliche IMG: immer cover, Zentrum bleibt sichtbar -------- */
.frame-paralax .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* füllt die Fläche, Seiten werden abgeschnitten */
  object-position: center;
  /* bleibt mittig */
  /* Inline-Transforms neutralisieren (falls vorhanden) */
  transform: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/* -------- Text/Überschrift bleibt darüber -------- */
.frame-paralax header,
.frame-paralax .ce-bodytext {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  padding: 2rem;
  /* optional, anpassen */ }

/* optional: etwas Styling für die Überschrift */
.frame-paralax header h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.1; }

/* Responsiveness: kleinere Höhe auf kleinen Bildschirmen */
@media (max-width: 768px) {
  .frame-paralax {
    height: 60vh; }

  .frame-paralax .image {
    transform: translateZ(-0.6px) scale(1.25); } }
.ce-inner {
  width: 100%; }

.ce-row figure,
.ce-row .image-embed-item {
  width: 100%;
  height: auto; }

.ce-textpic img,
.ce-textpic img {
  display: block;
  width: 100%;
  height: auto; }
.ce-textpic .ce-gallery .ce-row,
.ce-textpic .ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .ce-textpic .ce-gallery .ce-row .ce-column,
  .ce-textpic .ce-gallery .ce-row .ce-column {
    width: 50%;
    box-sizing: border-box; }
.ce-textpic.ce-intext.ce-right .ce-gallery,
.ce-textpic.ce-intext.ce-right .ce-gallery {
  float: right;
  margin: 0 0 0.5rem 0.5rem;
  width: auto;
  max-width: 50%; }
.ce-textpic.ce-intext.ce-left .ce-gallery,
.ce-textpic.ce-intext.ce-left .ce-gallery {
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  width: auto;
  max-width: 50%; }
@media (max-width: 768px) {
  .ce-textpic .ce-gallery,
  .ce-textpic .ce-gallery {
    float: none;
    max-width: 100%;
    margin: 0 0 0.5rem 0; }
  .ce-textpic .ce-gallery .ce-row .ce-column,
  .ce-textpic .ce-gallery .ce-row .ce-column {
    width: 100%; } }

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