/* ==========================================================================
   About / Über uns page
   ========================================================================== */

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.ks-about-section-inner {
  margin-inline: auto;
  max-width: 1152px;
  padding-inline: 1rem;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.ks-about-hero-bg {
  background: var(--color-cream);
}

.ks-about-hero {
  margin-inline: auto;
  max-width: 1400px;
  min-height: 450px;
  overflow: hidden;
  padding-block: 80px;
  position: relative;
}

.ks-about-hero .ks-about-section-inner {
  position: relative;
  z-index: 1;
}

.ks-about-hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Breadcrumb */
.ks-about-breadcrumb {
  align-items: center;
  display: flex;
  font-family: var(--font-family-ui);
  font-size: 12px;
  gap: 8px;
  line-height: 16px;
}

.ks-about-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.ks-about-breadcrumb a:hover {
  text-decoration: underline;
}

.ks-about-breadcrumb > span:first-of-type {
  color: #6b7280;
}

.ks-about-breadcrumb > span:last-child {
  color: #374151;
  font-weight: 500;
}

/* Title & subtitle */
.ks-about-hero h1 {
  color: var(--color-black);
  font-family: var(--font-family-display);
  font-size: var(--type-display-xxl-size);
  font-weight: var(--font-weight-bold);
  line-height: var(--type-display-xxl-lh);
  margin: 0;
}

.ks-about-hero-subtitle {
  color: var(--color-black);
  font-family: var(--font-family-body);
  font-size: var(--type-body-xl-size);
  font-weight: var(--font-weight-light);
  line-height: var(--type-body-xl-lh);
  margin: 0;
  max-width: 593px;
}

/* Badges */
.ks-about-hero-badges {
  display: flex;
  gap: 12px;
}

.ks-about-hero-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 26px;
  width: 130px;
}

.ks-about-hero-badge-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.ks-about-hero-badge-icon img,
.ks-about-hero-badge-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.ks-about-hero-badge-icon--green {
  background: #e8f7f4;
}

.ks-about-hero-badge-icon--purple {
  background: #eeeaff;
}

.ks-about-hero-badge-icon--red {
  background: #fdeae6;
}

.ks-about-hero-badge-label {
  font-family: var(--font-family-ui);
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
}

/* Illustration — full-bleed SVG (1440×450 canvas with swirl + character) */
.ks-about-hero-illustration {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ks-about-hero-illustration img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Mission
   -------------------------------------------------------------------------- */
.ks-about-mission {
  background: #fff;
  padding-block: 40px;
}

.ks-about-mission-grid {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.ks-about-mission-illustration {
  flex-shrink: 0;
  width: 408px;
}

.ks-about-mission-illustration img {
  display: block;
  height: auto;
  width: 100%;
}

.ks-about-mission-card {
  background: #f2f0ff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 621px;
  padding: 32px;
}

.ks-about-mission-card h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.ks-about-mission-card > p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.ks-about-mission-info {
  background: #e5e1ff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 17px;
}

.ks-about-mission-info-icon {
  align-items: center;
  background: #cec6ff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ks-about-mission-info-icon img {
  display: block;
  height: 16px;
  width: 16px;
}

.ks-about-mission-info-text {
  display: flex;
  flex-direction: column;
}

.ks-about-mission-info-text strong {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ks-about-mission-info-text p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Principles (Wie wir arbeiten)
   -------------------------------------------------------------------------- */
.ks-about-principles {
  background: #f9fafb;
  padding-block: 80px;
}

.ks-about-principles h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 40px;
  text-align: center;
}

.ks-about-principles-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  max-width: 876px;
  margin-inline: auto;
}

.ks-about-principle-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 21px;
}

.ks-about-principle-card--full {
  max-width: 876px;
  margin-inline: auto;
}

