/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2025 | 20:54:13 */
@charset "UTF-8";
/* Variablen */
/* Boxen */
.gs-flex {
  display: flex;
  flex-flow: row wrap;
}
/* ********** */
/* Typografie */
/* ********** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gs-reset {
  margin: 0;
  padding: 0;
  border: none;
}
ul.gs-reset {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  list-style: none !important;
}
button.gs-button {
  display: flex;
  margin: 0;
  border: none !important;
  padding: 0 8px;
  line-height: 25px;
  background: #738D28;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* Links */
#main-content a {
  text-decoration: none;
  outline: none;
  background: transparent;
  border-bottom: 1px dotted #738D28;
  color: #738D28;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
a.gs-button, .gs-button a {
  border-bottom: none !important;
  color: #FFF !important;
  text-transform: uppercase !important;
}
#main-content a:hover {
  opacity: 0.7;
}
#main-content a.img {
  color: transparent;
  border: none;
}
/* Image */
#main-content img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
}
/* Accordeon / Umschalter */
.gs-acc.et_pb_toggle, .gs-poi-module .gs-acc.et_pb_toggle {
  margin: 0 !important;
  padding: 15px 5px;
  background: #FFFFFF;
  border-top: 1px solid #DFE4E7;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.gs-acc.et_pb_toggle h3.et_pb_toggle_title, .gs-poi-module .gs-acc.et_pb_toggle h3.et_pb_toggle_title {
  font-size: 16px !important;
  color: #738D28 !important;
}
.gs-acc.et_pb_toggle .et_pb_toggle_title::before, .gs-poi-module .gs-acc.et_pb_toggle .et_pb_toggle_title::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 700;
  font-size: 18px !important;
  color: #738D28;
}
.gs-acc.et_pb_toggle_close .et_pb_toggle_title::before, .gs-poi-module .gs-acc.et_pb_toggle_close .et_pb_toggle_title::before {
  content: "";
}
.gs-acc.et_pb_toggle_open .et_pb_toggle_title::before, .gs-poi-module .gs-acc.et_pb_toggle_open .et_pb_toggle_title::before {
  content: "";
}
.gs-acc .et_pb_toggle_content .gs-poi-module h3.small {
  display: none;
  visibility: hidden;
}
.gs-acc-poi .et_pb_toggle_content {
  padding-top: 15px;
}
@media only screen and (max-width: 980px) {
  .et_pb_column .et_pb_module.gs-acc {
    margin-bottom: 0 !important;
  }
}
/* GLOBAL - Förderung */
.gs-eu-wrapper {
  display: flex;
  margin: 0 -10px -10px;
  flex-flow: row wrap;
  width: calc(100% + 20px);
}
.gs-eu-text p {
  font-size: 87.5%;
  line-height: 1.5em;
}
.gs-eu-wrapper .gs-eu-item {
  display: flex;
  flex-basis: auto;
  padding: 10px;
}
.gs-eu-wrapper .gs-eu-item a img {
  width: auto;
}
