:root {
  --tile-radius: 7px;
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.woff") format("woff"), url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-regular.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.woff") format("woff"), url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-italic.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-v15-latin-300.woff") format("woff"), url("../fonts/nunito-sans/nunito-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-300.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-v15-latin-700.woff") format("woff"), url("../fonts/nunito-sans/nunito-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-700.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans/nunito-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans/nunito-sans-v15-latin-800.woff") format("woff"), url("../fonts/nunito-sans/nunito-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/nunito-sans/nunito-sans-v15-latin-800.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* material-symbols-outlined-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../fonts/material-symbols-outlined-v100-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/material-symbols-outlined-v100-latin-200.woff2") format("woff2"), url("../fonts/material-symbols-outlined-v100-latin-200.woff") format("woff"), url("../fonts/material-symbols-outlined-v100-latin-200.ttf") format("truetype"), url("../fonts/material-symbols-outlined-v100-latin-200.svg#MaterialSymbolsOutlined") format("svg"); /* Legacy iOS */
}
.symbol {
  position: relative;
  display: inline-block;
  top: 9px;
  padding-right: 7px;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 30;
}

html,
body,
p,
ul,
table,
div,
label,
h1,
h2,
h3,
h4,
h5 {
  color: #004178;
}

.uk-button-primary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#004178), to(#94c121));
  background-image: linear-gradient(to top, #004178, #94c121);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.uk-button-primary:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#004178), to(#94c121));
  background-image: linear-gradient(to top right, #004178, #94c121);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 0) and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 1200px) {
  .desktop-menu-area {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile-menu-area {
    display: none !important;
  }
}

html,
body,
p,
span,
a,
td,
li,
div,
label .uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pseudo-h1,
.pseudo-h2,
.pseudo-h3 {
  font-family: "Nunito Sans", "Arial", serif;
  font-weight: 400;
  font-style: normal;
}

strong,
b,
.strong,
.bold {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-style: normal;
}

p {
  font-size: 19px;
}

h1,
.pseudo-h1 {
  font-size: 2.4rem;
  font-family: "Nunito Sans", "Arial", serif;
  font-weight: 800;
  font-style: normal;
}

h2,
.pseudo-h2 {
  font-size: 1.9rem;
  font-family: "Nunito Sans", "Arial", serif;
  font-weight: 800;
  font-style: normal;
}

h3,
.pseudo-h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  opacity: 0.9;
}

a {
  color: #94c121;
}

a.efilink {
  font-weight: bold;
}

a:hover {
  color: #73951a;
}

a:focus,
a:active {
  color: #73951a;
}

.uk-form-label {
  color: #000;
  font-size: 1rem;
}

.uk-button-default {
  border-width: 2px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.uk-button-default.white {
  color: #fff;
  border-color: #fff;
}

.uk-button-primary {
  border-width: 2px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-color: #fff;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.align_left {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.align_right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.align_center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#desktop-menu-area {
  display: none;
}

@media (min-width: 990px) {
  #desktop-menu-area {
    display: block;
  }
}
#mobile-menu-area {
  display: none;
}

@media (max-width: 990px) {
  #mobile-menu-area {
    display: block;
  }
}
.show-banner > .privacywire-page-wrapper,
.show-options > .privacywire-page-wrapper,
.show-message > .privacywire-page-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.privacywire {
  display: none;
}

