:root {
  --dim-grey: #403d49;
  --white: #fcfdff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: var(--dim-grey);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

h2 {
  color: var(--dim-grey);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

strong {
  font-weight: bold;
}

.container-1600 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navlink {
  color: var(--dim-grey);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 10.3rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.brand {
  width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-section {
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.navbar {
  background-color: var(--white);
  display: none;
  box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .08);
}

.hero-section-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  display: block;
}

.paragraph-1 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 1rem;
}

.projekte-section {
  padding-bottom: 4rem;
}

.container-upcoming {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.container-upcoming.abschlussprojekt-farbe {
  background-color: #d2e0e2;
}

.text-upcoming-heaading {
  text-align: center;
  padding-top: .3rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
}

.text-upcoming-ort {
  font-size: 1.2rem;
}

.text-upcoming-datum {
  padding-top: .7rem;
  font-size: .8rem;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1rem;
}

.mitte-div {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  border-radius: 20px;
  position: relative;
}

.anmeldung-section {
  padding-bottom: 3rem;
}

.paragraph-2 {
  width: 50em;
  text-align: center;
  padding-top: 1rem;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.stack-projektphase {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  padding: 1rem;
}

.heading-projektphase {
  text-align: center;
  margin-top: 2.8rem;
  padding-left: 1.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.paragraph-3, .paragraph-4 {
  text-align: center;
}

.button {
  color: var(--dim-grey);
  background-color: #d2e0e2;
  border-radius: 9px;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  padding: 1rem;
  display: block;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: rgba(255, 255, 255, .75);
  margin-top: 1rem;
  margin-bottom: .7rem;
  padding-top: 8rem;
  font-family: Poppins, sans-serif;
  font-size: 6.5rem;
  position: absolute;
}

.impressum-section {
  margin-bottom: 5rem;
}

.heading-2 {
  line-height: 2rem;
}

.paragraph-impressum {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer {
  padding-bottom: 3em;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ajc-footer-container {
  max-width: 1600px;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.footer-legal-link {
  color: var(--dim-grey);
  padding-right: 1em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-legal-link.w--current {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.footer-legal-link.datenschutzpadding {
  color: var(--dim-grey);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  text-decoration: none;
}

.container-1601 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  height: 3rem;
}

.spenden-hero-sectrion-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  max-width: 50rem;
}

.paragraph-6 {
  overflow-wrap: normal;
}

.spenden-liste {
  margin-bottom: 3rem;
}

.heading-3, .heading-4 {
  text-align: center;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .body {
    font-size: 1rem;
  }

  .hero-section-container {
    width: 70%;
  }

  .h1-heading {
    font-size: 1.7rem;
  }

  .paragraph-1 {
    font-size: .9rem;
  }

  .text-upcoming-heaading {
    font-size: 1.2rem;
  }

  .text-upcoming-ort {
    font-size: 1rem;
  }

  .text-upcoming-datum {
    font-size: .7rem;
  }

  .heading {
    padding-top: 7rem;
    font-size: 4rem;
  }

  .impressum-section {
    margin-bottom: 3rem;
  }

  .ajc-footer-container {
    padding-top: 2.5rem;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-1601 {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .div-block-5 {
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  .hero-section {
    align-items: flex-start;
  }

  .hero-section-container {
    width: 78%;
  }

  .h1-heading {
    margin-top: 1.1rem;
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
  }

  .paragraph-1 {
    margin-bottom: .8rem;
    font-size: .9rem;
  }

  .background-video {
    height: 18rem;
  }

  .heading {
    padding-top: 6rem;
    font-size: 2.7rem;
  }

  .impressum-section {
    margin-bottom: 2rem;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .ajc-footer-container {
    padding-top: 2rem;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .container-1600 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-section {
    height: auto;
  }

  .hero-section-container {
    width: 95%;
  }

  .h1-heading {
    margin-top: .7rem;
    margin-bottom: .7rem;
    font-size: 1.3rem;
  }

  .paragraph-1 {
    font-size: .9rem;
    line-height: 1rem;
  }

  .projekte-section {
    height: auto;
    padding-bottom: 1rem;
  }

  .container-upcoming {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .text-upcoming-heaading {
    padding-bottom: .5rem;
    font-size: 1.1rem;
  }

  .text-upcoming-ort {
    font-size: 1rem;
  }

  .text-upcoming-datum {
    padding-top: .3rem;
  }

  .quick-stack {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    max-height: 25vh;
  }

  .paragraph-2 {
    margin-bottom: .4rem;
    padding-top: 0;
    font-size: .9rem;
  }

  .stack-projektphase {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-projektphase {
    margin-top: 1rem;
    padding-left: 0;
    font-size: 1.3rem;
  }

  .paragraph-3, .paragraph-4 {
    font-size: .9rem;
  }

  .heading {
    margin-top: .3rem;
    padding-top: 3rem;
    font-size: 1.4rem;
  }

  .impressum-section {
    margin-bottom: 1rem;
  }

  .paragraph-impressum {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .container-1601 {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-left: .5em;
    padding-right: .5em;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-5 {
    height: 1rem;
  }
}

#w-node-_04df790c-6b63-0dad-ef04-ec4f130848d4-69bda4f9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_04df790c-6b63-0dad-ef04-ec4f130848d5-69bda4f9, #w-node-d696102d-b141-a60f-ce44-7ba81d7a46b1-69bda4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c750493c-9114-5145-1ee8-5602b8d2bdb1-69bda4f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_6c2ca4e6-2237-f00d-490b-8d5e2147a7d4-69bda4f9, #w-node-f74b2987-4f77-324a-4082-a42014143aef-69bda4f9, #w-node-_50843823-b1a2-f5ea-3071-d3449160d426-69bda4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b54-69bda4f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b55-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b5d-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b65-69bda4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c750493c-9114-5145-1ee8-5602b8d2bdb1-69bda4f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6c2ca4e6-2237-f00d-490b-8d5e2147a7d4-69bda4f9, #w-node-f74b2987-4f77-324a-4082-a42014143aef-69bda4f9, #w-node-_50843823-b1a2-f5ea-3071-d3449160d426-69bda4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b54-69bda4f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b55-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b5d-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b65-69bda4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c750493c-9114-5145-1ee8-5602b8d2bdb1-69bda4f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6c2ca4e6-2237-f00d-490b-8d5e2147a7d4-69bda4f9, #w-node-f74b2987-4f77-324a-4082-a42014143aef-69bda4f9, #w-node-_50843823-b1a2-f5ea-3071-d3449160d426-69bda4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b54-69bda4f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b55-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b5d-69bda4f9, #w-node-_78e79f6c-e867-6443-ea2c-3b34ca343b65-69bda4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}