:root {
  --secondary: #2c3a3a;
  --secondary-light: #587474;
  --primary-light: #d7f1da;
  --white: white;
  --primary: #37cc56;
  --primary-70: #37cc56b3;
  --white-gray: #e6e6e6;
  --gradient-green: #99ffaeb3;
  --secondary-10: #2c3a3a1a;
  --primary-20: #37cc5633;
  --secondary-40: #2c3a3a66;
  --secondary-light-70: #587474b3;
  --secondary-light-80: #587474cc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

p {
  color: var(--secondary-light);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.section {
  padding: 90px 60px;
}

.section.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 25px;
  display: flex;
  overflow: hidden;
}

.section.hoai-section {
  justify-content: center;
  align-items: center;
  padding-top: 190px;
  padding-bottom: 190px;
  display: flex;
}

.section.cards-section {
  background-color: var(--primary-light);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.map-section {
  padding: 0;
  height: 500px;
}

.section.contact-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.ueber-uns-section {
  background-color: var(--primary-light);
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.foerderungen-section {
  background-color: var(--white);
  min-height: 100vh;
  padding-top: 25px;
}

.section.foerderungen-section._404 {
  height: 100%;
}

.nav-logo-anchor.w--current {
  min-width: 100px;
}

.nav-link {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--primary);
}

.nav-link.dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 110%;
}

.nav-link.foerderungen {
  color: var(--secondary);
}

.nav-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.primary-button {
  background-color: var(--primary);
  text-align: center;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.primary-button.ghost-button {
  background-color: var(--primary-70);
  opacity: 1;
  border-radius: 50px;
  margin-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .9rem;
  text-decoration: none;
}

.primary-button.ghost-button:hover {
  background-color: var(--primary);
  transform: scale(1.03);
}

.primary-button.ghost-button.foerderungen {
  color: var(--secondary);
}

.primary-button.hero-button {
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 18px;
  text-decoration: none;
}

.primary-button.hero-button:hover {
  background-color: var(--primary-70);
  transform: scale(1.03);
}

.container {
  z-index: 3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container.center {
  position: relative;
}

.container.ueber-uns-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.left {
  justify-content: flex-start;
  align-items: stretch;
}

.container.foerderungen {
  margin-top: 150px;
}

.container.impressum {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}

.container.impressum._404 {
  height: 100%;
}

.hero-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25vh;
  display: flex;
}

.left-hero {
  flex: 0 auto;
}

.hero-header {
  color: var(--white);
  font-size: 90px;
}

.navbar {
  aspect-ratio: auto;
  background-color: #fff0;
  width: 100%;
  position: relative;
}

.background-image {
  z-index: -1;
  background-image: url('../images/NORTHOFF_CREW10_Unbenannte-Aufnahme6491.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blur-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-gradient {
  background-image: linear-gradient(135deg, #0a0d0d, #0a0d0d33 100%, #0a0d0d4d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span {
  color: var(--primary);
}

.hero-subheader {
  color: var(--white-gray);
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
}

.image {
  box-sizing: border-box;
  min-width: 150px;
}

.green-gradient {
  background-image: radial-gradient(circle farthest-side at 10% -10%, var(--gradient-green) 10%, #37cc5600 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-container {
  flex: 1;
}

.hoai-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hoai-content.einzelma-nahmen {
  flex-flow: row-reverse;
}

.hoai-header {
  font-family: Inter, sans-serif;
  font-size: 6em;
  font-weight: 500;
}

.hoai-header.einzelma-nahmen {
  text-align: right;
  font-size: 4.5em;
}

.content-left {
  width: 100%;
  max-width: 45%;
}

.content-left.einzelma-nahmen {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 45%;
  display: flex;
}

.content-right {
  align-self: flex-start;
  width: 100%;
  max-width: 45%;
  position: relative;
}

.timeline-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.timeline-track {
  background-color: var(--primary-light);
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}

.timeline-track.einzelma-nahmen {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.timeline-step {
  z-index: 3;
  background-color: var(--primary-light);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: none;
  position: absolute;
  left: -76px;
  overflow: hidden;
}

.timeline-step.timeline-step-progress {
  background-color: var(--primary);
}

.timeline-step.rel {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
}

.timeline-step.rel.prog {
  background-color: var(--primary);
  display: block;
  left: 25%;
}

.timeline-step.rel.einzelma-nahmen {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.leistung-item-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.hoai-item-header {
  color: var(--primary);
  margin-top: 0;
  font-size: 26px;
}

.secondary-button {
  background-color: var(--secondary);
  text-align: center;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.secondary-button.ghost-button {
  background-color: var(--primary-70);
  opacity: 1;
  margin-left: 25px;
}

.secondary-button.hero-button {
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 18px;
}

.secondary-button.hero-button.outline-button:hover {
  background-color: var(--secondary-10);
  transform: scale(1.03);
}

.secondary-button.outline-button {
  border: 2px solid var(--secondary);
  color: var(--secondary);
  background-color: #fff0;
}

.secondary-button.outline-button.card-button {
  transform-style: preserve-3d;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.secondary-button.outline-button.card-button:hover {
  background-color: var(--secondary-10);
  transform: translate3d(0, 0, 0)scale(1.05);
}

.secondary-button.contact-submit-button {
  border-radius: 50px;
  flex: 1;
  align-self: flex-end;
  padding: 20px 30px;
  font-size: 20px;
}

.secondary-button.contact-submit-button:hover {
  background-color: var(--secondary-light);
  transform: scale(1.03);
}

.hoai-subheader {
  margin-top: 10px;
  font-size: 1.3em;
}

.hoai-subheader.einzelma-nahmen {
  text-align: right;
}

.cards-content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-content-header {
  text-align: center;
  margin-bottom: 50px;
}

.cards-wrapper {
  height: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
  box-shadow: 0 -15px 10px -10px #0000001a;
}

.footer {
  background-color: var(--primary-light);
  padding: 50px 60px;
}

.footer-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-logo-img {
  margin-bottom: 10px;
}

.heading {
  font-size: 20px;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.footer-logo-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-item-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-item-link {
  color: var(--secondary-light);
  text-decoration: none;
  -webkit-text-decoration-color: var(--secondary);
  text-decoration-color: var(--secondary);
  vertical-align: baseline;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.contact-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-header-wrapper {
  max-width: 45%;
}

.contact-form-wrapper {
  flex: 1;
  max-width: 45%;
}

.contact-header {
  margin-top: 0;
  font-size: 4.5em;
  font-weight: 500;
}

.contact-subheader {
  font-size: 1.3em;
}

.contact-text-field {
  border: 2px solid var(--secondary);
  border-radius: 5px;
  height: 50px;
  font-family: Montserrat, sans-serif;
}

.contact-text-field:focus {
  border-color: var(--primary);
}

.contact-text-field.contact-text-area {
  height: 150px;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact-text-label {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.form-field {
  width: 100%;
}

.ueber-uns-content {
  z-index: 5;
  max-width: 600px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
}

.ueber-uns-header {
  font-size: 6em;
}

.ueber-uns-subheader {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
}

.ueber-uns-description {
  font-size: 1.3em;
}

.signature-img {
  margin-top: 45px;
  margin-bottom: 25px;
}

.signature-text {
  color: var(--secondary-light);
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
}

.ueber-uns-img {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 35%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.signature-line {
  z-index: 1;
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  bottom: -2%;
  left: 0;
}

.image-3 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 10% -19%;
}

.cards-section-header {
  font-size: 70px;
}

.cards-section-paragraph {
  font-size: 20px;
}

.card {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 2px 10px #0003;
}

.card:hover {
  transform: translate3d(0, 0, 0)scale(1.05);
}

.card-header-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.card-header {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-span-2 {
  margin-bottom: 15px;
  font-size: 50px;
  display: block;
}

.cards-list-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  display: grid;
}

.hightlight-primary {
  color: var(--primary);
}

.submenu-wrapper {
  width: 100%;
  position: absolute;
}

.nav-link-wrapper {
  display: inline-block;
  position: relative;
}

.dropdown-link-wrapper {
  overflow: visible;
}

.dropdown-link {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-list-wrapper {
  background-color: var(--primary-70);
  display: block;
  overflow: hidden;
}

.dropdown-list-wrapper.w--open {
  background-color: #37cc5680;
}

.timeline-progress {
  background-color: var(--primary);
  width: 6px;
  height: 0%;
  line-height: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}

.timeline-progress.einzelma-nahmen {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.timeline-step-progress {
  background-color: var(--primary);
}

.timeline-track-wrapper {
  height: 100%;
  position: relative;
}

.timeline-entry {
  flex-flow: row-reverse;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.timeline-entry-content {
  margin-left: 50px;
}

.timeline-entry-content.einzelma-nahmen {
  margin-left: 0;
  margin-right: 50px;
}

.contact-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  text-decoration: none;
}

.contact-link-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ikonik-yqhbf {
  color: #2c3a3a;
}

.ikonik-oo2x5, .ikonik-44yny {
  color: #2c3a3a;
  width: 35px;
}

.divider {
  background-color: var(--secondary);
  height: 3px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.foerderungen-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.foerderungen-header-wrapper {
  margin-bottom: 50px;
}

.foerderungen-header {
  margin-bottom: 25px;
  font-size: 45px;
}

.foerderungen-highlight {
  color: var(--primary);
}

.foerderungen-subheader {
  font-size: 18px;
}

.foerderungen-faq-dropdown {
  color: var(--secondary);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  overflow: hidden;
}

.foerderungen-dropdown-toggle {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.foerderungen-dropdown-toggle.w--open {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.foerderungen-dropdown-question {
  color: var(--secondary);
  white-space: pre-wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  overflow: visible;
}

.foerderungen-dropdown-list {
  color: var(--secondary-light);
  background-color: #ddd0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.foerderungen-dropdown-list.w--open {
  background-color: var(--white);
  color: var(--secondary);
  border-top-width: 0;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  display: block;
}

.foerderungen-dropdown-answer {
  color: var(--secondary-light);
  padding-left: 25px;
  font-size: 18px;
}

.foerderungen-image {
  vertical-align: baseline;
  position: relative;
}

.faq-list-item {
  color: var(--secondary-light);
}

.faq-list-item.faq-list-item-big {
  font-size: 20px;
}

.text-span-3 {
  color: var(--primary);
}

.hightlight {
  color: var(--primary);
  font-weight: 700;
}

.nav-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
}

.impressum-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-size: 42px;
}

.heading-3 {
  text-align: left;
  font-size: 22px;
}

.paragraph-3 {
  font-size: 18px;
}

.paragraph-impressum {
  color: var(--secondary-light);
  font-size: 16px;
  font-weight: 500;
}

.list-item-impressum {
  color: var(--secondary-light);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.list-impressum {
  list-style-type: lower-alphabetic;
}

.list-impressum.latin {
  list-style-type: lower-latin;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 900px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .nav-logo-anchor.w--current {
    z-index: 0;
  }

  .nav-links {
    z-index: 50;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #2c3a3a99;
    width: 100vw;
    height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    left: 0;
  }

  .primary-button.ghost-button {
    margin-left: 0;
  }

  .container.ueber-uns-container {
    justify-content: center;
    align-items: center;
  }

  .hero-content {
    justify-content: space-between;
    align-items: center;
  }

  .hero-header, .hero-subheader {
    text-align: center;
  }

  .logo-container {
    z-index: 1;
    position: relative;
  }

  .menu-container {
    z-index: 50;
    position: relative;
  }

  .hoai-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .hoai-content.einzelma-nahmen {
    flex-flow: column;
  }

  .hoai-header, .hoai-header.einzelma-nahmen {
    text-align: center;
  }

  .content-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .content-left.einzelma-nahmen {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .content-right {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .content-right.einzelma-nahmen {
    max-width: 100%;
  }

  .hoai-subheader, .hoai-subheader.einzelma-nahmen {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .footer-sublogo {
    font-size: 12px;
  }

  .footer-items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-item-link {
    font-size: 12px;
  }

  .contact-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-header-wrapper {
    max-width: 100%;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .contact-header, .contact-subheader {
    text-align: center;
  }

  .ueber-uns-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .ueber-uns-header, .ueber-uns-subheader, .ueber-uns-description, .signature-text {
    text-align: center;
  }

  .ueber-uns-img {
    display: none;
  }

  .cards-list-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-link-wrapper {
    transition: all .2s;
    overflow: hidden;
  }

  .dropdown-link {
    height: 50px;
  }

  .dropdown-list-wrapper {
    background-color: var(--primary-70);
    display: block;
    position: static;
  }

  .dropdown-list-wrapper.w--open {
    position: static;
  }

  .contact-link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .foerderungen-wrapper {
    flex-flow: column;
  }

  .foerderungen-image {
    max-width: 80%;
  }

  .nav-menu-button {
    color: var(--primary);
    font-size: 30px;
  }

  .nav-menu-button.w--open {
    background-color: #2c3a3a00;
  }

  .paragraph {
    font-size: 12px;
  }

  .nav-links-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-header, .hoai-header {
    font-size: 5em;
  }

  .hoai-header.einzelma-nahmen {
    font-size: 4em;
  }

  .secondary-button.hero-button.outline-button {
    line-height: 110%;
  }

  .footer-items {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-header-wrapper {
    max-width: 100%;
  }

  .contact-header {
    font-size: 4em;
  }

  .ueber-uns-header {
    font-size: 5em;
  }

  .cards-section-header {
    font-size: 4em;
  }

  .cards-list-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section, .section.hoai-section, .section.cards-section, .section.contact-section, .section.foerderungen-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-logo-anchor.w--current {
    width: 200px;
  }

  .hero-header {
    font-size: 15vw;
  }

  .hoai-header, .hoai-header.einzelma-nahmen {
    font-size: 12vw;
  }

  .content-left {
    text-align: center;
    margin-bottom: 100px;
  }

  .content-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hoai-item-header {
    font-size: 8vw;
  }

  .secondary-button.contact-submit-button {
    align-self: center;
    width: 100%;
  }

  .hoai-subheader {
    font-size: 5vw;
  }

  .footer-grid {
    flex-flow: wrap;
  }

  .contact-header {
    font-size: 12vw;
  }

  .contact-subheader {
    font-size: 5vw;
  }

  .ueber-uns-header {
    font-size: 12vw;
  }

  .ueber-uns-subheader {
    font-size: 6vw;
  }

  .ueber-uns-description {
    font-size: 5vw;
  }

  .signature-text {
    text-align: center;
    font-size: 5vw;
    line-height: 150%;
  }

  .cards-section-header {
    font-size: 12vw;
  }

  .cards-section-paragraph {
    font-size: 5vw;
  }

  .card-header {
    font-size: 7vw;
  }

  .text-span-2 {
    font-size: 13vw;
  }

  .contact-link {
    font-size: 6vw;
  }

  .timeline-paragraph {
    font-size: 5vw;
  }

  .foerderungen-header {
    font-size: 8vw;
  }

  .foerderungen-subheader {
    font-size: 4.5vw;
  }

  .foerderungen-faq-dropdown {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .foerderungen-dropdown-toggle {
    height: 100%;
    padding-bottom: 30px;
    font-size: 5vw;
  }

  .foerderungen-dropdown-question {
    text-align: center;
    font-size: 5vw;
  }

  .foerderungen-dropdown-list {
    height: 0;
    font-size: 5vw;
  }

  .foerderungen-dropdown-answer {
    font-size: 5vw;
  }

  .foerderungen-image {
    max-width: 100%;
  }

  .faq-list-item.faq-list-item-big {
    font-size: 5vw;
  }

  .paragraph-2 {
    font-size: 4vw;
  }
}


