@charset "UTF-8";
/* CSS Document */
/* inter-100 - latin */
@import url(fontawesome.min.css);
@import url(normalize.css);
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.woff2") format("woff2"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.woff") format("woff"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.ttf") format("truetype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-100.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.woff2") format("woff2"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.woff") format("woff"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.ttf") format("truetype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.woff2") format("woff2"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.woff") format("woff"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.ttf") format("truetype"), url("/typo3conf/ext/ids_ergo/Resources/Public/Fonts/inter-v12-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* 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;
  width: 100%; }

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

/* ############## WS_Flexslider ############# */
/* Rahmen entfernen */
.flexslider {
  margin: 0;
  background: transparent;
  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;
  overflow: hidden; }

/* Überschrift und Beschreibung */
.tx-ws-flexslider .caption-text {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  padding: 0; }

.tx-ws-flexslider .caption-align-left .caption-text {
  left: 0; }

.tx-ws-flexslider .caption-title {
  font-family: "Inter", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #e6ebcd;
  margin: 0; }

.tx-ws-flexslider .caption-body {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #e6ebcd; }

/* Link im Flexslider für das Bild Desktop*/
@media only screen and (min-width: 860px) {
  .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: 2em; }

  .tx-ws-flexslider .caption-align-left .caption-link a {
    padding: 25px;
    display: block;
    color: #00519e; } }
@media only screen and (min-width: 768px) {
  .flex-control-nav {
    bottom: 20px;
    z-index: 15; } }
.ce-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

/*Bilder mit Rahmen*/
.ce-border img {
  border: solid 1px #8caf1d;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

.ce-border .image {
  padding: 0 5px 5px 3px; }

.image-caption {
  font-size: 0.7em;
  text-align: center; }

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

@media (min-width: 768px) {
  .topnavi {
    border-bottom: solid 1px rgba(230, 235, 205, 0.86);
    display: flex;
    align-items: center;
    justify-content: center; }

  .topnavi__lvl--sub {
    margin-top: 1px; } }
#toggle-menu {
  background-color: rgba(230, 235, 205, 0.86);
  color: #fff;
  display: block;
  padding: 0.75em 24px;
  position: relative; }

.topnavi__arrow {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #00519e;
  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 #FFFFFF; } }
.topnavi__lvl--first {
  background-color: rgba(230, 235, 205, 0.86); }

.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__item--header {
  background-color: #424254;
  color: #7abcb2;
  display: block;
  font-size: 0.75em;
  padding: 1.5em 1.25em 0.25em; }

.topnavi__link--first {
  background-color: #F4F9DB;
  color: #00519e;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--first:hover {
  background-color: rgba(140, 175, 29, 0.9);
  color: #fcdc45; }

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

.topnavi__link--sub {
  background-color: rgba(140, 175, 29, 0.9);
  color: #FFFFFF;
  padding: 0.75em 1em;
  padding-right: 42px; }

.topnavi__link--sub:hover {
  background-color: #8caf1d;
  color: #00519e; }

.topnavi__link--active {
  background-color: rgba(140, 175, 29, 0.9);
  color: #fcdc45;
  padding: 0.75em 1em;
  padding-right: 42px; }

ul span.topnavi__label {
  display: none; }

.mobilewrap .topnavi__label {
  display: none; }

@media only screen and (min-width: 768px) {
  .topnavi {
    background-color: rgba(230, 235, 205, 0.86); }

  .topnavi__lvl--first {
    background-color: transparent; }

  #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 {
    background-color: transparent;
    color: #00519e;
    padding: 0.75em 1em;
    padding-right: 42px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

  .topnavi__link--first:hover {
    background-color: transparent;
    color: #fcdc45; }

  .topnavi__link--active {
    background-color: transparent;
    color: #8caf1d; }

  .topnavi__lvl--sub .topnavi__link--active {
    background-color: rgba(140, 175, 29, 0.9);
    color: #fcdc45; }

  .topnavi__lvl--sub .topnavi__link--active:hover {
    color: #00519e; }

  .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:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.topnavi__label {
  background-color: transparent;
  height: 100%;
  padding: 0 .5em;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0; }

.topnavi__lvl--sub .topnavi__label {
  background-color: #8caf1d; }

.topnavi {
  border-bottom: 1px solid #00519e;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

#toggle-menu {
  border-bottom: 1px solid rgba(230, 235, 205, 0.86); }

.topnavi__lvl--sub {
  border-top: 1px solid #00519e; }

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

.topnavi__item {
  border-bottom: 1px solid #00519e; }

.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; } }
.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: #00519e;
  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: #8caf1d; }

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

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

.navi-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
  text-align: center; }

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

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: fixed #e6ebcd;
  background-image: linear-gradient(to top, #8caf1d 0%, #e6ebcd 50%);
  color: #00519e;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em; }

div.site-top {
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div.site-top .site-top-content {
  height: 100%;
  width: 100%; }

/* ## first-top ## */
.first-top {
  height: auto; }

.first-top-inside {
  font-size: 0.7rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px; }

.first-top-inside .ce-bodytext {
  padding: 0;
  margin: 0; }

.first-top {
  background-color: #fcdc45;
  padding: 3px 0; }

.first-top-inside {
  color: #333333;
  padding-bottom: 3px; }

.first-top p {
  display: inline-block;
  margin-block-start: 5px;
  margin-block-end: 0; }

.first-top a {
  color: #333333; }

.first-top a:hover {
  color: #8caf1d; }

@media only screen and (min-width: 768px) {
  div.logo-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    div.logo-wrap .logo {
      flex: 1; }
    div.logo-wrap .logo-name {
      flex: 4; } }
.logo {
  max-width: 50%;
  margin: 0 auto; }
  .logo .image-embed-item {
    height: auto;
    width: 100%; }

@media only screen and (min-width: 768px) {
  .logo {
    padding-left: 48px; } }
.logo-name h3,
.logo-name h3 a {
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #8caf1d; }

.logo-name h3 {
  font-size: clamp(2rem, 5vw, 4em);
  font-weight: 100;
  padding: 25px 25px 0 25px; }

.logo-name .ce-bodytext {
  padding: 0 25px; }

.logo-name .ce-bodytext,
.logo-name .ce-bodytext a {
  text-decoration: none;
  color: #00519e;
  font-size: 1.3em;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .logo-name h3 {
    text-align: right; }

  .logo-name .ce-bodytext {
    text-align: right; } }
@media only screen and (min-width: 768px) {
  .col_wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 0;
    background-color: #e6ebcd;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3); }

  .col_wrap,
  .col_wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/* ### Schrift #### */
h1 {
  font-family: "Inter", sans-serif;
  color: #8caf1d;
  font-size: clamp(2rem, 5vw, 4em);
  font-weight: 100;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  /*  text-align: center;*/ }

h2 {
  font-family: "Inter", sans-serif;
  color: #8caf1d;
  font-size: clamp(1.6rem, 4vw, 2.5em);
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

h3 {
  font-family: "Inter", sans-serif;
  color: #00519e;
  font-size: clamp(1.3rem, 3vw, 1.8em);
  font-weight: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

h4 {
  font-family: "Inter", sans-serif;
  color: #00519e;
  font-size: clamp(1rem, 2vw, 1.2em);
  font-weight: 100;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

h1, h2, h3, h4, h5 {
  margin-block-start: 25px;
  line-height: 1em; }

/*h1 {margin-block-end: 0;}*/
h2 {
  margin-block-end: 0.3em; }

h3 {
  margin-block-end: 0.9em; }

h4 {
  margin-block-end: 2.2em; }

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

.col_wrap a {
  color: #00519e; }

.col_wrap a:hover {
  color: #8caf1d; }

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

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

/*Silbentrennung*/
p,
h1,
h2,
h3,
header {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

#wrapp-all {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.content_zwei-zeilen_1 {
  max-width: 1600px;
  margin: 0 auto; }

.layout-1spalte .layout-space-r-l,
.layout-drei-zeilen .layout-space-r-l {
  padding: 0 25px;
  min-height: 300px; }

.drei-zeilen_1 {
  overflow: hidden; }

.contenttable td {
  vertical-align: top; }

.content_zwei-zeilen_0 > .frame {
  padding-left: clamp(10px, 5vw, 50px);
  padding-right: clamp(10px, 5vw, 50px);
  padding-bottom: clamp(10px, 5vw, 50px); }

.content_zwei-zeilen_0,
.content_zwei-zeilen_0 .frame-default {
  width: 100%; }

footer {
  background-color: #fcdc45;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  max-width: 1600px; }

footer,
footer a {
  color: #00519e; }

footer a:hover {
  color: #8caf1d; }

footer #footer-inner {
  width: 100%;
  max-width: 1600px;
  padding-right: clamp(10px, 5vw, 50px); }

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

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

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

.footer-navigation,
.footer-center,
.footerkontakt {
  text-align: center; }

@media only screen and (min-width: 768px) {
  footer {
    margin-right: auto;
    margin-left: auto; }
    footer #footer-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: clamp(10px, 5vw, 50px); }
    footer #footer-inner > div {
      flex: 1; }
    footer #footer-inner .footerkontakt .ce-bodytext,
    footer #footer-inner .footerkontakt header {
      text-align: right; }
    footer #footer-inner .footerkontakt .ce-bodytext table {
      float: right; }
    footer #footer-inner .ce-gallery {
      overflow: visible; }
    footer .footer-navigation {
      text-align: left; } }
footer .footerkontakt .image-caption {
  font-size: 0.7rem; }

.footer-center a {
  text-decoration: none; }

.footer-center li {
  list-style: none; }

.footer-center ul {
  padding-inline-start: 0; }

@media only screen and (min-width: 768px) {
  .footer-center {
    text-align: center;
    border-right: 1px solid #00519e;
    border-left: 1px solid #00519e;
    padding: 0 12px; } }
#footer-bottom a {
  text-decoration: none; }

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

#footer-bottom {
  padding: 0 25px;
  text-align: center;
  font-size: 0.8rem; }

#footer-bottom {
  background-color: #333333; }

#footer-bottom,
#footer-bottom a {
  color: #fcdc45; }

#footer-bottom a:hover {
  color: #FFFFFF; }

#footer-bottom .copyright {
  padding: 25px; }

/* ################# CSS Document _box.scss #################### */
/* ################## 	grid_for_container ####################### */
@media only screen and (min-width: 768px) {
  .grid-row {
    display: flex;
    height: 100%; }

  .grid-col {
    flex: 1;
    padding-right: clamp(10px, 5vw, 50px); }

  .col-lg-3 {
    flex: 3;
    padding-right: clamp(10px, 5vw, 50px); }

  .col-lg-4 {
    flex: 4;
    padding-right: clamp(10px, 5vw, 50px); }

  .col-lg-6 {
    flex: 6;
    padding-right: clamp(10px, 5vw, 50px); }

  .col-lg-8 {
    flex: 8;
    padding-right: clamp(10px, 5vw, 50px); }

  .col-lg-9 {
    flex: 9;
    padding-right: clamp(10px, 5vw, 50px); }

  .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; } }
@media only screen and (max-width: 768px) {
  .grid-row > div {
    padding-bottom: clamp(10px, 5vw, 50px); } }
.frame-white_box {
  background-color: #FFFFFF;
  padding: 0 24px;
  border: solid 1px #8caf1d;
  border-radius: 3px; }

.frame-dark_box {
  background-color: #00519e;
  padding: 0 24px;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF; }

.frame-dark_box h1,
.frame-dark_box h2,
.frame-dark_box h3,
.frame-dark_box h4 {
  color: #FFFFFF; }

.frame-transparent_box {
  padding: 0 24px;
  border: solid 1px #8caf1d;
  border-radius: 3px;
  height: 100%; }

.frame-rahmenKarte {
  border: solid 1px #8caf1d;
  border-radius: 3px;
  height: 100%; }

.frame-learn_more_box {
  padding: 0;
  border: solid 1px #8caf1d;
  border-radius: 3px;
  position: relative;
  height: 100%; }

.frame-learn_more_box header {
  background-color: #8caf1d;
  min-height: 80px; }

.frame-learn_more_box h1,
.frame-learn_more_box h2,
.frame-learn_more_box h3,
.frame-learn_more_box h4,
.frame-learn_more_box h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
  padding: 6px; }

.frame-learn_more_box h2 {
  font-size: 1.8rem;
  color: #fcdc45; }

.frame-learn_more_box h3 {
  font-size: 1.1rem;
  color: #FFFFFF; }

.frame-learn_more_box p:first-child {
  padding: 0 24px 48px 24px; }

.frame-learn_more_box p:last-child {
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0; }

.one_element .frame-white_box,
.one_element .frame-dark_box,
.one_element .frame-transparent_box,
.one_element .frame-learn_more_box {
  height: 100%; }

.frame-learn_more_box a {
  display: block;
  text-align: center;
  border-top: 1px solid #F4F9DB;
  padding: 6px 6px 10px 6px; }

.frame-layout-1 {
  opacity: 0; }

.frame-layout-2 {
  opacity: 0;
  margin-left: -2000px;
  max-width: 100%; }

.frame-layout-3 {
  margin-left: -2000px;
  max-width: 100%; }

.frame-layout-4 {
  opacity: 0; }

.slick-slide {
  position: relative; }

.slick-track header h2 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 120;
  text-align: center;
  font-size: clamp(24px, 5vw, 100px);
  color: #ffffff !important; }

.slick-track .ce-bodytext {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 130;
  text-align: center;
  font-size: clamp(18px, 5vw, 60px);
  color: #fff; }

.slick-dotted.slick-slider {
  margin-bottom: -15px; }

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  z-index: 100; }

.slick-prev:before, .slick-next:before {
  font-size: 60px; }

.slick-dots li button:before {
  font-size: 14px !important;
  color: #e6ebcd; }

.slick-dots li.slick-active button:before {
  color: #8caf1d; }

.ol-popup {
  width: 180px !important; }

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