main {
  margin: 0;
  padding: 0;
}
main #hero {
  height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  background-color: var(--c-primary);
  overflow: hidden;
  position: relative;
}
main #hero #hero-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.1rem;
  padding: 0 3rem;
  color: var(--c-secondary);
}
main #hero #hero-text .eyebrow {
  color: var(--c-secondary);
}
main #hero #hero-text #hero-title {
  font-size: clamp(2.75rem, 8vw, 6rem);
  text-align: right;
}
main #hero #hero-text #hero-subtitle {
  font-family: var(--f-r);
  font-weight: 500;
  font-size: clamp(1.25rem, 3vw, 2rem);
  text-align: right;
  max-width: 32ch;
}
main #hero #hero-text .hero-cta {
  margin-top: 0.5rem;
  background-color: var(--c-white);
  color: var(--c-secondary);
}
main #hero #hero-text .hero-cta:hover {
  background-color: var(--c-secondary);
  color: var(--c-white);
}
main #hero #hero-img {
  height: calc(100% - 4rem);
  max-width: 55%;
  object-fit: cover;
  box-shadow: 14px 0 0 var(--c-secondary);
}
main #grundsaetze-section,
main #intro-section,
main #werdegang-preview-section,
main #aktuelles-section {
  border-top: 1px solid var(--c-lightgrey);
}
main #grundsaetze-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
}
main #grundsaetze-section #grundsaetze-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
main #grundsaetze-section #grundsaetze-list .grundsatz {
  padding: 0 1.5rem;
  border-left: 1px solid var(--c-lightgrey);
}
main #grundsaetze-section #grundsaetze-list .grundsatz:first-child {
  padding-left: 0;
  border-left: none;
}
main #grundsaetze-section #grundsaetze-list .grundsatz h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}
main #grundsaetze-section #grundsaetze-list .grundsatz p {
  color: var(--c-darkgrey);
  font-size: 0.95rem;
  line-height: 1.6;
}
main #intro-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
main #intro-section #intro-img {
  flex: none;
  width: 280px;
  height: 340px;
  object-fit: cover;
  box-shadow: 14px 0 0 var(--c-secondary);
}
main #intro-section #intro-text h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
}
main #intro-section #intro-text p {
  color: var(--c-darkgrey);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 60ch;
}
main #intro-section #intro-text .intro-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
  font-weight: 700;
  color: var(--c-secondary);
}
main #intro-section #intro-text .intro-link:hover {
  color: var(--c-primary);
}
main #werdegang-preview-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
  max-width: 1000px;
}
main #werdegang-preview-section h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
main #werdegang-preview-section .c-abouts {
  padding-bottom: 2rem;
}
main #werdegang-preview-section .werdegang-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 700;
  color: var(--c-secondary);
}
main #werdegang-preview-section .werdegang-link:hover {
  color: var(--c-primary);
}
main #aktuelles-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
}
main #aktuelles-section h2 {
  margin-bottom: 2.5rem;
}
main #aktuelles-section #aktuelles-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
main #aktuelles-section #aktuelles-list .aktuelles-item {
  padding-top: 2rem;
  border-top: 1px solid var(--c-lightgrey);
}
main #aktuelles-section #aktuelles-list .aktuelles-item:first-child {
  padding-top: 0;
  border-top: none;
}
main #aktuelles-section #aktuelles-list .aktuelles-item .kicker {
  display: block;
  color: var(--c-primary-shade);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
main #aktuelles-section #aktuelles-list .aktuelles-item h3 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin-bottom: 0.6rem;
}
main #aktuelles-section #aktuelles-list .aktuelles-item h3 a {
  color: var(--c-ink);
}
main #aktuelles-section #aktuelles-list .aktuelles-item h3 a:hover {
  color: var(--c-primary);
}
main #aktuelles-section #aktuelles-list .aktuelles-item p {
  color: var(--c-darkgrey);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 65ch;
}
main #aktuelles-section #aktuelles-list .aktuelles-item .aktuelles-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--c-secondary);
}
main #aktuelles-section #aktuelles-list .aktuelles-item .aktuelles-link:hover {
  color: var(--c-primary);
}
main #cta-band {
  background-color: var(--c-secondary);
  color: var(--c-white);
  text-align: center;
  padding: 4.5rem 2rem;
}
main #cta-band h2 {
  color: var(--c-white);
  margin-bottom: 0.75rem;
}
main #cta-band p {
  font-size: 1.1rem;
  margin-bottom: 1.75rem;
  opacity: 0.85;
}

@media only screen and (max-width: 600px) {
  body main #hero {
    display: flex;
    flex-direction: column;
  }
  body main #hero #hero-text {
    position: static;
    width: 100%;
    height: auto;
    padding: 2.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main #hero #hero-text #hero-title,
  body main #hero #hero-text #hero-subtitle {
    text-align: center;
  }
  body main #hero #hero-img {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    border-radius: 0;
    box-shadow: none;
  }
  body main #grundsaetze-section #grundsaetze-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  body main #grundsaetze-section #grundsaetze-list .grundsatz {
    padding: 0;
    border-left: none;
    padding-top: 1.5rem;
    border-top: 1px solid var(--c-lightgrey);
  }
  body main #grundsaetze-section #grundsaetze-list .grundsatz:first-child {
    padding-top: 0;
    border-top: none;
  }
  body main #intro-section {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  body main #intro-section #intro-img {
    width: 100%;
    max-width: 280px;
    height: 320px;
  }
  body main #intro-section #intro-text .intro-link {
    justify-content: center;
  }
}

/*# sourceMappingURL=front-page.css.map */