.ks-about-principle-icon {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ks-about-principle-icon img {
  display: block;
  height: 16px;
  width: 16px;
}

.ks-about-principle-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ks-about-principle-text strong {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ks-about-principle-text p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Topics (Themen)
   -------------------------------------------------------------------------- */
.ks-about-topics {
  background: #fff;
  padding-block: 80px;
}

.ks-about-topics-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 896px;
  margin-inline: auto;
}

.ks-about-topics h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

.ks-about-topics-subtitle {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  max-width: 672px;
  text-align: center;
}

.ks-about-topics-grid {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-top: 16px;
  width: 100%;
}

.ks-about-topic-card {
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
  transition: opacity 0.15s;
}

.ks-about-topic-card:hover {
  opacity: 0.85;
}

.ks-about-topic-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ks-about-topic-icon img {
  display: block;
  height: 20px;
  width: 20px;
}

.ks-about-topic-label {
  color: #374151;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.ks-about-topics-footnote {
  color: #6b7280;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-top: 8px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Team (Wer sind wir?)
   -------------------------------------------------------------------------- */
.ks-about-team {
  background: var(--color-cream);
  padding-block: 40px;
}

.ks-about-team-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 896px;
  margin-inline: auto;
}

.ks-about-team h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

.ks-about-team-text {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.ks-about-team-text p {
  margin: 0 0 16px;
}

.ks-about-team-text p:last-child {
  margin-bottom: 0;
}

.ks-about-team-grid {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 24px;
  width: 100%;
}

.ks-about-team-card {
  align-items: center;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 0;
  height: 146px;
  padding: 16px;
  position: relative;
}

.ks-about-team-avatar {
  border-radius: 50%;
  display: block;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.ks-about-team-name {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}

.ks-about-team-role {
  color: #6b7280;
  font-family: var(--font-family-ui);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.ks-about-team-cta {
  align-items: center;
  background: #3fba9e;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-flex;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  height: 48px;
  line-height: 24px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.15s;
}

.ks-about-team-cta:hover {
  background: #36a78d;
}

.ks-about-team-cta img {
  display: block;
  height: 20px;
  width: 20px;
}

/* --------------------------------------------------------------------------
   Kinderschutz (Was bedeutet Kinderschutz?)
   -------------------------------------------------------------------------- */
.ks-about-kinderschutz {
  background: #fff;
  min-height: 414px;
  overflow: hidden;
  padding-block: 40px;
  position: relative;
}

.ks-about-kinderschutz .ks-about-section-inner {
  position: relative;
  z-index: 1;
}

.ks-about-kinderschutz-card {
  background: #e8f7f4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 584px;
  padding: 32px;
}

.ks-about-kinderschutz-icon {
  align-items: center;
  background: #3fba9e;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ks-about-kinderschutz-icon img {
  display: block;
  height: 24px;
  width: 24px;
}

.ks-about-kinderschutz-card h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.ks-about-kinderschutz-card p {
  color: #4b5563;
  font-family: var(--font-family-body);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.ks-about-kinderschutz-card p strong {
  color: #1f2937;
}

/* Illustration — full-bleed SVG (1440×414 canvas with swirl + character) */
.ks-about-kinderschutz-illustration {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ks-about-kinderschutz-illustration img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Offer (Unser Angebot für dich)
   -------------------------------------------------------------------------- */
.ks-about-offer {
  background: #f9fafb;
  padding-block: 80px;
}

.ks-about-offer h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 32px;
  text-align: center;
}

.ks-about-offer-grid {
  display: flex;
  gap: 16px;
  justify-content: center;
  max-width: 896px;
  margin-inline: auto;
}

.ks-about-offer-card {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  text-align: center;
}

.ks-about-offer-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 8px;
  width: 40px;
}

.ks-about-offer-icon img {
  display: block;
  height: 20px;
  width: 20px;
}

.ks-about-offer-card strong {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ks-about-offer-card p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Feedback (Deine Stimme zählt)
   -------------------------------------------------------------------------- */
.ks-about-feedback {
  background: #e8f7f4;
  padding-block: 80px;
}

.ks-about-feedback-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 896px;
  margin-inline: auto;
}

.ks-about-feedback h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

.ks-about-feedback-subtitle {
  color: #4b5563;
  font-family: var(--font-family-body);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  max-width: 672px;
  text-align: center;
}

.ks-about-feedback-card {
  align-items: center;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 21px;
}

.ks-about-feedback-icon {
  align-items: center;
  background: #eeeaff;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ks-about-feedback-icon img {
  display: block;
  height: 24px;
  width: 24px;
}

.ks-about-feedback-name {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.ks-about-feedback-role {
  color: #6b7280;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.ks-about-feedback-email {
  color: #7851a8;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.ks-about-feedback-email:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Jobs (Offene Stellen)
   -------------------------------------------------------------------------- */
.ks-about-jobs {
  background: #1c7662;
  padding-block: 40px;
}

.ks-about-jobs-card {
  align-items: center;
  background: #e8f7f4;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 21px 41px;
}

.ks-about-jobs-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ks-about-jobs-text strong {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ks-about-jobs-text p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.ks-about-jobs-link {
  color: #277463;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.ks-about-jobs-link:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Locations (Kinderschutzzentren in deiner Nähe)
   -------------------------------------------------------------------------- */
.ks-about-locations {
  background: var(--color-cream);
  padding-block: 80px;
}

.ks-about-locations-header {
  margin-bottom: 40px;
  text-align: center;
}

.ks-about-locations-header h2 {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 12px;
}

.ks-about-locations-header p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 560px;
}

.ks-about-locations-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

/* --- Left column: map + CTA --- */
.ks-about-locations-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-about-locations-map-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.ks-about-locations-map-label {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ks-about-locations-map-wrap {
  width: 100%;
}

.ks-about-locations-map-wrap svg {
  display: block;
  height: auto;
  width: 100%;
}

.ks-about-locations-map-wrap [data-bundesland] {
  cursor: pointer;
  fill: #CEC6FF;
  transition: fill 0.2s ease;
}

.ks-about-locations-map-wrap [data-bundesland]:hover {
  fill: #46356D;
}

.ks-about-locations-map-wrap [data-bundesland].is-active {
  fill: #46356D;
}

.ks-about-locations-map-hint {
  color: #6b7280;
  font-family: var(--font-family-ui);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

/* CTA card */
.ks-about-locations-cta-card {
  align-items: center;
  background: #fff;
  border: 2px solid #1c7662;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 24px;
}

.ks-about-locations-cta-icon {
  align-items: center;
  background: #1c7662;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ks-about-locations-cta-icon img {
  display: block;
  height: 20px;
  width: 20px;
}

.ks-about-locations-cta-title {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.ks-about-locations-cta-text {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.ks-about-locations-cta-btn {
  align-items: center;
  background: #1c7662;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 10px 24px;
  text-decoration: none;
  transition: background 0.15s;
}

.ks-about-locations-cta-btn:hover {
  background: #155e4e;
}

.ks-about-locations-cta-btn img {
  display: block;
  height: 20px;
  width: 20px;
}

/* --- Right column --- */
.ks-about-locations-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ks-about-locations-right-heading {
  color: #1f2937;
  font-family: var(--font-family-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

/* Bundesverband card */
.ks-about-locations-bv-card {
  background: #f2f0ff;
  border: 1px solid #cec6ff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
}

.ks-about-locations-bv-name {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.ks-about-locations-bv-address {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
}

.ks-about-locations-bv-link {
  color: #7851a8;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.ks-about-locations-bv-link:hover {
  text-decoration: underline;
}

/* Select */
.ks-about-locations-select-wrap {
  position: relative;
}

.ks-about-locations-select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #1f2937;
  cursor: pointer;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 14px;
  width: 100%;
}

.ks-about-locations-select:focus {
  border-color: #7851a8;
  outline: 2px solid rgba(120, 81, 168, 0.25);
  outline-offset: 1px;
}

/* Location cards */
.ks-about-locations-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 400px;
  overflow-y: auto;
}

.ks-about-locations-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

.ks-about-locations-list::-webkit-scrollbar-track {
  background: #eeeaff;
  border-radius: 4px;
}

.ks-about-locations-list::-webkit-scrollbar-thumb {
  background: #b8abee;
  border-radius: 4px;
}

.ks-about-locations-card {
  background: #fff;
  border-left: 4px solid #c3b9ff;
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
}

.ks-about-locations-card-name {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.ks-about-locations-card-address {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
}

.ks-about-locations-card-link {
  color: #7851a8;
  font-family: var(--font-family-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.ks-about-locations-card-link:hover {
  text-decoration: underline;
}

.ks-about-locations-empty {
  color: #6b7280;
  font-family: var(--font-family-ui);
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
}

/* --------------------------------------------------------------------------
   Partner banner
   -------------------------------------------------------------------------- */
.ks-about-partner {
  background: #b9e6dc;
  padding: 26px 0;
}

.ks-about-partner-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1152px;
  padding-inline: 1rem;
}

.ks-about-partner-left {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ks-about-partner-logo-circle {
  align-items: center;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 45px;
  justify-content: center;
  width: 45px;
}

.ks-about-partner-logo-circle img {
  display: block;
  height: 29px;
  width: 20px;
}

.ks-about-partner-name {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  max-width: 174px;
}

.ks-about-partner-divider {
  align-items: center;
  display: flex;
  gap: 4px;
  padding: 8px 0;
}

.ks-about-partner-line {
  border-top: 1px solid #1c7662;
  display: block;
  width: 30px;
}

.ks-about-partner-label {
  color: #0d4f40;
  font-family: var(--font-family-ui);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.ks-about-partner-right {
  flex-shrink: 0;
}

.ks-about-partner-org-logo {
  display: block;
  height: 55px;
  width: auto;
}

/* --------------------------------------------------------------------------
   CTA footer (Brauchst du Unterstützung?)
   -------------------------------------------------------------------------- */
.ks-about-cta-footer {
  background: #e8f7f4;
  min-height: 300px;
  overflow: hidden;
  padding-block: 160px;
  position: relative;
}

.ks-about-cta-footer .ks-about-section-inner {
  position: relative;
  z-index: 1;
}

.ks-about-cta-footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 458px;
}

.ks-about-cta-footer h2 {
  color: #1f2937;
  font-family: var(--font-family-ui);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.ks-about-cta-footer p {
  color: #4b5563;
  font-family: var(--font-family-ui);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.ks-about-cta-footer-buttons {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.ks-about-cta-footer-btn {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-family: var(--font-family-ui);
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.ks-about-cta-footer-btn img {
  display: block;
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.ks-about-cta-footer-btn--primary {
  background: #3fba9e;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.ks-about-cta-footer-btn--primary:hover {
  background: #36a78d;
}

.ks-about-cta-footer-btn--secondary {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #374151;
}

.ks-about-cta-footer-btn--secondary:hover {
  background: #f9fafb;
}

.ks-about-cta-footer-illustration {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ks-about-cta-footer-illustration img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 781px) {
  .ks-about-hero {
    min-height: auto;
    padding-block: 48px;
  }

  .ks-about-hero-content {
    max-width: none;
  }

  .ks-about-hero-illustration {
    display: none;
  }

  .ks-about-hero h1 {
    font-size: var(--type-display-xxl-min-size, 38px);
    line-height: 1.25;
  }

  .ks-about-mission-grid {
    flex-direction: column;
  }

  .ks-about-mission-illustration {
    width: 280px;
  }

  .ks-about-mission-card {
    max-width: none;
  }

  .ks-about-principles-grid {
    grid-template-columns: 1fr;
  }

  .ks-about-topics-grid {
    flex-wrap: wrap;
  }

  .ks-about-topic-card {
    flex: 1 0 calc(50% - 6px);
  }

  .ks-about-topic-label {
    white-space: normal;
  }

  .ks-about-team-grid {
    flex-wrap: wrap;
  }

  .ks-about-team-card {
    flex: 1 0 calc(33% - 12px);
  }

  .ks-about-offer-grid {
    flex-direction: column;
  }

  .ks-about-jobs-card {
    flex-direction: column;
    gap: 12px;
    padding: 21px;
  }

  .ks-about-kinderschutz {
    min-height: auto;
  }

  .ks-about-kinderschutz-card {
    max-width: none;
  }

  .ks-about-kinderschutz-illustration {
    display: none;
  }

  .ks-about-locations {
    padding-block: 48px;
  }

  .ks-about-locations-grid {
    grid-template-columns: 1fr;
  }

  .ks-about-locations-left {
    display: contents;
  }

  .ks-about-locations-map-card {
    order: 1;
  }

  .ks-about-locations-right {
    order: 2;
  }

  .ks-about-locations-cta-card {
    order: 3;
  }

  .ks-about-partner-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .ks-about-partner-left {
    flex-direction: column;
  }

  .ks-about-partner-name {
    max-width: none;
  }

  .ks-about-partner-org-logo {
    height: 40px;
  }

  .ks-about-cta-footer {
    min-height: auto;
    padding-block: 48px;
  }

  .ks-about-cta-footer-content {
    max-width: none;
  }

  .ks-about-cta-footer-illustration {
    display: none;
  }

  .ks-about-cta-footer-buttons {
    flex-direction: column;
    gap: 12px;
  }
}