.show-banner .privacywire.privacywire-banner,
.show-options .privacywire.privacywire-options,
.show-message .privacywire.privacywire-message {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 450px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.privacywire {
  background: #ffffff;
  border: 1px solid red;
}

.privacywire .privacywire-header {
  text-align: center;
  margin-bottom: 15px;
}

div.privacywire-ask-consent {
  background-color: #666;
  padding: 90px 15px;
  text-align: center;
}

div.privacywire-ask-consent p {
  color: #fff !important;
}

.show-banner .privacywire .allow-all {
  color: #fff !important;
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}

.show-banner .privacywire .allow-all:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.privacywire .allow-necessary,
.privacywire .choose,
.privacywire-consent-button,
.privacywire .toggle,
.privacywire .save {
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  width: 100%;
}

.privacywire .allow-necessary:hover,
.privacywire .choose:hover,
.privacywire-consent-button:hover,
.privacywire .toggle:hover,
.privacywire .save:hover {
  background-color: #ddd;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.glb-footer {
  min-height: 100px;
  background-color: #004178;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}

.glb-footer div,
.glb-footer a {
  color: #fff;
}

#glb-mobilemenu {
  height: 80px;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding: 0;
}

#glb-mobilemenu-logoarea {
  padding: 8px 0 8px 15px;
}

#glb-mobilemenu-logo {
  max-width: 100px;
  width: 100%;
  height: auto;
}

#glb-mobilemenu #toggle-icon-area {
  min-width: 37px;
  padding-top: 30px;
}

#glb-mobilemenu #toggle-icon {
  color: #94c121;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#glb-mobilemenu #toggle-icon:hover {
  color: #004178;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#toggle-animation {
  border-bottom: 1px solid #004178;
  padding: 12px 0 7px 15px;
  position: relative;
  z-index: 9999;
  background: #fff;
}

#toggle-animation a {
  color: #94c121;
  font-weight: bold;
  font-size: 16px;
}

#toggle-animation a:hover {
  color: #004178;
  font-weight: bold;
}

.glb-centermenu {
  background-color: hsl(0, 0%, 97%);
}

.glb-centermenu li.active a {
  color: #004178;
}

.glb-infologoinfo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.glb-infologoinfo .toplogo {
  max-width: 50%;
}

.glb-infologoinfo a,
.glb-infologoinfo a:focus,
.glb-infologoinfo a:active {
  color: hsl(0, 0%, 50%);
}

.glb-infologoinfo a:hover {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}

#glb-logomenu {
  height: 120px;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding: 0 2% 0 2%;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  -webkit-transition: height 450ms;
  transition: height 450ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#glb-logomenu.scrolled {
  height: 80px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu-spacer {
  height: 120px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu.scrolled #glb-logomenu-spacer {
  height: 80px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu-logoarea {
  padding: 10px 0 10px 0;
}

#glb-logomenu-logo {
  height: 100px;
  width: auto;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu.scrolled #glb-logomenu-logo {
  height: 60px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu-menuarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu.scrolled #glb-logomenu-menuarea {
  height: 80px;
  -webkit-transition: height 450ms;
  transition: height 450ms;
}

#glb-logomenu-info {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 20px;
}

#glb-logomenu-menu a {
  font-weight: bold;
  color: #94c121;
  color: #004178;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: inline-block;
  padding: 5px 8px;
  background-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 5px;
  -webkit-transition: background 350ms;
  transition: background 350ms;
}

#glb-logomenu-menu a.active {
  color: #004178;
  color: #fff;
  background-color: #004178;
  -webkit-transition: background 350ms;
  transition: background 350ms;
}

#glb-logomenu-menu a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #bedf76;
  -webkit-transition: background 350ms;
  transition: background 350ms;
}

.cardbox {
  background-color: #eeeeee;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cardbox-header {
  padding: 5px 0 5px 10px;
  background-color: #004178;
  color: #fff;
}

.cardbox-body {
  padding: 10px;
}

#section-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: top center;
}

#section-hero .caption {
  max-width: 650px;
  padding-left: 10px;
  padding-right: 10px;
}

#section-hero .caption h1,
#section-hero .caption h2,
#section-hero .caption p {
  color: #fff;
}

#section-hero .caption h2 {
  font-size: 16px;
  line-height: 17px;
}

