.home--hero {
  background-color: var(--visabee-darker);
}
.home--hero .hero--image,
.home--hero .hero--image > img {
  width: 100%;
  height: 100%;
}
.home--hero .hero--image > img {
  object-fit: cover;
}
.home--hero .title svg {
  width: 100%;
  fill: white;
}
.home--hero .title .animate-in-type {
  transform-box: content-box;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@starting-style {
  .home--hero .title .animate-in-type {
    transform: translateY(105%);
  }
}
.home--hero .title #type-bastian {
  transition-delay: 0.3s;
}
.home--hero .title #type-mahmoodi {
  transition-delay: 0.6s;
}
.home--hero .lead {
  color: white;
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.4;
  text-wrap: balance;
}
.home--hero .lead--subtitle {
  font-weight: 600;
  display: block;
  padding-bottom: 0.5rem;
}

@media (max-width: calc(75rem - 1px)) {
  .home--hero {
    isolation: isolate;
    position: relative;
    background-color: var(--visabee-darker);
    color: white;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-rows: minmax(20rem, 80svh) auto;
  }
  .home--hero .hero--image-wrapper {
    position: sticky;
    top: 0;
    z-index: -9;
  }
  .home--hero .hero--text {
    position: relative;
    background-color: var(--visabee-darker);
    padding-inline: 1.25rem;
  }
  .home--hero .hero--text::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: 0;
    height: 3rem;
    width: min(80vw, 33rem);
    background-color: var(--visabee-darker);
  }
  .home--hero .title {
    z-index: 9;
    margin-top: -1rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.5rem solid var(--visabee-light);
    width: 100%;
    max-width: 40rem;
  }
  .home--hero .lead {
    margin-block: 8rem;
    max-width: 40rem;
    font-size: 1rem;
    hyphens: auto;
  }
}
@media (max-width: calc(75rem - 1px)) and (min-width: 55rem) {
  .home--hero .lead {
    font-size: 1.25rem;
  }
}
@media (max-width: calc(75rem - 1px)) {
  .home--hero .lead--subtitle {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media (max-width: calc(75rem - 1px)) and (min-width: 55rem) {
  .home--hero .lead--subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 75rem) {
  .home--hero {
    position: relative;
    display: block;
    height: 200vh;
  }
  .home--hero .hero--image-wrapper {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: sticky;
    top: 0;
  }
  .home--hero .hero--image {
    clip-path: none;
  }
  .home--hero .hero--image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, transparent);
  }
  .home--hero .title {
    position: absolute;
    top: 100vh;
    left: 0;
    transform: translateY(calc(-100% + 2.25rem));
    transition: width 1s, left 1s;
    padding-bottom: 1rem;
    border-bottom: 1.25rem solid var(--visabee-light);
    width: 45vw;
  }
  .home--hero .title.scrolled-past {
    width: 36vw;
    left: 4rem;
  }
  .home--hero .lead {
    position: sticky;
    left: 4rem;
    margin-top: 35vh;
    width: 36vw;
    font-size: 1.25rem;
    hyphens: manual;
  }
  .home--hero .lead--subtitle {
    font-size: 2rem;
    line-height: 1.05;
  }
}
@media (min-width: 75rem) {
  #taetigkeiten {
    overflow-x: visible;
  }
}
#soziales {
  background-color: var(--light);
  padding: 0;
}
#soziales .charity-icon {
  width: 5rem;
  height: auto;
  color: var(--visabee-light);
  margin-bottom: 2rem;
}
#soziales .layout--grid {
  align-items: center;
}
@media (max-width: calc(55rem - 1px)) {
  #soziales .comp--picture {
    grid-column: main;
  }
  #soziales .layout--maintext {
    padding-block: 2.5rem;
  }
}
@media (min-width: 55rem) {
  #soziales .comp--picture {
    grid-column: main-start/4;
    width: 100%;
    height: 100%;
  }
  #soziales .comp--picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #soziales .layout--maintext {
    grid-column: 4/content-end;
    padding-block: 5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 75rem) {
  #soziales .comp--picture {
    grid-column: main-start/7;
  }
  #soziales .layout--maintext {
    padding-left: 0;
    grid-column: 8/content-end;
  }
}

@media (min-width: 55rem) {
  #taetigkeiten {
    padding-block: 2.5rem;
  }
}
@media (min-width: 75rem) {
  #taetigkeiten {
    padding-block: 0;
  }
}

#soziales {
  padding-block: 5rem;
}

/*# sourceMappingURL=home.css.map */
