@font-face {
  font-family: Leckerlione;
  src: url('../fonts/LeckerliOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --goldenrod: #efbb00;
  --white: white;
  --old-lace: #fef8e5;
  --dim-grey: #646464;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-neutral--100: #0e0f11;
  --systemflow-lite-primary--10: #f2f6ff;
  --systemflow-lite-primary--60: #2f54eb;
  --systemflow-lite-neutral--10-2: white;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-2: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary600: #7f56d9;
  --goldenrod-2: #efbb0040;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

a {
  text-decoration: underline;
}

.hero {
  height: 100vh;
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 999;
  float: none;
  color: #0000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.nav-link {
  color: var(--goldenrod);
  text-transform: none;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  backface-visibility: visible;
  transform-origin: 50%;
  color: #efbb00;
  text-shadow: none;
  border-style: none;
  border-width: 0;
  top: 0;
  transform: translate(0, -2px);
}

.nav-link:active {
  color: var(--goldenrod);
}

.nav-link:focus, .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  color: #efbb00;
}

.nav-link.border {
  border: 2px solid #efbb00;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.nav-link.border.nav-button {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.nav-link.hashtag {
  font-weight: 400;
}

.logo {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-menu {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider {
  flex-direction: row;
  align-items: center;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide1 {
  background-color: #efbb00;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/957413232.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper_hero_headline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  display: flex;
}

.fliesstext {
  float: none;
  color: #646464;
  text-align: center;
  letter-spacing: .03em;
  column-count: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin: 0 0 15px;
  padding-right: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
}

.fliesstext.center {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

.sec-ueber-uns {
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 70px;
  display: flex;
}

.sec-projekte {
  border-top: 30px solid #fef8e5;
  border-bottom: 30px solid var(--old-lace);
  min-height: 100vh;
}

.wrapper_wege-zu-helfen {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper_icons_helfen {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.wrapper_icon_einzeln {
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 300px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.beschreibung_icons_helfen {
  color: #00000080;
  text-align: center;
  flex: 0 auto;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.wrapper_onlinespenden {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.wrapper_konten {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wrapper_hero {
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.main-headline {
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.main-headline.konto-head {
  font-size: 50px;
}

.wrapper_ueberuns {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  display: flex;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: none;
}

.button_black {
  border: 5px solid var(--goldenrod);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 65px;
  margin: 24px auto;
  padding: 14px 12px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button_black:hover {
  background-color: var(--goldenrod);
}

.text-span-2 {
  font-family: Leckerlione, sans-serif;
  font-size: 52px;
}

.left-arrow, .right-arrow {
  display: none;
}

.headline-2 {
  color: var(--white);
  text-align: center;
  width: 85%;
  margin-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.headline-2.zentriert {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
}

.headline-2.konto {
  color: var(--goldenrod);
  text-align: center;
  object-fit: fill;
  align-self: flex-start;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
}

.headline-2.konto.abstand {
  -webkit-text-stroke-color: var(--goldenrod);
  margin-top: 10%;
  margin-bottom: 10%;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.headline-2.konto.abstand.link {
  text-decoration: underline;
}

.headline-2.weiss-h2 {
  color: #fff;
  text-align: center;
  width: 65%;
}

.headline-2.bildung, .headline-2.projekte {
  color: var(--dim-grey);
  text-align: left;
  width: 50%;
}

.headline-2.helfen {
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
}

.hervorhebung_headline {
  color: #efbb00;
  font-family: Leckerlione, sans-serif;
}

.hervorhebung_headline.weiss-hervorhebung {
  color: #fff;
}

.sec-3punkte {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper-3punkte {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wrapper_einzelpunkt {
  width: 25%;
}

.fliesstext-klein {
  color: var(--dim-grey);
  letter-spacing: .03em;
  margin-top: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.fliesstext-klein.white {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.headline-3 {
  color: var(--goldenrod);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 25px;
  line-height: 35px;
  display: inline-block;
}

.headline-3.centered {
  text-align: center;
  margin-bottom: 0;
}

.sec-bild-verein {
  background-image: url('../images/line-heart.svg');
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sec-wege-zu-helfen {
  color: #fff;
  -webkit-text-stroke-color: white;
  border: 0 #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.sec-raisenow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.sec-spendenkonto {
  letter-spacing: 0;
  background-image: linear-gradient(#0006, #0006), url('../images/DSC06158.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider_projekte {
  background-color: #fff;
  height: 100%;
}

.icon, .icon-2 {
  color: var(--goldenrod);
}

.slide-nav-2 {
  color: var(--goldenrod);
  display: none;
}

.slide {
  border: 1px #000;
}

.wrapper_slide_komplett {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper_projekt {
  width: 70%;
}

.wrapper_projekt_headlines {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper_projekt_headline_klein {
  width: 45%;
}

.wrapper_projekt_bild_text {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.wrapper_bild_facts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.projekt-facts-beschreibung {
  color: var(--goldenrod);
  margin-top: 3px;
  margin-left: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.wrapper-fact {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.bild-projekt-1 {
  margin-bottom: 30px;
}

.wrapper_bild_gruender {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  display: flex;
}

.image-11 {
  width: 45%;
}

.wrapper_beschreibung_icons {
  align-items: flex-start;
  width: 100%;
  height: 90px;
  display: flex;
}

.wrapper_gesichter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper_3gesichter {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.wrapper_gruenderin {
  flex-direction: column;
  align-items: center;
  width: 27%;
  display: flex;
}

.titel_gruenderin {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 3px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.wrapper_einzelkonto {
  width: 45%;
}

.wrapper_einzelkonto.b {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.weiss {
  color: #fff;
}

.weiss.gebuehr {
  letter-spacing: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.weiss.gebuehr.unterstichen {
  text-decoration: underline;
}

.text-span-3 {
  color: #fff;
}

.sec-mail {
  background-color: var(--goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper_mail {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.mail_eingabefeld {
  color: var(--dim-grey);
  border: 0 #000;
  border-radius: 35px;
  height: 65px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.mail_eingabefeld.email {
  width: 300px;
}

.senden_button {
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 35px;
  height: 65px;
  margin-left: 15px;
  padding-top: 14px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.senden_button:hover {
  background-color: var(--goldenrod);
  box-shadow: 1px 1px 14px #00000036;
}

.nachricht_formular {
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.success-message {
  background-color: #a4bd5b;
  border-radius: 35px;
  height: 65px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.success_message {
  color: #fff;
}

.error-message {
  background-color: #db6161;
  border-radius: 35px;
  height: 60px;
  padding-top: 17px;
}

.error_message {
  color: #fff;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.sec_unterstuetzer {
  background-color: var(--dim-grey);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wrapper_logos_unterstuetzer {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.sec-footer {
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.text_link {
  color: #fff;
}

.text_link:hover {
  color: var(--goldenrod);
}

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

.button_nachricht {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 65px;
  margin: 24px 0;
  padding: 14px 12px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button_nachricht:hover {
  background-color: var(--goldenrod);
  box-shadow: 1px 1px 14px -2px #00000069;
}

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

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

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

.wrapper_impressum {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.sec-impressum {
  padding-top: 120px;
}

.button_back {
  border: 5px solid var(--goldenrod);
  color: var(--goldenrod);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 65px;
  margin: 24px 0;
  padding: 14px 12px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button_back:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.text-span-4, .text-span-5 {
  color: var(--white);
}

.text-span-6, .text-span-7 {
  color: var(--white);
  font-weight: 400;
}

.heading {
  color: var(--goldenrod);
  text-align: center;
  justify-content: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 35px;
  line-height: 45px;
  display: flex;
}

.button_black-copy {
  border: 5px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 65px;
  margin: 10px 10px 24px;
  padding: 2px 12px 14px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button_black-copy:hover {
  background-color: var(--goldenrod);
}

.button_black-copy.mitte {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.button_black-copy.mitte._1 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 14px;
}

.div-block {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

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

.container-2.copyx {
  padding-top: 0;
  padding-bottom: 34px;
}

.column {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.bild-projekt-2 {
  margin-bottom: 30px;
}

.image-24 {
  width: auto;
  max-width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns {
  width: 80%;
  margin-top: 30px;
  display: flex;
}

.column-3 {
  padding-right: 20px;
}

.column-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-2 {
  color: #646464;
  font-family: Josefin Sans, sans-serif;
  font-size: 35px;
}

.text-block {
  font-family: Josefin Sans, sans-serif;
}

.image-25 {
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
}

.activity-reports {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 30px;
  display: flex;
}

.div-block-2._2 {
  margin-top: 0;
}

.div-block-3 {
  display: block;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.sysf-body-text {
  color: var(--systemflow-lite-neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-body-text.sysf-m.sysf-s-m-b-0 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-heading {
  color: var(--systemflow-lite-neutral--100);
}

.sysf-heading.sysf-xs {
  color: var(--dim-grey);
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.sysf-tagline {
  background-color: var(--old-lace);
  color: var(--goldenrod);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Josefin Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

.sysf-card-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.sysf-s-p-24 {
  padding: 24px;
}

.sysf-card-image {
  object-fit: cover;
  border: 1px solid #0308521a;
  border-radius: 6px;
  margin-bottom: 20px;
}

.sysf-card-image.sysf-card-image-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.sysf-card {
  color: var(--systemflow-lite-neutral--100);
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
}

.sysf-card:hover {
  background-color: var(--systemflow-lite-primary--10);
  box-shadow: 0 0 0 6px var(--systemflow-lite-primary--10);
  color: var(--systemflow-lite-primary--60);
  border-radius: 6px;
}

.sysf-card:focus {
  color: var(--systemflow-lite-primary--60);
}

.sysf-card.sysf-card-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--systemflow-lite-neutral--10-2);
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 8px #5d637026;
}

.sysf-card.sysf-card-box:hover {
  color: var(--systemflow-lite-primary--60);
  border-color: #2f54eb;
  box-shadow: 0 6px 10px #5d637033;
}

.sysf-card.sysf-card-box:active {
  box-shadow: 0 2px 6px #5d637033;
}

.bold-text {
  color: var(--goldenrod);
}

.team-slider {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
}

.centered-heading {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--old-lace);
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--goldenrod);
  margin-bottom: 12px;
  font-weight: 700;
}

.team-member-text {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-weight: 300;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  color: var(--dim-grey);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--dim-grey);
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  font-family: Josefin Sans, sans-serif;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  color: var(--dim-grey);
  text-align: center;
  max-width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: var(--goldenrod);
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  color: var(--dim-grey);
  margin-bottom: 24px;
  font-weight: 300;
}

.bold-text-2, .text-span-8 {
  color: var(--goldenrod);
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui-gray50-2);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui-white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui-white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui-gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui-primary600);
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui-primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog01_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog01_menu-link {
  color: var(--untitled-ui-gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover, .uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui-primary700);
  color: var(--untitled-ui-primary700);
}

.uui-blog01_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui-gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-heading-large {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.card {
  background-color: #efbb0040;
  border-radius: 16px;
  justify-content: space-around;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.div-block-5 {
  padding-bottom: 34px;
  padding-left: 23px;
  padding-right: 23px;
}

.select-field {
  background-color: #fff0;
  border-radius: 20px;
}

.heading-3 {
  color: var(--goldenrod);
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-8 {
  color: var(--dim-grey);
  font-weight: 300;
}

.icon-4 {
  padding-right: 0;
}

.dropdown-toggle {
  text-align: center;
  position: sticky;
  right: 191px;
}

.dropdown-toggle-2 {
  background-color: #efbb004f;
  border-radius: 14px;
  padding-right: 98px;
  position: relative;
  left: auto;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  text-align: left;
}

.div-block-6 {
  color: var(--white);
}

.section_cards.test {
  margin-top: 40px;
}

.cards_heading {
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.cards_item {
  color: #333;
  background-color: #efbb0040;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: flex;
}

.cards_item:hover {
  background-color: #efbb002e;
  transform: translate(0, -2%);
}

.cards_item:focus {
  background-color: #ddd;
  transform: translate(0, -2%);
}

.cards_item.second-row-right {
  display: flex;
  overflow: visible;
}

.cards_item.second-row-right._6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cards_item.second-row-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.cards_item.second-row-middle._5 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cards_item.second-row-left {
  width: 100%;
}

.cards_item.en {
  margin-left: 0;
}

.cards_link-image {
  width: 1.5rem;
  height: 1.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-top: 0;
  position: relative;
  top: auto;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cards_bottom {
  grid-column-gap: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-small {
  color: var(--goldenrod);
  align-items: flex-start;
  display: block;
  position: relative;
}

.cards_image-wrap {
  border-radius: 4px;
  width: 100%;
  height: 50vh;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.cards_image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards_image.is-rainier {
  object-position: 50% 30%;
}

.cards_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: .75fr auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, .5fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  display: grid;
}

.main-wrapper {
  margin-top: 40px;
}

.cards_text.text-style-3lines {
  color: var(--untitled-ui-gray900);
  position: relative;
}

.bold-text-3 {
  color: var(--goldenrod);
  line-height: 0;
}

.link-block {
  min-width: 15%;
}

.link-block-3 {
  width: 10%;
}

.bold-text-4 {
  color: var(--dim-grey);
  text-align: left;
}

.image-27 {
  max-width: 15%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}

.image-27.bildung {
  max-width: 20%;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: var(--goldenrod);
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.slider-subwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  height: 75%;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-3 {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  right: -35px;
}

.slide-2._3 {
  background-image: url('../images/BeeLiving_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._1 {
  background-image: url('../images/BeeLiving_Apne_Titelbild.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._2 {
  background-image: url('../images/BeeLiving-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._4 {
  background-image: url('../images/PHOTO-2025-08-04-12-04-10-14.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._5 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/BeeLiving_Slider4.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.slide-2._6 {
  background-image: url('../images/BeeLiving_Slider3.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._7 {
  background-image: url('../images/BeeLiving_Slider.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._8 {
  background-image: url('../images/BeeLiving_Slider2.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._9 {
  background-image: url('../images/PHOTO-2025-08-04-12-04-10-15.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._10 {
  background-image: url('../images/PHOTO-2025-08-04-12-04-09-5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._11 {
  background-image: url('../images/PHOTO-2025-08-04-12-04-10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._14 {
  background-image: url('../images/BeeLiving_ApneAap.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._15 {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2._16 {
  background-image: url('../images/BeeLiving_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-big-2 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.arrow-wrapper {
  background-color: #333;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.right {
  background-color: #efbb00;
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.arrow-wrapper.left {
  background-color: #efbb00;
}

.text-small {
  text-transform: none;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.left-arrow-3 {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  left: -35px;
}

.slider-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.slide-nav-3 {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.slide-nav-4 {
  color: #696969;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b3b3b3;
}

.paragraph-4 {
  color: #344234;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
}

.paragraph-4._1 {
  font-size: 13px;
  font-weight: 300;
}

.image-3 {
  border-radius: 11px;
  height: auto;
  margin-bottom: 22px;
  padding-bottom: 0;
  overflow: auto;
}

.image-3.v4, .image-3.v2 {
  margin-bottom: 22px;
}

.image-3.v2._1 {
  margin-bottom: 0;
}

.image-3.v3 {
  margin-bottom: 22px;
}

.image-3.v3._1 {
  margin-bottom: 0;
}

.image-3._1 {
  margin-bottom: 22px;
}

.left-arrow-4 {
  color: #969696;
  left: -24px;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #14141400;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 45% 0% auto;
  overflow: visible;
}

.modal-wrapper.v2 {
  width: auto;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.modal-wrapper.v2.shareholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.modal-wrapper.v2.shareholder._2 {
  display: none;
}

.modal-wrapper.v2.shareholder._2.v12 {
  z-index: 2147483647;
  display: none;
  position: fixed;
}

.modal-wrapper.v2.shareholder._3 {
  display: none;
}

.modal-wrapper.v2.shareholder._3.v13 {
  z-index: 2147483647;
  display: none;
  position: fixed;
}

.modal-wrapper.v2.shareholder._4, .modal-wrapper.v2.shareholder._5 {
  display: none;
}

.modal-wrapper.v2.shareholder._6 {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.modal-wrapper.v2.shareholder.v11 {
  display: none;
}

.modal-wrapper.v2.shareholder.v11.v111 {
  z-index: 2147483647;
  display: none;
  position: fixed;
}

.slider-3 {
  border-radius: 20px;
}

.slider-3.textslider {
  background-color: #fff0;
  width: 600px;
  height: auto;
  padding: 12px 50px 64px;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-close_area {
  background-color: #00000091;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
}

.text-span {
  font-size: 2.8rem;
}

.heading-4 {
  color: #d13138;
  font-size: 20px;
  font-weight: 300;
}

.mask {
  border-radius: 0;
}

.right-arrow-4 {
  color: #969696;
  right: -24px;
}

.text_green {
  color: #344234;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 24px;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container.big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  max-width: none;
  height: auto;
  margin-top: 5vh;
  display: block;
  position: relative;
}

.image-28 {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.bold-text-5 {
  color: var(--goldenrod);
  font-size: 30px;
  line-height: 37px;
  display: block;
}

.text-block-18 {
  color: var(--systemflow-lite-neutral--100);
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  display: flex;
}

.heading-5 {
  color: #d43434;
  text-align: center;
  font-size: 70px;
  font-weight: 400;
}

.container-9 {
  background-color: red;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.en {
  color: #fff;
  margin-left: 40px;
}

.sprache-en {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.sprache-en:hover {
  color: var(--goldenrod);
}

.div-block-11 {
  border: 1px solid var(--white);
  width: 1px;
  height: 1px;
}

.bold-text-6 {
  vertical-align: baseline;
  position: relative;
  top: -15px;
}

.text-block-19 {
  position: relative;
  top: -30px;
}

.bold-text-7 {
  position: relative;
  top: -15px;
}

.text-block-20 {
  position: relative;
  top: -30px;
}

.div-block-13 {
  border-radius: 0;
  margin-left: 20px;
}

.div-block-14 {
  display: flex;
}

.button {
  color: #fff;
  text-align: left;
  background-color: #efbc01;
  border: 0 solid #000;
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.container-10, .container-11 {
  padding-top: 20px;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-4 {
  display: flex;
}

.section {
  display: block;
}

.slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-big-3 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-subwrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  height: 75%;
  position: relative;
}

.text-wrapper-grand-canyon-2 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.slider-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.section-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  transition: text-indent .2s;
  display: flex;
}

.text-wrapper-sequoia-2 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.text-subwrapper-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.text-small-2 {
  text-transform: none;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.slide-nav-5 {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
  display: none;
}

.text-big-4 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-5 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper-yosemite-2 {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.mask-2 {
  border: 1px #000;
}

.link-2, .link-3 {
  color: var(--goldenrod);
  text-decoration: none;
}

.section-3 {
  text-align: center;
  object-fit: fill;
  background-color: #efbb0040;
  padding-top: 25px;
  padding-bottom: 40px;
}

.heading-9 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Josefin Sans, sans-serif;
}

.paragraph-5 {
  color: #646464;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .slider {
    opacity: 1;
  }

  .wrapper_hero {
    background-color: #00000054;
  }

  .main-headline.konto-head {
    margin-top: 10%;
  }

  .headline-2 {
    color: #fff;
  }

  .headline-2.konto.abstand {
    margin-top: 10%;
  }

  .wrapper_einzelkonto.b {
    margin-top: 0;
    padding-top: 5%;
  }

  .team-circles {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .cards_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--goldenrod-2);
    border-radius: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .cards_item:focus {
    background-color: #efbb002e;
  }

  .cards_item.second-row-right._6 {
    width: 100%;
  }

  .cards_item.second-row-middle._5 {
    height: 100%;
  }

  .cards_item.second-row-left.v4 {
    width: auto;
  }

  .cards_image-wrap {
    border-radius: 6px;
  }

  .cards_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-auto-flow: column;
    width: auto;
  }

  .main-wrapper {
    margin-top: 5%;
  }

  .link-block-5 {
    text-decoration: none;
  }

  .slideshow {
    max-width: 100%;
  }

  .text-wrapper-yosemite {
    font-family: Josefin Sans, sans-serif;
    display: none;
  }

  .text-big-1 {
    font-family: Josefin Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    overflow: visible;
  }

  .text-subwrapper {
    font-family: Josefin Sans, sans-serif;
    overflow: hidden;
  }

  .slider-subwrapper {
    width: 90%;
    max-width: 100%;
    height: 80%;
    display: block;
  }

  .slide-2._3 {
    background-image: url('../images/MicrosoftTeams.jpeg');
  }

  .slide-2._1 {
    background-image: url('../images/20221015_1941552.jpg');
  }

  .slide-2._2 {
    background-image: url('../images/DSC00021.jpg');
  }

  .text-big-2 {
    font-family: Josefin Sans, sans-serif;
    font-weight: 700;
  }

  .text-small {
    font-family: Josefin Sans, sans-serif;
    font-weight: 400;
  }

  .slider-wrapper {
    max-width: 100%;
    max-height: 100%;
  }

  .text-wrapper-sequoia, .text-wrapper-sequoia._2 {
    display: none;
  }

  .text-wrapper-grand-canyon {
    font-family: Josefin Sans, sans-serif;
    display: none;
    overflow: visible;
  }

  .image-3.v4, .image-3.v2 {
    margin-bottom: 22px;
  }

  .image-3.v2._1 {
    margin-bottom: 0;
  }

  .image-3.v3 {
    margin-bottom: 22px;
  }

  .image-3.v3._1 {
    margin-bottom: 0;
  }

  .image-3._1 {
    margin-bottom: 22px;
  }

  .modal-wrapper.v2 {
    z-index: 5;
    clear: none;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .modal-wrapper.v2.shareholder, .modal-wrapper.v2.shareholder._2.v12 {
    display: none;
  }

  .modal-wrapper.v2.shareholder._5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .modal-wrapper.v2.shareholder._6, .modal-wrapper.v2.shareholder.v11.v111 {
    display: none;
  }

  .modal-close_area, .modal-container.big {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }

  .navbar {
    background-color: #000000e6;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
  }

  .nav-link.border {
    text-align: center;
    width: 200px;
  }

  .nav-menu {
    background-color: #000000e6;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 60vh;
    padding-top: 102px;
  }

  .fliesstext {
    font-size: 18px;
    line-height: 26px;
  }

  .fliesstext.center {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper_wege-zu-helfen {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper_icon_einzeln {
    height: 240px;
  }

  .beschreibung_icons_helfen {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper_onlinespenden {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-headline {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
  }

  .wrapper_ueberuns {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button_black {
    width: 260px;
    height: 55px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 52px;
  }

  .headline-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .headline-2.zentriert {
    margin-top: -100px;
  }

  .headline-2.konto {
    font-size: 25px;
  }

  .headline-2.konto.abstand {
    line-height: 25px;
  }

  .hervorhebung_headline.weiss-hervorhebung {
    vertical-align: baseline;
  }

  .sec-3punkte {
    padding-bottom: 60px;
  }

  .wrapper-3punkte {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper_einzelpunkt {
    width: 30%;
  }

  .fliesstext-klein {
    font-size: 14px;
    line-height: 20px;
  }

  .headline-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .sec-wege-zu-helfen {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .sec-raisenow {
    min-height: 35vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper_projekt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .projekt-facts-beschreibung {
    font-size: 14px;
  }

  .wrapper_bild_gruender, .wrapper_gesichter {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper_gruenderin {
    width: 30%;
  }

  .titel_gruenderin {
    font-size: 14px;
  }

  .wrapper_mail {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mail_eingabefeld {
    width: 560px;
    height: 55px;
    font-size: 18px;
    line-height: 20px;
  }

  .mail_eingabefeld.email {
    width: 460px;
  }

  .senden_button {
    height: 55px;
    margin-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .nachricht_formular {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .success-message {
    height: 55px;
  }

  .success_message {
    font-size: 18px;
    line-height: 20px;
  }

  .error-message {
    height: 55px;
  }

  .error_message {
    font-size: 18px;
    line-height: 20px;
  }

  .wrapper_logos_unterstuetzer {
    flex-flow: wrap;
    place-content: space-between;
    align-self: center;
    align-items: center;
  }

  .icon-3 {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 60px;
    display: block;
  }

  .image-12, .image-13, .image-14, .image-15 {
    max-width: 60%;
  }

  .image-16 {
    max-width: 100%;
    padding: 0 20px 20px;
  }

  .image-17 {
    max-width: 60%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-19, .image-20 {
    max-width: 60%;
    padding: 20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .button_nachricht {
    width: 260px;
    height: 55px;
    font-size: 18px;
    line-height: 20px;
  }

  .wrapper_impressum {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button_back {
    width: 260px;
    height: 55px;
    font-size: 18px;
    line-height: 20px;
  }

  .button_black-copy {
    width: 220px;
    height: auto;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .button_black-copy.mitte._1 {
    padding-bottom: 0;
  }

  .div-block {
    max-width: none;
    overflow: visible;
  }

  .activity-reports {
    margin-top: 160px;
  }

  .div-block-4 {
    width: auto;
    max-width: 100%;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-circles {
    padding-top: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blog01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .cards_component {
    grid-auto-flow: row;
  }

  .link-block {
    min-width: 20%;
  }

  .link-block-3 {
    width: 15%;
  }

  .right-arrow-3 {
    right: -35px;
  }

  .modal-wrapper.v2 {
    z-index: 5;
  }

  .modal-wrapper.v2.shareholder.v11.v111 {
    display: none;
  }

  .en {
    margin-left: 0;
  }

  .text-block-20 {
    padding-bottom: 30px;
  }

  .div-block-13 {
    margin-left: 0;
  }

  .container-11 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar, .nav-menu {
    background-color: #000000e6;
  }

  .fliesstext {
    width: 100%;
    margin-top: 20px;
  }

  .sec-ueber-uns {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .wrapper_icons_helfen {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .wrapper_icon_einzeln {
    width: 50%;
    height: 210px;
    margin-top: 20px;
  }

  .wrapper_konten {
    flex-direction: column;
    align-items: center;
  }

  .main-headline {
    font-size: 45px;
    line-height: 54px;
  }

  .wrapper_ueberuns {
    flex-direction: column;
  }

  .text-span-2 {
    font-size: 48px;
  }

  .headline-2 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }

  .headline-2.zentriert {
    margin-top: 0;
  }

  .headline-2.konto {
    font-size: 22px;
    line-height: 32px;
  }

  .headline-2.konto.abstand {
    line-height: 22px;
  }

  .headline-2.bildung {
    width: 90%;
  }

  .sec-3punkte {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .wrapper-3punkte {
    flex-direction: column;
  }

  .wrapper_einzelpunkt {
    width: 100%;
    margin-bottom: 30px;
  }

  .headline-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .sec-bild-verein, .sec-wege-zu-helfen, .sec-raisenow, .wrapper_slide_komplett {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_projekt_headlines {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper_projekt_headline_klein {
    width: 100%;
  }

  .wrapper_projekt_bild_text {
    flex-direction: column;
  }

  .wrapper_bild_facts {
    width: 100%;
  }

  .wrapper_bild_gruender {
    flex-direction: column;
  }

  .image-11 {
    width: 100%;
  }

  .wrapper_beschreibung_icons {
    margin-top: 0;
  }

  .wrapper_gesichter {
    text-align: center;
    flex-flow: column;
    order: 0;
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    overflow: visible;
  }

  .wrapper_3gesichter {
    flex-direction: column;
    align-items: center;
  }

  .wrapper_gruenderin {
    width: 60%;
    margin-top: 20px;
  }

  .titel_gruenderin {
    margin-bottom: 0;
  }

  .wrapper_einzelkonto {
    width: 100%;
  }

  .weiss.gebuehr {
    font-size: 19px;
  }

  .sec-mail {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mail_eingabefeld, .mail_eingabefeld.email {
    width: 360px;
  }

  .wrapper_logos_unterstuetzer {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-12, .image-13, .image-14, .image-15 {
    max-width: 40%;
  }

  .image-16 {
    text-align: center;
    max-width: 30%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    max-width: 30%;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    max-width: 30%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    max-width: 30%;
  }

  .image-20 {
    max-width: 30%;
    padding: 0;
  }

  .image-21, .image-22, .image-23 {
    max-width: 50%;
  }

  .wrapper_impressum {
    flex-direction: column;
  }

  .button_black-copy {
    overflow: visible;
  }

  .button_black-copy.mitte._1 {
    margin-top: 20px;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  .image-25 {
    display: inline-block;
  }

  .div-block-4 {
    flex-flow: column;
    order: 0;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

  .centered-subheading-2 {
    text-align: left;
    max-width: 90%;
    margin-left: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-span-8 {
    text-align: left;
    margin-left: -50px;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui-white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

  .uui-blog01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui-gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    flex: 1;
  }

  .link-block-2 {
    flex: 0 auto;
    margin-left: -130px;
  }

  .link-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    object-fit: fill;
    border-radius: 0;
    flex: 0 10 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-left: -100px;
    margin-right: -80px;
    padding-left: 0;
    font-size: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-3 {
    inset: auto 10% -35px auto;
  }

  .right-arrow-3:hover {
    transform: none;
  }

  .text-big-2, .text-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow-3 {
    inset: auto auto -35px 10%;
  }

  .left-arrow-3:hover {
    transform: none;
  }

  .text-wrapper-sequoia, .text-wrapper-grand-canyon {
    bottom: 12%;
  }

  .modal-wrapper.v2.shareholder.v11.v111 {
    display: none;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .modal-container.big {
    width: 80%;
  }

  .text-big-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-grand-canyon-2, .text-wrapper-sequoia-2 {
    bottom: 12%;
  }

  .text-small-2, .text-big-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-yosemite-2 {
    bottom: 12%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 70vh;
  }

  .container {
    align-items: stretch;
  }

  .navbar {
    background-color: #000000e6;
    display: flex;
  }

  .nav-link {
    margin-bottom: 0;
  }

  .nav-link.hashtag {
    text-align: center;
  }

  .logo {
    max-width: 50%;
    margin-top: 20px;
    display: inline-block;
  }

  .nav-menu {
    background-color: #000000e6;
    height: 100vh;
    margin-left: 0;
    display: flex;
  }

  .slider {
    height: 70vh;
  }

  .wrapper_hero_headline {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .fliesstext {
    text-align: left;
    column-count: 1;
    font-size: 16px;
    line-height: 24px;
  }

  .sec-ueber-uns {
    padding-top: 60px;
  }

  .wrapper_wege-zu-helfen {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper_icon_einzeln {
    justify-content: flex-start;
    width: 100%;
    height: 180px;
    margin-top: 25px;
    padding-top: 20px;
  }

  .beschreibung_icons_helfen {
    font-size: 18px;
  }

  .wrapper_hero {
    height: 70vh;
  }

  .main-headline {
    font-size: 34px;
    line-height: 42px;
  }

  .main-headline.konto-head {
    font-size: 40px;
  }

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

  .button_black {
    font-size: 16px;
  }

  .text-span-2 {
    font-size: 36px;
  }

  .headline-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .headline-2.zentriert {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .headline-2.konto {
    margin-top: 20px;
    font-size: 20px;
  }

  .headline-2.konto.abstand {
    margin-top: 10%;
    margin-bottom: 0;
    line-height: 22px;
    text-decoration: underline;
  }

  .headline-2.weiss-h2, .headline-2.bildung {
    width: 100%;
  }

  .sec-3punkte {
    padding-bottom: 40px;
  }

  .wrapper-3punkte {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fliesstext-klein {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .headline-3 {
    font-size: 20px;
  }

  .sec-bild-verein {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec-wege-zu-helfen {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .sec-raisenow {
    min-height: 50vh;
    margin-top: -200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper_slide_komplett {
    padding-bottom: 0;
  }

  .wrapper_projekt, .wrapper_bild_gruender {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-11 {
    margin-top: 15px;
  }

  .wrapper_beschreibung_icons {
    height: 50px;
    margin-top: 18px;
    font-size: 23px;
  }

  .wrapper_gesichter {
    margin-top: 160px;
    padding: 60px 15px 0;
  }

  .wrapper_gesichter.t-tigkeitsbericht {
    margin-top: 40px;
    padding-top: 0;
  }

  .wrapper_gesichter.reports, .wrapper_gesichter.donations {
    margin-top: 0;
    padding-top: 0;
  }

  .wrapper_3gesichter {
    margin-top: 0;
  }

  .wrapper_gruenderin {
    width: 100%;
  }

  .weiss.gebuehr {
    font-size: 18px;
    text-decoration: none;
    overflow: visible;
  }

  .text-span-3 {
    font-style: normal;
    text-decoration: none;
  }

  .sec-mail {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .mail_eingabefeld {
    width: 280px;
    font-size: 16px;
  }

  .mail_eingabefeld.email {
    width: 280px;
  }

  .senden_button {
    font-size: 16px;
  }

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

  .wrapper_logos_unterstuetzer {
    flex-direction: row;
    flex: 0 auto;
  }

  .image-12, .image-13, .image-14, .image-15 {
    max-width: 30%;
  }

  .image-16 {
    align-self: auto;
    max-width: 60%;
    margin-left: 0;
    padding: 0 0 40px;
    display: inline-block;
  }

  .image-17 {
    max-width: 80%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    flex: 0 auto;
    max-width: 70%;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    max-width: 50%;
  }

  .image-20 {
    text-align: center;
    order: 0;
    max-width: 80%;
    margin-right: 20px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_nachricht {
    margin-top: 0;
    font-size: 16px;
  }

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

  .button_back {
    font-size: 16px;
  }

  .button_black-copy {
    height: auto;
    margin: 0 0 10px;
    padding-top: 6px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .button_black-copy.mitte {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button_black-copy.mitte._1 {
    margin: 0 0 10px;
    padding-bottom: 0;
  }

  .div-block {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .image-24 {
    max-width: 50%;
    margin-top: 10%;
  }

  .image-25 {
    margin-top: 20px;
  }

  .activity-reports {
    margin-top: 0;
  }

  .container-4, .container-5, .container-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-circles {
    padding-top: 0;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-2 {
    text-align: left;
    margin-bottom: 24px;
  }

  .centered-subheading-2 {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .text-span-8 {
    text-align: left;
    margin-left: 0;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .cards_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    display: flex;
  }

  .cards_item.second-row-left.v4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 1rem;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards_bottom {
    grid-column-gap: 0rem;
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .cards_image-wrap {
    height: auto;
  }

  .cards_image {
    position: absolute;
  }

  .cards_image.is-rainier {
    height: 100%;
  }

  .cards_component {
    display: block;
  }

  .bold-text-3 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .link-block {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100%;
    margin-left: -20px;
    display: flex;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: -21px;
    margin-left: -110px;
    display: flex;
  }

  .link-block-3 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 40%;
    margin-left: 55px;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .slide-2._14 {
    border: 0 #000;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .image-3 {
    object-fit: fill;
    width: auto;
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .left-arrow-4 {
    left: -62px;
  }

  .modal-wrapper.v2 {
    z-index: 9999;
    width: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
    inset: 54% 0% 0% 0;
  }

  .modal-wrapper.v2.shareholder._2.v12 {
    height: auto;
    display: none;
    top: 10%;
    overflow: visible;
  }

  .modal-wrapper.v2.shareholder._3.v13 {
    height: auto;
    display: none;
    top: 5%;
  }

  .modal-wrapper.v2.shareholder._5 {
    display: none;
    top: 70%;
  }

  .modal-wrapper.v2.shareholder._6 {
    height: auto;
    display: none;
    top: 5%;
  }

  .modal-wrapper.v2.shareholder.v11.v111 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    top: 5%;
    overflow: visible;
  }

  .slider-3.textslider {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-close_btn {
    z-index: 5;
  }

  .right-arrow-4 {
    right: -58px;
  }

  .modal-container.big {
    z-index: 2147483647;
    aspect-ratio: 2.39;
    object-fit: cover;
    width: 90%;
    height: auto;
    margin-top: -10vh;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: fixed;
    inset: 100px 0 0;
    overflow: visible;
  }

  .image-28 {
    opacity: 1;
    vertical-align: baseline;
    margin-top: 20px;
    padding-top: 0;
    display: inline-block;
  }

  .bold-text-5 {
    mix-blend-mode: normal;
    object-fit: fill;
    font-size: 18px;
    line-height: 23px;
    position: static;
  }

  .text-block-18 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    display: flex;
  }

  .en {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-left: 0;
    display: block;
    position: static;
  }

  .sprache-en {
    margin-top: 10px;
    display: block;
    position: relative;
  }

  .div-block-12 {
    display: block;
  }

  .heading-6, .heading-7, .heading-8 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-13 {
    align-self: auto;
    margin-left: 0;
  }

  .text-big-3 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .slider-subwrapper-2 {
    height: 75%;
  }

  .slider-wrapper-2 {
    height: 60vh;
    margin-top: -50px;
  }

  .section-2 {
    margin-top: 0;
  }

  .text-small-2 {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .text-big-4 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .slider-5 {
    height: 80%;
  }

  .text-wrapper-yosemite-2 {
    display: none;
  }

  .mask-2 {
    height: 30vh;
  }

  .heading-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-_6322003f-80ab-a897-3e1f-4dd3bd98f736-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef3ee278-3d98-178a-f44e-f0485b359a5c-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_10fdb737-67bd-1913-dac1-03f023c5c198-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10fdb737-67bd-1913-dac1-03f023c5c1ac-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_72ff5a8c-783d-6f07-9ccf-90adb1fe2d8d-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1027f6ec-5a52-3770-3811-9a91c7dc643d-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1027f6ec-5a52-3770-3811-9a91c7dc6464-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_90808175-4686-e179-f3e6-d308e795e11b-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90808175-4686-e179-f3e6-d308e795e12f-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bcf92aa2-eca7-87f1-e94b-fe6830d6fc69-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_906face3-0b26-030e-326a-b82f718c59cf-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906face3-0b26-030e-326a-b82f718c59e3-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c6c7ee8b-d61b-ae4f-65b3-ce5d06e9f1c7-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88efd219-5010-ffef-72da-ea99ac924f3b-4eed012c {
  align-self: auto;
}

#w-node-c0ee8f39-4585-2d3a-09d2-87d9ab0d2050-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c0ee8f39-4585-2d3a-09d2-87d9ab0d2064-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b8f178bf-1e72-e182-aa2d-9a8f7321de41-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299484cf-08f3-fdfc-78c9-b6acd3c15657-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_299484cf-08f3-fdfc-78c9-b6acd3c1566b-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd564-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd577-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd58b-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd59f-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd5b6-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd5b7-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd5cd-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd5e3-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd60c-4eed012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd61d-4eed012c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd631-4eed012c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6322003f-80ab-a897-3e1f-4dd3bd98f736-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72ff5a8c-783d-6f07-9ccf-90adb1fe2d8d-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1027f6ec-5a52-3770-3811-9a91c7dc643d-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1027f6ec-5a52-3770-3811-9a91c7dc6464-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_90808175-4686-e179-f3e6-d308e795e11b-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90808175-4686-e179-f3e6-d308e795e12f-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bcf92aa2-eca7-87f1-e94b-fe6830d6fc69-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_906face3-0b26-030e-326a-b82f718c59cf-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906face3-0b26-030e-326a-b82f718c59e3-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_10fdb737-67bd-1913-dac1-03f023c5c198-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10fdb737-67bd-1913-dac1-03f023c5c1ac-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c6c7ee8b-d61b-ae4f-65b3-ce5d06e9f1c7-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88efd219-5010-ffef-72da-ea99ac924f3b-77c1c472 {
  align-self: auto;
}

#w-node-c0ee8f39-4585-2d3a-09d2-87d9ab0d2050-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c0ee8f39-4585-2d3a-09d2-87d9ab0d2064-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_299484cf-08f3-fdfc-78c9-b6acd3c15657-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_299484cf-08f3-fdfc-78c9-b6acd3c1566b-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d280-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d293-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2a7-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2bb-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2ce-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2cf-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2e5-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2fb-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d2fc-77c1c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d30d-77c1c472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e742d6d1-0245-79c3-7b42-d5938c27d320-77c1c472 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_88efd219-5010-ffef-72da-ea99ac924f2e-4eed012c, #w-node-_6d73ceeb-9dc1-c9ec-241c-5aa78ad505ef-4eed012c, #w-node-ad0118d7-e3dd-e0fc-c95c-c24e737bd565-4eed012c, #w-node-_6d73ceeb-9dc1-c9ec-241c-5aa78ad505ef-77c1c472, #w-node-_88efd219-5010-ffef-72da-ea99ac924f2e-77c1c472, #w-node-e742d6d1-0245-79c3-7b42-d5938c27d281-77c1c472 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Leckerlione';
  src: url('../fonts/LeckerliOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}