@media (min-width: 640px) {
  #section-hero .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#section-hero .caption p {
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 640px) {
  #section-hero .caption p {
    font-size: 19px;
    line-height: 22px;
  }
}
#section-hero .caption .buttons .uk-button {
  line-height: 14px;
  padding-top: 7px;
  padding-bottom: 14px;
}

#section-introduction {
  padding-top: 200px;
}

#subsection-01 {
  margin-bottom: 200px;
}

#subsection-02 {
  margin-bottom: 200px;
}

#subsection-03 {
  margin-bottom: 200px;
}

#subsection-04 {
  margin-bottom: 200px;
}

.introduction-image {
  border-radius: 40px;
}

.subheader-image-01 {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.subheader-image-02 {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.subheader-image-03 {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.subheader-image-04 {
  max-width: 410px;
  width: 100%;
  height: auto;
}

#instructions-box {
  background-color: #94c121;
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 100px;
}

#instructions-box p {
  color: #fff;
}

#section-form {
  margin-bottom: 200px;
}

.FormBuilder.InputfieldForm .Inputfield.InputfieldMarkup label {
  display: none;
}

.FormBuilder.InputfieldForm #Inputfield_65760_eschborn.Inputfield.InputfieldMarkup label {
  display: block;
}

.FormBuilder.InputfieldForm #Inputfield_65760_eschborn.Inputfield.InputfieldMarkup .InputfieldContent {
  padding-top: 10px;
}

#section-mq-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-image: url("../images/header-mq-bg.jpg");
  background-size: cover;
  background-position: top center;
}

#section-mq-hero .caption {
  max-width: 650px;
  padding-left: 10px;
  padding-right: 10px;
}

#section-mq-hero .caption h1,
#section-mq-hero .caption h2,
#section-mq-hero .caption p {
  color: #fff;
}

#section-mq-hero .caption h2 {
  font-size: 16px;
  line-height: 17px;
}

@media (min-width: 640px) {
  #section-mq-hero .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#section-mq-hero .caption p {
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 640px) {
  #section-mq-hero .caption p {
    font-size: 19px;
    line-height: 22px;
  }
}
#section-mq-hero .caption .buttons .uk-button {
  line-height: 14px;
  padding-top: 7px;
  padding-bottom: 14px;
}

#section-introduction {
  padding-top: 200px;
}

#subsection-01 {
  margin-bottom: 200px;
}

#subsection-02 {
  margin-bottom: 200px;
}

#subsection-03 {
  margin-bottom: 200px;
}

#subsection-04 {
  margin-bottom: 200px;
}

.introduction-image {
  border-radius: 40px;
}

.subheader-image-01 {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.subheader-image-02 {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.subheader-image-03 {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.subheader-image-04 {
  max-width: 410px;
  width: 100%;
  height: auto;
}

#instructions-box {
  background-color: #94c121;
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 100px;
}

#instructions-box p {
  color: #fff;
}

#section-form {
  margin-bottom: 200px;
}

.FormBuilder.InputfieldForm .Inputfield.InputfieldMarkup label {
  display: none;
}

.FormBuilder.InputfieldForm #Inputfield_65760_eschborn.Inputfield.InputfieldMarkup label {
  display: block;
}

.FormBuilder.InputfieldForm #Inputfield_65760_eschborn.Inputfield.InputfieldMarkup .InputfieldContent {
  padding-top: 10px;
}

#page-coworking-spaces #hero {
  height: 550px;
  background-image: url("../images/header-cws.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-coworking-spaces #hero-overlay {
  max-width: 600px;
  margin-left: 5%;
  margin-right: 5%;
  color: #fff;
}

#page-coworking-spaces #hero-overlay p {
  color: #fff;
}

#page-coworking-spaces #hero-overlay h1 {
  color: #94c121;
}

.cwslist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
  padding-bottom: 20px;
}

.cwslist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.cwslist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 178px;
  max-height: 178px;
}

.cwslist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cwslist-item .branche {
  margin-top: 15px;
}

.cwslist-item .strasse {
  margin-top: 15px;
}

.coeventslist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
  padding-bottom: 20px;
}

.coeventslist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.coeventslist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 178px;
  max-height: 178px;
}

.coeventslist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.coeventslist-item .branche {
  margin-top: 15px;
}

.coeventslist-item .strasse {
  margin-top: 15px;
}

.coeventslist-formattext {
  padding-right: 15px;
  padding-top: 15px;
}

.coeventslist-formattext p {
  font-size: 0.9rem;
}

body[data-template=cws-item] .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: -90px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  z-index: 10;
  position: relative;
}

.cws-item-box {
  background-color: #fafafa;
  padding-bottom: 90px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.cws-item-box .caption {
  font-weight: bold;
  color: #999;
  font-size: 0.9rem;
  min-width: 120px;
}

.cws-description {
  margin-top: 15px;
  margin-right: 5%;
}

.cws-image {
  border-radius: 40px;
}

.cws-listitem {
  margin-bottom: 60px;
}

.efilink {
  font-weight: bold;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: inline-block;
  padding: 0 5px 0 0;
  /* border-bottom: 2px solid transparent; */
}

.efilink:hover {
  text-decoration: none;
  /* border-bottom: 2px solid #004178; */
  color: #004178;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

#page-learning #hero {
  height: 550px;
  background-image: url("../images/header-training.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-learning #hero-overlay {
  max-width: 650px;
  margin-left: 5%;
  margin-right: 5%;
  color: #fff;
}

#page-learning #hero-overlay p {
  color: #fff;
}

#page-learning #hero-overlay h1 {
  color: #94c121;
}

#page-learning .uk-card {
  border-radius: var(--tile-radius);
  overflow: hidden;
}

#page-learning .caption {
  padding: 8px;
  font-weight: bold;
}

#page-learning .caption,
#page-learning #childrenlist a:hover {
  text-decoration: none;
  border: none;
}

#page-partner #hero {
  height: 550px;
  background-image: url("../images/header-partner.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-partner #hero-overlay {
  max-width: 500px;
  margin-left: 5%;
  color: #fff;
}

#page-partner #hero-overlay p {
  color: #fff;
}

#page-partner #hero-overlay h1 {
  color: #94c121;
}

.partnerlist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
}

.partnerlist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.partnerlist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 148px;
  max-height: 148px;
}

.partnerlist-item header .portrait {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 148px;
  max-height: 148px;
}

.partnerlist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.partnerlist-item .branche {
  margin-top: 15px;
}

.partnerlist-item .strasse {
  margin-top: 15px;
}

.partnernewlist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
  padding-bottom: 20px;
}

.partnernewlist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.partnernewlist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 178px;
  max-height: 178px;
}

.partnernewlist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.partnernewlist-item .branche {
  margin-top: 15px;
}

.partnernewlist-item .strasse {
  margin-top: 15px;
}

.partnerpage-item {
  overflow: hidden;
  min-height: 800px;
  padding-bottom: 20px;
}

.partnerpage-item header {
  height: 150px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.partnerpage-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 400px;
  max-height: 400px;
}

.partnerpage-item header h1 {
  margin-top: 75px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#page-service #hero {
  height: 550px;
  background-image: url("../images/header-service.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-service #hero-overlay {
  max-width: 500px;
  margin-left: 5%;
  color: #fff;
}

#page-service #hero-overlay p {
  color: #fff;
}

#page-service #hero-overlay h1 {
  color: #94c121;
}

.uk-tab li a {
  color: #004178;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 5px 8px;
  background: -webkit-gradient(linear, right bottom, left top, from(#c6d5e2), to(#e4f2c6));
  background: linear-gradient(to top left, #c6d5e2, #e4f2c6);
  border-radius: 10px;
  /* border: 3px solid #ccc;
    border-radius: 20px;
    padding: 10px 15px; */
  border: none;
}

.uk-tab li a:hover {
  color: #004178;
  background: -webkit-gradient(linear, right bottom, left top, from(#e4f2c6), to(#c6d5e2));
  background: linear-gradient(to top left, #e4f2c6, #c6d5e2);
}

.uk-tab::before {
  border-bottom: 0;
}

.uk-tab li.uk-active a {
  color: #004178;
  color: #fff;
}

.tab {
  background-color: #fafafa;
  border-radius: 50px;
  min-height: 50vh;
  padding: 50px;
}

.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
  border: none;
  background: -webkit-gradient(linear, right bottom, left top, from(#bedf76), to(#769bb8));
  background: linear-gradient(to top left, #bedf76, #769bb8);
}

.tab-listitem {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-listitem h2 {
  font-size: 20px;
  margin: 0;
}

.tab-listitem p {
  margin: 0;
}

.tabs-menu {
  background-color: #fff;
  padding-top: 10px;
  padding-top: 10px;
}

.uk-sticky-fixed {
  border-bottom: 1px solid #999;
}

#page-service .efilink {
  font-weight: 700;
}

#page-service .efilink .symbol {
  line-height: 20px;
}

#page-kick-off-veranstaltung #hero {
  height: 550px;
  background-image: url("../images/header-event.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-kick-off-veranstaltung #hero-overlay {
  max-width: 500px;
  margin-left: 5%;
  color: #fff;
}

#page-kick-off-veranstaltung #hero-overlay p {
  color: #fff;
}

#page-kick-off-veranstaltung #hero-overlay h1 {
  color: #94c121;
}

#page-mentoren #hero {
  height: 550px;
  background-image: url("../images/header-mentors.jpg");
  background-position: center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-mentoren #hero-overlay {
  max-width: 650px;
  margin-left: 5%;
  margin-right: 5%;
  color: #fff;
}

#page-mentoren #hero-overlay p {
  color: #fff;
}

#page-mentoren #hero-overlay h1 {
  color: #94c121;
}

.mentorslist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
}

.mentorslist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.mentorslist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 148px;
  max-height: 148px;
}

.mentorslist-item header .portrait {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 178px;
  max-height: 178px;
}

.mentorslist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mentorslist-item .branche {
  margin-top: 15px;
}

.mentorslist-item .strasse {
  margin-top: 15px;
}

.startuplist-item {
  border-radius: var(--tile-radius);
  overflow: hidden;
  min-height: 255px;
  padding-bottom: 20px;
}

.startuplist-item header {
  height: 100px;
  background: -webkit-gradient(linear, right bottom, left top, from(#94c121), to(#004178));
  background: linear-gradient(to top left, #94c121, #004178);
}

.startuplist-item header .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: 40px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 148px;
  max-height: 148px;
}

.startuplist-item header h2 {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.startuplist-item .branche {
  margin-top: 15px;
}

.startuplist-item .strasse {
  margin-top: 15px;
}

body[data-template=startups-item] .logo {
  border-radius: var(--tile-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-top: -90px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 248px;
  max-height: 248px;
  z-index: 10;
  position: relative;
}

.startups-item-box {
  background-color: #fafafa;
  padding-bottom: 90px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.startups-item-box .caption {
  font-weight: bold;
  color: #999;
  font-size: 0.9rem;
  min-width: 120px;
}

.cmp-faq .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}

.cmp-faq .uk-accordion-title {
  background-color: yellow;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.cmp-faq .uk-accordion-content {
  background-color: yellowgreen;
  margin: 0;
  padding: 10px;
}

.cmp-iconlinks {
  background-color: #ffeeee;
}

.cmp-iconlinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cmp-iconlinks li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.cmp-iconlinks .iconlinkicon {
  width: 30px;
  height: 30px;
  color: green;
}

.cmp-iconlinks a:hover .iconlinkicon {
  color: greenyellow;
}/*# sourceMappingURL=app.css.map */